Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2015-05-27 12:39:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.e2fsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e2fsprogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes      2015-01-10 
23:07:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2015-05-27 
12:39:57.000000000 +0200
@@ -1,0 +2,13 @@
+Tue May 26 12:15:35 UTC 2015 - [email protected]
+
+- Update to 1.42.13
+  * fix potential buffer overflow while closing a filesystem
+  * fix deadlock which occurs when using systemd and e2fsck.conf's logging
+    feature
+  * make tune2fs clear journal superblock backup when removing journal
+  * fix use after free bugs in resize2fs and e2fsck
+  * fix endianity bugs in libext2fs
+  ...
+- Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream
+
+-------------------------------------------------------------------

Old:
----
  e2fsck-fix-free-pointer-dereferences.patch
  e2fsprogs-1.42.12.tar.gz

New:
----
  e2fsprogs-1.42.13.tar.gz

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

Other differences:
------------------
++++++ e2fsprogs.spec ++++++
--- /var/tmp/diff_new_pack.DQ7eBX/_old  2015-05-27 12:39:58.000000000 +0200
+++ /var/tmp/diff_new_pack.DQ7eBX/_new  2015-05-27 12:39:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package e2fsprogs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -61,7 +61,7 @@
 Conflicts:      libcom_err-mini-devel
 %endif
 #
-Version:        1.42.12
+Version:        1.42.13
 Release:        0
 Summary:        Utilities for the Second Extended File System
 License:        GPL-2.0
@@ -80,7 +80,6 @@
 Patch3:         libcom_err-compile_et_permissions.patch
 Patch4:         e2fsprogs-1.42-implicit_fortify_decl.patch
 Patch5:         e2fsprogs-1.42-ext2fsh_implicit.patch
-Patch6:         e2fsck-fix-free-pointer-dereferences.patch
 # Do not suppress make commands
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -194,7 +193,6 @@
 %patch3 -p1
 %patch4
 %patch5
-%patch6 -p1
 cp %{SOURCE2} .
 
 %build

++++++ e2fsprogs-1.42.12.tar.gz -> e2fsprogs-1.42.13.tar.gz ++++++
/work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs-1.42.12.tar.gz 
/work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs-1.42.13.tar.gz differ: char 
5, line 1

++++++ libcom_err-compile_et_permissions.patch ++++++
--- /var/tmp/diff_new_pack.DQ7eBX/_old  2015-05-27 12:39:58.000000000 +0200
+++ /var/tmp/diff_new_pack.DQ7eBX/_new  2015-05-27 12:39:58.000000000 +0200
@@ -1,13 +1,13 @@
-Index: e2fsprogs-1.41.7/lib/et/compile_et.sh.in
+Index: e2fsprogs-1.42.13/lib/et/compile_et.sh.in
 ===================================================================
---- e2fsprogs-1.41.7.orig/lib/et/compile_et.sh.in
-+++ e2fsprogs-1.41.7/lib/et/compile_et.sh.in
+--- e2fsprogs-1.42.13.orig/lib/et/compile_et.sh.in
++++ e2fsprogs-1.42.13/lib/et/compile_et.sh.in
 @@ -51,7 +51,7 @@ if test -f ${BASE}.h && cmp -s ${BASE}.h
      rm -f ${BASE}.h.$$
  else
      mv -f ${BASE}.h.$$ ${BASE}.h
--    chmod -w ${BASE}.h
-+#    chmod -w ${BASE}.h
+-    chmod a-w ${BASE}.h
++#    chmod a-w ${BASE}.h
  fi
  $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then


Reply via email to