Skip to content

Commit

Permalink
Update to 2.64. From the changelog:
Browse files Browse the repository at this point in the history
! t/utf8warnings.t MANIFEST
  Retouch pull #26 so it works with perl < 5.14
! Encode.pm
+ t/utf8warnings.t
  Pulled: Catch and re-issue utf8 warnings at a higher level
  dankogai/p5-encode#26
+ Encode.xs
  Pulled: Validate continuations in the incremental UTF-X decoder
  dankogai/p5-encode#25
! Encode.xs
  Applied: RT #99264: call_pv() can reallocate the stack
  https://rt.cpan.org/Ticket/Display.html?id=99264
! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.xs
  JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL
  bin/enc2xs encengine.c
  Pulled: add PERL_NO_GET_CONTEXT to all dynamic libs
  dankogai/p5-encode#24
  • Loading branch information
schmonz committed Nov 23, 2014
1 parent 2e06b26 commit bc5364b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-Encode/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.26 2014/07/15 20:36:42 schmonz Exp $
# $NetBSD: Makefile,v 1.27 2014/11/23 14:35:54 schmonz Exp $

DISTNAME= Encode-2.62
DISTNAME= Encode-2.64
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Encode/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2014/07/15 20:36:42 schmonz Exp $
$NetBSD: distinfo,v 1.18 2014/11/23 14:35:54 schmonz Exp $

SHA1 (Encode-2.62.tar.gz) = ee6e7c8f6430383855d36789893866b4d904b131
RMD160 (Encode-2.62.tar.gz) = 81b11f824f7fc70207d68fa6e74f90c46d4e76bf
Size (Encode-2.62.tar.gz) = 2009804 bytes
SHA1 (Encode-2.64.tar.gz) = 3b73694275389f35384a821cc0749648b5481060
RMD160 (Encode-2.64.tar.gz) = 0347d1bdb01cd6adc45dfa1cb59d05dcfc3470c9
Size (Encode-2.64.tar.gz) = 2010486 bytes

0 comments on commit bc5364b

Please sign in to comment.