]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- update for beecrypt 4.0.0 API
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Aug 2004 21:42:27 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-beecrypt4.patch -> 1.1

rpm-beecrypt4.patch [new file with mode: 0644]

diff --git a/rpm-beecrypt4.patch b/rpm-beecrypt4.patch
new file mode 100644 (file)
index 0000000..98ca825
--- /dev/null
@@ -0,0 +1,22 @@
+--- rpm/lib/signature.c.orig   2003-12-23 06:25:05.000000000 +0000
++++ rpm/lib/signature.c        2004-08-03 21:26:09.340102703 +0000
+@@ -1226,7 +1226,7 @@
+       goto exit;
+     (void) rpmswEnter(rpmtsOp(ts, RPMTS_OP_SIGNATURE), 0);
+-    if (rsavrfy(&dig->rsa_pk, &dig->rsahm, &dig->c))
++    if (rsavrfy(&dig->rsa_pk.n, &dig->rsa_pk.e, &dig->rsahm, &dig->c))
+       res = RPMRC_OK;
+     else
+       res = RPMRC_FAIL;
+--- rpm/rpmio/rpmio_internal.h.orig    2003-11-23 19:52:39.000000000 +0000
++++ rpm/rpmio/rpmio_internal.h 2004-08-03 21:15:42.497336945 +0000
+@@ -9,7 +9,7 @@
+ #include <rpmio.h>
+ #include <rpmurl.h>
+-#include <beecrypt.api.h>
++#include <beecrypt/api.h>
+ #include <rpmpgp.h>
+ #include <rpmsw.h>
This page took 0.032578 seconds and 4 git commands to generate.