Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2017-05-27 13:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks"

Sat May 27 13:05:05 2017 rev:84 rq:487317 version:84.87+git20170411.08a40e3

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2016-05-14 12:23:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2017-05-27 13:05:07.255853615 +0200
@@ -1,0 +2,13 @@
+Tue Apr 11 11:58:03 UTC 2017 - [email protected]
+
+- Update to version 84.87+git20170411.08a40e3:
+  * use PYTHONHASHSEED=0
+
+-------------------------------------------------------------------
+Tue Apr 11 09:04:29 UTC 2017 - [email protected]
+
+- Update to version 84.87+git20170411.50017fe:
+  * use fixed hash seed values for perl+python
+  * Support new buffer overflow format for GCC7.
+
+-------------------------------------------------------------------

Old:
----
  post-build-checks-13.2+git20160512.be9650e.tar.xz

New:
----
  post-build-checks-84.87+git20170411.08a40e3.tar.xz

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

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.i3aQwc/_old  2017-05-27 13:05:07.971752395 +0200
+++ /var/tmp/diff_new_pack.i3aQwc/_new  2017-05-27 13:05:07.971752395 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
 #
 
 
-%define version_unconverted 13.2+git20160512.be9650e
+%define version_unconverted 84.87+git20170411.08a40e3
 
 Name:           post-build-checks
 Summary:        post checks for build after rpms have been created
 License:        GPL-2.0+
 Group:          Development/Tools/Building
-Version:        13.2+git20160512.be9650e
+Version:        84.87+git20170411.08a40e3
 Release:        0
 PreReq:         aaa_base permissions sed
 Requires:       aaa_base-malloccheck

++++++ _service ++++++
--- /var/tmp/diff_new_pack.i3aQwc/_old  2017-05-27 13:05:08.003747871 +0200
+++ /var/tmp/diff_new_pack.i3aQwc/_new  2017-05-27 13:05:08.003747871 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">13.2</param>
-    <param name="versionformat">13.2+git%cd.%h</param>
+    <param name="version">84.87</param>
+    <param name="versionformat">84.87+git%cd.%h</param>
     <param name="url">git://github.com/openSUSE/post-build-checks.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.i3aQwc/_old  2017-05-27 13:05:08.019745609 +0200
+++ /var/tmp/diff_new_pack.i3aQwc/_new  2017-05-27 13:05:08.023745043 +0200
@@ -1,5 +1,5 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/post-build-checks.git</param>
-  <param 
name="changesrevision">be9650e800652f30111db76894da1d1ccb47508d</param></service>
-</servicedata>
+  <param 
name="changesrevision">9ada94ad999c469c04f9a4225e7007da36c382e3</param></service>
+</servicedata>
\ No newline at end of file

++++++ post-build-checks-13.2+git20160512.be9650e.tar.xz -> 
post-build-checks-84.87+git20170411.08a40e3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20160512.be9650e/checks-data/check_gcc_output 
new/post-build-checks-84.87+git20170411.08a40e3/checks-data/check_gcc_output
--- old/post-build-checks-13.2+git20160512.be9650e/checks-data/check_gcc_output 
2015-03-24 12:42:39.000000000 +0100
+++ 
new/post-build-checks-84.87+git20170411.08a40e3/checks-data/check_gcc_output    
    2017-04-11 13:57:44.000000000 +0200
@@ -27,7 +27,7 @@
     'warning:.*missing sentinel in function call' => "missing-sentinel",
     'warning:.*call to .* will always overflow destination buffer' => 
"bufferoverflow",
     'warning:.*call to .*strncat.* might overflow destination buffer' => 
"bufferoverflowstrncat",
-    'warning:.*called with bigger.*destination buffer' => "destbufferoverflow",
+    'warning:(.*called with bigger.*destination buffer)|(.*writing .* bytes 
into a region of size .* overflows the destination)' => "destbufferoverflow",
     'warning:.*is used uninitialized in this function' => 
"uninitialized-variable",
     'warning:.*too few arguments for format' => "missing-arg-for-fmt-string",
     "warning:.*implicit 
.*'(recv|recvfrom|read|pread|pread64|readlink|getwd|getcwd|fgets|fgets_unlock|strncat|strcat|memmove|memcpy|mempcpy|memcmp|strpcpy|strcpy|strchr|strncpy|printf|sprintf|snprintf|vprintf|vsprintf|vsnprintf|fprintf|vfprintf|gets|memset|bzero|bcopy|strlen|strcmp|wcscpy|wcpcpy|wcsncpy|wcpncpy|wcscat|swprintf|vswprintf|fgetws|wcsrtombs|mbsrtowcs|wcrtomb|wcsnrtombs|ptsname|realpath|wctomb|mbstowcs|ttyname_r|getlogin_r|getgroups|confstr|gethostname|getdomainname|puts|seteuid|setuid|setresuid|setgid|setegid|execvp|setgroups|setfsuid|setfsgid|setresgid|setresuid|pwrite|pread)'"
 => "implicit-fortify-decl",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20160512.be9650e/suse-buildsystem.sh 
new/post-build-checks-84.87+git20170411.08a40e3/suse-buildsystem.sh
--- old/post-build-checks-13.2+git20160512.be9650e/suse-buildsystem.sh  
2015-03-24 12:42:39.000000000 +0100
+++ new/post-build-checks-84.87+git20170411.08a40e3/suse-buildsystem.sh 
2017-04-11 13:57:44.000000000 +0200
@@ -1,3 +1,5 @@
 export SUSE_IGNORED_RPATHS=/etc/suse-ignored-rpaths.conf
 export SUSE_ASNEEDED=1
+export PERL_HASH_SEED=42
+export PYTHONHASHSEED=0
 


Reply via email to