Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2015-11-17 14:20:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
 and      /work/SRC/openSUSE:Factory/.ca-certificates.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ca-certificates"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2015-03-25 21:04:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes     
2015-11-17 14:20:24.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 11 08:18:47 UTC 2015 - lnus...@suse.de
+
+- Update to version 2+git20151110.c15593c:
+  + set proper umask (boo#948724)
+
+-------------------------------------------------------------------

Old:
----
  ca-certificates-2+git20150324.e3ee392.tar.xz

New:
----
  ca-certificates-2+git20151110.c15593c.tar.xz

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

Other differences:
------------------
++++++ ca-certificates.spec ++++++
--- /var/tmp/diff_new_pack.KyGmYY/_old  2015-11-17 14:20:25.000000000 +0100
+++ /var/tmp/diff_new_pack.KyGmYY/_new  2015-11-17 14:20:25.000000000 +0100
@@ -29,7 +29,7 @@
 %define ssletcdir %{_sysconfdir}/ssl
 %define cabundle  /var/lib/ca-certificates/ca-bundle.pem
 %define sslcerts  %{ssletcdir}/certs
-Version:        2+git20150324.e3ee392
+Version:        2+git20151110.c15593c
 Release:        0
 Summary:        Utilities for system wide CA certificate installation
 License:        GPL-2.0+

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.KyGmYY/_old  2015-11-17 14:20:25.000000000 +0100
+++ /var/tmp/diff_new_pack.KyGmYY/_new  2015-11-17 14:20:25.000000000 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">http://github.com/openSUSE/ca-certificates.git</param>
-          <param 
name="changesrevision">e3ee3929d97e90f81a0b8aea77513def30817f2f</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">c15593c0a7022a63dcc723f29327d87d14c6b99e</param></service></servicedata>
\ No newline at end of file

++++++ ca-certificates-2+git20150324.e3ee392.tar.xz -> 
ca-certificates-2+git20151110.c15593c.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ca-certificates-2+git20150324.e3ee392/update-ca-certificates 
new/ca-certificates-2+git20151110.c15593c/update-ca-certificates
--- old/ca-certificates-2+git20150324.e3ee392/update-ca-certificates    
2015-03-24 11:30:20.000000000 +0100
+++ new/ca-certificates-2+git20151110.c15593c/update-ca-certificates    
2015-11-11 09:18:47.000000000 +0100
@@ -51,6 +51,9 @@
        exit 0;
 }
 
+# set sane umask
+umask 0222;
+
 my @args;
 push @args, '-f' if $options{fresh};
 push @args, '-v' if $options{verbose};


Reply via email to