New commits:
commit 3ed1b42675e4c48df8f2a94cb9b91917827cc743
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>
asterisk: Added g++ as dependency
commit 1be194ffe494c225584930c7c25315bc5d8f3099
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>
neon: Updated to 0.28.2
commit 44e586b4cad4fc14b298ec25ecbeb4467d1c8c03
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>
davfs: Updated to 1.3.3
commit 11e228ae6945692d196fca4c4e2dde6322ed0ac2
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>
ifupdown: added INSTALL_ROOT
diff --git a/disk/davfs/DETAILS b/disk/davfs/DETAILS
index fbf498e..fe60d6c 100755
--- a/disk/davfs/DETAILS
+++ b/disk/davfs/DETAILS
@@ -1,7 +1,7 @@
SPELL=davfs
SF_PROJECT=dav
- VERSION=1.2.1
-
SOURCE_HASH=sha512:8ec37805efe6714cceb1e361956321328973f90aff184cae16424c9182f909edcfdddabdaec1a45b77d8cbc0f930312c9ec43ebebae97c37034b58cbf075ba1a
+ VERSION=1.3.3
+
SOURCE_HASH=sha512:2ec30b48663954bb21238d0e483bd758abb7296e115af5d1cce5ee0bfce18b429e01cd3ef6e13af9bf70cedd93025292b3ea54402d34c9e9dd3fd6e2500a25f6
SOURCE=${SPELL}2-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}2-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SF_PROJECT/${SOURCE}
diff --git a/disk/davfs/HISTORY b/disk/davfs/HISTORY
index ffaba52..a192d5b 100644
--- a/disk/davfs/HISTORY
+++ b/disk/davfs/HISTORY
@@ -1,3 +1,6 @@
+2008-07-22 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 1.3.3
+
2007-05-11 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS: updated spell to 1.2.1
diff --git a/libs/neon/DETAILS b/libs/neon/DETAILS
index ecb1c7c..bd1ee01 100755
--- a/libs/neon/DETAILS
+++ b/libs/neon/DETAILS
@@ -1,9 +1,12 @@
SPELL=neon
- VERSION=0.28.1
-
SOURCE_HASH=sha512:99c601df7b33e66c5786db8224d62817bd387007acdf92860c7ef0e5d85b73b8009296d565558d300da48da326e3badf213b1ac047a14e4c5a651219e0767a3d
+ VERSION=0.28.2
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=neon.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.webdav.org/neon/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
LICENSE[0]=LGPL
WEB_SITE=http://www.webdav.org/neon/
ENTERED=20020528
diff --git a/libs/neon/HISTORY b/libs/neon/HISTORY
index 2904fa1..edc4801 100644
--- a/libs/neon/HISTORY
+++ b/libs/neon/HISTORY
@@ -1,3 +1,8 @@
+2008-07-22 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * neon.gpg: added gpg keyring
+ * DETAILS: updated spell to 0.28.2
+ converted to upstream signature checking
+
2008-06-21 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.28.1
diff --git a/libs/neon/neon.gpg b/libs/neon/neon.gpg
new file mode 100644
index 0000000..4edb1ed
Binary files /dev/null and b/libs/neon/neon.gpg differ
diff --git a/net/ifupdown/HISTORY b/net/ifupdown/HISTORY
index e7e1914..00e1272 100644
--- a/net/ifupdown/HISTORY
+++ b/net/ifupdown/HISTORY
@@ -1,3 +1,6 @@
+2008-07-22 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * INSTALL: added INSTALL_ROOT
+
2008-02-25 Ladislav Hagara <hgr AT vabo.cz>
* init.d/network, DETAILS: added messages, PATCHLEVEL=1
diff --git a/net/ifupdown/INSTALL b/net/ifupdown/INSTALL
index d7a7916..9e8f6b8 100755
--- a/net/ifupdown/INSTALL
+++ b/net/ifupdown/INSTALL
@@ -4,7 +4,7 @@ if [ -h $INSTALL_ROOT/sbin/ifdown ]; then
rm -f $INSTALL_ROOT/sbin/ifdown
fi &&