]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- rpmReadSignature() call bugfix
authormis <mis@pld-linux.org>
Wed, 30 Apr 2003 13:14:34 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-rpm4.1-fix.patch -> 1.1

poldek-rpm4.1-fix.patch [new file with mode: 0644]

diff --git a/poldek-rpm4.1-fix.patch b/poldek-rpm4.1-fix.patch
new file mode 100644 (file)
index 0000000..dbca76f
--- /dev/null
@@ -0,0 +1,16 @@
+Index: rpm_signature.c
+===================================================================
+RCS file: /cvsroot/installer/poldek/Attic/rpm_signature.c,v
+retrieving revision 1.4.4.1
+diff -u -r1.4.4.1 rpm_signature.c
+--- rpm_signature.c    2 Apr 2003 11:39:17 -0000       1.4.4.1
++++ rpm_signature.c    30 Apr 2003 09:28:08 -0000
+@@ -59,7 +59,7 @@
+ #ifdef HAVE_RPM_4_2
+     return rpmReadSignature(fd, sighp, sig_type, NULL) == 0;
+ #elif HAVE_RPM_4_1
+-    return rpmReadSignature(fd, sighp, sig_type) == 0;
++    return rpmReadSignature(fd, sighp, sig_type, NULL) == 0;
+ #elif HAVE_RPM_4_0
+     return rpmReadSignature(fd, sighp, sig_type, NULL) == 0;
+ #endif
This page took 0.035848 seconds and 4 git commands to generate.