Hello community,

here is the log from the commit of package libeconf for openSUSE:Factory 
checked in at 2019-11-01 15:12:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libeconf (Old)
 and      /work/SRC/openSUSE:Factory/.libeconf.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libeconf"

Fri Nov  1 15:12:49 2019 rev:5 rq:743486 version:0.3.3+git20191028.3ac14ce

Changes:
--------
--- /work/SRC/openSUSE:Factory/libeconf/libeconf.changes        2019-09-27 
14:44:02.629451971 +0200
+++ /work/SRC/openSUSE:Factory/.libeconf.new.2990/libeconf.changes      
2019-11-01 15:12:53.616657679 +0100
@@ -1,0 +2,7 @@
+Mon Oct 28 12:11:12 UTC 2019 - [email protected]
+
+- Update to version 0.3.3+git20191028.3ac14ce:
+  * Release version 0.3.3
+  * Reset *key_file to NULL after free
+
+-------------------------------------------------------------------

Old:
----
  libeconf-0.3.2+git20190926.fea4a03.tar.xz

New:
----
  libeconf-0.3.3+git20191028.3ac14ce.tar.xz

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

Other differences:
------------------
++++++ libeconf.spec ++++++
--- /var/tmp/diff_new_pack.DAuY7F/_old  2019-11-01 15:12:55.360659953 +0100
+++ /var/tmp/diff_new_pack.DAuY7F/_new  2019-11-01 15:12:55.364659959 +0100
@@ -18,7 +18,7 @@
 
 %define lname  libeconf0
 Name:           libeconf
-Version:        0.3.2+git20190926.fea4a03
+Version:        0.3.3+git20191028.3ac14ce
 Release:        0
 Summary:        Enhanced config file parser ala systemd
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.DAuY7F/_old  2019-11-01 15:12:55.384659985 +0100
+++ /var/tmp/diff_new_pack.DAuY7F/_new  2019-11-01 15:12:55.384659985 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">0.3.2</param>
-    <param name="versionformat">0.3.2+git%cd.%h</param>
+    <param name="version">0.3.3</param>
+    <param name="versionformat">0.3.3+git%cd.%h</param>
     <param name="url">git://github.com/openSUSE/libeconf.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.DAuY7F/_old  2019-11-01 15:12:55.404660011 +0100
+++ /var/tmp/diff_new_pack.DAuY7F/_new  2019-11-01 15:12:55.404660011 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/libeconf.git</param>
-    <param 
name="changesrevision">fea4a03631c42bd4edc7ac94bbab5675d2dc54a9</param>
+    <param 
name="changesrevision">3ac14cec7a092f33c8ff138c00da331455d7b81e</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ libeconf-0.3.2+git20190926.fea4a03.tar.xz -> 
libeconf-0.3.3+git20191028.3ac14ce.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libeconf-0.3.2+git20190926.fea4a03/NEWS 
new/libeconf-0.3.3+git20191028.3ac14ce/NEWS
--- old/libeconf-0.3.2+git20190926.fea4a03/NEWS 2019-09-26 19:38:46.000000000 
+0200
+++ new/libeconf-0.3.3+git20191028.3ac14ce/NEWS 2019-10-28 13:03:06.000000000 
+0100
@@ -1,3 +1,6 @@
+Version 0.3.3
+* Reset *key_file to NULL after free
+
 Version 0.3.2
 * Bugfix for merging empty configuration files
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libeconf-0.3.2+git20190926.fea4a03/configure.ac 
new/libeconf-0.3.3+git20191028.3ac14ce/configure.ac
--- old/libeconf-0.3.2+git20190926.fea4a03/configure.ac 2019-09-26 
19:38:46.000000000 +0200
+++ new/libeconf-0.3.3+git20191028.3ac14ce/configure.ac 2019-10-28 
13:03:06.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([libeconf], [0.3.2])
+AC_INIT([libeconf], [0.3.3])
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libeconf-0.3.2+git20190926.fea4a03/lib/libeconf.c 
new/libeconf-0.3.3+git20191028.3ac14ce/lib/libeconf.c
--- old/libeconf-0.3.2+git20190926.fea4a03/lib/libeconf.c       2019-09-26 
19:38:46.000000000 +0200
+++ new/libeconf-0.3.3+git20191028.3ac14ce/lib/libeconf.c       2019-10-28 
13:03:06.000000000 +0100
@@ -98,6 +98,7 @@
 
   if(t_err) {
     econf_free(*key_file);
+    *key_file = NULL;
     return t_err;
   }
 


Reply via email to