[xmltooling] 03/03: Refresh our patches

Ferenc Wágner wferi at moszumanska.debian.org
Fri Nov 17 08:59:15 UTC 2017


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

wferi pushed a commit to branch debian/master
in repository xmltooling.

commit 5166246fff5478928a451d59ef5e757c30d367c0
Author: Ferenc Wágner <wferi at debian.org>
Date:   Fri Nov 17 09:58:01 2017 +0100

    Refresh our patches
---
 debian/patches/Add-more-forgotten-test-result-prints.patch     |  2 +-
 .../Add-separate-pkg-config-file-for-xmltooling-lite.patch     |  2 +-
 debian/patches/Disable-forcing-of-libtool-silent.patch         |  2 +-
 .../Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch | 10 +++++-----
 debian/patches/Enable-the-dot-feature-of-Doxygen.patch         |  2 +-
 debian/patches/Fail-configuration-if-dlopen-is-not-found.patch |  2 +-
 debian/patches/Finish-separating-flags-use-_LIBADD.patch       |  8 ++++----
 .../Get-new-pthread-checks-from-the-Autoconf-Archive.patch     |  2 +-
 debian/patches/Make-pkgconfigdir-configurable.patch            |  2 +-
 debian/patches/Make-pkgxmldir-configurable.patch               |  2 +-
 debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch |  2 +-
 .../Propagate-requirements-into-our-pkg-config-file.patch      |  2 +-
 debian/patches/Remove-.pl-extension-of-cxxtestgen.patch        |  2 +-
 debian/patches/Use-pkg-config-for-log4shib-log4cpp.patch       |  8 ++++----
 14 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/debian/patches/Add-more-forgotten-test-result-prints.patch b/debian/patches/Add-more-forgotten-test-result-prints.patch
index 08d8c77..e561965 100644
--- a/debian/patches/Add-more-forgotten-test-result-prints.patch
+++ b/debian/patches/Add-more-forgotten-test-result-prints.patch
@@ -7,7 +7,7 @@ Subject: Add more forgotten test result prints
  1 file changed, 5 insertions(+), 3 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 931bab4..0702527 100644
+index 03a1e7b..01b392f 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -229,13 +229,15 @@ AS_IF([test "x$with_xmlsec" != xno],
diff --git a/debian/patches/Add-separate-pkg-config-file-for-xmltooling-lite.patch b/debian/patches/Add-separate-pkg-config-file-for-xmltooling-lite.patch
index ec0e647..1e70901 100644
--- a/debian/patches/Add-separate-pkg-config-file-for-xmltooling-lite.patch
+++ b/debian/patches/Add-separate-pkg-config-file-for-xmltooling-lite.patch
@@ -24,7 +24,7 @@ index be2f2bd..8be5fd5 100644
  GENFILES = @PACKAGE_NAME at .spec
  
 diff --git a/configure.ac b/configure.ac
-index aa75b9f..0d066a7 100644
+index 6095445..38ca309 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -33,7 +33,7 @@ else
diff --git a/debian/patches/Disable-forcing-of-libtool-silent.patch b/debian/patches/Disable-forcing-of-libtool-silent.patch
index 0447082..7526ac9 100644
--- a/debian/patches/Disable-forcing-of-libtool-silent.patch
+++ b/debian/patches/Disable-forcing-of-libtool-silent.patch
@@ -8,7 +8,7 @@ Debian build log analysis wants verbose logs.
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 0df245e..4edc354 100644
+index 814893f..de8eba5 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -429,7 +429,8 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST})
diff --git a/debian/patches/Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch b/debian/patches/Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch
index 4b45831..baac58d 100644
--- a/debian/patches/Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch
+++ b/debian/patches/Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch
@@ -13,7 +13,7 @@ Subject: Discover xerces, xmlsec, openssl and curl via pkg-config
  create mode 100644 m4/ax_save_flags.m4
 
 diff --git a/configure.ac b/configure.ac
-index 059d0c7..6f40fbe 100644
+index bc1e5f3..1801040 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -122,32 +122,11 @@ PKG_CHECK_MODULES([log4shib], [log4shib],
@@ -359,13 +359,13 @@ index 0000000..39f45be
 +	      [_AX_SAVE_ONE_FLAG([$1],FLAG)])
 +])
 diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
-index c5ea5ff..6f84558 100644
+index 71a4cd3..190af86 100644
 --- a/xmltooling/Makefile.am
 +++ b/xmltooling/Makefile.am
 @@ -207,16 +207,16 @@ libxmltooling_lite_la_SOURCES = \
  	${common_sources}
  libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
- libxmltooling_lite_la_LDFLAGS = -version-info 7:1:0
+ libxmltooling_lite_la_LDFLAGS = -version-info 7:2:0
 -libxmltooling_lite_la_CPPFLAGS += $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 -libxmltooling_lite_la_LDFLAGS += $(log4shib_LIBS) $(log4cpp_LIBS)
 +libxmltooling_lite_la_CPPFLAGS += $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
