Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package shibboleth-sp for openSUSE:Factory 
checked in at 2021-07-14 23:58:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shibboleth-sp (Old)
 and      /work/SRC/openSUSE:Factory/.shibboleth-sp.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shibboleth-sp"

Wed Jul 14 23:58:46 2021 rev:18 rq:906247 version:3.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/shibboleth-sp/shibboleth-sp.changes      
2020-12-03 18:43:29.538218208 +0100
+++ /work/SRC/openSUSE:Factory/.shibboleth-sp.new.2625/shibboleth-sp.changes    
2021-07-14 23:59:12.733415056 +0200
@@ -1,0 +2,10 @@
+Tue Jul 13 16:07:01 UTC 2021 - Danilo Spinella <[email protected]>
+
+- Update to 3.2.3:
+  * This is a minor update that includes some minimal new functionality and 
addresses some bugs.
+  * Fix two different security bugs (secadv_20210317 and secadv_20210426)
+- Run spec-cleaner
+- Change library soname from 9 to 10
+- Change lite library soname from 8 to 10
+
+-------------------------------------------------------------------

Old:
----
  shibboleth-sp-3.1.0.tar.bz2
  shibboleth-sp-3.1.0.tar.bz2.asc

New:
----
  shibboleth-sp-3.2.3.tar.bz2
  shibboleth-sp-3.2.3.tar.bz2.asc

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

Other differences:
------------------
++++++ shibboleth-sp.spec ++++++
--- /var/tmp/diff_new_pack.PBFmYn/_old  2021-07-14 23:59:13.177411805 +0200
+++ /var/tmp/diff_new_pack.PBFmYn/_new  2021-07-14 23:59:13.181411776 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shibboleth-sp
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
 #
 
 
-%define libvers 9
-%define libvers_lite 8
+%define libvers 10
+%define libvers_lite 10
 %define runuser shibd
 %define realname shibboleth
 %define pkgdocdir %{_docdir}/%{realname}
 Name:           shibboleth-sp
-Version:        3.1.0
+Version:        3.2.3
 Release:        0
 Summary:        System for attribute-based Web Single Sign On
 License:        Apache-2.0
 Group:          Productivity/Networking/Security
-URL:            http://shibboleth.net/
+URL:            https://shibboleth.net/
 Source0:        
http://shibboleth.net/downloads/service-provider/%{version}/%{name}-%{version}.tar.bz2
 Source1:        
http://shibboleth.net/downloads/service-provider/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:        %{name}.keyring
@@ -39,6 +39,7 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  krb5-devel
+BuildRequires:  libboost_headers-devel
 BuildRequires:  liblog4shib-devel >= 2
 BuildRequires:  libmemcached-devel
 BuildRequires:  libsaml-devel >= 3.1.0
@@ -52,16 +53,11 @@
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(libsystemd)
 Requires:       openssl
-PreReq:         opensaml-schemas >= 3.1.0
-PreReq:         xmltooling-schemas >= 3.1.0
+Requires(pre):  opensaml-schemas >= 3.1.0
+Requires(pre):  xmltooling-schemas >= 3.1.0
 Requires(pre):  shadow
 Obsoletes:      shibboleth-sp = 2.5.0
 %{?systemd_requires}
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel >= 1.32.0
-%endif
 
 %description
 Shibboleth is a Web Single Sign-On implementations based on OpenSAML
@@ -121,7 +117,7 @@
 export CXXFLAGS="%{optflags} --std=c++11"
 autoreconf -f -i
 %configure --with-gssapi --enable-systemd --with-memcached
-make %{?_smp_mflags} pkgdocdir=%{pkgdocdir}
+%make_build pkgdocdir=%{pkgdocdir}
 
 %install
 %make_install NOKEYGEN=1 pkgdocdir=%{pkgdocdir}
@@ -129,9 +125,12 @@
 install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/shibd.service
 ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcshibd
 
-sed -i "s/\/var\/log\/httpd/\/var\/log\/apache2/g" \
+sed -i "s|/var/log/httpd|/var/log/apache2|g" \
                %{buildroot}%{_sysconfdir}/%{realname}/native.logger
 
+sed -i "s|%{_bindir}/env bash|%{_bindir}/bash|" \
+               %{buildroot}%{_sysconfdir}/%{realname}/metagen.sh
+
 # Delete unnecessary files
 pushd %{buildroot}/%{_sysconfdir}/%{realname}
 rm shibd-debian shibd-redhat shibd-amazon shibd-suse shibd-osx.plist 
apache.config apache2.config apache22.config shibd-systemd
@@ -166,7 +165,7 @@
 EOF
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %pre
 getent group %{runuser} >/dev/null || groupadd -r %{runuser}
@@ -177,6 +176,7 @@
 
 %post -n libshibsp%{libvers} -p /sbin/ldconfig
 %post -n libshibsp-lite%{libvers_lite} -p /sbin/ldconfig
+
 %post
 
 # Generate two keys on new installs.
@@ -200,6 +200,7 @@
 
 %postun -n libshibsp%{libvers} -p /sbin/ldconfig
 %postun -n libshibsp-lite%{libvers_lite} -p /sbin/ldconfig
+
 %postun
 %service_del_postun shibd.service
 %restart_on_update apache2

++++++ shibboleth-sp-3.1.0.tar.bz2 -> shibboleth-sp-3.2.3.tar.bz2 ++++++
++++ 26771 lines of diff (skipped)

Reply via email to