trondd <tro...@gmail.com> wrote: > I have been playing with s-nail and found there is a more recent > release that fixes a couple bugs I ran into (SMIME signing crash, > | command), as well as fixing a major CVE. I have been using the > new version (14.7.10) with gmail and local mbox. > > I don't have a ports diff because I don't want to step on William's > toes, I am unsure if the existing patches are stil relevant, and > because the new version has an occasional crash when changing folders > (at least on IMAP, not sure about local). I plan to report that > upstream. > > I can provide the diff if someone wants to help update the port. > > Tim
OK, including the diff. I removed the mk.in and openssl.c patches as I am not sure if they are still relevant. Tim. Index: Makefile =================================================================== RCS file: /cvs/ports/mail/s-nail/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 21 Apr 2014 14:00:22 -0000 1.9 +++ Makefile 2 Jan 2015 00:43:43 -0000 @@ -2,11 +2,10 @@ COMMENT= enhanced, MIME capable Berkeley Mail -DISTNAME= s-nail-14.4.5 +DISTNAME= s-nail-14.7.10 DISTFILES= ${DISTNAME:S/./_/g}.tar.gz CATEGORIES= mail HOMEPAGE= http://sdaoden.users.sourceforge.net/code.html#s-nail -REVISION= 0 # BSD PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/mail/s-nail/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 8 Nov 2013 01:31:34 -0000 1.5 +++ distinfo 2 Jan 2015 00:43:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (s-nail-14_4_5.tar.gz) = tKkKHjIUH786tSjw2KPiXhIQOqkQTjxqoXe4cwxpxmw= -SIZE (s-nail-14_4_5.tar.gz) = 396305 +SHA256 (s-nail-14_7_10.tar.gz) = BL6mBWW6yXccmr0d9eXGULeQVaDAnAkyKEVB60clzUg= +SIZE (s-nail-14_7_10.tar.gz) = 523565 Index: patches/patch-nail_rc =================================================================== RCS file: /cvs/ports/mail/s-nail/patches/patch-nail_rc,v retrieving revision 1.3 diff -u -p -r1.3 patch-nail_rc --- patches/patch-nail_rc 8 Nov 2013 01:31:34 -0000 1.3 +++ patches/patch-nail_rc 2 Jan 2015 00:43:43 -0000 @@ -2,13 +2,13 @@ $OpenBSD: patch-nail_rc,v 1.3 2013/11/08 --- nail.rc.orig Sat Oct 19 16:19:39 2013 +++ nail.rc Thu Nov 7 07:14:25 2013 -@@ -20,6 +20,9 @@ set append +@@ -36,6 +36,9 @@ set append + # Ask for a message subject. set ask +# Use the traditional BSD Mail interface style. +set bsdcompat + - # Assume a CRT-like terminal and invoke a pager. - set crt - + # *bsdannounce* prints a header summary on folder change and thus complements + # *header* on a per-folder basis (it is meaningless unless *header* is set)