summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-02 21:32:43 +0000
committerEric Sandall2015-01-02 21:32:43 +0000
commit0dc388af78d01035636963427b2b7d509edebbee (patch)
tree8fde46c8ed4c58b1040664c1e7b4d0ea299a4af1
parent0644b5020c58b6e615a9194ac99c9920342754bc (diff)
tevent: Updated to 0.9.22
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.
-rwxr-xr-xlibs/tevent/DEPENDS3
-rwxr-xr-xlibs/tevent/DETAILS13
-rw-r--r--libs/tevent/HISTORY7
3 files changed, 15 insertions, 8 deletions
diff --git a/libs/tevent/DEPENDS b/libs/tevent/DEPENDS
index db7cf51bf3..c659b31699 100755
--- a/libs/tevent/DEPENDS
+++ b/libs/tevent/DEPENDS
@@ -1 +1,2 @@
-depends talloc
+depends talloc &&
+depends -sub 'SSL' ${HTTP_DL_HANDLER}
diff --git a/libs/tevent/DETAILS b/libs/tevent/DETAILS
index 0d4ecb65ef..e8a68d6993 100755
--- a/libs/tevent/DETAILS
+++ b/libs/tevent/DETAILS
@@ -1,11 +1,12 @@
SPELL=tevent
- VERSION=0.9.17
+ VERSION=0.9.22
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SPELL}-${VERSION}.tar.asc
- SOURCE2_IGNORE=signature
- SOURCE_URL[0]=http://www.samba.org/ftp/tevent/$SOURCE
- SOURCE2_URL[0]=http://www.samba.org/ftp/tevent/$SOURCE2
- SOURCE_GPG=samba.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_HASH=sha512:9b689ec08e7ce4ef9d6b6a7bd65fd7e5404d3a04856116fa93619aef5f510efe06e9555ce2d4d0f0ce937757bfdad7d7058444c248b699f24d2403a8bcad72c1
+# SOURCE2=${SPELL}-${VERSION}.tar.asc
+# SOURCE2_IGNORE=signature
+ SOURCE_URL[0]=https://www.samba.org/ftp/tevent/$SOURCE
+# SOURCE2_URL[0]=https://www.samba.org/ftp/tevent/$SOURCE2
+# SOURCE_GPG=samba.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
WEB_SITE=https://tevent.samba.org/
diff --git a/libs/tevent/HISTORY b/libs/tevent/HISTORY
index e334638bc1..6dbfa509e0 100644
--- a/libs/tevent/HISTORY
+++ b/libs/tevent/HISTORY
@@ -1,5 +1,10 @@
2015-01-02 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Fix WEB_SITE
+ * DETAILS: Updated to 0.9.22
+ samba.org is now all https://
+ Fix WEB_SITE
+ 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.
2013-11-23 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Removed, I don't even know, but it doesn't work (no files)