diff options
author | drochner <drochner@pkgsrc.org> | 2005-02-09 16:09:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-02-09 16:09:43 +0000 |
commit | 71e50f633a60a021d412169fb2ef22051c206ac7 (patch) | |
tree | 7243b02d542f9a363a2c2fc7e7114ed5c7e36cfd /editors/emacs-nox11 | |
parent | 5787c29fa740afbffa6a25031f0459e66a7846ef (diff) | |
download | pkgsrc-71e50f633a60a021d412169fb2ef22051c206ac7.tar.gz |
fix format string vulnerability (CAN-2005-0100), bump PKGREVISION
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 899df253131..015c86d3cb4 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/04/12 10:53:07 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/09 16:09:43 drochner Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 PKGNAME= emacs-nox11-21.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |