Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2020-02-29 21:23:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzip (Old)
 and      /work/SRC/openSUSE:Factory/.libzip.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzip"

Sat Feb 29 21:23:34 2020 rev:38 rq:779940 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzip/libzip.changes    2020-01-30 
09:35:36.633304184 +0100
+++ /work/SRC/openSUSE:Factory/.libzip.new.26092/libzip.changes 2020-02-29 
21:23:40.670417156 +0100
@@ -1,0 +2,6 @@
+Mon Feb 24 08:26:07 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- version update to 1.6.1
+  * Bugfix for double-free in zipcmp(1) during cleanup.
+
+-------------------------------------------------------------------

Old:
----
  libzip-1.6.0.tar.xz

New:
----
  libzip-1.6.1.tar.xz

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

Other differences:
------------------
++++++ libzip.spec ++++++
--- /var/tmp/diff_new_pack.hdnTCs/_old  2020-02-29 21:23:41.402418605 +0100
+++ /var/tmp/diff_new_pack.hdnTCs/_new  2020-02-29 21:23:41.406418613 +0100
@@ -18,7 +18,7 @@
 
 %define sover 5
 Name:           libzip
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 Summary:        C library for reading, creating, and modifying zip archives
 License:        BSD-3-Clause

++++++ libzip-1.6.0.tar.xz -> libzip-1.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/CMakeLists.txt 
new/libzip-1.6.1/CMakeLists.txt
--- old/libzip-1.6.0/CMakeLists.txt     2020-01-24 12:03:14.000000000 +0100
+++ new/libzip-1.6.1/CMakeLists.txt     2020-02-03 15:18:57.000000000 +0100
@@ -82,7 +82,7 @@
 SET(PACKAGE_NAME ${PACKAGE})
 SET(PACKAGE_VERSION_MAJOR "1")
 SET(PACKAGE_VERSION_MINOR "6")
-SET(PACKAGE_VERSION_MICRO "0")
+SET(PACKAGE_VERSION_MICRO "1")
 #SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}")
 SET(VERSION 
"${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_MICRO}")
 SET(PACKAGE_VERSION ${VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/NEWS.md new/libzip-1.6.1/NEWS.md
--- old/libzip-1.6.0/NEWS.md    2020-01-24 12:03:14.000000000 +0100
+++ new/libzip-1.6.1/NEWS.md    2020-02-03 15:18:57.000000000 +0100
@@ -1,3 +1,8 @@
+1.6.1 [2020-02-03]
+==================
+
+* Bugfix for double-free in zipcmp(1) during cleanup.
+
 1.6.0 [2020-01-24]
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/man/links new/libzip-1.6.1/man/links
--- old/libzip-1.6.0/man/links  2020-01-24 12:03:14.000000000 +0100
+++ new/libzip-1.6.1/man/links  2020-02-03 15:18:57.000000000 +0100
@@ -6,6 +6,7 @@
 zip_file_extra_field_delete zip_file_extra_field_delete_by_id
 zip_file_extra_field_get zip_file_extra_field_get_by_id
 zip_file_extra_fields_count zip_file_extra_fields_count_by_id
+zip_file_set_mtime zip_file_set_dostime
 zip_file_strerror zip_strerror
 zip_fopen zip_fopen_index
 zip_fopen_encrypted zip_fopen_index_encrypted
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/src/zipcmp.c 
new/libzip-1.6.1/src/zipcmp.c
--- old/libzip-1.6.0/src/zipcmp.c       2020-01-24 12:03:14.000000000 +0100
+++ new/libzip-1.6.1/src/zipcmp.c       2020-02-03 15:18:57.000000000 +0100
@@ -248,7 +248,6 @@
        }
        for (j = 0; j < a[i].nentry; j++) {
            free(a[i].entry[j].name);
-           free(a[i].entry[j].extra_fields);
        }
        free(a[i].entry);
     }


Reply via email to