Hello community,

here is the log from the commit of package sed for openSUSE:Factory checked in 
at 2019-12-02 11:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sed (Old)
 and      /work/SRC/openSUSE:Factory/.sed.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sed"

Mon Dec  2 11:26:05 2019 rev:33 rq:749899 version:4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sed/sed.changes  2019-09-26 20:35:50.523406910 
+0200
+++ /work/SRC/openSUSE:Factory/.sed.new.4691/sed.changes        2019-12-02 
11:26:15.246696340 +0100
@@ -1,0 +2,6 @@
+Wed Nov 20 09:09:47 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add disable-null-ptr-argument.patch in order to fix
+  boo#1157218.
+
+-------------------------------------------------------------------

New:
----
  disable-null-ptr-argument.patch

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

Other differences:
------------------
++++++ sed.spec ++++++
--- /var/tmp/diff_new_pack.afNaRQ/_old  2019-12-02 11:26:15.998696056 +0100
+++ /var/tmp/diff_new_pack.afNaRQ/_new  2019-12-02 11:26:16.002696054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sed
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Source2:        %{name}.keyring
 # PATCH-FIX-SLE sed-dont_close_twice.patch bnc@880817 tc...@suse.cz -- Fix 
double close.
 Patch0:         sed-dont_close_twice.patch
+Patch1:         disable-null-ptr-argument.patch
 BuildRequires:  libacl-devel
 BuildRequires:  libselinux-devel
 Requires(post): %{install_info_prereq}
@@ -45,6 +46,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security

++++++ disable-null-ptr-argument.patch ++++++
diff --git a/gnulib-tests/test-canonicalize-lgpl.c 
b/gnulib-tests/test-canonicalize-lgpl.c
index 4cec490..c91aa1f 100644
--- a/gnulib-tests/test-canonicalize-lgpl.c
+++ b/gnulib-tests/test-canonicalize-lgpl.c
@@ -71,9 +71,6 @@ main (void)
     ASSERT (result == NULL);
     ASSERT (errno == ENOENT);
     errno = 0;
-    result = canonicalize_file_name (null_ptr ());
-    ASSERT (result == NULL);
-    ASSERT (errno == EINVAL);
   }
 
   /* Check that a non-directory with trailing slash yields NULL.  */



Reply via email to