[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (875ade9ab3834fe5280ff22b51feff01c0ffb8ca)

Treeve Jelbert scm at sourcemage.org
Mon Jun 22 05:22:18 EDT 2009


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 database/tokyocabinet/DETAILS |    4 ++--
 database/tokyocabinet/HISTORY |    3 +++
 devel/falcon/DETAILS          |    4 ++--
 devel/falcon/HISTORY          |    3 +++
 net/strongswan/DEPENDS        |   12 +++++++++++-
 net/strongswan/DETAILS        |    5 ++---
 net/strongswan/HISTORY        |    5 +++++
 7 files changed, 28 insertions(+), 8 deletions(-)

New commits:
commit 825953718f2c5a597cb430f0fc61c76cdbe9d08b
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    strongswan: => 4.3.2

commit f739dd7d7e4daa52f833fdfe53c8c53ffc245780
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    falcon: => 0.9.2

commit de1fb8ada25e4d0f00b7e67d28318f2faaa08ea8
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    tokyocabinet: => 1.4.27

diff --git a/database/tokyocabinet/DETAILS b/database/tokyocabinet/DETAILS
index ae41129..7b73f64 100755
--- a/database/tokyocabinet/DETAILS
+++ b/database/tokyocabinet/DETAILS
@@ -1,6 +1,6 @@
            SPELL=tokyocabinet
-         VERSION=1.4.26
-     SOURCE_HASH=sha512:a2fb14add2d43778223d48eaa252c4f07f36a0d3a1c291127f5154f2ebbfc15b5ba1a1e26bc9a08afad918c6b5ea27c1101649857d61e873efd7acc4670b1699
+         VERSION=1.4.27
+     SOURCE_HASH=sha512:dfe98b07926b51a163e02414bb9a02c36a6ba0414529a3d349dc4867a33b20ec66e68032b3b06f8b20d1098800600bd5c737cca813d309f57bcdd822eca672ff
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://$SPELL.sf.net/$SOURCE
diff --git a/database/tokyocabinet/HISTORY b/database/tokyocabinet/HISTORY
index 105eb75..372580f 100644
--- a/database/tokyocabinet/HISTORY
+++ b/database/tokyocabinet/HISTORY
@@ -1,3 +1,6 @@
+2009-06-22 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.4.27
+
 2009-06-16 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.4.26
 
diff --git a/devel/falcon/DETAILS b/devel/falcon/DETAILS
index 97fb703..cc6fe5e 100755
--- a/devel/falcon/DETAILS
+++ b/devel/falcon/DETAILS
@@ -1,7 +1,7 @@
            SPELL=falcon
           SPELLX=Falcon
-         VERSION=0.9.1.8
-     SOURCE_HASH=sha512:8dbe2c199cc63202a77fe6c0a33a9247da25214e92773207faf65aaf3f105793c2e66724f11dd8e59dc2a3bbc098654a869bb4624c7a0911df381a1805266513
+         VERSION=0.9.2
+     SOURCE_HASH=sha512:ff8da22c0195292a2aabea6691ab783f49213aaf49640fa719e455e501afa6bef31aa12ca949fd466fa53882167c5e79901d8a6e60cf36ec6e6634ef21d44322
           SOURCE=$SPELLX-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//.8}
         WEB_SITE=http://www.falconpl.org/
diff --git a/devel/falcon/HISTORY b/devel/falcon/HISTORY
index 1bd262a..f8884a9 100644
--- a/devel/falcon/HISTORY
+++ b/devel/falcon/HISTORY
@@ -1,3 +1,6 @@
+2009-06-22 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.9.2
+
 2009-05-21 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.9.1.8
 
diff --git a/net/strongswan/DEPENDS b/net/strongswan/DEPENDS
index 84aa411..4690fe0 100755
--- a/net/strongswan/DEPENDS
+++ b/net/strongswan/DEPENDS
@@ -1,7 +1,17 @@
 depends gmp &&
-  optional_depends curl     '--enable-http'  \
+depends pkgconfig &&
+  optional_depends curl     '--enable-curl'  \
                             '' \
                             'fetch Certificates and CRLs via http'  &&
+  optional_depends libgcrypt '--enable-gcrypt' \
+                            '' \
+                            'libgcrypt plugin' &&
+  optional_depends openssl  '--enable-openssl' \
+                            '' \
+                            'OpenSSL crypto plugin' &&
+  optional_depends openssh  '--enable-agent' \
+                            '' \
+                            'ssh-agent signing plugin' &&
   optional_depends openldap '--enable-ldap'  \
                             '' \
                             'fetch CRLs from LDAP'   &&
diff --git a/net/strongswan/DETAILS b/net/strongswan/DETAILS
index 8ba44f9..5bd3e1a 100755
--- a/net/strongswan/DETAILS
+++ b/net/strongswan/DETAILS
@@ -1,5 +1,5 @@
            SPELL=strongswan
-         VERSION=4.2.13
+         VERSION=4.3.2
           SOURCE=${SPELL}-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://download.strongswan.org/${SOURCE}
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
@@ -7,8 +7,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
       SOURCE_GPG=swan.gpg:$SOURCE.sig:UPSTREAM_KEY
   SOURCE2_IGNORE=signature
-        
-WEB_SITE=http://www.strongswan.org
+        WEB_SITE=http://www.strongswan.org
          ENTERED=20060530
       LICENSE[0]=GPL
            SHORT="IPsec software"
diff --git a/net/strongswan/HISTORY b/net/strongswan/HISTORY
index f49ab5f..5d0b78c 100644
--- a/net/strongswan/HISTORY
+++ b/net/strongswan/HISTORY
@@ -1,3 +1,8 @@
+2009-06-22 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 4.3.2
+	* DEPENDS: add libgcrypt, pkgconfig, openssh, openssl
+	  change curl flags
+
 2009-03-23 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 4.2.13
 	* PREPARE, BUILD, CONFIGURE: deleted



More information about the SM-Commit mailing list