New commits:
commit e9602bf3b285af543d0d38aa2c90ad6787380895
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
ldns: => 1.6.13
commit a425ea3c646b817664b4bb402ecf7c7fb019cac0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
transmission: => 2.52
commit fdc9dc940ae2844411b7baad582686c9e117be8b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
cadaver: new spell, command-line WebDAV client for Unix
commit 47cd38b792a0df3d7545d8f41849425884523727
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
neon.gpg: moved from neon spell, required by cadaver
commit 59e84c66d4ded107368eae8f4c3a92ae383af4bf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
vala: update spell to 0.17.0
commit 4056e50f2d6428c16b17aef6ac239d5a121e92a2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
cython: => 0.16
commit a14c403d812497f8ad8b259609b646e94c8cea0a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
perl: => 5.16.0
commit 42e5e62f07ae73768f5ad8d89cb88690a6a67225
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
policykit - adjust depends and build
commit 11a4e0cbb8a0d147dd0a4a6bddc0d2a6eb5c224b
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>
tzdata: add config_query to ask if sorcery should manage /etc/localtime
- only install local timezone if requested to
- remove files that should be hard linked, in the case they are actual
files and not links (should adress Arjan's issue)
* hard_linked_files: added, list of files that should be hard links
* FINAL: added, provide instructions if the SA decided to manually manage
/etc/localtime
commit d4fa9fdfa98aabf4be4356e07e4728d44efa78cf
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
nmap 6.00
commit 69328c2be24a0bd556adb830ce8237a08c98ab9d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
soprano 2.7.6
commit 7450825680ffcf18eb59a090c5e3ee4bd5a767c8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libssh2: => 1.4.2
commit fef96b00b4eb6afebc9f08660bd79ffddc2af609
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kwave4: => 0.8.8-1
diff --git a/ChangeLog b/ChangeLog
index 872d0b6..2e057ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * neon.gpg: moved from neon spell, required by cadaver
+ * http/cadaver: new spell, command-line WebDAV client for Unix
+
2012-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-polyparse: new spell, a variety of alternative
parser
combinator libraries
diff --git a/crypto/libssh2/DETAILS b/crypto/libssh2/DETAILS
index 0eae56f..280b2d9 100755
--- a/crypto/libssh2/DETAILS
+++ b/crypto/libssh2/DETAILS
@@ -1,5 +1,5 @@
SPELL=libssh2
- VERSION=1.4.1
+ VERSION=1.4.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/crypto/libssh2/HISTORY b/crypto/libssh2/HISTORY
index 618d855..d771609 100644
--- a/crypto/libssh2/HISTORY
+++ b/crypto/libssh2/HISTORY
@@ -1,3 +1,6 @@
+2012-05-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.2
+
2012-04-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.1
diff --git a/devel/perl/DETAILS b/devel/perl/DETAILS
index 4d5bdf4..5aafc9b 100755
--- a/devel/perl/DETAILS
+++ b/devel/perl/DETAILS
@@ -1,7 +1,7 @@
SPELL=perl
- VERSION=5.14.2
+ VERSION=5.16.0
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:023a0d86302ebf2cbc22457e6799fe75c07498a4974abacdff5b6259982bb4a0388585e57d50b52ea05a1ab186d4bc9d47e80c0981ef9288d502e42f18a21144
+
SOURCE_HASH=sha512:8e2ec0b95044028b0c07da1b1e8114dd374d9a6b6988861f1605a7415b9c0e222a9627b96db83d6a5878702e7abe152e06553cea27522fe28f6e031544d8a87e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.cpan.org/src/5.0/$SOURCE
diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index a77d3db..af6939a 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2012-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.16.0
+
2011-09-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.14.2; SECURITY_PATCH++
(fixes CVE-2011-2728, CVE-2011-2939)
diff --git a/devel/vala/DETAILS b/devel/vala/DETAILS
index e7f7145..43af77d 100755
--- a/devel/vala/DETAILS
+++ b/devel/vala/DETAILS
@@ -1,15 +1,15 @@
SPELL=vala
if [[ "$VALA_DEVEL" == "y" ]]; then
- VERSION=0.16.0
+ VERSION=0.17.0
else
- VERSION=0.16.0
+ VERSION=0.17.0
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://live.gnome.org/Vala
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+
SOURCE_HASH=sha512:e21bc5eb90b4f1af404d943cd0010a207fff36838f9c695c9e2557ab99254c45d87b6115dddf4a674e99b9bbbe35b7777cce2bded08bac3bb823ee65767ddb0f
LICENSE[0]=LGPL
ENTERED=20070727
SHORT="compiler for the GObject type system"
diff --git a/devel/vala/HISTORY b/devel/vala/HISTORY
index cd9455a..9de51bc 100644
--- a/devel/vala/HISTORY
+++ b/devel/vala/HISTORY
@@ -1,3 +1,6 @@
+2012-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.17.0
+
2012-03-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.16.0
diff --git a/devel/vala/vala-0.16.0.tar.xz.sig
b/devel/vala/vala-0.16.0.tar.xz.sig
deleted file mode 100644
index f79e1e0..0000000
Binary files a/devel/vala/vala-0.16.0.tar.xz.sig and /dev/null differ
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index 20a720c..c27436c 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.51
+ VERSION=2.52
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.transmissionbt.com/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 3401c13..5c70471 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,6 @@
+2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.52
+
2012-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.51
* PRE_BUILD, libnatpmp-20110618.patch: dropped
diff --git a/ftp/transmission/transmission-2.51.tar.bz2.sig
b/ftp/transmission/transmission-2.51.tar.bz2.sig
deleted file mode 100644
index 8aecf29..0000000
Binary files a/ftp/transmission/transmission-2.51.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.52.tar.bz2.sig
b/ftp/transmission/transmission-2.52.tar.bz2.sig
new file mode 100644
index 0000000..1855e4f
Binary files /dev/null and b/ftp/transmission/transmission-2.52.tar.bz2.sig
differ
diff --git a/gnome2-libs/policykit/BUILD b/gnome2-libs/policykit/BUILD
index df8297b..8595640 100755
--- a/gnome2-libs/policykit/BUILD
+++ b/gnome2-libs/policykit/BUILD
@@ -1,11 +1,5 @@
create_account polkituser &&
SOURCE_URL[0]=http://sourceforge.net/projects/soprano/files/Soprano/$VERSION/$SOURCE/download
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/kde4-support/soprano/HISTORY b/kde4-support/soprano/HISTORY
index 2ccc886..542b24b 100644
--- a/kde4-support/soprano/HISTORY
+++ b/kde4-support/soprano/HISTORY
@@ -1,3 +1,6 @@
+2012-05-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.7.6
+
2012-02-08 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 2.7.4
diff --git a/libs/ldns/DETAILS b/libs/ldns/DETAILS
index c02d877..69db3bf 100755
--- a/libs/ldns/DETAILS
+++ b/libs/ldns/DETAILS
@@ -1,9 +1,9 @@
SPELL=ldns
- VERSION=1.6.12
+ VERSION=1.6.13
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.nlnetlabs.nl/downloads/ldns/$SOURCE
-
SOURCE_HASH=sha512:f928be35a5c0bc2b918f005dd592cc531451f373ed9d77a54d5207a2a80b9d525faabf75bba75483d3476cfeff75a66ad4d9527a84a983216dae4fac30213773
+
SOURCE_HASH=sha512:35bc4cd673ea48dc5d08f22ec06b0ceaa1448c9171beeb3989a1a33c95e616694db3a515466e54f1364636dcf48425600cd42541397be9209f165adb445200e1
LICENSE[0]=MIT
WEB_SITE=http://www.nlnetlabs.nl/projects/ldns/
GATHER_DOCS=off
diff --git a/libs/ldns/HISTORY b/libs/ldns/HISTORY
index f08107e..0813085 100644
--- a/libs/ldns/HISTORY
+++ b/libs/ldns/HISTORY
@@ -1,3 +1,6 @@
+2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.13
+
2012-01-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.12
* CONFIGURE, BUILD: drill and examples are optional now
diff --git a/libs/neon/neon.gpg b/libs/neon/neon.gpg
deleted file mode 100644
index d395f90..0000000
Binary files a/libs/neon/neon.gpg and /dev/null differ
diff --git a/libs/tzdata/CONFIGURE b/libs/tzdata/CONFIGURE
index 7e40427..dd0700b 100755
--- a/libs/tzdata/CONFIGURE
+++ b/libs/tzdata/CONFIGURE
@@ -1,11 +1,15 @@
-message "\nThe answer to the next query is saved - you do not need to
reselect your" &&
-message "local time zone, unless this spell was cast with the reconfigure
flag." &&
-if query "Would you like to select your local time zone? (otherwise UTC will
be selected)" n; then
- persistent_add LOCAL_TIMEZONE &&
- LOCAL_TIMEZONE=`dialog --backtitle "Time Zone Configuration" \
- --title "Time Zone Selection" \
- --stdout \
- --radiolist "Please select your local time
zone.\nUTC will be selected if nothing else is." \
- 0 0 0 \
- --file "$SCRIPT_DIRECTORY"/timezones`
+config_query SET_LOCALTIME "Would you like sorcery to manage your local time
zone (/etc/localtime)?" y &&
+
+if [ $SET_LOCALTIME == "y" ]; then
+ message "\nThe answer to the next query is saved - you do not need to
reselect your" &&
+ message "local time zone, unless this spell was cast with the reconfigure
flag." &&
+ if query "Would you like to select your local time zone? (otherwise UTC
will be selected)" n; then
+ persistent_add LOCAL_TIMEZONE &&
+ LOCAL_TIMEZONE=`dialog --backtitle "Time Zone Configuration"
\
+ --title "Time Zone Selection"
\
+ --stdout
\
+ --radiolist "Please select your local time
zone.\nUTC will be selected if nothing else is." \
+ 0 0 0
\
+ --file "$SCRIPT_DIRECTORY"/timezones`
+ fi
fi
diff --git a/libs/tzdata/FINAL b/libs/tzdata/FINAL
new file mode 100755
index 0000000..484c584
--- /dev/null
+++ b/libs/tzdata/FINAL
@@ -0,0 +1,10 @@
+if [ $SET_LOCALTIME == "n" ]; then
+ message "${MESSAGE_COLOR}/etc/localtime was not set."
+ message "To manually link /etc/localtime to your local time zone,"
+ message "either create a symlink with ln"
+ message "(i.e. ln -sf /usr/share/zoneinfo/your/timezone /etc/localtime)"
+ message "or with zic -l your/timezone. Note that zic may fail on systems"
+ message "with /usr mounted on a separate partition."
+ message "Alternatively, you may copy your local time zone to
/etc/localtime."
+ message "Look under /usr/share/zoneinfo for the available time
zones.${DEFAULT_COLOR}"
+fi
diff --git a/libs/tzdata/HISTORY b/libs/tzdata/HISTORY
index 31c6cfb..368cf4d 100644
--- a/libs/tzdata/HISTORY
+++ b/libs/tzdata/HISTORY
@@ -1,3 +1,12 @@
+2012-05-22 Sukneet Basuta <sukneet AT sourcemage.org>
+ * CONFIGURE: add config_query to ask if sorcery should manage
/etc/localtime
+ * INSTALL: only install local timezone if requested to
+ remove files that should be hard linked, in the case they
+ are actual files and not links
+ * hard_linked_files: added, list of files that should be hard links
+ * FINAL: added, provide instructions if the SA decided to manually
+ manage /etc/localtime
+
2012-05-19 Arjan Bouter <abouter AT sourcemage.org>
* INSTALL: use ln instead of zic -l to avoid failure if /etc and /usr
are on
different partitions
diff --git a/libs/tzdata/INSTALL b/libs/tzdata/INSTALL
index db96231..215f31a 100755
--- a/libs/tzdata/INSTALL
+++ b/libs/tzdata/INSTALL
@@ -4,19 +4,31 @@ TIMEZONES=('africa' 'antarctica' 'asia' 'australasia'
'backward' 'etcetera' \
'europe' 'factory' 'northamerica' 'pacificnew' 'solar87' \
'solar88' 'solar89' 'southamerica' 'systemv')
-if [ -z "$LOCAL_TIMEZONE" ]; then
- LOCAL_TIMEZONE="UTC"
+# Remove files that should be hard linked, in case they are not
+if [ -d ${INSTALL_ROOT}/usr/share/zoneinfo ]; then
+ while read FILE; do
+ if [ -e $FILE ]; then
+ rm ${INSTALL_ROOT}/$FILE
+ fi
+ done < ${SCRIPT_DIRECTORY}/hl
fi &&
-echo "Local TIme Zone: " $LOCAL_TIMEZONE &&
zic -y ./yearistype -d ${INSTALL_ROOT}/usr/share/zoneinfo ${TIMEZONES[@]}
&&
zic -y ./yearistype -d ${INSTALL_ROOT}/usr/share/zoneinfo/posix
${TIMEZONES[@]} &&
zic -y ./yearistype -d ${INSTALL_ROOT}/usr/share/zoneinfo/right -L
leapseconds ${TIMEZONES[@]} &&
-# zic -l breaks if /etc and /usr are on different partitions
-#zic -y ./yearistype -d ${INSTALL_ROOT}/usr/share/zoneinfo -l
"$LOCAL_TIMEZONE" &&
-ln -sf ${INSTALL_ROOT}/usr/share/zoneinfo/$LOCAL_TIMEZONE
${INSTALL_ROOT}/etc/localtime &&
#If you want POSIX compatibility, use "America/New_York".
zic -y ./yearistype -d ${INSTALL_ROOT}/usr/share/zoneinfo -p
America/New_York &&