Received: by mail.netbsd.org (Postfix, from userid 605) id E885584E06; Wed, 8 Nov 2017 21:40:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72F1E84D99 for ; Wed, 8 Nov 2017 21:40:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OFT2oDxRK38r for ; Wed, 8 Nov 2017 21:40:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F2FA984D7B for ; Wed, 8 Nov 2017 21:40:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE384FBDE; Wed, 8 Nov 2017 21:40:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510177246279540" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 21:40:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-HTTP-Server-Simple-Static To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171108214046.CE384FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510177246279540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 8 21:40:46 UTC 2017 Modified Files: pkgsrc/www/p5-HTTP-Server-Simple-Static: Makefile distinfo Log Message: p5-HTTP-Server-Simple-Static: update to 0.14. 0.14 Sat, 28 Oct 2017 14:53:00 +0100 - Further improvements to the path handling to fix a bug with specifying the base directory using a relative path. Closes: https://rt.cpan.org/Public/Bug/Display.html?id=123428 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile cvs rdiff -u -r1.6 -r1.7 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. --_----------=_1510177246279540 Content-Disposition: inline Content-Length: 1959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile diff -u pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile:1.16 pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile:1.17 --- pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile:1.16 Wed Oct 11 07:12:24 2017 +++ pkgsrc/www/p5-HTTP-Server-Simple-Static/Makefile Wed Nov 8 21:40:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2017/10/11 07:12:24 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/11/08 21:40:46 wiz Exp $ -DISTNAME= HTTP-Server-Simple-Static-0.13 +DISTNAME= HTTP-Server-Simple-Static-0.14 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} Index: pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo diff -u pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo:1.6 pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo:1.7 --- pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo:1.6 Wed Oct 11 07:12:24 2017 +++ pkgsrc/www/p5-HTTP-Server-Simple-Static/distinfo Wed Nov 8 21:40:46 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/10/11 07:12:24 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/11/08 21:40:46 wiz Exp $ -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 +SHA1 (HTTP-Server-Simple-Static-0.14.tar.gz) = c06180c127683ef714469f8db482179ec6726aa0 +RMD160 (HTTP-Server-Simple-Static-0.14.tar.gz) = 644a877e5732cc5460b00003c0b9e590090bb65d +SHA512 (HTTP-Server-Simple-Static-0.14.tar.gz) = d8b0f1e6668fe99e094e1889edb9f5f71fdfe535f3f343f374e150f8c5de1cc3313c4264d50f2cff59af5379424921ecfda5a9acd61a445cc96df46280bd0565 +Size (HTTP-Server-Simple-Static-0.14.tar.gz) = 6643 bytes --_----------=_1510177246279540--