diff options
author | cjs <cjs@pkgsrc.org> | 1998-03-19 02:32:29 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 1998-03-19 02:32:29 +0000 |
commit | 519b354695299091c241482e5399a91ffc4f66c2 (patch) | |
tree | 766b2cfb6debfcd9afe6dc6c4db682585d52ad64 /mail/pine | |
parent | 6a34d563914f2529850abea58d8779e06ae74544 (diff) | |
download | pkgsrc-519b354695299091c241482e5399a91ffc4f66c2.tar.gz |
Turn on ALLOW_CHANGING_FROM by default.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 7 | ||||
-rw-r--r-- | mail/pine/patches/patch-send | 4 |
2 files changed, 10 insertions, 1 deletions
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 |