Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ca-certificates for openSUSE:Factory checked in at 2021-01-15 19:44:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old) and /work/SRC/openSUSE:Factory/.ca-certificates.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates" Fri Jan 15 19:44:13 2021 rev:47 rq:862251 version:2+git20210111.eeae41c Changes: -------- --- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes 2020-10-08 13:08:47.774988394 +0200 +++ /work/SRC/openSUSE:Factory/.ca-certificates.new.28504/ca-certificates.changes 2021-01-15 19:44:31.593868499 +0100 @@ -1,0 +2,6 @@ +Mon Jan 11 10:42:13 UTC 2021 - lnus...@suse.de + +- Update to version 2+git20210111.eeae41c: + * Make certbundle.run container friendly + +------------------------------------------------------------------- Old: ---- ca-certificates-2+git20201002.34daf7f.tar.xz New: ---- ca-certificates-2+git20210111.eeae41c.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ca-certificates.spec ++++++ --- /var/tmp/diff_new_pack.yN3o6R/_old 2021-01-15 19:44:32.137869391 +0100 +++ /var/tmp/diff_new_pack.yN3o6R/_new 2021-01-15 19:44:32.141869398 +0100 @@ -1,7 +1,7 @@ # # spec file for package ca-certificates # -# 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 @@ -28,7 +28,7 @@ %define ssletcdir %{_sysconfdir}/ssl %define cabundle /var/lib/ca-certificates/ca-bundle.pem %define sslcerts %{ssletcdir}/certs -Version: 2+git20201002.34daf7f +Version: 2+git20210111.eeae41c Release: 0 Summary: Utilities for system wide CA certificate installation License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.yN3o6R/_old 2021-01-15 19:44:32.185869470 +0100 +++ /var/tmp/diff_new_pack.yN3o6R/_new 2021-01-15 19:44:32.189869476 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">http://github.com/openSUSE/ca-certificates.git</param> - <param name="changesrevision">34daf7f649d3f21dff3ecaabcc8315534eacd7d2</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">06f07eb0817b48bf63f9e23b714ae30e40da4341</param></service></servicedata> \ No newline at end of file ++++++ ca-certificates-2+git20201002.34daf7f.tar.xz -> ca-certificates-2+git20210111.eeae41c.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ca-certificates-2+git20201002.34daf7f/certbundle.run new/ca-certificates-2+git20210111.eeae41c/certbundle.run --- old/ca-certificates-2+git20201002.34daf7f/certbundle.run 2020-10-02 14:52:37.000000000 +0200 +++ new/ca-certificates-2+git20210111.eeae41c/certbundle.run 2021-01-11 11:02:05.000000000 +0100 @@ -18,7 +18,8 @@ exit 0 fi [ -z "$verbose" ] || echo "creating $cafile ..." -cat > "$cafile.new" <<EOF +trust extract --format=pem-bundle --purpose=server-auth --filter=ca-anchors $cafile.tmp +cat - $cafile.tmp > "$cafile.new" <<EOF # # automatically created by $0. Do not edit! # @@ -31,7 +32,5 @@ # - gnutls: gnutls_certificate_set_x509_system_trust(cred) # EOF -trust extract --format=pem-bundle --purpose=server-auth --filter=ca-anchors $cafile.tmp -cat $cafile.tmp >> $cafile.new rm -f $cafile.tmp -mv "$cafile.new" "$cafile" +mv -f "$cafile.new" "$cafile"