Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2022-06-08 14:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makedumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.makedumpfile.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "makedumpfile"

Wed Jun  8 14:24:14 2022 rev:87 rq:981123 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes        
2022-03-23 20:15:51.186377041 +0100
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new.1548/makedumpfile.changes      
2022-06-08 14:24:29.640470617 +0200
@@ -1,0 +2,9 @@
+Wed Apr 20 08:55:43 UTC 2022 - Paolo Stivanin <[email protected]>
+
+- Update to 1.7.1:
+  * support for kernel up to 5.17
+  * sadump: remove variable length array
+  * print error when reading with unsupported compression
+- Drop upstreamed makedumpfile-sadump-kaslr-fix-kaslr_offset-calculation.patch
+
+-------------------------------------------------------------------

Old:
----
  makedumpfile-1.7.0.tar.gz
  makedumpfile-sadump-kaslr-fix-kaslr_offset-calculation.patch

New:
----
  makedumpfile-1.7.1.tar.gz

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

Other differences:
------------------
++++++ makedumpfile.spec ++++++
--- /var/tmp/diff_new_pack.tydxC5/_old  2022-06-08 14:24:30.156471256 +0200
+++ /var/tmp/diff_new_pack.tydxC5/_new  2022-06-08 14:24:30.164471265 +0200
@@ -40,7 +40,7 @@
 # End of compatibility cruft
 
 Name:           makedumpfile
-Version:        1.7.0
+Version:        1.7.1
 Release:        0
 Summary:        Partial kernel dump
 License:        GPL-2.0-only
@@ -51,7 +51,6 @@
 Patch0:         %{name}-override-libtinfo.patch
 Patch1:         %{name}-ppc64-VA-range-SUSE.patch
 Patch2:         %{name}-PN_XNUM.patch
-Patch3:         %{name}-sadump-kaslr-fix-kaslr_offset-calculation.patch
 BuildRequires:  libbz2-devel
 BuildRequires:  libdw-devel
 BuildRequires:  libelf-devel
@@ -76,11 +75,7 @@
 via gdb or crash utility.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autosetup -p1
 
 %build
 export CFLAGS="%{optflags} -fcommon"

++++++ makedumpfile-1.7.0.tar.gz -> makedumpfile-1.7.1.tar.gz ++++++
++++ 3690 lines of diff (skipped)

++++++ makedumpfile-PN_XNUM.patch ++++++
--- /var/tmp/diff_new_pack.tydxC5/_old  2022-06-08 14:24:30.260471385 +0200
+++ /var/tmp/diff_new_pack.tydxC5/_new  2022-06-08 14:24:30.264471389 +0200
@@ -9,8 +9,10 @@
  elf_info.h |    4 ++++
  1 file changed, 4 insertions(+)
 
---- a/elf_info.h
-+++ b/elf_info.h
+Index: makedumpfile-1.7.1/elf_info.h
+===================================================================
+--- makedumpfile-1.7.1.orig/elf_info.h
++++ makedumpfile-1.7.1/elf_info.h
 @@ -19,6 +19,10 @@
  #include <elf.h>
  #include <sys/types.h>

++++++ makedumpfile-override-libtinfo.patch ++++++
--- /var/tmp/diff_new_pack.tydxC5/_old  2022-06-08 14:24:30.272471399 +0200
+++ /var/tmp/diff_new_pack.tydxC5/_new  2022-06-08 14:24:30.276471405 +0200
@@ -10,9 +10,11 @@
  Makefile |    4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
---- a/Makefile
-+++ b/Makefile
-@@ -66,6 +66,8 @@ LIBS := -lsnappy $(LIBS)
+Index: makedumpfile-1.7.1/Makefile
+===================================================================
+--- makedumpfile-1.7.1.orig/Makefile
++++ makedumpfile-1.7.1/Makefile
+@@ -82,6 +82,8 @@ CFLAGS += -fsanitize=undefined
  #CFLAGS += -fanalyzer
  endif
  
