diff --git a/editors/nano/Makefile b/editors/nano/Makefile index da7cf327cc6..013b0f0bd7f 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2000/10/05 08:06:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.9 2000/11/19 17:38:16 naddy Exp $ -DISTNAME= nano-0.9.19 +DISTNAME= nano-0.9.20 CATEGORIES= editors NEED_VERSION= 1.338 HOMEPAGE= http://www.nano-editor.org diff --git a/editors/nano/files/md5 b/editors/nano/files/md5 index dd17e772922..d44949dd3e7 100644 --- a/editors/nano/files/md5 +++ b/editors/nano/files/md5 @@ -1,3 +1,3 @@ -MD5 (nano-0.9.19.tar.gz) = 2e99655dce1a3fa8e61213f3e2cb079f -RMD160 (nano-0.9.19.tar.gz) = fca0dcddea785b1c867f4c846161c9695c28f7d9 -SHA1 (nano-0.9.19.tar.gz) = 6d1a5fcf806ac45b9e99dc7ef094afa1bd15598f +MD5 (nano-0.9.20.tar.gz) = 52d25909433eb851f34bda53ed0df991 +RMD160 (nano-0.9.20.tar.gz) = eadb28ac1a83e239fced3a24fb1de9a8c9a008c2 +SHA1 (nano-0.9.20.tar.gz) = ef5048defcf3e7e63a591f245b0c2eda8a910d2c diff --git a/editors/nano/pkg/SECURITY b/editors/nano/pkg/SECURITY index 5b305d6d63e..cde3faa8966 100644 --- a/editors/nano/pkg/SECURITY +++ b/editors/nano/pkg/SECURITY @@ -1,6 +1,6 @@ -$OpenBSD: SECURITY,v 1.1.1.1 2000/06/24 14:31:38 naddy Exp $ +$OpenBSD: SECURITY,v 1.2 2000/11/19 17:38:17 naddy Exp $ -${WRKSRC}/nano.c (lines 1045, 1095) +${WRKSRC}/nano.c (line 1303) - tempnam(3) is used safely to create a prefix for a temporary file. The + tempnam(3) is used to create a prefix for a temporary file. The file is eventually opened safely with a call to mkstemp(3).