pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Server-Simple-Static p5-HTTP-Server-Simple...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/decfec9b2e12
branches:  trunk
changeset: 370074:decfec9b2e12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 11 07:12:24 2017 +0000

description:
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

diffstat:

 www/p5-HTTP-Server-Simple-Static/Makefile |  14 +++++++-------
 www/p5-HTTP-Server-Simple-Static/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (47 lines):

diff -r df032f20a92c -r decfec9b2e12 www/p5-HTTP-Server-Simple-Static/Makefile
--- a/www/p5-HTTP-Server-Simple-Static/Makefile Wed Oct 11 07:10:47 2017 +0000
+++ b/www/p5-HTTP-Server-Simple-Static/Makefile Wed Oct 11 07:12:24 2017 +0000
@@ -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 @@
 COMMENT=       Serve static files with HTTP::Server::Simple
 LICENSE=       ${PERL5_LICENSE}
 
+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
 
-DEPENDS+=      p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic
-DEPENDS+=      p5-HTTP-Server-Simple>=0.01:../../www/p5-HTTP-Server-Simple
-DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r df032f20a92c -r decfec9b2e12 www/p5-HTTP-Server-Simple-Static/distinfo
--- a/www/p5-HTTP-Server-Simple-Static/distinfo Wed Oct 11 07:10:47 2017 +0000
+++ b/www/p5-HTTP-Server-Simple-Static/distinfo Wed Oct 11 07:12:24 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index