@@ -21,13 +23,13 @@
  LIBS := $(LIBS) -lpthread
  
  try-run = $(shell set -e;             \
-@@ -101,7 +103,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(
-       gzip -c ./makedumpfile.conf.5 > ./makedumpfile.conf.5.gz
+@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(
+            $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
  
  eppic_makedumpfile.so: extension_eppic.c
 -      $(CC) $(CFLAGS) $(LDFLAGS) -shared -rdynamic -o $@ extension_eppic.c 
-fPIC -leppic -ltinfo
 +      $(CC) $(CFLAGS) $(LDFLAGS) -shared -rdynamic -o $@ extension_eppic.c 
-fPIC -leppic ${TINFOLIB}
  
  clean:
-       rm -f $(OBJ) $(OBJ_PART) $(OBJ_ARCH) makedumpfile makedumpfile.8.gz 
makedumpfile.conf.5.gz
+       rm -f $(OBJ) $(OBJ_PART) $(OBJ_ARCH) makedumpfile makedumpfile.8 
makedumpfile.conf.5
 

++++++ makedumpfile-ppc64-VA-range-SUSE.patch ++++++
--- /var/tmp/diff_new_pack.tydxC5/_old  2022-06-08 14:24:30.288471420 +0200
+++ /var/tmp/diff_new_pack.tydxC5/_new  2022-06-08 14:24:30.288471420 +0200
@@ -12,10 +12,11 @@
  makedumpfile.c |    4 ++++
  makedumpfile.h |    3 +++
  3 files changed, 9 insertions(+), 1 deletion(-)
-diff -ur a/arch/ppc64.c b/arch/ppc64.c
---- a/arch/ppc64.c     2018-12-04 21:21:52.000000000 +0100
-+++ b/arch/ppc64.c     2019-07-05 11:25:20.318510887 +0200
-@@ -248,7 +248,9 @@
+Index: makedumpfile-1.7.1/arch/ppc64.c
+===================================================================
+--- makedumpfile-1.7.1.orig/arch/ppc64.c
++++ makedumpfile-1.7.1/arch/ppc64.c
+@@ -248,7 +248,9 @@ ppc64_vmalloc_init(void)
  
                        if (info->kernel_version >= KERNEL_VERSION(4, 12, 0)) {
                                info->l2_index_size = 
PMD_INDEX_SIZE_L4_64K_4_12;
@@ -26,10 +27,11 @@
                                        info->l3_index_size = 
PUD_INDEX_SIZE_L4_64K_4_17;
                                else
                                        info->l3_index_size = 
PUD_INDEX_SIZE_L4_64K_4_12;
-diff -ur a/makedumpfile.c b/makedumpfile.c
---- a/makedumpfile.c   2018-12-04 21:21:52.000000000 +0100
-+++ b/makedumpfile.c   2019-07-05 11:23:32.357093984 +0200
-@@ -2296,6 +2296,8 @@
+Index: makedumpfile-1.7.1/makedumpfile.c
+===================================================================
+--- makedumpfile-1.7.1.orig/makedumpfile.c
++++ makedumpfile-1.7.1/makedumpfile.c
+@@ -2491,6 +2491,8 @@ write_vmcoreinfo_data(void)
        WRITE_NUMBER_UNSIGNED("kimage_voffset", kimage_voffset);
  #endif
  
@@ -38,7 +40,7 @@
        if (info->phys_base)
                fprintf(info->file_vmcoreinfo, "%s%lu\n", 
STR_NUMBER("phys_base"),
                        info->phys_base);
-@@ -2696,6 +2698,8 @@
+@@ -2939,6 +2941,8 @@ read_vmcoreinfo(void)
  
        READ_NUMBER("HUGETLB_PAGE_DTOR", HUGETLB_PAGE_DTOR);
  
@@ -47,10 +49,11 @@
        return TRUE;
  }
  
-diff -ur a/makedumpfile.h b/makedumpfile.h
---- a/makedumpfile.h   2018-12-04 21:21:52.000000000 +0100
-+++ b/makedumpfile.h   2019-07-05 11:23:32.353093931 +0200
-@@ -1936,6 +1936,9 @@
+Index: makedumpfile-1.7.1/makedumpfile.h
+===================================================================
+--- makedumpfile-1.7.1.orig/makedumpfile.h
++++ makedumpfile-1.7.1/makedumpfile.h
+@@ -2069,6 +2069,9 @@ struct number_table {
        unsigned long   PHYS_OFFSET;
        unsigned long   kimage_voffset;
  #endif

Reply via email to