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:   wen
Date:           Mon Nov 28 12:22:23 UTC 2016

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

Log Message:
Update to 2.87

Upstream changes:
$Revision: 2.87 $ $Date: 2016/10/28 05:03:52 $
! Encode.xs t/taint.t
  Pulled: Disable _utf8_on and _utf8_off for tainted values
  https://github.com/dankogai/p5-encode/pull/74
! Encode.xs MANIFEST t/rt65541.t t/rt76824.t t/rt86327.t
  Pulled: Fix crash 'panic: sv_setpvn called with negative strlen'
  https://github.com/dankogai/p5-encode/pull/73
! Encode.xs MANIFEST t/rt113164.t
  Pulled: Fix crash caused by undefined behaviour between
  two sequence points
  https://github.com/dankogai/p5-encode/pull/72
! Encode.xs  MANIFEST lib/Encode/CN/HZ.pm lib/Encode/Encoder.pm
  t/decode.t t/magic.t t/rt85489.t t/utf8ref.t
  Pulled: Fix handling of undef, ref, typeglob, UTF8, COW and magic
  scalar argument in all XS functions
  https://github.com/dankogai/p5-encode/pull/70
! Encode/_T.e2x t/at-cn.t t/at-tw.t t/enc_data.t t/enc_module.t
  t/encoding-locale.t t/encoding.t t/jperl.t t/mime-name.t t/undef.t
  Pulled: Fix unit tests
  https://github.com/dankogai/p5-encode/pull/69
! Encode.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Name.pm
  t/mime-header.t t/mime-name.t t/taint.t
  Pulled: Encode::MIME::Header clean up
  https://github.com/dankogai/p5-encode/pull/68
! Encode.xs
  Pulled: Generate CHECK value functions with newCONSTSUB()
    instead with direct XS
  https://github.com/dankogai/p5-encode/pull/67
! Encode.xs
  Pulled: Encode::utf8: Fix count of replacement characters
  for overflowed and overlong UTF-8 sequences
  https://github.com/dankogai/p5-encode/pull/65
! Encode.xs t/fallback.t t/utf8strict.t
  Pulled: Encode::utf8: Fix processing invalid UTF-8 subsequences
  https://github.com/dankogai/p5-encode/pull/63
! Encode.pm t/utf8ref.t
  Pulled: Fix return value of Encode::encode_utf8(undef)
  https://rt.cpan.org/Ticket/Display.html?id=116904
  https://github.com/dankogai/p5-encode/pull/62


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/p5-Encode/Makefile
cvs rdiff -u -r1.26 -r1.27 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.37 pkgsrc/textproc/p5-Encode/Makefile:1.38
--- pkgsrc/textproc/p5-Encode/Makefile:1.37     Wed Aug 10 23:41:44 2016
+++ pkgsrc/textproc/p5-Encode/Makefile  Mon Nov 28 12:22:23 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/08/10 23:41:44 wen Exp $
+# $NetBSD: Makefile,v 1.38 2016/11/28 12:22:23 wen Exp $
 
-DISTNAME=      Encode-2.86
+DISTNAME=      Encode-2.87
 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.26 pkgsrc/textproc/p5-Encode/distinfo:1.27
--- pkgsrc/textproc/p5-Encode/distinfo:1.26     Wed Aug 10 23:41:44 2016
+++ pkgsrc/textproc/p5-Encode/distinfo  Mon Nov 28 12:22:23 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2016/08/10 23:41:44 wen Exp $
+$NetBSD: distinfo,v 1.27 2016/11/28 12:22:23 wen Exp $
 
-SHA1 (Encode-2.86.tar.gz) = 2620643c6e06442809411f874a9b722c020f9dac
-RMD160 (Encode-2.86.tar.gz) = 2c2c5542f0fabc770cde2474067a991fc4080d6b
-SHA512 (Encode-2.86.tar.gz) = fa5feeb8f7b555c91322948cd526762fbdca6ef240b640800e7af0dcf75cffca48f8877a1a7b876798b8441de8a0075aeb50ea4769f52b1d180f68316c84d599
-Size (Encode-2.86.tar.gz) = 1994334 bytes
+SHA1 (Encode-2.87.tar.gz) = 3b6b388dd0d6f0e2d28ddf17b83f8bc26e999719
+RMD160 (Encode-2.87.tar.gz) = 93348b2f2fccdad1b8a74de21672a1f7338ff87a
+SHA512 (Encode-2.87.tar.gz) = 81b899464932856760df3e14d8e9e1131f6ceaf00f0dc589c0fb469897ee8ceebcad084708d9120567348662cc7d29d8ad3143f51c1035105a7b7dff6d1f6071
+Size (Encode-2.87.tar.gz) = 2027712 bytes



Home | Main Index | Thread Index | Old Index