Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bb7e3bf1efabdef76d6ab68113f33dab4b74e308)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bb7e3bf1efabdef76d6ab68113f33dab4b74e308)
  • Date: Mon, 23 Mar 2009 14:30:31 -0500

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

antivirus/clamav/DETAILS | 2 +-
antivirus/clamav/HISTORY | 3 +++
net/strongswan/BUILD | 5 -----
net/strongswan/CONFIGURE | 5 -----
net/strongswan/DEPENDS | 13 -------------
net/strongswan/DETAILS | 6 +-----
net/strongswan/HISTORY | 5 +++++
net/strongswan/PREPARE | 1 -
net/strongswan/PRE_BUILD | 14 --------------
9 files changed, 10 insertions(+), 44 deletions(-)

New commits:
commit d7cf37ea073b738ff583b41531a26c1ba97ad08e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

clamav: => 0.95

commit 7e1b8e650e3cbdccd2fcd2f0095221425c3fa325
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

strongswan - remove support for obsolete version 2.8

commit c88f2b8af681848eb7938f9c7753d271a3303fee
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

strongswan: => 4.2.13

diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index 5acac71..8524724 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,5 +1,5 @@
SPELL=clamav
- VERSION=0.95rc2
+ VERSION=0.95
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-/}
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index 94d0b4f..9f6221d 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,6 @@
+2009-03-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.95
+
2009-03-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.95rc2

diff --git a/net/strongswan/BUILD b/net/strongswan/BUILD
deleted file mode 100755
index 3bc8064..0000000
--- a/net/strongswan/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$STRONGSWAN_IKEV2" = "n" ]; then
- make programs
-else
- default_build
-fi
diff --git a/net/strongswan/CONFIGURE b/net/strongswan/CONFIGURE
deleted file mode 100755
index a242720..0000000
--- a/net/strongswan/CONFIGURE
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$STRONGSWAN_IKEV2" = "n" ]; then
-config_query STRONGSWAN_CURL 'Do you want to use curl for downloading of
certificates?' y &&
-config_query STRONGSWAN_LDAP 'Do you want to use openldap to fetch
revocation lists?' y &&
-config_query STRONGSWAN_OPSC 'Do you want to use opensc to enable the use of
smartcards and USB tokens?' n
-fi
diff --git a/net/strongswan/DEPENDS b/net/strongswan/DEPENDS
index fb2f2aa..84aa411 100755
--- a/net/strongswan/DEPENDS
+++ b/net/strongswan/DEPENDS
@@ -1,16 +1,4 @@
depends gmp &&
-if [ "$STRONGSWAN_IKEV2" = "n" ]; then
-
-if [ STRONGSWAN_CURL == 'y' ]; then
- depends curl
-fi &&
-if [ "$STRONGSWAN_LDAP" == 'y' ]; then
- depends openldap
-fi &&
-if [ "$STRONGSWAN_OPSC" == 'y' ]; then
- depends opensc
-fi
-else
optional_depends curl '--enable-http' \
'' \
'fetch Certificates and CRLs via http' &&
@@ -20,4 +8,3 @@ else
optional_depends opensc '--enable-smartcard' \
'' \
'enable smartcard support'
-fi
diff --git a/net/strongswan/DETAILS b/net/strongswan/DETAILS
index a4fc8d1..8ba44f9 100755
--- a/net/strongswan/DETAILS
+++ b/net/strongswan/DETAILS
@@ -1,9 +1,5 @@
SPELL=strongswan
-if [ "$STRONGSWAN_IKEV2" = "y" ]; then
- VERSION=4.1.10
-else
- VERSION=2.8.6
-fi
+ VERSION=4.2.13
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://download.strongswan.org/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/net/strongswan/HISTORY b/net/strongswan/HISTORY
index 70f7f23..f49ab5f 100644
--- a/net/strongswan/HISTORY
+++ b/net/strongswan/HISTORY
@@ -1,3 +1,8 @@
+2009-03-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.2.13
+ * PREPARE, BUILD, CONFIGURE: deleted
+ * DETAILS: remove support for obsolete version 2.8
+
2007-12-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.1.10

diff --git a/net/strongswan/PREPARE b/net/strongswan/PREPARE
deleted file mode 100755
index 683e29b..0000000
--- a/net/strongswan/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query STRONGSWAN_IKEV2 'Do want IKEv2 support ?' y
diff --git a/net/strongswan/PRE_BUILD b/net/strongswan/PRE_BUILD
deleted file mode 100755
index 81980eb..0000000
--- a/net/strongswan/PRE_BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-if [ "$STRONGSWAN_IKEV2" = "n" ]; then
-sedit 's#INC_USRLOCAL=/usr/local#INC_USRLOCAL=/usr#' Makefile.inc
-if [ "${STRONGSWAN_CURL}" = "y" ]; then
- sedit 's/USE_LIBCURL\?=false/USE_LIBCURL\?=true/' Makefile.inc
-fi &&
-if [ "${STRONGSWAN_LDAP}" = "y" ]; then
- sedit 's/USE_LDAP\?=false/USE_LDAP\?=true/' Makefile.inc
-fi &&
-if [ "${STRONGSWAN_OPSC}" = "y" ]; then
- sedit 's/USE_SMARTCARD\?=false/USE_SMARTCARD\?=true/' Makefile.inc
-fi
-fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bb7e3bf1efabdef76d6ab68113f33dab4b74e308), Treeve Jelbert, 03/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page