Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmltooling for openSUSE:Factory 
checked in at 2021-12-02 22:30:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmltooling (Old)
 and      /work/SRC/openSUSE:Factory/.xmltooling.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmltooling"

Thu Dec  2 22:30:28 2021 rev:15 rq:935239 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmltooling/xmltooling.changes    2021-07-14 
23:59:11.541423783 +0200
+++ /work/SRC/openSUSE:Factory/.xmltooling.new.31177/xmltooling.changes 
2021-12-02 22:31:40.030351590 +0100
@@ -1,0 +2,6 @@
+Wed Dec  1 10:18:04 UTC 2021 - Danilo Spinella <[email protected]>
+
+- Update to 3.2.1:
+  * No changelog provided
+
+-------------------------------------------------------------------

Old:
----
  xmltooling-3.2.0.tar.bz2
  xmltooling-3.2.0.tar.bz2.asc

New:
----
  xmltooling-3.2.1.tar.bz2
  xmltooling-3.2.1.tar.bz2.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xmltooling.spec ++++++
--- /var/tmp/diff_new_pack.iEY5ja/_old  2021-12-02 22:31:40.670349233 +0100
+++ /var/tmp/diff_new_pack.iEY5ja/_new  2021-12-02 22:31:40.670349233 +0100
@@ -17,10 +17,10 @@
 
 
 %define libvers 10
-%define opensaml_version 3.2.0
+%define opensaml_version 3.2.1
 %define pkgdocdir %{_docdir}/%{name}
 Name:           xmltooling
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 Summary:        OpenSAML XML Processing library
 License:        Apache-2.0

++++++ xmltooling-3.2.0.tar.bz2 -> xmltooling-3.2.1.tar.bz2 ++++++
++++ 15121 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/config.h.in new/xmltooling-3.2.1/config.h.in
--- old/xmltooling-3.2.0/config.h.in    2020-12-07 20:00:11.000000000 +0100
+++ new/xmltooling-3.2.1/config.h.in    2021-11-22 15:08:10.000000000 +0100
@@ -80,9 +80,6 @@
    std::iterator_traits. */
 #undef HAVE_ITERATOR_TRAITS
 
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
 /* define if the compiler implements namespaces */
 #undef HAVE_NAMESPACES
 
@@ -104,6 +101,9 @@
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
@@ -173,7 +173,9 @@
    your system. */
 #undef PTHREAD_CREATE_JOINABLE
 
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+   required in a freestanding environment). This macro is provided for
+   backward compatibility; new code need not use it. */
 #undef STDC_HEADERS
 
 /* Version number of package */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/config_win32.h new/xmltooling-3.2.1/config_win32.h
