Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2023-01-12 22:42:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file (Old)
 and      /work/SRC/openSUSE:Factory/.file.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file"

Thu Jan 12 22:42:33 2023 rev:133 rq:1057786 version:5.44

Changes:
--------
--- /work/SRC/openSUSE:Factory/file/file.changes        2022-09-16 
13:32:00.293203598 +0200
+++ /work/SRC/openSUSE:Factory/.file.new.32243/file.changes     2023-01-12 
22:42:34.700286132 +0100
@@ -1,0 +2,34 @@
+Wed Jan 11 13:06:56 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Add patch dc71304b.patch
+  * Handle script executable Zip archives
+
+-------------------------------------------------------------------
+Tue Jan 10 13:28:51 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Use [Pp]atch0 explicit to avoid warning as python.magic build time
+
+-------------------------------------------------------------------
+Mon Jan  9 14:30:30 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Modifying patches
+  * file-5.22-elf.dif
+  * file-5.19-printf.dif
+  * file-5.19-zip2.0.dif
+  * file-5.19-biorad.dif
+  * file-secure_getenv.patch
+  * file-5.28-btrfs-image.dif
+- Remove patch file-zstd.patch now upstream
+- Port patch file-5.42.dif and rename it to file-5.44.dif
+- Update to 5.44:
+  * Handle nan's so that we don't get internal floating point exceptions
+    when they are enabled (Vincent Mihalkovic)
+  * PR/397: Restore the ability to process files from stdin immediately.
+  * fixed various clustefuzz issues
+  * Fix error detection for decompression code (Vincent Mihalkovic)
+  * Add MAGIC_NO_COMPRESS_FORK and use it to produce a more
+    meaningful error message if we are sandboxing.
+  * Add built-in lzip decompression support (Michal Gorny)
+  * Add built-in zstd decompression support (Martin Rodriguez Reboredo)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/file/python-magic.changes        2022-12-24 
14:50:49.239116676 +0100
+++ /work/SRC/openSUSE:Factory/.file.new.32243/python-magic.changes     
2023-01-12 22:42:34.720286245 +0100
@@ -1,0 +2,15 @@
+Tue Jan 10 13:28:15 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Enable tests for python-magic (not python-python-magic) 
+
+-------------------------------------------------------------------
+Tue Jan 10 08:29:12 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Run pre_checkin.sh to get correct source tar ball
+
+-------------------------------------------------------------------
+Mon Jan  9 14:29:09 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Update to 5.44
+
+-------------------------------------------------------------------

Old:
----
  file-5.42.dif
  file-5.43.tar.gz
  file-5.43.tar.gz.asc
  file-zstd.patch

New:
----
  dc71304b.patch
  file-5.44.dif
  file-5.44.tar.gz
  file-5.44.tar.gz.asc

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.052299462 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.056299485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,17 +34,17 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:        5.43
+Version:        5.44
 Release:        0
 Summary:        A Tool to Determine File Types
 License:        BSD-2-Clause
 Group:          Productivity/File utilities
-Source0:        ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
+Source0:        https://www.astron.com/pub/file/file-%{version}.tar.gz
 Source2:        baselibs.conf
 Source3:        file-rpmlintrc
-Source4:        ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz.asc
+Source4:        https://www.astron.com/pub/file/file-%{version}.tar.gz.asc
 Source5:        file.keyring
-Patch:          file-5.42.dif
+Patch0:         file-5.44.dif
 Patch1:         file-5.19-misc.dif
 Patch4:         file-4.24-autoconf.dif
 Patch5:         file-5.14-tex.dif
@@ -63,8 +63,8 @@
 Patch32:        file-5.19-clicfs.dif
 Patch37:        file-secure_getenv.patch
 Patch39:        file-5.28-btrfs-image.dif
-# Upstream mailing list
-Patch42:        file-zstd.patch
+# PATCH-FIX-UPSTREAM
+Patch42:        dc71304b.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global         _sysconfdir /etc
 %global         magicdir    %{_datadir}/file
