Skip to content

Commit

Permalink
Update to 2.87
Browse files Browse the repository at this point in the history
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
  dankogai/p5-encode#74
! Encode.xs MANIFEST t/rt65541.t t/rt76824.t t/rt86327.t
  Pulled: Fix crash 'panic: sv_setpvn called with negative strlen'
  dankogai/p5-encode#73
! Encode.xs MANIFEST t/rt113164.t
  Pulled: Fix crash caused by undefined behaviour between
  two sequence points
  dankogai/p5-encode#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
  dankogai/p5-encode#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
  dankogai/p5-encode#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
  dankogai/p5-encode#68
! Encode.xs
  Pulled: Generate CHECK value functions with newCONSTSUB()
    instead with direct XS
  dankogai/p5-encode#67
! Encode.xs
  Pulled: Encode::utf8: Fix count of replacement characters
  for overflowed and overlong UTF-8 sequences
  dankogai/p5-encode#65
! Encode.xs t/fallback.t t/utf8strict.t
  Pulled: Encode::utf8: Fix processing invalid UTF-8 subsequences
  dankogai/p5-encode#63
! Encode.pm t/utf8ref.t
  Pulled: Fix return value of Encode::encode_utf8(undef)
  https://rt.cpan.org/Ticket/Display.html?id=116904
  dankogai/p5-encode#62
  • Loading branch information
wen committed Nov 28, 2016
1 parent 8a533fd commit 2a4f55a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-Encode/Makefile
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-Encode/distinfo
@@ -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

0 comments on commit 2a4f55a

Please sign in to comment.