@@ -375,10 +375,10 @@ index c5ea5ff..6f84558 100644
  libxmltooling_la_SOURCES = \
  	${common_sources} \
  	${xmlsec_sources}
--libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:1:0
+-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:2:0
 -libxmltooling_la_CFLAGS = $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 -libxmltooling_la_LDFLAGS += $(log4shib_LIBS) $(log4cpp_LIBS)
-+libxmltooling_la_LDFLAGS = -version-info 7:1:0
++libxmltooling_la_LDFLAGS = -version-info 7:2:0
 +libxmltooling_la_CPPFLAGS = $(XMLSEC_CFLAGS) $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 +libxmltooling_la_LDFLAGS += $(XMLSEC_LIBS)   $(xerces_LIBS)   $(log4shib_LIBS)   $(log4cpp_LIBS)
  endif
diff --git a/debian/patches/Enable-the-dot-feature-of-Doxygen.patch b/debian/patches/Enable-the-dot-feature-of-Doxygen.patch
index e6b352b..bef2f9a 100644
--- a/debian/patches/Enable-the-dot-feature-of-Doxygen.patch
+++ b/debian/patches/Enable-the-dot-feature-of-Doxygen.patch
@@ -7,7 +7,7 @@ Subject: Enable the dot feature of Doxygen
  1 file changed, 1 insertion(+)
 
 diff --git a/configure.ac b/configure.ac
-index 0d066a7..c61dbf2 100644
+index 38ca309..a73f710 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -11,6 +11,7 @@ PKG_INSTALLDIR
diff --git a/debian/patches/Fail-configuration-if-dlopen-is-not-found.patch b/debian/patches/Fail-configuration-if-dlopen-is-not-found.patch
index 9fa7076..280dd21 100644
--- a/debian/patches/Fail-configuration-if-dlopen-is-not-found.patch
+++ b/debian/patches/Fail-configuration-if-dlopen-is-not-found.patch
@@ -7,7 +7,7 @@ Subject: Fail configuration if dlopen() is not found
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index cbe0680..059d0c7 100644
+index 168143c..bc1e5f3 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -70,7 +70,7 @@ AC_TYPE_SIZE_T
diff --git a/debian/patches/Finish-separating-flags-use-_LIBADD.patch b/debian/patches/Finish-separating-flags-use-_LIBADD.patch
index 2bfd805..f60ae70 100644
--- a/debian/patches/Finish-separating-flags-use-_LIBADD.patch
+++ b/debian/patches/Finish-separating-flags-use-_LIBADD.patch
@@ -9,7 +9,7 @@ Subject: Finish separating flags, use _LIBADD
  3 files changed, 17 insertions(+), 11 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 737837e..931bab4 100644
+index 499d9bc..03a1e7b 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -71,7 +71,11 @@ AC_TYPE_SIZE_T
@@ -65,7 +65,7 @@ index a289acd..d4a4ea7 100644
  Requires: @AX_PACKAGE_REQUIRES@
  Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@
 diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
-index 6f84558..3896bd5 100644
+index 190af86..47fbb41 100644
 --- a/xmltooling/Makefile.am
 +++ b/xmltooling/Makefile.am
 @@ -203,20 +203,22 @@ common_sources = \
@@ -79,7 +79,7 @@ index 6f84558..3896bd5 100644
  	${common_sources}
 -libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
 +libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE $(common_CPPFLAGS)
- libxmltooling_lite_la_LDFLAGS = -version-info 7:1:0
+ libxmltooling_lite_la_LDFLAGS = -version-info 7:2:0
 -libxmltooling_lite_la_CPPFLAGS += $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 -libxmltooling_lite_la_LDFLAGS  += $(xerces_LIBS)   $(log4shib_LIBS)   $(log4cpp_LIBS)
 +libxmltooling_lite_la_LIBADD = $(common_LIBADD)
@@ -88,7 +88,7 @@ index 6f84558..3896bd5 100644
  libxmltooling_la_SOURCES = \
  	${common_sources} \
  	${xmlsec_sources}
- libxmltooling_la_LDFLAGS = -version-info 7:1:0
+ libxmltooling_la_LDFLAGS = -version-info 7:2:0
 -libxmltooling_la_CPPFLAGS = $(XMLSEC_CFLAGS) $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 -libxmltooling_la_LDFLAGS += $(XMLSEC_LIBS)   $(xerces_LIBS)   $(log4shib_LIBS)   $(log4cpp_LIBS)
 +libxmltooling_la_CPPFLAGS = $(XMLSEC_CFLAGS) $(common_CPPFLAGS)
diff --git a/debian/patches/Get-new-pthread-checks-from-the-Autoconf-Archive.patch b/debian/patches/Get-new-pthread-checks-from-the-Autoconf-Archive.patch
index 14633ed..43e1af9 100644
--- a/debian/patches/Get-new-pthread-checks-from-the-Autoconf-Archive.patch
+++ b/debian/patches/Get-new-pthread-checks-from-the-Autoconf-Archive.patch
@@ -12,7 +12,7 @@ GCC wants -pthread, not -lpthread as returned by the old ACX_PTHREAD.
  create mode 100644 m4/ax_pthread.m4
 
 diff --git a/configure.ac b/configure.ac
