diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-10 08:57:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-10 08:57:35 +0000 |
commit | 09d28d2f868ae2b28b281cb05198357b9377c515 (patch) | |
tree | f0d8e516f2b9687b4c22b84a511cfae6d73a8568 /textproc | |
parent | 79b3305b5e92d6aaccd13c4403c9ab808c481bdd (diff) | |
download | pkgsrc-09d28d2f868ae2b28b281cb05198357b9377c515.tar.gz |
p5-Encode: update to 2.94.
$Revision: 2.94 $ $Date: 2018/01/09 05:53:00 $
! lib/Encode/Alias.pm
Fixed: deep recursion in Encode::find_encoding when decoding
bad MIME header
https://github.com/dankogai/p5-encode/pull/127
! Encode.pm
Pulled: Include more information about Encode::is_utf8() that it
should not be normally used
https://github.com/dankogai/p5-encode/pull/126
Pulled: Remove misleading documentation about UTF8 flag
https://github.com/dankogai/p5-encode/pull/125
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Encode/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index 43f13809267..61ce2129cfa 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2017/10/07 10:44:25 wen Exp $ +# $NetBSD: Makefile,v 1.44 2018/01/10 08:57:35 wiz Exp $ -DISTNAME= Encode-2.93 +DISTNAME= Encode-2.94 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo index 850fc9b595a..f42482e16ad 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2017/10/07 10:44:25 wen Exp $ +$NetBSD: distinfo,v 1.32 2018/01/10 08:57:35 wiz Exp $ -SHA1 (Encode-2.93.tar.gz) = dcaeb65bc5fd20c90cd6d5b1bbc521768c3483b5 -RMD160 (Encode-2.93.tar.gz) = 84c813feed5417d5764ab168dbca66c09d98c1de -SHA512 (Encode-2.93.tar.gz) = bdb72139e3e9ad1c2b829167d97e429462395ff1c6f050cbc55ea6605b927de58a75a4c4496f2064a378efc4b3cc6c972821a417f302ca36b02aa104b395aba2 -Size (Encode-2.93.tar.gz) = 2043235 bytes +SHA1 (Encode-2.94.tar.gz) = 8056141671bf5be3947a3d95cc6b614dea8c4d0f +RMD160 (Encode-2.94.tar.gz) = a3f4b3fb5a39b76666b663d4b4397f0a888f9159 +SHA512 (Encode-2.94.tar.gz) = 50abb8bf8bbeb3317f3473316f71255ecfacfceeab5acc58b95e572add1cefffab0cc77253ed1cfe224e01c10e356482c90174f41658dbb3318dfd2aa150b9ca +Size (Encode-2.94.tar.gz) = 2043173 bytes |