summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-02 21:34:10 +0000
committerEric Sandall2015-01-02 21:34:10 +0000
commit3d2db09f8e8e89cd93e8e0f9a69d8a5ac03fbd77 (patch)
tree3c8dada5d4b29f258e73054c2b131b7594dfc6d9
parent0dc388af78d01035636963427b2b7d509edebbee (diff)
talloc: Updated to 2.1.1
samba.org is now all https:// Not using GPG, see http://www.sourcemage.org/issues/331 HTTP_DL_HANDLER (default wget) needs SSL support curl and aria2 (other handlers) need SSL sub-depends added. C30A4429.gpg removed
-rw-r--r--libs/talloc/C30A4429.gpgbin1706 -> 0 bytes
-rwxr-xr-xlibs/talloc/DEPENDS1
-rwxr-xr-xlibs/talloc/DETAILS14
-rw-r--r--libs/talloc/HISTORY8
4 files changed, 16 insertions, 7 deletions
diff --git a/libs/talloc/C30A4429.gpg b/libs/talloc/C30A4429.gpg
deleted file mode 100644
index 941fa218d8..0000000000
--- a/libs/talloc/C30A4429.gpg
+++ /dev/null
Binary files differ
diff --git a/libs/talloc/DEPENDS b/libs/talloc/DEPENDS
index f506c2d20d..2fa3e399ef 100755
--- a/libs/talloc/DEPENDS
+++ b/libs/talloc/DEPENDS
@@ -1,4 +1,5 @@
depends python &&
+depends -sub 'SSL' ${HTTP_DL_HANDLER} &&
optional_depends docbook-xsl "" "" "for manual pages" &&
diff --git a/libs/talloc/DETAILS b/libs/talloc/DETAILS
index 1022d5ca29..855f60fcea 100755
--- a/libs/talloc/DETAILS
+++ b/libs/talloc/DETAILS
@@ -8,18 +8,18 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/samba4-git
SOURCE_URL[0]=git://git.samba.org/samba.git:samba4
SOURCE_IGNORE=volatile
else
- VERSION=2.0.8
- SOURCE_HASH=sha512:8e8e71d05443b7ea5d8ac432c1043840000b7b6ebeff6a2f621274f29a298e6c64ad5fb75b59c6138179c5602d6164695b85b57b5b310809150320b6eecd487f
+ VERSION=2.1.1
+ SOURCE_HASH=sha512:92aac5e5a759c65733260152980f798a5bf06bcbe8a58c23cbae91dd741306c097499a063410c4fa01f1b25db7d965666f94e1c181922694ed3f638a312d809d
SOURCE=$SPELL-$VERSION.tar.gz
-# SOURCE2=$SOURCE.asc
+# SOURCE2=${SOURCE/.gz/}.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://samba.org/ftp/talloc/$SOURCE
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
-# SOURCE_GPG=C30A4429.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_URL[0]=https://samba.org/ftp/talloc/$SOURCE
+# SOURCE2_URL[0]=https://samba.org/ftp/talloc/$SOURCE2
+# SOURCE_GPG=samba.gpg:$SOURCE2:UPSTREAM_KEY
# SOURCE2_IGNORE=signature
fi
LICENSE[0]=GPL
- WEB_SITE=http://talloc.samba.org/
+ WEB_SITE=https://talloc.samba.org/
KEYWORDS="memory library"
ENTERED=20090123
SHORT='A hierarchical pool-based memory allocator with destructors'
diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index 3fafc68f7c..eba8f03356 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,11 @@
+2015-01-02 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated to 2.1.1
+ samba.org is now all https://
+ Not using GPG, see http://www.sourcemage.org/issues/331
+ * DEPENDS: HTTP_DL_HANDLER (default wget) needs SSL support
+ curl and aria2 (other handlers) need SSL sub-depends added.
+ * C30A4429.gpg: Removed
+
2014-07-03 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Use get_scm_version