[Pkg-swan-devel] [strongswan] 04/08: drop 0001-configure-Support-systemd-209.patch

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Apr 4 11:17:32 UTC 2016


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

corsac pushed a commit to branch master
in repository strongswan.

commit ab5260ac4bb05c789292358f65f9f073d2686fb6
Author: Yves-Alexis Perez <corsac at debian.org>
Date:   Thu Mar 24 12:02:23 2016 +0100

    drop 0001-configure-Support-systemd-209.patch
    
    * debian/patches
      - 0001-configure-Support-systemd-209 dropped, included upstream.
---
 debian/changelog                                   |  2 +
 .../0001-configure-Support-systemd-209.patch       | 73 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 2 insertions(+), 74 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c1538f6..e1f0106 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 strongswan (5.4.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/patches
+    - 0001-configure-Support-systemd-209 dropped, included upstream.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Thu, 24 Mar 2016 11:59:50 +0100
 
diff --git a/debian/patches/0001-configure-Support-systemd-209.patch b/debian/patches/0001-configure-Support-systemd-209.patch
deleted file mode 100644
index 7d4edcf..0000000
--- a/debian/patches/0001-configure-Support-systemd-209.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From b15f987ddd668d785c2f96805e02a0cd9c5f5965 Mon Sep 17 00:00:00 2001
-From: Chris Patterson <pattersonc at ainfosec.com>
-Date: Fri, 18 Dec 2015 08:27:57 -0500
-Subject: [PATCH] configure: Support systemd >= 209
-
-libsystemd-journal and libsystemd-daemon are now just
-part of libsystemd.
-
-Keep original systemd checks as a fallback.
-
-Updates charon-systemd/Makefile.am accordingly.
-
-Tested on:
-- debian wheezy (systemd v44)
-- ubuntu 15.10 (systemd v255).
-
-Signed-off-by: Chris Patterson <pattersonc at ainfosec.com>
-
-Closes strongswan/strongswan#24.
----
- configure.ac                   | 17 ++++++++++-------
- src/charon-systemd/Makefile.am |  4 ++--
- 2 files changed, 12 insertions(+), 9 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 8af5367..db35409 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -941,13 +941,16 @@ if test x$systemd = xtrue; then
- 		AC_MSG_ERROR([not found (try --with-systemdsystemunitdir)])
- 	fi
- 
--	PKG_CHECK_MODULES(systemd_daemon, [libsystemd-daemon])
--	AC_SUBST(systemd_daemon_CFLAGS)
--	AC_SUBST(systemd_daemon_LIBS)
--
--	PKG_CHECK_MODULES(systemd_journal, [libsystemd-journal])
--	AC_SUBST(systemd_journal_CFLAGS)
--	AC_SUBST(systemd_journal_LIBS)
-+	PKG_CHECK_MODULES(systemd, [libsystemd >= 209],
-+		[AC_SUBST(systemd_CFLAGS)
-+		 AC_SUBST(systemd_LIBS)],
-+		[PKG_CHECK_MODULES(systemd_daemon, [libsystemd-daemon])
-+		 AC_SUBST(systemd_daemon_CFLAGS)
-+		 AC_SUBST(systemd_daemon_LIBS)
-+		 PKG_CHECK_MODULES(systemd_journal, [libsystemd-journal])
-+		 AC_SUBST(systemd_journal_CFLAGS)
-+		 AC_SUBST(systemd_journal_LIBS)]
-+	)
- fi
- 
- if test x$tss = xtrousers; then
-diff --git a/src/charon-systemd/Makefile.am b/src/charon-systemd/Makefile.am
-index 1b9ac15..ee85d43 100644
---- a/src/charon-systemd/Makefile.am
-+++ b/src/charon-systemd/Makefile.am
-@@ -9,11 +9,11 @@ charon_systemd_CPPFLAGS = \
- 	-I$(top_srcdir)/src/libstrongswan \
- 	-I$(top_srcdir)/src/libhydra \
- 	-I$(top_srcdir)/src/libcharon \
--	$(systemd_daemon_CFLAGS) $(systemd_journal_CFLAGS) \
-+	$(systemd_CFLAGS) $(systemd_daemon_CFLAGS) $(systemd_journal_CFLAGS) \
- 	-DPLUGINS=\""${charon_plugins}\""
- 
- charon_systemd_LDADD = \
- 	$(top_builddir)/src/libstrongswan/libstrongswan.la \
- 	$(top_builddir)/src/libhydra/libhydra.la \
- 	$(top_builddir)/src/libcharon/libcharon.la \
--	$(systemd_daemon_LIBS) $(systemd_journal_LIBS) -lm $(PTHREADLIB) $(DLLIB)
-+	$(systemd_LIBS) $(systemd_daemon_LIBS) $(systemd_journal_LIBS) -lm $(PTHREADLIB) $(DLLIB)
--- 
-2.7.0
-
diff --git a/debian/patches/series b/debian/patches/series
index 3403d50..7018244 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 01_fix-manpages.patch
 03_systemd-service.patch
 04_disable-libtls-tests.patch
-0001-configure-Support-systemd-209.patch
 0001-charon-systemd-Inherit-all-settings-from-the-charon-.patch

-- 
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