summaryrefslogtreecommitdiffstats
path: root/mail/nmh
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2004-04-17 02:23:50 +0000
committerjkoshy <jkoshy@FreeBSD.org>2004-04-17 02:23:50 +0000
commit0163cef14803e12c48622bf30399288e97a46bfe (patch)
tree5204f7172dcd11f7503b612c4bf9ede087d757b9 /mail/nmh
parent3d24bcfbd4edaad7e836074e2e2c1fab9bf4ec2d (diff)
downloadFreeBSD-ports-0163cef14803e12c48622bf30399288e97a46bfe.zip
FreeBSD-ports-0163cef14803e12c48622bf30399288e97a46bfe.tar.gz
Fix a core dump in NMH's "sortm" command.
PR: 63497 Approved by: Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER]
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile2
-rw-r--r--mail/nmh/files/patch-ad11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 8fc0ed7..74283d1 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -53,7 +53,7 @@
PORTNAME= nmh
PORTVERSION= 1.0.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \
${MASTER_SITE_LOCAL}
diff --git a/mail/nmh/files/patch-ad b/mail/nmh/files/patch-ad
new file mode 100644
index 0000000..79b3ee5
--- /dev/null
+++ b/mail/nmh/files/patch-ad
@@ -0,0 +1,11 @@
+--- uip/sortm.c-- Thu Mar 18 00:12:19 2004
++++ uip/sortm.c Thu Mar 18 00:26:50 2004
+@@ -439,8 +439,6 @@
+ if(uprf(cp, "re:"))
+ cp += 2;
+ else {
+- if (isalnum(c))
+- *cp2++ = isupper(c) ? tolower(c) : c;
+ break;
+ }
+ }
OpenPOWER on IntegriCloud