pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTTP-Server-Simple-Static



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 11 07:12:24 UTC 2017

Modified Files:
        pkgsrc/www/p5-HTTP-Server-Simple-Static: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile
diff -u pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile:1.15 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile:1.16
--- pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile:1.15       Mon Jun  5 14:25:23 2017
+++ pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile    Wed Oct 11 07:12:24 2017
@@ -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/HT
 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"

Index: pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo
diff -u pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo:1.5 pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo:1.6
--- pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo:1.5        Sat May 21 08:33:22 2016
+++ pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo    Wed Oct 11 07:12:24 2017
@@ -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