Skip to Content.
Sympa Menu

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

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 (76690b5991fb666bf958af6542a4e3c722b81090)
  • Date: Sun, 14 Jun 2009 05:51:48 -0500

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

ChangeLog | 1
audio-plugins/audacious-plugins/BUILD | 2
audio-plugins/audacious-plugins/CONFIGURE | 18 ++++++
audio-plugins/audacious-plugins/DEPENDS | 78
+++++++++++++++++++-----------
audio-plugins/audacious-plugins/HISTORY | 5 +
kernels/splashutils/DEPENDS | 1
kernels/splashutils/HISTORY | 3 +
net/libupnp/DETAILS | 4 -
net/libupnp/HISTORY | 3 +
security/base/BUILD | 1
security/base/DEPENDS | 11 ++++
security/base/DETAILS | 15 +++++
security/base/HISTORY | 3 +
security/base/INSTALL | 9 +++
smgl/linux-initramfs/FINAL | 3 -
smgl/linux-initramfs/HISTORY | 3 +
utils/sudo/DEPENDS | 10 ++-
utils/sudo/HISTORY | 3 +
18 files changed, 138 insertions(+), 35 deletions(-)

New commits:
commit 76690b5991fb666bf958af6542a4e3c722b81090
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

linux-initramfs: fixed tyop

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

splashutils: removed unneeded dep on klibc

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

audacious-plugins: added some missing deps and configure options

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

sudo: changed optional deps on openldap/curus-sasl

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

libupnp: version 1.6.6

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

base: new spell, snort logmonitor

diff --git a/ChangeLog b/ChangeLog
index 1bad2a3..e4c236b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* devel/mono-basic: new spell, mono based VB
* devel/moon: new spell, silverlight for mono 2.4
* devel/moonlight: new spell, silverlight for mono 2.5/trunk
+ * security/base: new spell, snort log monitor

