diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/distinfo | 4 | ||||
-rw-r--r-- | comms/jpilot/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/jpilot/distinfo b/comms/jpilot/distinfo index 93a4766e567..49098dbc598 100644 --- a/comms/jpilot/distinfo +++ b/comms/jpilot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2003/09/26 13:35:36 wiz Exp $ +$NetBSD: distinfo,v 1.11 2003/10/20 12:16:39 hubertf Exp $ SHA1 (jpilot-0.99.5.tar.gz) = 357807f50edb301db81ab9f7aaedcb5541e86eec Size (jpilot-0.99.5.tar.gz) = 1033716 bytes SHA1 (patch-aa) = 48aade27edf9df1c67e15faba0fda904ea7e8c79 -SHA1 (patch-ab) = 0f57f8c86158255e06079f4eac473b566cdb26b3 +SHA1 (patch-ab) = 8de4a495141b6c3c7003cea5cbcedbbfd6929663 SHA1 (patch-ad) = e1e7ce9e7cc1bd1e901f6763799cdfd03f3cd605 diff --git a/comms/jpilot/patches/patch-ab b/comms/jpilot/patches/patch-ab index 70c4ab39bf1..65f6faba57c 100644 --- a/comms/jpilot/patches/patch-ab +++ b/comms/jpilot/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.5 2003/09/26 13:35:36 wiz Exp $ +$NetBSD: patch-ab,v 1.6 2003/10/20 12:16:40 hubertf Exp $ --- KeyRing/keyring.c.orig 2002-12-25 07:19:04.000000000 +0100 +++ KeyRing/keyring.c @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.5 2003/09/26 13:35:36 wiz Exp $ /* Opensll header files */ #include <openssl/md5.h> -#include <openssl/des.h> -+#include <des.h> ++#include <kerberosIV/des.h> #include "libplugin.h" |