New commits:
commit b0a289c233d659efb62e121f8d9ece2aa3e07109
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
nmap: switched to upstream gpg checking, added development version
as option because it is able to scan for conficker.
(http://insecure.org/#conficker)
commit bd28b0e725d09eb3601f88a1de82a99c50b0f4be
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
libpseudo: version 1.0.2
commit c51424a4c6552e704af4986239ed878ea1109b9c
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
sawfish 1.3.5.2
commit bf4501372bb9d281fad3eb5c38ae04fa6144eb24
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
rep-gtk2: version 0.18.4 and switched to bz2
commit 9011da18b8319781828a1a323aaf034519ac3db7
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
librep2: version 0.17.3 and switched to bz2
commit d413eb83bd0e3e187448d290f191395203e74a78
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
pekwm: version 0.1.10, and removed optional deps on imlib2 and pcre
diff --git a/gnome2-libs/librep2/DETAILS b/gnome2-libs/librep2/DETAILS
index 693d9b5..c3690d2 100755
--- a/gnome2-libs/librep2/DETAILS
+++ b/gnome2-libs/librep2/DETAILS
@@ -11,8 +11,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.17
- SOURCE=librep-${VERSION}.tar.gz
+ VERSION=0.17.3
+ SOURCE=librep-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/librep-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/librep/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/gnome2-libs/librep2/HISTORY b/gnome2-libs/librep2/HISTORY
index 2549749..5efe86a 100644
--- a/gnome2-libs/librep2/HISTORY
+++ b/gnome2-libs/librep2/HISTORY
@@ -1,3 +1,6 @@
+2009-04-19 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.17.3 and switched to bz2
+
2008-12-26 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: SCM path: corrected SOURCE_URL[0]
* PRE_BUILD: removed patch command
diff --git a/gnome2-libs/librep2/librep-0.17.3.tar.bz2.sig
b/gnome2-libs/librep2/librep-0.17.3.tar.bz2.sig
new file mode 100644
index 0000000..5b1fb5b
Binary files /dev/null and b/gnome2-libs/librep2/librep-0.17.3.tar.bz2.sig
differ
diff --git a/gnome2-libs/librep2/librep-0.17.tar.gz.sig
b/gnome2-libs/librep2/librep-0.17.tar.gz.sig
deleted file mode 100644
index b9fcecb..0000000
Binary files a/gnome2-libs/librep2/librep-0.17.tar.gz.sig and /dev/null differ
diff --git a/libs/libpseudo/DETAILS b/libs/libpseudo/DETAILS
index 02cee39..54a2dcc 100755
--- a/libs/libpseudo/DETAILS
+++ b/libs/libpseudo/DETAILS
@@ -1,9 +1,9 @@
SPELL=libpseudo
- VERSION=1.0.1
+ VERSION=1.0.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:193e166be6dc74e8a4c3294544a92e48c310c0b6b6fa98932adc5c295f31bb3db0e4a76225b2178c22a67d84f5ecbac4c27a5909ece7efc94d7de1eaf27b65b7
+
SOURCE_HASH=sha512:48311744b420a70544db75d5527f897d810f078184254dd6e97946c6966aa6a8fd89b26f57f33a5c94fbdab4a5a90ac9370f1b204121577d5875d6f15fe43bd3
WEB_SITE=http://www.sourceforge.net/projects/libpseudo/
ENTERED=20080117
LICENSE[0]=GPL
diff --git a/libs/libpseudo/HISTORY b/libs/libpseudo/HISTORY
index 5012523..46febc9 100644
--- a/libs/libpseudo/HISTORY
+++ b/libs/libpseudo/HISTORY
@@ -1,2 +1,5 @@
+2009-04-19 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 1.0.2
+
2008-01-17 Arjan Bouter <abouter AT sourcemage.org>
* BUILD,DETAILS,PRE_BUILD,HISTORY: added spell
diff --git a/security/nmap/DETAILS b/security/nmap/DETAILS
index cee193a..9528865 100755
--- a/security/nmap/DETAILS
+++ b/security/nmap/DETAILS
@@ -1,9 +1,21 @@
SPELL=nmap
+if [[ "$NMAP_DEV" == 'y' ]]; then
+ VERSION=4.85BETA8
+else
VERSION=4.76
+fi
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SPELL-$VERSION.tar.bz2.gpg.txt
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://nmap.org/dist/$SOURCE
-
SOURCE_HASH=sha512:b1e04ed7521744c0090e1a3081ed524a7b3b12872090b064d80e325e4c5d273f76fae899b28ecdbf6e300d19203ebe1dfde6f3cabdeab7e76fdccbb46139167e
+ SOURCE2_URL[0]=http://nmap.org/dist/sigs/$SOURCE2
+# only the development releases are mirrored here
+if [[ "$NMAP_DEV" == 'y' ]]; then
+ SOURCE_URL[1]=http://sectools.org/nmap/$SOURCE
+ SOURCE2_URL[1]=http://sectools.org/nmap/sigs/$SOURCE2
+fi
+ SOURCE_GPG="nmap.gpg:${SOURCE2}"
+ SOURCE2_IGNORE=signature
WEB_SITE=http://nmap.org/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index fbf0de0..a07e65b 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,10 @@
+2009-04-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: switched to upstream gpg, support
+ development version and added a backup source
+ url in case someone is behind a conficker-
+ infected gateway.
+ * PREPARE: added development version as option
+
2008-12-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: fixed zenmap requirements #14922
diff --git a/security/nmap/PREPARE b/security/nmap/PREPARE
new file mode 100755
index 0000000..c998bf9
--- /dev/null
+++ b/security/nmap/PREPARE
@@ -0,0 +1 @@
+config_query NMAP_DEV "Build development version?" n
diff --git a/security/nmap/nmap.gpg b/security/nmap/nmap.gpg
new file mode 100644
index 0000000..461498d
Binary files /dev/null and b/security/nmap/nmap.gpg differ
diff --git a/windowmanagers/pekwm/DEPENDS b/windowmanagers/pekwm/DEPENDS
index e8c1428..f071cd7 100755
--- a/windowmanagers/pekwm/DEPENDS
+++ b/windowmanagers/pekwm/DEPENDS
@@ -12,20 +12,11 @@ optional_depends libxrandr "--enable-xrandr"
"--disable-xrandr" \
optional_depends libxft "--enable-xft" "--disable-xft"
\
"Enable X FreeType extension?"
&&