2009-06-12 Vlad Glagolev <stealth AT sourcemage.org>
* net/isc.gpg: added key 0B7BAE00 (Internet Systems Consortium, Inc.
diff --git a/audio-plugins/audacious-plugins/BUILD
b/audio-plugins/audacious-plugins/BUILD
index 061b434..9a99e9f 100755
--- a/audio-plugins/audacious-plugins/BUILD
+++ b/audio-plugins/audacious-plugins/BUILD
@@ -1,2 +1,2 @@
-OPTS="--enable-ipv6 --enable-chardet $OPTS" &&
+OPTS="--enable-chardet $AUDACIOUS_IPV6 $AUDACIOUS_STATUS $AUDACIOUS_OSD
$AUDACIOUS_COSD $OPTS" &&
default_build
diff --git a/audio-plugins/audacious-plugins/CONFIGURE
b/audio-plugins/audacious-plugins/CONFIGURE
new file mode 100755
index 0000000..69ab67e
--- /dev/null
+++ b/audio-plugins/audacious-plugins/CONFIGURE
@@ -0,0 +1,18 @@
+config_query_option AUDACIOUS_IPV6 \
+ 'for IPv6 support' n \
+ '--enable-ipv6' \
+ '--disable-ipv6' &&
+config_query_option AUDACIOUS_STATUS \
+ 'for a status icon' y \
+ '--enable-statusicon' \
+ '--disable-statusicon' &&
+config_query_option AUDACIOUS_OSD \
+ 'for OSD plugin' y \
+ '--enable-aosd' \
+ '--disable-aosd' &&
+if [[ "$AUDACIOUS_OSD" == '--enable-aosd' ]]; then
+ config_query_option AUDACIOUS_COSD \
+ 'for X Composite OSD plugin' y \
+ '--enable-aosd-xcomp' \
+ '--disable-aosd-xcomp'
+fi
diff --git a/audio-plugins/audacious-plugins/DEPENDS
b/audio-plugins/audacious-plugins/DEPENDS
index f1dfc94..7d04a2d 100755
--- a/audio-plugins/audacious-plugins/DEPENDS
+++ b/audio-plugins/audacious-plugins/DEPENDS
@@ -1,17 +1,15 @@
depends audacious &&

-optional_depends libvorbis \
- "" \
- "--disable-vorbis" \
- "for vorbis support" &&
-optional_depends libogg \
- "" \
- "" \
- "for ogg support" &&
-optional_depends flac \
+# control plugins
+optional_depends xf86-input-evdev \
+ "--enable-evdevplug" \
+ "--disable-evdevplug" \
+ "for evdev support" &&
+optional_depends lirc \
"" \
- "--disable-flacng" \
- "for flac support" &&
+ "--disable-lirc" \
+ "for lirc support" &&
+# output plugins
optional_depends alsa-lib \
"" \
"--disable-alsa" \
@@ -24,10 +22,39 @@ optional_depends pulseaudio \
"" \
"--disable-pulse" \
"for pulseaudio support" &&
-optional_depends lirc \
+optional_depends JACK-DRIVER \
"" \
- "--disable-lirc" \
- "for lirc support" &&
+ "--disable-jack" \
+ "support for jack" &&
+optional_depends arts \
+ "" \
+ "--disable-arts" \
+ "support for arts" &&
+# filetype plugins
+optional_depends LIBAVCODEC \
+ "" \
+ "--disable-wma" \
+ "for WMA support" &&
+optional_depends libvorbis \
+ "" \
+ "--disable-vorbis --disable-filewriter_vorbis" \
+ "for vorbis support" &&
+optional_depends libogg \
+ "" \
+ "" \
+ "for ogg support" &&
+optional_depends flac \
+ "" \
+ "--disable-flacng --disable-filewriter_flac" \
+ "for flac support" &&
+optional_depends libmad \
+ "" \
+ "--disable-mp3" \
+ "for reading MP3 files" &&
+optional_depends lame \
+ "" \
+ "--disable-filewriter_mp3" \
+ "for MP3 filewriter" &&
optional_depends wavpack \
"" \
"--disable-wavpack" \
@@ -48,14 +75,6 @@ optional_depends musepack-tools \
"" \
"--disable-musepack" \
"support for musepack" &&
-optional_depends JACK-DRIVER \
- "" \
- "--disable-jack" \
- "support for jack" &&
-optional_depends arts \
- "" \
- "--disable-arts" \
- "support for arts" &&
optional_depends sidplay-libs \
"" \
"--disable-sid" \
@@ -68,11 +87,16 @@ optional_depends ttaenc \
"" \
"--disable-tta" \
"support for TrueAudio" &&
-optional_depends libmad \
- "" \
- "--disable-mp3" \
- "support for mp3 files" &&
+# other plugins
optional_depends neon \
"--enable-neon" \
"--disable-neon" \
- "for HTTP(s) transport (required for Icecast/Shoutcast)
(EXPERIMENTAL)"
+ "for HTTP(s) transport (required for Icecast/Shoutcast)
(EXPERIMENTAL)" &&
+optional_depends dbus \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "for D-BUS support" &&
+optional_depends libmtp \
+ "" \
+ "--disable-mtp_up" \
+ "support for Media Transfer Protocol"
diff --git a/audio-plugins/audacious-plugins/HISTORY
b/audio-plugins/audacious-plugins/HISTORY
index 34664d4..b00e797 100644
--- a/audio-plugins/audacious-plugins/HISTORY
+++ b/audio-plugins/audacious-plugins/HISTORY
@@ -1,3 +1,8 @@
+2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, CONFIGURE: made ipv6 ,statusicon and
+ (composite-)osd optional
+ * DEPENDS: added some missing deps
+
2008-06-26 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.5.1
* DEPENDS: lame -> libmad; replaced tabs; added neon
diff --git a/kernels/splashutils/DEPENDS b/kernels/splashutils/DEPENDS
index aad23bb..62b60c4 100755
--- a/kernels/splashutils/DEPENDS
+++ b/kernels/splashutils/DEPENDS
@@ -1,2 +1 @@
-depends klibc &&
depends libmng
diff --git a/kernels/splashutils/HISTORY b/kernels/splashutils/HISTORY
index 14695c0..7e7cc82 100644
--- a/kernels/splashutils/HISTORY
+++ b/kernels/splashutils/HISTORY
@@ -1,3 +1,6 @@
+2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: removed dep on klibc
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/libupnp/DETAILS b/net/libupnp/DETAILS
index 27ffb4c..616dd20 100755
--- a/net/libupnp/DETAILS
+++ b/net/libupnp/DETAILS
@@ -1,8 +1,8 @@
SPELL=libupnp
- VERSION=1.4.2
+ VERSION=1.6.6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/pupnp/$SOURCE
-
SOURCE_HASH=sha512:e0b599103b049e6f730f768467133bd8b8ab17f15c1a74804e2d6dcba2e280572ba5cda8af95ee55f286860f693fedc4aff6250825952c269ea1eaa683eeba8b
+
SOURCE_HASH=sha512:f7720ed2d342b5b0bd61cdc229e4a73f94a91cef5e907a1bf6cda7118a4200bfd8564858a7971b8077b32cf22dfd9f8a130249253297604d9c5a367249c4e057
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.libupnp.org/
ENTERED=20060729
diff --git a/net/libupnp/HISTORY b/net/libupnp/HISTORY
index 5255313..400032f 100644
--- a/net/libupnp/HISTORY
+++ b/net/libupnp/HISTORY
@@ -1,3 +1,6 @@
+2009-06-10 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 1.6.6
+
2007-02-27 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated to 1.4.2

diff --git a/security/base/BUILD b/security/base/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security/base/BUILD
@@ -0,0 +1 @@
+true
diff --git a/security/base/DEPENDS b/security/base/DEPENDS
new file mode 100755
index 0000000..8800011
--- /dev/null
+++ b/security/base/DEPENDS
@@ -0,0 +1,11 @@
+depends snort &&
+#depends logsnorter &&
+depends SQL &&
+depends WEBSERVER &&
+depends adodb &&
+depends pear-image_graph &&
+depends pear-image_canvas &&
+depends pear-image_color &&
+depends pear-numbers_roman &&
+depends pear-mail &&
+depends pear-mail_mime
diff --git a/security/base/DETAILS b/security/base/DETAILS
new file mode 100755
index 0000000..01d4bf3
--- /dev/null
+++ b/security/base/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=base
+ VERSION=1.4.3.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/secureideas/${SOURCE}
+
SOURCE_HASH=sha512:aa6e39c99cff2e9dc9a125f8dd18301e4685915d970f3d93ca5fcc7e7cc99172beb1ecb8eff8174ec8975e35b6a2a9f5550cd66385c47f98983a01a4a04ace96
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://base.secureideas.net/";
+ LICENSE[0]=GPL
+ ENTERED=20090612
+ SHORT="Basic Analysis and Security Engine"
+cat << EOF
+BASE is the Basic Analysis and Security Engine.
+It is based on the code from the Analysis Console for Intrusion Databases
(ACID) project.
+This application provides a web front-end to query and analyze the alerts
coming from a SNORT IDS system.
+EOF
diff --git a/security/base/HISTORY b/security/base/HISTORY
new file mode 100644
index 0000000..dc8136c
--- /dev/null
+++ b/security/base/HISTORY
@@ -0,0 +1,3 @@
+2009-06-12 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTAL: spell created
+
diff --git a/security/base/INSTALL b/security/base/INSTALL
new file mode 100755
index 0000000..8f32164
--- /dev/null
+++ b/security/base/INSTALL
@@ -0,0 +1,9 @@
+cd ${SOURCE_DIRECTORY} &&
+install_dir=${INSTALL_ROOT}/usr/share/www/${SPELL} &&
+peardir="$(pear config-show | grep "PEAR directory"|awk '{print $4}')" &&
+
+install_www_files &&
+install world_map6.png world_map6.txt ${peardir}/Image/Graph/Images/Maps/ &&
+
+[[ -e ${install_dir}/base_conf.php ]] || \
+ cp ${install_dir}/base_conf.php.dist ${install_dir}/base_conf.php
diff --git a/smgl/linux-initramfs/FINAL b/smgl/linux-initramfs/FINAL
index 6729a87..73c8f00 100755
--- a/smgl/linux-initramfs/FINAL
+++ b/smgl/linux-initramfs/FINAL
@@ -6,5 +6,6 @@ before the root filesystem is mounted.

Also checkout the /etc/linux-initramfs/* and /sbin/mkinitrd for generating
separate initramfs files for use in suspend/resume, raid or lvm.
-EOF )
+EOF
+)
message "${MESSAGE_COLOR}$TEXT${DEFAULT_COLOR}"
diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index 6c006f7..beb18ad 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -1,3 +1,6 @@
+2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
+ * FINAL: fixed tyop
+
2009-04-23 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: afaik doesn't depend on klibc

diff --git a/utils/sudo/DEPENDS b/utils/sudo/DEPENDS
index 0b48547..af40c9e 100755
--- a/utils/sudo/DEPENDS
+++ b/utils/sudo/DEPENDS
@@ -5,9 +5,13 @@ optional_depends openldap \
"--without-ldap" \
"for LDAP support" &&

-if is_depends_enabled $SPELL openldap; then
- depends -sub SASL openldap
-fi &&
+#if is_depends_enabled $SPELL openldap; then
+# depends -sub SASL openldap
+#fi &&
+optional_depends cyrus-sasl \
+ '' \
+ '' \
+ 'for TLS support' &&

optional_depends libselinux \
"--with-selinux" \
diff --git a/utils/sudo/HISTORY b/utils/sudo/HISTORY
index b38f3b7..5c92558 100644
--- a/utils/sudo/HISTORY
+++ b/utils/sudo/HISTORY
@@ -1,3 +1,6 @@
+2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: fixed optional deps on openldap/cyrus-sasl
+
2009-04-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.1




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (76690b5991fb666bf958af6542a4e3c722b81090), Arjan Bouter, 06/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page