Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (caa7c6e3ac1745b5f144681e250dc6da33c14d83)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (caa7c6e3ac1745b5f144681e250dc6da33c14d83)
  • Date: Sat, 19 Jul 2014 05:57:17 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/libreswan/DETAILS | 2 +-
net/libreswan/HISTORY | 4 ++++
net/libreswan/PRE_BUILD | 2 --
net/libreswan/no-pam.patch | 26 --------------------------
4 files changed, 5 insertions(+), 29 deletions(-)

New commits:
commit caa7c6e3ac1745b5f144681e250dc6da33c14d83
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreswan: => 3.9

diff --git a/net/libreswan/DETAILS b/net/libreswan/DETAILS
index 1c82ab1..3189e5a 100755
--- a/net/libreswan/DETAILS
+++ b/net/libreswan/DETAILS
@@ -1,5 +1,5 @@
SPELL=libreswan
- VERSION=3.8
+ VERSION=3.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/libreswan/HISTORY b/net/libreswan/HISTORY
index 2693e86..18ada8a 100644
--- a/net/libreswan/HISTORY
+++ b/net/libreswan/HISTORY
@@ -1,3 +1,7 @@
+2014-07-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.9
+ * no-pam.patch: removed, fixed by upstream
+
2014-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, CONFLICTS, {PRE_,}BUILD, libreswan.gpg,
init.d/ipsec, no-pam.patch: created the spell
diff --git a/net/libreswan/PRE_BUILD b/net/libreswan/PRE_BUILD
index 8bfe733..63d5243 100755
--- a/net/libreswan/PRE_BUILD
+++ b/net/libreswan/PRE_BUILD
@@ -1,7 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p0 < "$SPELL_DIRECTORY/no-pam.patch" &&
-
sedit "s:/usr/local:$INSTALL_ROOT/usr:g" Makefile.inc && # Install to
/usr
sedit "s:=man:=share/man:" Makefile.inc # Install
manpages to /usr/share
diff --git a/net/libreswan/no-pam.patch b/net/libreswan/no-pam.patch
deleted file mode 100644
index 087ad83..0000000
--- a/net/libreswan/no-pam.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- programs/pluto/state.h.orig
-+++ programs/pluto/state.h
-@@ -213,10 +213,8 @@ struct state {
- so_serial_t st_clonedfrom; /* serial number of parent */
- int st_usage;
-
--#ifdef XAUTH_HAVE_PAM
- pthread_mutex_t xauth_mutex; /* per state xauth_mutex */
- pthread_t xauth_tid; /* per state XAUTH_RO thread
id */
--#endif
-
- bool st_ikev2; /* is this an IKEv2 state? */
- bool st_rekeytov2; /* true if this IKEv1 is about
---- programs/pluto/xauth.c.orig
-+++ programs/pluto/xauth.c
- 2014-05-05 21:25:14.112883644 +0400
-@@ -99,9 +99,7 @@
- chunk_t name;
- chunk_t password;
- chunk_t connname;
--#ifdef XAUTH_HAVE_PAM
- st_jbuf_t *ptr;
--#endif
- };
-
- #ifdef XAUTH_HAVE_PAM



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (caa7c6e3ac1745b5f144681e250dc6da33c14d83), Vlad Glagolev, 07/19/2014

Archive powered by MHonArc 2.6.24.

Top of Page