diff options
Diffstat (limited to 'security/pgp5/patches')
-rw-r--r-- | security/pgp5/patches/patch-ak | 24 | ||||
-rw-r--r-- | security/pgp5/patches/patch-ba | 13 | ||||
-rw-r--r-- | security/pgp5/patches/patch-bb | 13 | ||||
-rw-r--r-- | security/pgp5/patches/patch-bc | 13 | ||||
-rw-r--r-- | security/pgp5/patches/patch-bd | 13 | ||||
-rw-r--r-- | security/pgp5/patches/patch-be | 17 | ||||
-rw-r--r-- | security/pgp5/patches/patch-bf | 17 | ||||
-rw-r--r-- | security/pgp5/patches/patch-bg | 17 | ||||
-rw-r--r-- | security/pgp5/patches/patch-bh | 17 |
9 files changed, 141 insertions, 3 deletions
diff --git a/security/pgp5/patches/patch-ak b/security/pgp5/patches/patch-ak index 6807ca60c97..46ef2610146 100644 --- a/security/pgp5/patches/patch-ak +++ b/security/pgp5/patches/patch-ak @@ -1,8 +1,14 @@ -$NetBSD: patch-ak,v 1.2 1999/12/12 08:37:49 rh Exp $ +$NetBSD: patch-ak,v 1.3 2002/08/25 15:18:42 mjl Exp $ --- man/pgp.cfg.5.orig Sat Feb 7 20:54:57 1998 -+++ man/pgp.cfg.5 Sun Dec 12 09:36:55 1999 -@@ -16,7 +16,7 @@ ++++ man/pgp.cfg.5 Sun Aug 25 16:37:03 2002 +@@ -11,12 +11,12 @@ + .TH PGP 5.0 "JULY 1997 (v5.0)" PGP "User Manual" + .SH NAME + pgp.cfg \- Format of the configuration file used by +-.BR pgp (1). ++.BR pgp5 (1). + .SH DESCRIPTION The default location for this file is ~/.pgp. You may specify another location by setting the environment variable .IR PGPPATH . @@ -11,3 +17,15 @@ $NetBSD: patch-ak,v 1.2 1999/12/12 08:37:49 rh Exp $ All PGP applications accept these options as command-line arguments, as well. Command line arguments always override the configuration file. Options are specified with a double-dash (--) or plus (+), +@@ -125,9 +125,9 @@ + + .SH BUGS + See +-.BR pgp (1). ++.BR pgp5 (1). + .SH "SEE ALSO" +-.BR pgp (1), ++.BR pgp5 (1), + .BR pgpe (1), + .BR pgpv (1), + .BR pgps (1), diff --git a/security/pgp5/patches/patch-ba b/security/pgp5/patches/patch-ba new file mode 100644 index 00000000000..43bf617517d --- /dev/null +++ b/security/pgp5/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.1 2002/08/25 15:18:42 mjl Exp $ + +--- lib/ttyui/pgpUserIO.c.orig Sun Aug 25 16:19:00 2002 ++++ lib/ttyui/pgpUserIO.c Sun Aug 25 16:19:17 2002 +@@ -1321,7 +1321,7 @@ + pgpAssert(fd >= 0); + + for(i = 0; i <= count; ++i) { +- RandBuf = read(fd, &RandBuf, count); ++ read(fd, &RandBuf, count); + pgpRandomAddBytes(&pgpRandomPool, (byte *)&RandBuf, sizeof(RandBuf)); + pgpRandPoolAddEntropy(256); + } diff --git a/security/pgp5/patches/patch-bb b/security/pgp5/patches/patch-bb new file mode 100644 index 00000000000..371952bbdb6 --- /dev/null +++ b/security/pgp5/patches/patch-bb @@ -0,0 +1,13 @@ +$NetBSD: patch-bb,v 1.1 2002/08/25 15:18:42 mjl Exp $ + +--- apps/pgp/filter.c.orig Sun Aug 25 16:16:35 2002 ++++ apps/pgp/filter.c Sun Aug 25 16:16:57 2002 +@@ -269,7 +269,7 @@ + struct RingIterator *NameIter = NULL; + union RingObject *name; + Boolean OKToUse = FALSE, FoundName = FALSE; +- int len = 0; ++ size_t len = 0; + int trust; + char *TempNameString = NULL; + diff --git a/security/pgp5/patches/patch-bc b/security/pgp5/patches/patch-bc new file mode 100644 index 00000000000..19516497dd7 --- /dev/null +++ b/security/pgp5/patches/patch-bc @@ -0,0 +1,13 @@ +$NetBSD: patch-bc,v 1.1 2002/08/25 15:18:42 mjl Exp $ + +--- language50.txt.orig Sun Aug 25 16:17:26 2002 ++++ language50.txt Sun Aug 25 16:18:06 2002 +@@ -879,7 +879,7 @@ + trust of this key, first.\n + + [RETRIEVING_URL] +-us="Retreiving %s:/%s:%i%s\n" ++us="Retrieving %s://%s:%i%s\n" + + [ADD_THESE_KEYS] + us="\nAdd these keys to your keyring? [Y/n] " diff --git a/security/pgp5/patches/patch-bd b/security/pgp5/patches/patch-bd new file mode 100644 index 00000000000..9081b134768 --- /dev/null +++ b/security/pgp5/patches/patch-bd @@ -0,0 +1,13 @@ +$NetBSD: patch-bd,v 1.1 2002/08/25 15:18:42 mjl Exp $ + +--- man/pgp-integration.7.orig Sun Aug 25 16:34:39 2002 ++++ man/pgp-integration.7 Sun Aug 25 16:34:44 2002 +@@ -272,7 +272,7 @@ + command line, including the public and private keyrings your + application wishes to use. + .SH "SEE ALSO" +-.BR pgp (1), ++.BR pgp5 (1), + .BR pgpe (1), + .BR pgpv (1), + .BR pgps (1), diff --git a/security/pgp5/patches/patch-be b/security/pgp5/patches/patch-be new file mode 100644 index 00000000000..75757753aa2 --- /dev/null +++ b/security/pgp5/patches/patch-be @@ -0,0 +1,17 @@ +$NetBSD: patch-be,v 1.1 2002/08/25 15:18:43 mjl Exp $ + +--- man/pgpe.1.orig Sun Aug 25 16:38:11 2002 ++++ man/pgpe.1 Sun Aug 25 16:38:26 2002 +@@ -108,10 +108,10 @@ + .SH BUGS + .RS + See +-.BR pgp (1). ++.BR pgp5 (1). + .BE + .SH "SEE ALSO" +-.BR pgp (1), ++.BR pgp5 (1), + .BR pgpv (1), + .BR pgps (1), + .BR pgpk (1), diff --git a/security/pgp5/patches/patch-bf b/security/pgp5/patches/patch-bf new file mode 100644 index 00000000000..61b4ba821b6 --- /dev/null +++ b/security/pgp5/patches/patch-bf @@ -0,0 +1,17 @@ +$NetBSD: patch-bf,v 1.1 2002/08/25 15:18:43 mjl Exp $ + +--- man/pgpk.1.orig Sun Aug 25 16:39:27 2002 ++++ man/pgpk.1 Sun Aug 25 16:39:41 2002 +@@ -242,10 +242,10 @@ + .SH BUGS + .RS + See +-.BR pgp (1). ++.BR pgp5 (1). + .BE + .SH "SEE ALSO" +-.BR pgp (1), ++.BR pgp5 (1), + .BR pgpv (1), + .BR pgpe (1), + .BR pgps (1), diff --git a/security/pgp5/patches/patch-bg b/security/pgp5/patches/patch-bg new file mode 100644 index 00000000000..0e2db75ac8b --- /dev/null +++ b/security/pgp5/patches/patch-bg @@ -0,0 +1,17 @@ +$NetBSD: patch-bg,v 1.1 2002/08/25 15:18:43 mjl Exp $ + +--- man/pgpv.1.orig Sun Aug 25 16:40:26 2002 ++++ man/pgpv.1 Sun Aug 25 16:41:02 2002 +@@ -71,10 +71,10 @@ + .SH BUGS + .RS + See +-.BR pgp (1). ++.BR pgp5 (1). + .BE + .SH "SEE ALSO" +-.BR pgp (1), ++.BR pgp5 (1), + .BR pgpv (1), + .BR pgpe (1), + .BR pgpk (1), diff --git a/security/pgp5/patches/patch-bh b/security/pgp5/patches/patch-bh new file mode 100644 index 00000000000..257f5702d51 --- /dev/null +++ b/security/pgp5/patches/patch-bh @@ -0,0 +1,17 @@ +$NetBSD: patch-bh,v 1.1 2002/08/25 15:18:43 mjl Exp $ + +--- man/pgps.1.orig Sun Aug 25 16:40:17 2002 ++++ man/pgps.1 Sun Aug 25 16:40:53 2002 +@@ -96,10 +96,10 @@ + .SH BUGS + .RS + See +-.BR pgp (1). ++.BR pgp5 (1). + .BE + .SH "SEE ALSO" +-.BR pgp (1), ++.BR pgp5 (1), + .BR pgpv (1), + .BR pgpe (1), + .BR pgpk (1), |