summaryrefslogtreecommitdiff
path: root/hebrew/pine/files/patch-aw
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-02 15:15:24 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-02 15:15:24 +0000
commit0e307cea3927b2b6452f5940f6e272a67c4e63eb (patch)
tree17cb4b6cce7bea36f38ed18f541cb13dfc1039ff /hebrew/pine/files/patch-aw
parentAnother megapatch from PF: (diff)
Update of the Hebrew version of pine to 4.30-2.09 (with the security bug
found in 4.21 fixed). PR: 22536 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=34653
Diffstat (limited to '')
-rw-r--r--hebrew/pine/files/patch-aw31
1 files changed, 19 insertions, 12 deletions
diff --git a/hebrew/pine/files/patch-aw b/hebrew/pine/files/patch-aw
index ae3ad3c1e484..e7c359e27ad5 100644
--- a/hebrew/pine/files/patch-aw
+++ b/hebrew/pine/files/patch-aw
@@ -1,12 +1,19 @@
---- imap/src/osdep/unix/env_unix.c.orig Sun Oct 10 13:43:21 1999
-+++ imap/src/osdep/unix/env_unix.c Wed Oct 13 20:11:32 1999
-@@ -825,7 +825,8 @@
- }
- close (pi[0]); close (pi[1]);
- }
-- if (lockEaccesError) {/* punt silently if paranoid site */
-+ if (strncmp(base->lock,"/var/mail/",10) && lockEaccesError) {
-+ /* punt silently if paranoid site */
- sprintf (tmp,"Mailbox vulnerable - directory %.80s",hitch);
- if (s = strrchr (tmp,'/')) *s = '\0';
- strcat (tmp," must have 1777 protection");
+*** imap/src/osdep/unix/env_unix.c.orig Wed Oct 25 03:43:40 2000
+--- imap/src/osdep/unix/env_unix.c Thu Nov 2 12:10:11 2000
+***************
+*** 947,953 ****
+ }
+ close (pi[0]); close (pi[1]);
+ }
+! if (lockEaccesError) { /* punt silently if paranoid site */
+ sprintf (tmp,"Mailbox vulnerable - directory %.80s",base->lock);
+ if (s = strrchr (tmp,'/')) *s = '\0';
+ strcat (tmp," must have 1777 protection");
+--- 947,953 ----
+ }
+ close (pi[0]); close (pi[1]);
+ }
+! if (strncmp(base->lock,"/var/mail/",10) && lockEaccesError) {
+ sprintf (tmp,"Mailbox vulnerable - directory %.80s",base->lock);
+ if (s = strrchr (tmp,'/')) *s = '\0';
+ strcat (tmp," must have 1777 protection");