--- old/xmltooling-3.2.0/config_win32.h 2020-12-07 19:55:45.000000000 +0100
+++ new/xmltooling-3.2.1/config_win32.h 2021-11-22 15:01:09.000000000 +0100
@@ -106,13 +106,13 @@
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 3.2.0"
+#define PACKAGE_STRING "xmltooling 3.2.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.2.0"
+#define PACKAGE_VERSION "3.2.1"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -125,7 +125,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "3.2.0"
+#define VERSION "3.2.1"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/configure.ac new/xmltooling-3.2.1/configure.ac
--- old/xmltooling-3.2.0/configure.ac   2020-12-07 19:55:45.000000000 +0100
+++ new/xmltooling-3.2.1/configure.ac   2021-11-22 15:00:51.000000000 +0100
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[3.2.0],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[3.2.1],[https://shibboleth.atlassian.net/jira],[xmltooling])
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltooling/Makefile.am 
new/xmltooling-3.2.1/xmltooling/Makefile.am
--- old/xmltooling-3.2.0/xmltooling/Makefile.am 2020-12-07 19:55:45.000000000 
+0100
+++ new/xmltooling-3.2.1/xmltooling/Makefile.am 2021-11-22 15:02:50.000000000 
+0100
@@ -229,7 +229,7 @@
        $(PTHREAD_LIBS) \
        $(dlopen_LIBS)
 
-AM_LDFLAGS = -version-info 10:0:0
+AM_LDFLAGS = -version-info 10:1:0
 
 libxmltooling_lite_la_SOURCES = \
        ${common_sources}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltooling/util/PThreads.cpp 
new/xmltooling-3.2.1/xmltooling/util/PThreads.cpp
--- old/xmltooling-3.2.0/xmltooling/util/PThreads.cpp   2018-07-10 
03:00:14.000000000 +0200
+++ new/xmltooling-3.2.1/xmltooling/util/PThreads.cpp   2021-11-22 
14:58:17.000000000 +0100
@@ -294,7 +294,7 @@
 
 void Thread::sleep(int seconds)
 {
-    sleep(seconds);
+    ::sleep(seconds);
 }
 
 void Thread::mask_all_signals(void)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltooling/version.h 
new/xmltooling-3.2.1/xmltooling/version.h
--- old/xmltooling-3.2.0/xmltooling/version.h   2020-12-07 19:55:45.000000000 
+0100
+++ new/xmltooling-3.2.1/xmltooling/version.h   2021-11-22 15:02:10.000000000 
+0100
@@ -44,7 +44,7 @@
 
 #define XMLTOOLING_VERSION_MAJOR 3
 #define XMLTOOLING_VERSION_MINOR 2
-#define XMLTOOLING_VERSION_REVISION 0
+#define XMLTOOLING_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltooling/xmltooling.rc 
new/xmltooling-3.2.1/xmltooling/xmltooling.rc
--- old/xmltooling-3.2.0/xmltooling/xmltooling.rc       2020-12-07 
19:55:45.000000000 +0100
+++ new/xmltooling-3.2.1/xmltooling/xmltooling.rc       2021-11-22 
15:01:54.000000000 +0100
@@ -28,8 +28,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,2,1,0
+ PRODUCTVERSION 3,2,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -51,7 +51,7 @@
 #else
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
 #endif
-            VALUE "FileVersion", "3, 2, 0, 0\0"
+            VALUE "FileVersion", "3, 2, 1, 0\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
             VALUE "InternalName", "xmltooling-lite3_2D\0"
@@ -65,7 +65,7 @@
             VALUE "InternalName", "xmltooling3_2\0"
 #endif
 #endif
-            VALUE "LegalCopyright", "Copyright 2020 Various\0"
+            VALUE "LegalCopyright", "Copyright 2021 Various\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
@@ -81,8 +81,8 @@
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 3.2.0\0"
-            VALUE "ProductVersion", "3, 2, 0, 0\0"
+            VALUE "ProductName", "OpenSAML 3.2.1\0"
+            VALUE "ProductVersion", "3, 2, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltoolingtest/SecurityHelperTest.h 
new/xmltooling-3.2.1/xmltoolingtest/SecurityHelperTest.h
--- old/xmltooling-3.2.0/xmltoolingtest/SecurityHelperTest.h    2018-07-10 
03:00:14.000000000 +0200
+++ new/xmltooling-3.2.1/xmltoolingtest/SecurityHelperTest.h    2021-07-26 
16:25:12.000000000 +0200
@@ -70,13 +70,13 @@
     void testKeysFromURLs() {
         skipNetworked();
         string pathname = data_path + "key.pem.bak";
-        scoped_ptr<SOAPTransport> 
t1(getTransport("https://wiki.shibboleth.net/confluence/download/attachments/3277026/key.pem";));
+        scoped_ptr<SOAPTransport> 
t1(getTransport("https://test.shibboleth.net/git/view/?p=cpp-xmltooling.git&a=blob_plain&hb=HEAD&f=xmltoolingtest/data/key.pem";));
         scoped_ptr<XSECCryptoKey> 
key1(SecurityHelper::loadKeyFromURL(*t1.get(), pathname.c_str()));
         pathname = data_path + "key.der.bak";
-        scoped_ptr<SOAPTransport> 
t2(getTransport("https://wiki.shibboleth.net/confluence/download/attachments/3277026/key.der";));
+        scoped_ptr<SOAPTransport> 
t2(getTransport("https://test.shibboleth.net/git/view/?p=cpp-xmltooling.git&a=blob_plain&hb=HEAD&f=xmltoolingtest/data/key.der";));
         scoped_ptr<XSECCryptoKey> 
key2(SecurityHelper::loadKeyFromURL(*t2.get(), pathname.c_str()));
         pathname = data_path + "test.pfx.bak";
-        scoped_ptr<SOAPTransport> 
t3(getTransport("https://wiki.shibboleth.net/confluence/download/attachments/3277026/test.pfx";));
+        scoped_ptr<SOAPTransport> 
t3(getTransport("https://test.shibboleth.net/git/view/?p=cpp-xmltooling.git&a=blob_plain&hb=HEAD&f=xmltoolingtest/data/test.pfx";));
         scoped_ptr<XSECCryptoKey> 
key3(SecurityHelper::loadKeyFromURL(*t3.get(), pathname.c_str(), nullptr, 
"password"));
 
         TSM_ASSERT("PEM/DER keys did not match", 
SecurityHelper::matches(*key1.get(), *key2.get()));
@@ -122,13 +122,13 @@
     void testCertificatesFromURLs() {
         skipNetworked();
         string pathname = data_path + "cert.pem.bak";
-        scoped_ptr<SOAPTransport> 
t1(getTransport("https://wiki.shibboleth.net/confluence/download/attachments/3277026/cert.pem";));
+        scoped_ptr<SOAPTransport> 
t1(getTransport("https://test.shibboleth.net/git/view/?p=cpp-xmltooling.git&a=blob_plain&hb=HEAD&f=xmltoolingtest/data/cert.pem";));
         SecurityHelper::loadCertificatesFromURL(certs, *t1.get(), 
pathname.c_str());
         pathname = data_path + "cert.der.bak";
-        scoped_ptr<SOAPTransport> 
t2(getTransport("https://wiki.shibboleth.net/confluence/download/attachments/3277026/cert.der";));
+        scoped_ptr<SOAPTransport> 
t2(getTransport("https://test.shibboleth.net/git/view/?p=cpp-xmltooling.git&a=blob_plain&hb=HEAD&f=xmltoolingtest/data/cert.der";));
         SecurityHelper::loadCertificatesFromURL(certs, *t2.get(), 
pathname.c_str());
         pathname = data_path + "test.pfx.bak";
-        scoped_ptr<SOAPTransport> 
t3(getTransport("https://wiki.shibboleth.net/confluence/download/attachments/3277026/test.pfx";));
+        scoped_ptr<SOAPTransport> 
t3(getTransport("https://test.shibboleth.net/git/view/?p=cpp-xmltooling.git&a=blob_plain&hb=HEAD&f=xmltoolingtest/data/test.pfx";));
         SecurityHelper::loadCertificatesFromURL(certs, *t3.get(), 
pathname.c_str(), nullptr, "password");
 
         TSM_ASSERT_EQUALS("Wrong certificate count", certs.size(), 3);
Binary files old/xmltooling-3.2.0/xmltoolingtest/data/cert.der.bak and 
new/xmltooling-3.2.1/xmltoolingtest/data/cert.der.bak differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltoolingtest/data/cert.pem.bak 
new/xmltooling-3.2.1/xmltoolingtest/data/cert.pem.bak
--- old/xmltooling-3.2.0/xmltoolingtest/data/cert.pem.bak       1970-01-01 
01:00:00.000000000 +0100
+++ new/xmltooling-3.2.1/xmltoolingtest/data/cert.pem.bak       2021-07-26 
16:30:15.000000000 +0200
@@ -0,0 +1,16 @@
+-----BEGIN CERTIFICATE-----
+MIICjzCCAfigAwIBAgIJAKk8t1hYcMkhMA0GCSqGSIb3DQEBBAUAMDoxCzAJBgNV
+BAYTAlVTMRIwEAYDVQQKEwlJbnRlcm5ldDIxFzAVBgNVBAMTDnNwLmV4YW1wbGUu
+b3JnMB4XDTA1MDYyMDE1NDgzNFoXDTMyMTEwNTE1NDgzNFowOjELMAkGA1UEBhMC
+VVMxEjAQBgNVBAoTCUludGVybmV0MjEXMBUGA1UEAxMOc3AuZXhhbXBsZS5vcmcw
+gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANlZ1L1mKzYbUVKiMQLhZlfGDyYa
+/jjCiaXP0WhLNgvJpOTeajvsrApYNnFX5MLNzuC3NeQIjXUNLN2Yo2MCSthBIOL5
+qE5dka4z9W9zytoflW1LmJ8vXpx8Ay/meG4z//J5iCpYVEquA0xl28HUIlownZUF
+7w7bx0cF/02qrR23AgMBAAGjgZwwgZkwHQYDVR0OBBYEFJZiO1qsyAyc3HwMlL9p
+JpN6fbGwMGoGA1UdIwRjMGGAFJZiO1qsyAyc3HwMlL9pJpN6fbGwoT6kPDA6MQsw
+CQYDVQQGEwJVUzESMBAGA1UEChMJSW50ZXJuZXQyMRcwFQYDVQQDEw5zcC5leGFt
+cGxlLm9yZ4IJAKk8t1hYcMkhMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEEBQAD
+gYEAMFq/UeSQyngE0GpZueyD2UW0M358uhseYOgGEIfm+qXIFQF6MYwNoX7WFzhC
+LJZ2E6mEvZZFHCHUtl7mGDvsRwgZ85YCtRbvleEpqfgNQToto9pLYe+X6vvH9Z6p
+gmYsTmak+kxO93JprrOd9xp8aZPMEprL7VCdrhbZEfyYER0=
+-----END CERTIFICATE-----
Binary files old/xmltooling-3.2.0/xmltoolingtest/data/key.der.bak and 
new/xmltooling-3.2.1/xmltoolingtest/data/key.der.bak differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xmltooling-3.2.0/xmltoolingtest/data/key.pem.bak 
new/xmltooling-3.2.1/xmltoolingtest/data/key.pem.bak
--- old/xmltooling-3.2.0/xmltoolingtest/data/key.pem.bak        1970-01-01 
01:00:00.000000000 +0100
+++ new/xmltooling-3.2.1/xmltoolingtest/data/key.pem.bak        2021-07-26 
16:30:14.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN RSA PRIVATE KEY-----
+MIICXQIBAAKBgQDZWdS9Zis2G1FSojEC4WZXxg8mGv44womlz9FoSzYLyaTk3mo7
+7KwKWDZxV+TCzc7gtzXkCI11DSzdmKNjAkrYQSDi+ahOXZGuM/Vvc8raH5VtS5if
+L16cfAMv5nhuM//yeYgqWFRKrgNMZdvB1CJaMJ2VBe8O28dHBf9Nqq0dtwIDAQAB
+AoGAKsaVKdlLs9BYhuzIvIpju+6M2LEDS2Rt9qYZzm7O6i77NtfXDIgdq8OEo3Xq
+3bPnfS5Retl8DYdURyBdN4Uh+WR/BUWQjBvOaJLEEdxvuAaLyAjniVREwkc2rXTZ
+xoYYFL/XMyAEt/ye2ZbTw2u5R2i7HCYdddZWMkP1+Vabg8ECQQD7VJXWy8KFiyeC
+thJiVqG/h5IO0y25dId/n81sW2B55eK0c4+IVsqc0a45/U/y2y1wtNBmIEQQn9yY
+pDtWwzVRAkEA3WOgmvxFGTI5V1K5CLCCZzQIUYpzQDQvBu2sKYuy8dK2BMEGe9Zw
+cKVyZJuDKHBvrVI5G6CqkHuFD2PwDvwAhwJBAPdfbM/q4/4/VddAz918uV1j2a2/
+y3yDJq7GIhHp6o5wZ3AHYhnmmyw48YxgOGWntxT80zYBwhy+zAhtdX5TStECQEKL
+drP/TfnD2e6Ag/Ozso642iNAXWIYDWakvBIE1rXPYzzMlFlW3JdPc7H/+I2INlk/
+lMDUK1CggB9fJ8IpRzMCQQDQmqpWZtH6eaMAN6b/9WBdVzqzpCeTWFlL/SwhVbzI
+s+k2zvC4HEAK9Y199g6SHVTQMEAE49wfhhCpY0JdCsQ/
+-----END RSA PRIVATE KEY-----
Binary files old/xmltooling-3.2.0/xmltoolingtest/data/test.pfx.bak and 
new/xmltooling-3.2.1/xmltoolingtest/data/test.pfx.bak differ

Reply via email to