diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-11 07:12:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-11 07:12:24 +0000 |
commit | 18f00a999e745173750ba2545ebe82d2a00f5618 (patch) | |
tree | 1d29fa3585f06554b8dee908623320b4203c3ce2 | |
parent | 5684fbb2e87ccdb487a602691736691013a2903b (diff) | |
download | pkgsrc-18f00a999e745173750ba2545ebe82d2a00f5618.tar.gz |
p5-HTTP-Server-Simple-Static: update to 0.13.
0.13 Sun, 08 Oct 2017 09:38:00 +0100
- Reworked file path handling to prevent attacker traversing
out of the base directory. Closes:
https://rt.cpan.org/Ticket/Display.html?id=123178
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/Makefile | 12 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/distinfo | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-HTTP-Server-Simple-Static/Makefile b/www/p5-HTTP-Server-Simple-Static/Makefile index 7ea57c537f8..cea5b63b510 100644 --- a/www/p5-HTTP-Server-Simple-Static/Makefile +++ b/www/p5-HTTP-Server-Simple-Static/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2017/06/05 14:25:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2017/10/11 07:12:24 wiz Exp $ -DISTNAME= HTTP-Server-Simple-Static-0.12 +DISTNAME= HTTP-Server-Simple-Static-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -11,12 +10,13 @@ HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Static/ COMMENT= Serve static files with HTTP::Server::Simple LICENSE= ${PERL5_LICENSE} -PERL5_MODULE_TYPE= Module::Build -PERL5_PACKLIST= auto/HTTP/Server/Simple/Static/.packlist - DEPENDS+= p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic +DEPENDS+= p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date DEPENDS+= p5-HTTP-Server-Simple>=0.01:../../www/p5-HTTP-Server-Simple DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/HTTP/Server/Simple/Static/.packlist + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTTP-Server-Simple-Static/distinfo b/www/p5-HTTP-Server-Simple-Static/distinfo index e78b6c7a03b..9532435c6dd 100644 --- a/www/p5-HTTP-Server-Simple-Static/distinfo +++ b/www/p5-HTTP-Server-Simple-Static/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/05/21 08:33:22 wen Exp $ +$NetBSD: distinfo,v 1.6 2017/10/11 07:12:24 wiz Exp $ -SHA1 (HTTP-Server-Simple-Static-0.12.tar.gz) = e248068587f214167cfecb735e0dfe5c23cbf8f9 -RMD160 (HTTP-Server-Simple-Static-0.12.tar.gz) = 7fcbd985c24c96766b162cdabd369480c8882b14 -SHA512 (HTTP-Server-Simple-Static-0.12.tar.gz) = df598ea603a1e3bed69f57f4d9cbad48d0f6dc5a74ec93b8c1ace52093db6bb85961b99c48cc6f8c14abb30ad095b0f02d8e2aeba528f9ea27f5f88afb6d5bbd -Size (HTTP-Server-Simple-Static-0.12.tar.gz) = 6208 bytes +SHA1 (HTTP-Server-Simple-Static-0.13.tar.gz) = 4758f09166376b8b1da6574516faa40664c76b25 +RMD160 (HTTP-Server-Simple-Static-0.13.tar.gz) = 3fb26900a5a91cbbb1f7fb20695c98615612b722 +SHA512 (HTTP-Server-Simple-Static-0.13.tar.gz) = 72d9221096e8c6a226a1f4bff98ee9e3254d1f34ac5d9512388a6c505f751557d75f1927922a4a00018e86448beae4be438adcc7d12db6feca19bd00e3601393 +Size (HTTP-Server-Simple-Static-0.13.tar.gz) = 6580 bytes |