diff options
author | imil <imil@pkgsrc.org> | 2013-05-07 14:04:46 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-05-07 14:04:46 +0000 |
commit | 2893004e25eff4a4fb2988fb18e31e88cb1fc930 (patch) | |
tree | 3d805addc7a1098708300daa2b87c533e72e9148 /www/nginx/Makefile | |
parent | 3ffbcd81fd398b114bdf846e077ff4aefb51ac30 (diff) | |
download | pkgsrc-2893004e25eff4a4fb2988fb18e31e88cb1fc930.tar.gz |
Updated to 1.4.1 - fixes CVE-2013-2028
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index b5cfdb2c91e..dc3fbf91119 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2013/04/25 11:27:19 imil Exp $ +# $NetBSD: Makefile,v 1.38 2013/05/07 14:04:46 imil Exp $ -DISTNAME= nginx-1.4.0 -PKGREVISION= 1 +DISTNAME= nginx-1.4.1 MAINTAINER= joerg@NetBSD.org .include "../../www/nginx/Makefile.common" |