pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Encode



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug  9 13:50:45 UTC 2016

Modified Files:
        pkgsrc/textproc/p5-Encode: Makefile distinfo

Log Message:
Updated textproc/p5-Encode to 2.85
----------------------------------
Revision: 2.85 Date: 2016/08/04 03:15:58
! Encode.pm bin/enc2xs bin/encguess bin/piconv bin/ucmlint bin/unidump
  Pulled: CVE-2016-1238: avoid loading optional modules from .
  https://github.com/dankogai/p5-encode/pull/58
! Encode.pm t/utf8warnings.t
  Pulled: Rethrow 'utf8' warnings in from_to as well #57
  https://github.com/dankogai/p5-encode/pull/57
! Encode.xs
  Pulled and fixed:
    Encode::utf8: Performance optimization for strict UTF-8 encoder #56
  https://github.com/dankogai/p5-encode/pull/56
! t/Encode.t
  s/use Test/use Test::More/
! t/Encode.t t/decode.t
  Skip tests that pass typeglobs to decode if perl < v5.16
! Encode.xs t/cow.t
  Patched: #115540 (from_to affecting COW strings)
  https://rt.cpan.org/Ticket/Display.html?id=115540
! Encode.xs t/Encode.t t/decode.t
  Merged: RT#115168:
    [PATCH] Passing regex globals to decode() results in wrong result
  https://rt.cpan.org/Ticket/Display.html?id=115168
! Makefile.pl
  Pulled: t/encoding-locale.t fails with Test::More@0.80 or before.
  https://github.com/dankogai/p5-encode/pull/55
! Encode.pm
  Pulled: In-place modifications made explicit in docs for encode(),
  decode() and decode_utf8()
  https://github.com/dankogai/p5-encode/pull/54


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/p5-Encode/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/p5-Encode/distinfo

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

Modified files:

Index: pkgsrc/textproc/p5-Encode/Makefile
diff -u pkgsrc/textproc/p5-Encode/Makefile:1.35 pkgsrc/textproc/p5-Encode/Makefile:1.36
--- pkgsrc/textproc/p5-Encode/Makefile:1.35     Thu Jun  9 13:09:53 2016
+++ pkgsrc/textproc/p5-Encode/Makefile  Tue Aug  9 13:50:45 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2016/06/09 13:09:53 mef Exp $
+# $NetBSD: Makefile,v 1.36 2016/08/09 13:50:45 mef Exp $
 
-DISTNAME=      Encode-2.84
+DISTNAME=      Encode-2.85
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Encode/}

Index: pkgsrc/textproc/p5-Encode/distinfo
diff -u pkgsrc/textproc/p5-Encode/distinfo:1.24 pkgsrc/textproc/p5-Encode/distinfo:1.25
--- pkgsrc/textproc/p5-Encode/distinfo:1.24     Thu Jun  9 13:09:53 2016
+++ pkgsrc/textproc/p5-Encode/distinfo  Tue Aug  9 13:50:45 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2016/06/09 13:09:53 mef Exp $
+$NetBSD: distinfo,v 1.25 2016/08/09 13:50:45 mef Exp $
 
-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
+SHA1 (Encode-2.85.tar.gz) = 8cc23e3d1f49accb50c15a1d7120c8c5eec58ce3
+RMD160 (Encode-2.85.tar.gz) = fedba2b49392b43c91f4071d74a422dbf09a9460
+SHA512 (Encode-2.85.tar.gz) = 1a798257366e4b0ab2cfdfd4bf6e8c28528dcf8aec873e24c376b8be1d4bfd395e99630ce08fc501bd63bbe649a66118933ba8c2a8db9fd3e89d9202365763a3
+Size (Encode-2.85.tar.gz) = 1993818 bytes



Home | Main Index | Thread Index | Old Index