[Pkg-swan-devel] [strongswan] 01/10: Enable the connmark plugin

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed Nov 4 19:42:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

corsac pushed a commit to annotated tag v5.3.3-1
in repository strongswan.

commit 3b7ae6673ae7bc330d0305098cd9818a4f6a7856
Author: Yves-Alexis Perez <corsac at debian.org>
Date:   Fri Jul 10 12:58:57 2015 +0200

    Enable the connmark plugin
---
 debian/changelog                              | 11 +++++++++++
 debian/control                                |  2 +-
 debian/libstrongswan-standard-plugins.install |  3 +++
 debian/rules                                  |  1 +
 4 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 791dcab..b4f9863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+strongswan (5.3.2-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - enable the connmark plugin.
+  * debian/control:
+    - add build-dep on iptables-dev.
+  * debian/libstrongswan-standard-plugins:
+    - add connmark plugin to the standard-plugins package.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 10 Jul 2015 12:58:30 +0200
+
 strongswan (5.3.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 4137b25..f43d21b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev,
   libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any], 
   libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any], 
   gperf, libcap-dev [linux-any], dh-autoreconf, pkg-config,
-  systemd [linux-any], dh-systemd (>= 1.5)
+  systemd [linux-any], dh-systemd (>= 1.5), iptables-dev
 Homepage: http://www.strongswan.org
 
 Package: strongswan
diff --git a/debian/libstrongswan-standard-plugins.install b/debian/libstrongswan-standard-plugins.install
index d97a36a..f286e63 100644
--- a/debian/libstrongswan-standard-plugins.install
+++ b/debian/libstrongswan-standard-plugins.install
@@ -1,11 +1,14 @@
 # libstrongswan plugins
 usr/lib/ipsec/plugins/libstrongswan-agent.so
+usr/lib/ipsec/plugins/libstrongswan-connmark.so
 usr/lib/ipsec/plugins/libstrongswan-gcm.so
 usr/lib/ipsec/plugins/libstrongswan-openssl.so
 # config file
 usr/share/strongswan/templates/config/plugins/agent.conf
+usr/share/strongswan/templates/config/plugins/connmark.conf
 usr/share/strongswan/templates/config/plugins/gcm.conf
 usr/share/strongswan/templates/config/plugins/openssl.conf
 etc/strongswan.d/charon/agent.conf
+etc/strongswan.d/charon/connmark.conf
 etc/strongswan.d/charon/gcm.conf
 etc/strongswan.d/charon/openssl.conf
diff --git a/debian/rules b/debian/rules
index ba9eefa..3edd624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \
 		--enable-lookip \
 		--enable-error-notify \
 		--enable-unity \
+		--enable-connmark \
 		--disable-blowfish --disable-des # BSD-Young license
 	#--with-user=strongswan --with-group=nogroup
 	#	--enable-kernel-pfkey --enable-kernel-klips \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-swan/strongswan.git



More information about the Pkg-swan-devel mailing list