[packages/sharutils] - rediffed

hawk hawk at pld-linux.org
Wed Dec 4 01:56:40 CET 2024


commit e2f8ac9eeb26171980b30ab952f8e3d6da6bd27f
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Wed Dec 4 00:01:03 2024 +0100

    - rediffed

 sharutils-format.patch | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/sharutils-format.patch b/sharutils-format.patch
index 8ba7899..f16e153 100644
--- a/sharutils-format.patch
+++ b/sharutils-format.patch
@@ -1,6 +1,7 @@
---- sharutils-4.14/src/shar.c.orig	2013-10-13 00:18:28.000000000 +0200
-+++ sharutils-4.14/src/shar.c	2013-10-20 08:11:36.027842920 +0200
-@@ -926,7 +926,7 @@
+diff -urNp -x '*.orig' sharutils-4.15.2.org/src/shar.c sharutils-4.15.2/src/shar.c
+--- sharutils-4.15.2.org/src/shar.c	2015-05-22 17:27:34.000000000 +0200
++++ sharutils-4.15.2/src/shar.c	2024-12-04 00:00:06.485290021 +0100
+@@ -931,7 +931,7 @@ print_header_stamp (FILE * fp)
          free (c_dir);
        }
      else
@@ -9,16 +10,16 @@
    }
  }
  
-@@ -2148,7 +2148,7 @@
+@@ -2154,7 +2154,7 @@ configure_shar (int * argc_p, char *** a
         */
-       FILE * fp = freopen ("/dev/null", fwriteonly_mode, stderr);
+       FILE * fp = freopen ("/dev/null", "w" FOPEN_BINARY, stderr);
        if (fp != stderr)
 -        error (SHAR_EXIT_FAILED, errno,
 +        error (SHAR_EXIT_FAILED, errno, "%s", 
                 _("reopening stderr to /dev/null"));
      }
  
-@@ -2219,7 +2219,7 @@
+@@ -2225,7 +2225,7 @@ configure_shar (int * argc_p, char *** a
    if (HAVE_OPT(QUERY_USER))
      {
        if (HAVE_OPT(NET_HEADERS))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sharutils.git/commitdiff/e2f8ac9eeb26171980b30ab952f8e3d6da6bd27f



More information about the pld-cvs-commit mailing list