summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-reply.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-09-10 19:03:19 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-09-10 19:03:19 +0000
commit666a4ba664dceb37c84bf5fe5900c5f230f55537 (patch)
tree25c7c70f6c6a606ac57e915a8854901b096ebc0d /mail/pine4/files/patch-reply.c
parentBack out to 5.5.6. (diff)
Upgrade to 4.58, a security and bugfix release which addresses the following:
* Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr
Notes
Notes: svn path=/head/; revision=88954
Diffstat (limited to 'mail/pine4/files/patch-reply.c')
-rw-r--r--mail/pine4/files/patch-reply.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/pine4/files/patch-reply.c b/mail/pine4/files/patch-reply.c
index 8e38b85419c8..e3548a46b3cb 100644
--- a/mail/pine4/files/patch-reply.c
+++ b/mail/pine4/files/patch-reply.c
@@ -1,6 +1,6 @@
---- pine/reply.c.orig Wed Dec 4 21:10:12 2002
-+++ pine/reply.c Mon Dec 16 03:40:23 2002
-@@ -5092,7 +5092,10 @@
+--- pine/reply.c.orig Fri Aug 29 14:43:38 2003
++++ pine/reply.c Fri Sep 5 01:44:21 2003
+@@ -5183,7 +5183,10 @@
char *
generate_message_id()
{
@@ -12,7 +12,7 @@
char *id;
time_t now;
struct tm *now_x;
-@@ -5100,14 +5103,11 @@
+@@ -5191,14 +5194,11 @@
now = time((time_t *)0);
now_x = localtime(&now);
@@ -31,7 +31,7 @@
hostpart = F_ON(F_ROT13_MESSAGE_ID, ps_global)
? rot13(ps_global->hostname)
-@@ -5116,8 +5116,8 @@
+@@ -5207,8 +5207,8 @@
if(!hostpart)
hostpart = cpystr("huh");