SOURCES (rpm-4_4_9): rpm-lzma-tukaani.patch (NEW) - update for tuk...

arekm arekm at pld-linux.org
Mon Dec 10 13:06:48 CET 2007


Author: arekm                        Date: Mon Dec 10 12:06:48 2007 GMT
Module: SOURCES                       Tag: rpm-4_4_9
---- Log message:
- update for tukaani lzma parameters

---- Files affected:
SOURCES:
   rpm-lzma-tukaani.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rpm-lzma-tukaani.patch
diff -u /dev/null SOURCES/rpm-lzma-tukaani.patch:1.1.2.1
--- /dev/null	Mon Dec 10 13:06:48 2007
+++ SOURCES/rpm-lzma-tukaani.patch	Mon Dec 10 13:06:43 2007
@@ -0,0 +1,12 @@
+diff -urN rpm-4.4.9.org/rpmio/rpmio.c rpm-4.4.9/rpmio/rpmio.c
+--- rpm-4.4.9.org/rpmio/rpmio.c	2007-03-31 13:33:15.000000000 +0200
++++ rpm-4.4.9/rpmio/rpmio.c	2007-12-10 12:50:56.678906501 +0100
+@@ -2879,7 +2879,7 @@
+         xx = dup2(fdno, 1);
+         for (i = 3; i < 1024; i++)
+ 	    xx = close(i);
+-        if (execl("/usr/bin/lzma", "lzma", "e", "-si", "-so", NULL))
++        if (execl("/usr/bin/lzma", "lzma", "--format=alone", "-zc", "-", NULL))
+             _exit(1);
+     }
+     return NULL; /* warning */
================================================================


More information about the pld-cvs-commit mailing list