From 666a4ba664dceb37c84bf5fe5900c5f230f55537 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Wed, 10 Sep 2003 19:03:19 +0000 Subject: 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 --- mail/pine4/files/patch-reply.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/pine4/files/patch-reply.c') 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"); -- cgit v1.2.3