pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/jpilot/patches Add missing patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2fc245cc43a
branches: trunk
changeset: 498898:f2fc245cc43a
user: rh <rh%pkgsrc.org@localhost>
date: Mon Sep 05 07:52:22 2005 +0000
description:
Add missing patch
diffstat:
comms/jpilot/patches/patch-ab | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r 0d6aed716155 -r f2fc245cc43a comms/jpilot/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/jpilot/patches/patch-ab Mon Sep 05 07:52:22 2005 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.9 2005/09/05 07:52:22 rh Exp $
+
+--- KeyRing/keyring.c.orig 2004-02-17 16:59:38.000000000 -0800
++++ KeyRing/keyring.c
+@@ -182,7 +182,7 @@ static int pack_KeyRing(struct KeyRing *
+ for (i=strlen(kr->name)+1; i<n; i=i+8) {
+ /* des_encrypt3((DES_LONG *)&buf[i], s1, s2, s1); */
+ #ifdef HEADER_NEW_DES_H
+- DES_ecb3_encrypt((const_des_cblock *)&buf[i], (des_cblock *)(&buf[i]),
++ DES_ecb3_encrypt((const_DES_cblock *)&buf[i], (DES_cblock *)(&buf[i]),
+ &s1, &s2, &s1, DES_ENCRYPT);
+ #else
+ des_ecb3_encrypt((const_des_cblock *)&buf[i], (des_cblock *)(&buf[i]),
+@@ -281,7 +281,7 @@ static int unpack_KeyRing(struct KeyRing
+ /* des_decrypt3((DES_LONG *)chunk, s1, s2, s1); */
+ /* memcpy(clear_text+i, chunk, 8); */
+ #ifdef HEADER_NEW_DES_H
+- DES_ecb3_encrypt((const_des_cblock *)&P[i], (DES_cblock *)(clear_text+i),
++ DES_ecb3_encrypt((const_DES_cblock *)&P[i], (DES_cblock *)(clear_text+i),
+ &s1, &s2, &s1, DES_DECRYPT);
+ #else
+ des_ecb3_encrypt((const_des_cblock *)&P[i], (des_cblock *)(clear_text+i),
Home |
Main Index |
Thread Index |
Old Index