From 519b354695299091c241482e5399a91ffc4f66c2 Mon Sep 17 00:00:00 2001 From: cjs Date: Thu, 19 Mar 1998 02:32:29 +0000 Subject: Turn on ALLOW_CHANGING_FROM by default. --- mail/pine/Makefile | 7 ++++++- mail/pine/patches/patch-send | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 mail/pine/patches/patch-send (limited to 'mail/pine') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index f23ef8a9b8b..000e95c6bce 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -4,9 +4,14 @@ # Date created: 03 September 1994 # Whom: mr # -# $NetBSD: Makefile,v 1.8 1998/03/07 21:24:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/03/19 02:32:29 cjs Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # +# Note: If you want to have pine's default behaviour of not allowing +# modifications of the From: line, remove the file patch/patch-send +# before you compile. (Keep in mind there are lots and lots of other +# very easy ways of forging that From: line, though.) +# DISTNAME= pine3.96 PKGNAME= pine-3.96 diff --git a/mail/pine/patches/patch-send b/mail/pine/patches/patch-send new file mode 100644 index 00000000000..11909f35dfc --- /dev/null +++ b/mail/pine/patches/patch-send @@ -0,0 +1,4 @@ +--- pine/send.c Wed Mar 18 17:57:09 1998 ++++ pine/send.c Wed Mar 18 17:59:00 1998 +@@ -0,0 +1 @@ ++#define ALLOW_CHANGING_FROM -- cgit v1.2.3