diff options
author | mef <mef@pkgsrc.org> | 2016-06-09 13:09:53 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-06-09 13:09:53 +0000 |
commit | 122869b1e88d1cda741205fd9633131af0af9af1 (patch) | |
tree | 34f075ee393fdba94252c23eb0f2ddea7818d701 /textproc/p5-Encode | |
parent | 749b3fb92e9fe4c75ed0ad4250541d0181314751 (diff) | |
download | pkgsrc-122869b1e88d1cda741205fd9633131af0af9af1.tar.gz |
Updated textproc/p5-Encode to 2.84
----------------------------------
Revision: 2.84 Date: 2016/04/11 07:17:02
! lib/Encode/MIME/Header.pm
Pulled: Encode::MIME::Header:
Update description that this module is only for unstructured header
https://github.com/dankogai/p5-encode/pull/53
! lib/Encode/MIME/Header.pm t/mime-header.t
Pulled: Encode::MIME::Header: Fix valid_q_chars, '-' needs to be escaped
https://github.com/dankogai/p5-encode/pull/52
2.83 2016/03/24 07:49:54
! lib/Encode/MIME/Header.pm t/mime-header.t
Both decoder and encoder are rewritten by Pali Rohár.
Encoder should be now fully compliant of RFC 2047.
Decoder is less strict to be able to decode
strings generated by old versions of this module.
https://github.com/dankogai/p5-encode/pull/51
! t/mime-header.t
Add more test vectors from RFC2047, pp.11-12
! lib/Encode/Supported.pod
merge: Autrijus -> Audrey
https://github.com/dankogai/p5-encode/pull/50
2.82 2016/02/06 20:17:24
! lib/Encode/MIME/Header.pm
lib/Encode/MIME/Header/ISO_2022_JP.pm
t/mime-header.t
Reverted to 2.80 upon the request of whom submitted pull/48
2.81 2016/02/06 19:25:22
! lib/Encode/MIME/Header.pm
lib/Encode/MIME/Header/ISO_2022_JP.pm
t/mime-header.t
Merged: Encode::MIME::Header: Fix decoder and rewrite encoder
> Encoder should be now fully compliant of RFC 2047.
> Decoder is less strict to be able to decode strings
> generated by old versions of this module.
https://github.com/dankogai/p5-encode/pull/48
! t/mime-header.t
merge t/mime-header.t @ https://github.com/asjo/p5-encode
https://github.com/asjo/p5-encode/commit/19dcbff63e71909ffda7c151a73c5baaffe2976c
! t/mime-header.t
Add more test vectors from RFC2047, pp.11-12
Diffstat (limited to 'textproc/p5-Encode')
-rw-r--r-- | textproc/p5-Encode/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index 5a5456b191d..5edf53beeb1 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2016/06/08 19:24:28 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/06/09 13:09:53 mef Exp $ -DISTNAME= Encode-2.80 +DISTNAME= Encode-2.84 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo index 61aba7441b4..f4ff9e9d4af 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2016/02/03 12:54:32 mef Exp $ +$NetBSD: distinfo,v 1.24 2016/06/09 13:09:53 mef Exp $ -SHA1 (Encode-2.80.tar.gz) = e7da3ea507a1f14cecc4a3aee24d2ea552a5e595 -RMD160 (Encode-2.80.tar.gz) = bdfba085de6c580bf09026da5a6ece244d0ffb93 -SHA512 (Encode-2.80.tar.gz) = 90b1e08c6d2a2557308a8e91d823ab64449baff329b8620a54d996e70ec52ea269cbd83b3f7c7ca2d87288cdd13dd7fad30f4cb0cd11507d58a3757031ad2511 -Size (Encode-2.80.tar.gz) = 1991026 bytes +SHA1 (Encode-2.84.tar.gz) = 67f805805e3f9458c28f1fe1e39ae006b4b7a041 +RMD160 (Encode-2.84.tar.gz) = ef025aa823c36eba8cc11dcabe5b1cac37b65c8c +SHA512 (Encode-2.84.tar.gz) = 10866ec5262e5e9ac2bf11f798e48bc5c30219c6652452163946cc2eaf4f99944b449c48e470eaef094a897e498b577c64f8997ea827190a9353a645d3fe2b7f +Size (Encode-2.84.tar.gz) = 1992403 bytes |