Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (8f4fd8d2ff59e6bc1ad68e550b1f10fa8137ec4b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (8f4fd8d2ff59e6bc1ad68e550b1f10fa8137ec4b)
  • Date: Thu, 3 Sep 2009 20:41:18 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

accounts | 1 +
audio-soft/mediatomb/HISTORY | 4 ++++
audio-soft/mediatomb/INSTALL | 3 +++
audio-soft/mediatomb/PRE_BUILD | 1 +
audio-soft/mediatomb/init.d/mediatomb | 12 ++++++++++++
audio-soft/mediatomb/init.d/mediatomb.conf | 5 +++++
collab/ldap-account-manager/DEPENDS | 3 ++-
collab/ldap-account-manager/DETAILS | 6 +++---
collab/ldap-account-manager/HISTORY | 4 ++++
groups | 1 +
net/tor/DETAILS | 4 ++--
net/tor/HISTORY | 3 +++
security/nbtscan/DETAILS | 4 ++--
security/nbtscan/HISTORY | 3 +++
security/nsat/DEPENDS | 3 ++-
security/nsat/HISTORY | 4 ++++
security/nsat/PRE_BUILD | 3 +++
security/nsat/nsat.patch | 12 ++++++++++++
18 files changed, 67 insertions(+), 9 deletions(-)

New commits:
commit 98309187ee45d74838d1c70c3cc1b8b268f2b3e4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

nsat: added missing dep on g++ and started a patch. it needs work though

commit 3986816d329cc87f49c80abb28a59979d0f447b3
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

nbtscan: corrected urls

commit 6993b3d4a033a642845434a8982652302d0ad433
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

mediatomb: add init script and account details

commit fc2c747882754c91177914a146252fb186b13eb4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

ldap-account-manager: version 2.7.0 and added optional dep on perl

commit 5c394834dd5fad158653fc309f4cd7b8f358de62
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

tor: updated stable and devel versions to 0.2.1.19 and 0.2.2.1-alpha

diff --git a/accounts b/accounts
index b9c492c..af5dc85 100755
--- a/accounts
+++ b/accounts
@@ -14,6 +14,7 @@ tinydns:88:88
dnslog:89:88
dnscache:90:88
axfrdns:91:88
+mediatomb:95:95
bind:101:101
gnats:102:102
postgres:103:103
diff --git a/audio-soft/mediatomb/HISTORY b/audio-soft/mediatomb/HISTORY
index 01bcbd7..80226bb 100644
--- a/audio-soft/mediatomb/HISTORY
+++ b/audio-soft/mediatomb/HISTORY
@@ -1,3 +1,7 @@
+2009-09-04 Arjan Bouter <abouter AT sourcemage.org>
+ * init.d/*: added init scripts
+ * INSTALL: create mediatomb homedir
+
2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS, PRE_BUILD: spell created

diff --git a/audio-soft/mediatomb/INSTALL b/audio-soft/mediatomb/INSTALL
new file mode 100755
index 0000000..8202db4
--- /dev/null
+++ b/audio-soft/mediatomb/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+mkdir -p /srv/mediatomb &&
+chown mediatomb.mediatomb /srv/mediatomb
diff --git a/audio-soft/mediatomb/PRE_BUILD b/audio-soft/mediatomb/PRE_BUILD
index 1ea7218..4a5537a 100755
--- a/audio-soft/mediatomb/PRE_BUILD
+++ b/audio-soft/mediatomb/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
+create_account mediatomb &&
cd $SOURCE_DIRECTORY &&
sedit 's#FFMPEG_SEARCH_HEADERS/ffmpeg#FFMPEG_SEARCH_HEADERS#g' configure &&
sedit 's#ffmpeg/avformat.h#avformat.h#g' configure &&
diff --git a/audio-soft/mediatomb/init.d/mediatomb
b/audio-soft/mediatomb/init.d/mediatomb
new file mode 100644
index 0000000..12f1b8b
--- /dev/null
+++ b/audio-soft/mediatomb/init.d/mediatomb
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+. /etc/sysconfig/mediatomb
+
+PIDFILE=/var/run/mediatomb.pid
+PROGRAM=/usr/bin/mediatomb
+ARGS="--daemon --user $MTUSER --group $MTGROUP --ip $MTIP --home $MTHOME
--logfile $MTLOG --pidfile /var/run/mediatomb.pid"
+RUNLEVEL=3
+NEEDS="+network +remote_fs"
+
+. /etc/init.d/smgl_init
+
diff --git a/audio-soft/mediatomb/init.d/mediatomb.conf
b/audio-soft/mediatomb/init.d/mediatomb.conf
new file mode 100644
index 0000000..2cd2046
--- /dev/null
+++ b/audio-soft/mediatomb/init.d/mediatomb.conf
@@ -0,0 +1,5 @@
+MTUSER=mediatomb
+MTGROUP=mediatomb
+MTIP=127.0.0.1
+MTHOME=/srv/mediatomb
+MTLOG=$MTHOME/mediatomb.log
diff --git a/collab/ldap-account-manager/DEPENDS
b/collab/ldap-account-manager/DEPENDS
index 69862df..48b11bf 100755
--- a/collab/ldap-account-manager/DEPENDS
+++ b/collab/ldap-account-manager/DEPENDS
@@ -1,4 +1,5 @@
depends php &&
depends perl &&
depends openldap &&
-optional_depends "mcrypt" "" "" "For encrypted passwords in session file"
+optional_depends "mcrypt" "" "" "For encrypted passwords in session file" &&
+optional_depends "perl" "" "" "For lamdaemon"
diff --git a/collab/ldap-account-manager/DETAILS
b/collab/ldap-account-manager/DETAILS
index 7ee701a..b9de53e 100755
--- a/collab/ldap-account-manager/DETAILS
+++ b/collab/ldap-account-manager/DETAILS
@@ -1,10 +1,10 @@
SPELL=ldap-account-manager
- VERSION=1.0.1
+ VERSION=2.7.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/lam/${SOURCE}
-
SOURCE_HASH=sha512:5e1fed8fd8031af00df943ead43f59a1406f7f503493e9447f7e533c3161942a97d5802d23781bc520ce5c5478fda26667c1c5d14ac3f439c868628a37045318
- WEB_SITE=http://lam.sourceforge.net
+
SOURCE_HASH=sha512:376a545f5f50fdb546ac1ba7dd58e83ea1f056a960e34877154417d84e900d2790264db66d3548f205630a6d5df373a0a210d6f24bf99a87f298ca5b58d29af8
+ WEB_SITE=http://www.ldap-account-manager.org
ENTERED=20060510
LICENSE[0]=GPL
KEYWORDS="LDAP account management web-based"
diff --git a/collab/ldap-account-manager/HISTORY
b/collab/ldap-account-manager/HISTORY
index 1e70e9e..7c9d1b6 100644
--- a/collab/ldap-account-manager/HISTORY
+++ b/collab/ldap-account-manager/HISTORY
@@ -1,3 +1,7 @@
+2009-09-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 2.7.0
+ * DEPENDS: added optional dep on perl
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163

diff --git a/groups b/groups
index 9b7cfa0..0e53ffd 100755
--- a/groups
+++ b/groups
@@ -24,6 +24,7 @@ games:60:
crontab:66:
firebird:84:
djbdns:88:
+mediatomb:95:
bind:101:
gnats:102:
postgres:103:
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index b549aa2..40d5c53 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,10 +1,10 @@
SPELL=tor

if [ "$TOR_DEVEL" == "y" ]; then
- VERSION=0.2.1.19
+ VERSION=0.2.2.1-alpha
SECURITY_PATCH=4
else
- VERSION=0.2.0.35
+ VERSION=0.2.1.19
SECURITY_PATCH=3
fi
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index b1614f0..b3f36e6 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,6 @@
+2009-09-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: stable 0.2.1.19 and devel 0.2.2.1-alpha
+
2009-07-29 Treeve Jelbert <treeve@sourcemage,org>
* DETAILS: versions 0.2.1.19 (devel)

diff --git a/security/nbtscan/DETAILS b/security/nbtscan/DETAILS
index 8964807..a09e13d 100755
--- a/security/nbtscan/DETAILS
+++ b/security/nbtscan/DETAILS
@@ -2,11 +2,11 @@
VERSION=1.5.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}a
- SOURCE_URL[0]=http://www.inetcat.org/software/${SOURCE}
+ SOURCE_URL[0]=http://www.inetcat.net/software/${SOURCE}

SOURCE_HASH=sha512:2e2ac6a3ce7b188552c4f5f82b1e2bb99049bd0cd6f69361c59066c0b262d9311186aabc0c03c3096b7d2c48276052b1ddf230eba43051e221019c9bf223ae3e
LICENSE[0]=GPL2
ENTERED=20030730
- WEB_SITE=http://www.inetcat.org/software/nbtscan.html
+ WEB_SITE=http://www.inetcat.net/software/nbtscan.html
KEYWORDS="security"
SHORT="NBTscan scann IP networks for NetBIOS name information."
cat << EOF
diff --git a/security/nbtscan/HISTORY b/security/nbtscan/HISTORY
index 49bb636..549ff1a 100644
--- a/security/nbtscan/HISTORY
+++ b/security/nbtscan/HISTORY
@@ -1,3 +1,6 @@
+2009-09-04 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: corrected urls
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/security/nsat/DEPENDS b/security/nsat/DEPENDS
index dc51ec0..da30740 100755
--- a/security/nsat/DEPENDS
+++ b/security/nsat/DEPENDS
@@ -1 +1,2 @@
-depends libpcap
\ No newline at end of file
+depends libpcap &&
+depends g++
diff --git a/security/nsat/HISTORY b/security/nsat/HISTORY
index 62cff24..c14a846 100644
--- a/security/nsat/HISTORY
+++ b/security/nsat/HISTORY
@@ -1,3 +1,7 @@
+2009-09-04 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD, nsat.patch: added, patch is from the sf project page
+ * DEPENDS: added missing dep on g++
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/security/nsat/PRE_BUILD b/security/nsat/PRE_BUILD
new file mode 100755
index 0000000..0a20a9a
--- /dev/null
+++ b/security/nsat/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/nsat.patch
diff --git a/security/nsat/nsat.patch b/security/nsat/nsat.patch
new file mode 100644
index 0000000..746f0b2
--- /dev/null
+++ b/security/nsat/nsat.patch
@@ -0,0 +1,12 @@
+diff -Naur nsat/src/smb/ADMsmb.c nsat.fixed/src/smb/ADMsmb.c
+--- nsat/src/smb/ADMsmb.c 2001-08-02 21:27:52.000000000 +0200
++++ nsat.fixed/src/smb/ADMsmb.c 2009-09-04 03:19:24.349405643 +0200
+@@ -123,7 +123,7 @@
+ {
+ usleep (100000);
+
+- if (recvfrom (socket_client, buffer2, sizeof (buffer2), 0, (struct
sockaddr *) &sin_dst, &(int) longueur) != -1)
++ if (recvfrom (socket_client, buffer2, sizeof (buffer2), 0, (struct
sockaddr *) &sin_dst, (int *) &longueur) != -1)
+ {
+
+ if (nmb2->rep_num != 0)



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (8f4fd8d2ff59e6bc1ad68e550b1f10fa8137ec4b), Arjan Bouter, 09/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page