Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package erofs-utils for openSUSE:Factory 
checked in at 2023-10-11 23:56:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erofs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.erofs-utils.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erofs-utils"

Wed Oct 11 23:56:43 2023 rev:10 rq:1116996 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/erofs-utils/erofs-utils.changes  2023-04-20 
15:15:50.594419289 +0200
+++ /work/SRC/openSUSE:Factory/.erofs-utils.new.1807/erofs-utils.changes        
2023-10-12 11:39:59.780468318 +0200
@@ -1,0 +2,17 @@
+Wed Oct 11 12:00:38 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.7:
+  * support arbitrary valid block sizes in addition to page size
+  * (mkfs.erofs) arrange on-disk meta with Breadth-First Traversal
+    instead
+  * support long xattr name prefixes
+  * support UUID functionality without libuuid
+  * (mkfs.erofs, experimental) add DEFLATE algorithm support
+  * (mkfs.erofs, experimental) support building images directly
+    from tarballs
+  * (dump.erofs) print more superblock fields
+  * (mkfs.erofs, experimental) introduce preliminary rebuild mode
+  * various bugfixes and cleanups (CVE-2023-33551, CVE-2023-33552)
+- Switch service to mode=manual, as 'disabled' is deprecated.
+
+-------------------------------------------------------------------

Old:
----
  erofs-utils-1.6.tar.xz

New:
----
  erofs-utils-1.7.tar.xz

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

Other differences:
------------------
++++++ erofs-utils.spec ++++++
--- /var/tmp/diff_new_pack.hLLWQ4/_old  2023-10-12 11:40:00.340488671 +0200
+++ /var/tmp/diff_new_pack.hLLWQ4/_new  2023-10-12 11:40:00.344488816 +0200
@@ -17,22 +17,22 @@
 
 
 Name:           erofs-utils
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        Utilities for the Extendable Read-Only Filesystem (EROFS)
 License:        GPL-2.0-or-later
 Group:          System/Filesystems
 URL:            
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/
-
 Source:         %name-%version.tar.xz
 BuildRequires:  autoconf >= 2.69
 BuildRequires:  automake
+BuildRequires:  liblz4-devel >= 1.9
 BuildRequires:  libtool
+BuildRequires:  libuuid-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
+BuildRequires:  pkgconfig(zlib)
 Supplements:    filesystem(erofs)
-BuildRequires:  liblz4-devel >= 1.9
-BuildRequires:  libuuid-devel
 
 %description
 mkfs.erofs is a user-space tool to create erofs filesystem images. It

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hLLWQ4/_old  2023-10-12 11:40:00.368489689 +0200
+++ /var/tmp/diff_new_pack.hLLWQ4/_new  2023-10-12 11:40:00.372489834 +0200
@@ -1,15 +1,15 @@
 <services>
-       <service mode="disabled" name="tar_scm">
+       <service mode="manual" name="tar_scm">
                <param 
name="url">https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/</param>
                <param name="scm">git</param>
-               <param name="revision">v1.6</param>
-               <param name="parent-tag">v1.6</param>
-               <param name="versionformat">1.6</param>
+               <param name="revision">v1.7</param>
+               <param name="parent-tag">v1.7</param>
+               <param name="versionformat">1.7</param>
        </service>
-       <service mode="disabled" name="recompress">
+       <service mode="manual" name="recompress">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
-       <service mode="disabled" name="set_version"/>
+       <service mode="manual" name="set_version"/>
 </services>
 

++++++ erofs-utils-1.6.tar.xz -> erofs-utils-1.7.tar.xz ++++++
++++ 13998 lines of diff (skipped)

Reply via email to