@@ -109,7 +109,7 @@
 
 %prep
 %setup -q -n file-%{version}
-%patch42 -p1
+%patch42 -p0
 %patch1  -p0 -b .misc
 %patch4  -p0 -b .conf
 %patch5  -p0 -b .tex
@@ -128,8 +128,7 @@
 %patch32 -p0 -b .clicfs
 %patch37 -p1 -b .getenv
 %patch39 -p1 -b .btrfs
-
-%patch -b .0
+%patch0 -b .0
 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in
 rm -fv src/magic.h
 

++++++ python-magic.spec ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.080299621 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.088299666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magic
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,14 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global         _miscdir    %{_datadir}/misc
 Name:           python-magic
-Version:        5.43
+Version:        5.44
 Release:        0
 Summary:        Python module to use libmagic
 License:        BSD-3-Clause AND BSD-4-Clause
 Group:          Development/Languages/Python
 URL:            https://www.darwinsys.com/file/
 Source99:       file.spec
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  findutils
 BuildRequires:  libtool
@@ -55,6 +56,15 @@
 %python_install
 popd
 
+%check
+export LC_ALL=C.UTF-8
+pushd python
+%python_flavored_alternatives
+%{python_expand # indicate a writeable .pth directory for tests
+python%{$python_version} setup.py test
+}
+popd
+
 %files %{python_files}
 %doc python/README python/example.py
 %{python_sitelib}/magic.py*

++++++ dc71304b.patch ++++++
>From dc71304b3b1fd2ed5f7098d59fb7f6ef10cfdc85 Mon Sep 17 00:00:00 2001
From: Christos Zoulas <chris...@zoulas.com>
Date: Sat, 31 Dec 2022 20:24:08 +0000
Subject: [PATCH] pyzip improvements (FC Stegerman)

---
 magic/Magdir/archive |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

--- magic/Magdir/archive
+++ magic/Magdir/archive        2023-01-11 12:59:19.451975877 +0000
@@ -1876,9 +1876,14 @@
 # 
https://en.wikipedia.org/wiki/ZIP_(file_format)#End_of_central_directory_record_(EOCD)
 # by Michal Gorny <mgo...@gentoo.org>
 -2     uleshort        0
->&-22  string  PK\005\006      Zip archive, with extra data prepended
+>&-22  string  PK\005\006
+# without #!
+>>0    string  !#!     Zip archive, with extra data prepended
 !:mime application/zip
 !:ext zip/cbz
+# with #!
+>>0    string/w        #!\     a
+>>>&-1 string/T        x       %s script executable (Zip archive)
 
 # ACE archive (from http://www.wotsit.org/download.asp?f=ace)
 # by Stefan `Sec` Zehl <s...@42.org>

++++++ file-5.19-biorad.dif ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.164300098 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.168300120 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- magic/Magdir/images.orig
 +++ magic/Magdir/images
-@@ -1969,6 +1969,8 @@
+@@ -2167,6 +2167,8 @@
  # 
https://web.archive.org/web/20050317223257/www.cs.ubc.ca/spider/ladic/text/biorad.txt
  # Samples: https://www.loci.wisc.edu/software/sample-data
  14    uleshort        <2

++++++ file-5.19-printf.dif ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.192300256 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.196300279 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- src/apprentice.c.orig
 +++ src/apprentice.c
-@@ -2619,7 +2619,7 @@ check_format_type(const char *ptr, int t
+@@ -2623,7 +2623,7 @@ check_format_type(const char *ptr, int t
                        }
                } else
                        h = 0;

++++++ file-5.19-zip2.0.dif ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.220300415 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.244300551 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- magic/Magdir/archive.orig
 +++ magic/Magdir/archive
-@@ -1421,6 +1421,11 @@
+@@ -1504,6 +1504,11 @@
  0     string          PK\x07\x08PK\x03\x04    Zip multi-volume archive data, 
