diff options
author | spz <spz@pkgsrc.org> | 2015-12-10 19:10:51 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2015-12-10 19:10:51 +0000 |
commit | 3ab97a916bf40ff9ea6f6e562a65b876a9f6e6bf (patch) | |
tree | 777439770299f67066ab5aad401b7c12c7831220 | |
parent | f99f456651d6f6762aaf241dde13e35c7779f18f (diff) | |
download | pkgsrc-3ab97a916bf40ff9ea6f6e562a65b876a9f6e6bf.tar.gz |
security driven update. Upstream changelog:
0.15 2015-10-10 15:01:31+01:00 Europe/London
- Minor spelling check avoidance tweaks
- Enforce comments to be well formed, to resolve potential security issue
described in JVN53973084
0.14 2015-04-02 17:20:41+01:00 Europe/London
- Travis integration (thanks to mrcaron)
- Fix some packaging/dist-zilla issues (thanks to mrcaron)
- check for definedness before calling ->parse (github #3 leejo)
- Removed the link to HTML::Sanitizer (github #4 avereha)
- Removed circular reference (github #5 avereha)
- Fixed up dependancies from dzil bundles
- Enforced minimum perl version of 5.8
(0.12 and 0.13 seem to not have been released)
-rw-r--r-- | www/p5-HTML-Scrubber/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTML-Scrubber/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile index c4b6d409633..c23a5fdb29c 100644 --- a/www/p5-HTML-Scrubber/Makefile +++ b/www/p5-HTML-Scrubber/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2015/11/30 15:14:53 mef Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/10 19:10:51 spz Exp $ # -DISTNAME= HTML-Scrubber-0.11 +DISTNAME= HTML-Scrubber-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +#PKGREVISION= 0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/www/p5-HTML-Scrubber/distinfo b/www/p5-HTML-Scrubber/distinfo index 4d21467f180..0733a72fbf0 100644 --- a/www/p5-HTML-Scrubber/distinfo +++ b/www/p5-HTML-Scrubber/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 02:47:08 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/12/10 19:10:51 spz Exp $ -SHA1 (HTML-Scrubber-0.11.tar.gz) = 037ef551fb266a007368e6a058c84b3e009b1ae4 -RMD160 (HTML-Scrubber-0.11.tar.gz) = e5554d17fd15149e956c93ef5bd36ae92c3da8e5 -SHA512 (HTML-Scrubber-0.11.tar.gz) = bbda8803098c25544e79c5637fdae7654ffb277e221eb87a3e2b90cb645b673550b405fb3fb72b07d4ee16678a78da54b2e73769641f150f1e7ccb5eefaa5fb0 -Size (HTML-Scrubber-0.11.tar.gz) = 29340 bytes +SHA1 (HTML-Scrubber-0.15.tar.gz) = d3256081b484417f627940e5fcfa827045702c85 +RMD160 (HTML-Scrubber-0.15.tar.gz) = fdea50d1a20dbf652c10bbb8e08aff584fb4b5ff +SHA512 (HTML-Scrubber-0.15.tar.gz) = 1c8fefdc686c6ae25f0eb11b02ef21b7960f72d48dc756e57cd0ea7cf40e26573c2229d13e9b58080c28a9a8a4a4f7edb74e6b335ac843708024526a2960a88e +Size (HTML-Scrubber-0.15.tar.gz) = 34250 bytes |