-index c61dbf2..9b6488f 100644
+index a73f710..e36a08c 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -79,7 +79,7 @@ AC_SUBST([dlopen_LIBS],[$LIBS])
diff --git a/debian/patches/Make-pkgconfigdir-configurable.patch b/debian/patches/Make-pkgconfigdir-configurable.patch
index 8da1823..c103e93 100644
--- a/debian/patches/Make-pkgconfigdir-configurable.patch
+++ b/debian/patches/Make-pkgconfigdir-configurable.patch
@@ -20,7 +20,7 @@ index 89972c7..6bcdb1b 100644
  
  GENFILES = @PACKAGE_NAME at .spec
 diff --git a/configure.ac b/configure.ac
-index bbeee76..1131312 100644
+index 6e68852..53372e9 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR(m4)
diff --git a/debian/patches/Make-pkgxmldir-configurable.patch b/debian/patches/Make-pkgxmldir-configurable.patch
index d747ca7..3d65052 100644
--- a/debian/patches/Make-pkgxmldir-configurable.patch
+++ b/debian/patches/Make-pkgxmldir-configurable.patch
@@ -9,7 +9,7 @@ Subject: Make pkgxmldir configurable
  3 files changed, 8 insertions(+), 2 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 8d2c399..737837e 100644
+index d3a462a..499d9bc 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -274,5 +274,11 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST})
diff --git a/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch b/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
index f20314d..dae4fe3 100644
--- a/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
+++ b/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
@@ -7,7 +7,7 @@ Subject: Print result of CURLINFO_TLS_SSL_PTR test
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 1131312..8d2c399 100644
+index 53372e9..d3a462a 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -230,7 +230,8 @@ AS_IF([test "x$with_xmlsec" != xno],
diff --git a/debian/patches/Propagate-requirements-into-our-pkg-config-file.patch b/debian/patches/Propagate-requirements-into-our-pkg-config-file.patch
index 68f3516..204932c 100644
--- a/debian/patches/Propagate-requirements-into-our-pkg-config-file.patch
+++ b/debian/patches/Propagate-requirements-into-our-pkg-config-file.patch
@@ -31,7 +31,7 @@ index 5edea2e..89972c7 100644
  
  if DX_COND_doc
 diff --git a/configure.ac b/configure.ac
-index 6f40fbe..bbeee76 100644
+index 1801040..6e68852 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -32,7 +32,7 @@ else
diff --git a/debian/patches/Remove-.pl-extension-of-cxxtestgen.patch b/debian/patches/Remove-.pl-extension-of-cxxtestgen.patch
index 8fb8d2c..7eea868 100644
--- a/debian/patches/Remove-.pl-extension-of-cxxtestgen.patch
+++ b/debian/patches/Remove-.pl-extension-of-cxxtestgen.patch
@@ -7,7 +7,7 @@ Subject: Remove .pl extension of cxxtestgen
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 0702527..aa75b9f 100644
+index 01b392f..6095445 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -261,7 +261,7 @@ AC_LINK_IFELSE(
diff --git a/debian/patches/Use-pkg-config-for-log4shib-log4cpp.patch b/debian/patches/Use-pkg-config-for-log4shib-log4cpp.patch
index 31bf17c..14ea07a 100644
--- a/debian/patches/Use-pkg-config-for-log4shib-log4cpp.patch
+++ b/debian/patches/Use-pkg-config-for-log4shib-log4cpp.patch
@@ -8,7 +8,7 @@ Subject: Use pkg-config for log4shib/log4cpp
  2 files changed, 8 insertions(+), 49 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 4edc354..cbe0680 100644
+index de8eba5..168143c 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -117,55 +117,10 @@ AC_COMPILE_IFELSE(
@@ -72,13 +72,13 @@ index 4edc354..cbe0680 100644
  # Xerces settings
  AC_ARG_WITH(xerces,
 diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
-index 9b83d03..c5ea5ff 100644
+index ae406c5..71a4cd3 100644
 --- a/xmltooling/Makefile.am
 +++ b/xmltooling/Makefile.am
 @@ -207,12 +207,16 @@ libxmltooling_lite_la_SOURCES = \
  	${common_sources}
  libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
- libxmltooling_lite_la_LDFLAGS = -version-info 7:1:0
+ libxmltooling_lite_la_LDFLAGS = -version-info 7:2:0
 +libxmltooling_lite_la_CPPFLAGS += $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 +libxmltooling_lite_la_LDFLAGS += $(log4shib_LIBS) $(log4cpp_LIBS)
  
@@ -86,7 +86,7 @@ index 9b83d03..c5ea5ff 100644
  libxmltooling_la_SOURCES = \
  	${common_sources} \
  	${xmlsec_sources}
- libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:1:0
+ libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:2:0
 +libxmltooling_la_CFLAGS = $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
 +libxmltooling_la_LDFLAGS += $(log4shib_LIBS) $(log4cpp_LIBS)
  endif

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



More information about the Pkg-shibboleth-devel mailing list