at least PKZIP v2.50 to extract
  !:mime        application/zip
  !:ext zip/cbz

++++++ file-5.22-elf.dif ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.256300619 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.260300642 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- src/readelf.c.orig
 +++ src/readelf.c
-@@ -825,7 +825,7 @@ do_core_note(struct magic_set *ms, unsig
+@@ -828,7 +828,7 @@ do_core_note(struct magic_set *ms, unsig
  
        default:
                if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) {
@@ -15,7 +15,7 @@
                        unsigned char c;
                        /*
                         * Extract the program name.  We assume
-@@ -837,7 +837,9 @@ do_core_note(struct magic_set *ms, unsig
+@@ -840,7 +840,9 @@ do_core_note(struct magic_set *ms, unsig
                         * If the characters aren't all printable,
                         * reject it.
                         */

++++++ file-5.28-btrfs-image.dif ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.272300709 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.272300709 +0100
@@ -17,7 +17,7 @@
 ===================================================================
 --- file-5.43.orig/magic/Magdir/filesystems
 +++ file-5.43/magic/Magdir/filesystems
-@@ -2302,20 +2302,29 @@
+@@ -2257,20 +2257,29 @@
  >>0x10060        string          >\0             lockproto %s)
  
  # Russell Coker <russ...@coker.com.au>

++++++ file-5.42.dif -> file-5.44.dif ++++++
--- /work/SRC/openSUSE:Factory/file/file-5.42.dif       2022-09-16 
13:32:00.217203352 +0200
+++ /work/SRC/openSUSE:Factory/.file.new.32243/file-5.44.dif    2023-01-12 
22:42:34.632285747 +0100
@@ -9,10 +9,8 @@
  src/dcore.c        |  207 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
  8 files changed, 313 insertions(+), 68 deletions(-)
 
-Index: magic/Magdir/elf
-===================================================================
---- magic/Magdir/elf.orig
-+++ magic/Magdir/elf
+--- magic/Magdir/elf
++++ magic/Magdir/elf   2023-01-09 14:36:25.751054574 +0000
 @@ -152,7 +152,7 @@
  >18   leshort         47              Renesas H8/300H,
  >18   leshort         48              Renesas H8S,
@@ -22,10 +20,8 @@
  >18   leshort         51              Stanford MIPS-X,
  >18   leshort         52              Motorola Coldfire,
  >18   leshort         53              Motorola M68HC12,
-Index: magic/Magdir/linux
-===================================================================
---- magic/Magdir/linux.orig
-+++ magic/Magdir/linux
+--- magic/Magdir/linux
++++ magic/Magdir/linux 2023-01-09 14:36:25.751054574 +0000
 @@ -140,27 +140,31 @@
  # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
  # Linux kernel boot images (i386 arch) (Wolfram Kleff)
@@ -74,21 +70,17 @@
  # This also matches new kernels, which were caught above by "HdrS".
  0             belong  0xb8c0078e      Linux kernel
  >0x1e3                string  Loading         version 1.3.79 or older
-Index: magic/Magdir/msad
-===================================================================
---- /dev/null
-+++ magic/Magdir/msad
+--- magic/Magdir/msad
++++ magic/Magdir/msad  2023-01-09 14:36:25.751054574 +0000
 @@ -0,0 +1,5 @@
 
+#------------------------------------------------------------------------------
 +# msad:  file(1) magic for msad
 +# Microsoft visual C
 +# This must precede the heuristic for raw G3 data
 +4     string  Standard\ Jet\ DB       Microsoft Access Database
-Index: magic/Magdir/msdos
-===================================================================
---- magic/Magdir/msdos.orig
-+++ magic/Magdir/msdos
-@@ -145,9 +145,9 @@
+--- magic/Magdir/msdos
++++ magic/Magdir/msdos 2023-01-09 14:36:25.751054574 +0000
+@@ -296,9 +296,9 @@
  >>(0x3c.l+22) leshort&0x0200  >0      (stripped to external PDB)
  >>(0x3c.l+22) leshort&0x1000  >0      system file
  >>(0x3c.l+24) leshort         0x010b
@@ -100,7 +92,7 @@
  
  # hooray, there's a DOS extender using the PE format, with a valid PE
  # executable inside (which just prints a message and exits if run in win)
-@@ -750,7 +750,7 @@
+@@ -1020,7 +1020,7 @@
  >1            leshort <-259
  # that offset must be accessible
  # add 10000h to jump at end of 64 KiB segment, add 1 for jump instruction and 
2 for 16-bit offset
@@ -109,10 +101,8 @@
  # after jump next instruction for DEBUGGING!
  #>>>&-1               ubelong x       \b, NEXT instruction %#8.8x
  >>>0        use msdos-com
-Index: magic/Makefile.am
-===================================================================
---- magic/Makefile.am.orig
-+++ magic/Makefile.am
+--- magic/Makefile.am
++++ magic/Makefile.am  2023-01-09 14:37:10.602219227 +0000
 @@ -5,7 +5,7 @@ MAGIC_FRAGMENT_BASE = Magdir
  MAGIC_DIR = $(top_srcdir)/magic
  MAGIC_FRAGMENT_DIR = $(MAGIC_DIR)/$(MAGIC_FRAGMENT_BASE)
@@ -130,14 +120,14 @@
  $(MAGIC_FRAGMENT_DIR)/application \
  $(MAGIC_FRAGMENT_DIR)/applix \
  $(MAGIC_FRAGMENT_DIR)/apt \
-@@ -106,7 +105,6 @@ $(MAGIC_FRAGMENT_DIR)/erlang \
+@@ -105,7 +104,6 @@ $(MAGIC_FRAGMENT_DIR)/erlang \
  $(MAGIC_FRAGMENT_DIR)/espressif \
  $(MAGIC_FRAGMENT_DIR)/esri \
  $(MAGIC_FRAGMENT_DIR)/fcs \
 -$(MAGIC_FRAGMENT_DIR)/filesystems \
  $(MAGIC_FRAGMENT_DIR)/finger \
+ $(MAGIC_FRAGMENT_DIR)/firmware \
  $(MAGIC_FRAGMENT_DIR)/flash \
- $(MAGIC_FRAGMENT_DIR)/flif \
 @@ -152,6 +150,8 @@ $(MAGIC_FRAGMENT_DIR)/isz \
  $(MAGIC_FRAGMENT_DIR)/java \
  $(MAGIC_FRAGMENT_DIR)/javascript \
@@ -176,7 +166,7 @@
  $(MAGIC_FRAGMENT_DIR)/msooxml \
  $(MAGIC_FRAGMENT_DIR)/msvc \
  $(MAGIC_FRAGMENT_DIR)/msx \
-@@ -261,6 +259,8 @@ $(MAGIC_FRAGMENT_DIR)/qt \
+@@ -262,6 +260,8 @@ $(MAGIC_FRAGMENT_DIR)/qt \
  $(MAGIC_FRAGMENT_DIR)/revision \
  $(MAGIC_FRAGMENT_DIR)/ringdove \
  $(MAGIC_FRAGMENT_DIR)/riff \
@@ -185,7 +175,7 @@
  $(MAGIC_FRAGMENT_DIR)/rpi \
  $(MAGIC_FRAGMENT_DIR)/rpm \
  $(MAGIC_FRAGMENT_DIR)/rpmsg \
-@@ -351,9 +351,21 @@ EXTRA_DIST = \
+@@ -353,9 +353,21 @@ EXTRA_DIST = \
  $(MAGIC_DIR)/scripts/create_filemagic_flac \
  $(MAGIC_FRAGMENTS)
  
@@ -209,7 +199,7 @@
  
  # FIXME: Build file natively as well so that it can be used to compile
  # the target's magic file; for now we bail if the local version does not match
-@@ -365,19 +377,22 @@ FILE_COMPILE = $(top_builddir)/src/file$
+@@ -367,19 +379,22 @@ FILE_COMPILE = $(top_builddir)/src/file$
  FILE_COMPILE_DEP = $(FILE_COMPILE)
  endif
  
@@ -248,11 +238,9 @@
 +#       fi)
 +#     $(FILE_COMPILE) -C -m magic
 +#     @rm -fr magic
-Index: magic/Makefile.in
-===================================================================
---- magic/Makefile.in.orig
-+++ magic/Makefile.in
-@@ -283,7 +283,7 @@ top_srcdir = @top_srcdir@
+--- magic/Makefile.in
++++ magic/Makefile.in  2023-01-09 14:37:31.561828862 +0000
+@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@
  MAGIC_FRAGMENT_BASE = Magdir
  MAGIC_DIR = $(top_srcdir)/magic
  MAGIC_FRAGMENT_DIR = $(MAGIC_DIR)/$(MAGIC_FRAGMENT_BASE)
@@ -261,7 +249,7 @@
  MAGIC_FRAGMENTS = \
  $(MAGIC_DIR)/Header \
  $(MAGIC_DIR)/Localstuff \
-@@ -301,7 +301,6 @@ $(MAGIC_FRAGMENT_DIR)/animation \
+@@ -298,7 +298,6 @@ $(MAGIC_FRAGMENT_DIR)/animation \
  $(MAGIC_FRAGMENT_DIR)/aout \
  $(MAGIC_FRAGMENT_DIR)/apache \
  $(MAGIC_FRAGMENT_DIR)/apl \
@@ -269,15 +257,15 @@
  $(MAGIC_FRAGMENT_DIR)/application \
  $(MAGIC_FRAGMENT_DIR)/applix \
  $(MAGIC_FRAGMENT_DIR)/apt \
-@@ -383,7 +382,6 @@ $(MAGIC_FRAGMENT_DIR)/erlang \
+@@ -379,7 +378,6 @@ $(MAGIC_FRAGMENT_DIR)/erlang \
  $(MAGIC_FRAGMENT_DIR)/espressif \
  $(MAGIC_FRAGMENT_DIR)/esri \
  $(MAGIC_FRAGMENT_DIR)/fcs \
 -$(MAGIC_FRAGMENT_DIR)/filesystems \
  $(MAGIC_FRAGMENT_DIR)/finger \
+ $(MAGIC_FRAGMENT_DIR)/firmware \
  $(MAGIC_FRAGMENT_DIR)/flash \
- $(MAGIC_FRAGMENT_DIR)/flif \
-@@ -429,6 +427,8 @@ $(MAGIC_FRAGMENT_DIR)/isz \
+@@ -426,6 +424,8 @@ $(MAGIC_FRAGMENT_DIR)/isz \
  $(MAGIC_FRAGMENT_DIR)/java \
  $(MAGIC_FRAGMENT_DIR)/javascript \
  $(MAGIC_FRAGMENT_DIR)/jpeg \
@@ -286,7 +274,7 @@
  $(MAGIC_FRAGMENT_DIR)/karma \
  $(MAGIC_FRAGMENT_DIR)/kde \
  $(MAGIC_FRAGMENT_DIR)/keepass \
-@@ -439,7 +439,6 @@ $(MAGIC_FRAGMENT_DIR)/lammps \
+@@ -436,7 +436,6 @@ $(MAGIC_FRAGMENT_DIR)/lammps \
  $(MAGIC_FRAGMENT_DIR)/lecter \
  $(MAGIC_FRAGMENT_DIR)/lex \
  $(MAGIC_FRAGMENT_DIR)/lif \
@@ -294,7 +282,7 @@
  $(MAGIC_FRAGMENT_DIR)/lisp \
  $(MAGIC_FRAGMENT_DIR)/llvm \
  $(MAGIC_FRAGMENT_DIR)/locoscript \
-@@ -447,7 +446,6 @@ $(MAGIC_FRAGMENT_DIR)/lua \
+@@ -444,7 +443,6 @@ $(MAGIC_FRAGMENT_DIR)/lua \
  $(MAGIC_FRAGMENT_DIR)/luks \
  $(MAGIC_FRAGMENT_DIR)/m4 \
  $(MAGIC_FRAGMENT_DIR)/mach \
@@ -302,7 +290,7 @@
  $(MAGIC_FRAGMENT_DIR)/macos \
  $(MAGIC_FRAGMENT_DIR)/magic \
  $(MAGIC_FRAGMENT_DIR)/mail.news \
-@@ -471,11 +469,11 @@ $(MAGIC_FRAGMENT_DIR)/misctools \
+@@ -468,11 +466,11 @@ $(MAGIC_FRAGMENT_DIR)/misctools \
  $(MAGIC_FRAGMENT_DIR)/mkid \
  $(MAGIC_FRAGMENT_DIR)/mlssa \
  $(MAGIC_FRAGMENT_DIR)/mmdf \
@@ -315,7 +303,7 @@
  $(MAGIC_FRAGMENT_DIR)/msooxml \
  $(MAGIC_FRAGMENT_DIR)/msvc \
  $(MAGIC_FRAGMENT_DIR)/msx \
-@@ -538,6 +536,8 @@ $(MAGIC_FRAGMENT_DIR)/qt \
+@@ -536,6 +534,8 @@ $(MAGIC_FRAGMENT_DIR)/qt \
  $(MAGIC_FRAGMENT_DIR)/revision \
  $(MAGIC_FRAGMENT_DIR)/ringdove \
  $(MAGIC_FRAGMENT_DIR)/riff \
@@ -324,7 +312,7 @@
  $(MAGIC_FRAGMENT_DIR)/rpi \
  $(MAGIC_FRAGMENT_DIR)/rpm \
  $(MAGIC_FRAGMENT_DIR)/rpmsg \
-@@ -628,10 +628,22 @@ EXTRA_DIST = \
+@@ -627,10 +627,22 @@ EXTRA_DIST = \
  $(MAGIC_DIR)/scripts/create_filemagic_flac \
  $(MAGIC_FRAGMENTS)
  
@@ -390,20 +378,16 @@
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
-Index: src/Makefile.am
-===================================================================
---- src/Makefile.am.orig
-+++ src/Makefile.am
+--- src/Makefile.am
++++ src/Makefile.am    2023-01-09 14:36:25.751054574 +0000
 @@ -1,4 +1,4 @@
 -MAGIC = $(pkgdatadir)/magic
 +MAGIC = $(sysconfdir)/magic:$(pkgdatadir)/magic
  lib_LTLIBRARIES = libmagic.la
  nodist_include_HEADERS = magic.h
  
-Index: src/dcore.c
-===================================================================
---- /dev/null
-+++ src/dcore.c
+--- src/dcore.c
++++ src/dcore.c        2023-01-09 14:36:25.751054574 +0000
 @@ -0,0 +1,207 @@
 +/*
 + * Show goo about ELF core files

++++++ file-5.43.tar.gz -> file-5.44.tar.gz ++++++
++++ 27219 lines of diff (skipped)

++++++ file-secure_getenv.patch ++++++
--- /var/tmp/diff_new_pack.kippGx/_old  2023-01-12 22:42:37.596302546 +0100
+++ /var/tmp/diff_new_pack.kippGx/_new  2023-01-12 22:42:37.596302546 +0100
@@ -6,7 +6,7 @@
 
 --- file-5.42/configure.ac
 +++ file-5.42/configure.ac     2022-06-13 08:34:50.347521415 +0000
-@@ -122,6 +122,8 @@ if test "$enable_xzlib" != "no"; then
+@@ -130,6 +130,8 @@ if test "$enable_xzlib" != "no"; then
  fi
  AC_CHECK_TYPE([sig_t],[AC_DEFINE([HAVE_SIG_T],1,[Have sig_t 
type])],,[#include <signal.h>])
  

Reply via email to