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:   wiz
Date:           Wed Jan 10 08:57:35 UTC 2018

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

Log Message:
p5-Encode: update to 2.94.

$Revision: 2.94 $ $Date: 2018/01/09 05:53:00 $
! lib/Encode/Alias.pm
  Fixed: deep recursion in Encode::find_encoding when decoding
  bad MIME header
  https://github.com/dankogai/p5-encode/pull/127
! Encode.pm
  Pulled: Include more information about Encode::is_utf8() that it
  should not be normally used
  https://github.com/dankogai/p5-encode/pull/126
  Pulled: Remove misleading documentation about UTF8 flag
  https://github.com/dankogai/p5-encode/pull/125


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/p5-Encode/Makefile
cvs rdiff -u -r1.31 -r1.32 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.43 pkgsrc/textproc/p5-Encode/Makefile:1.44
--- pkgsrc/textproc/p5-Encode/Makefile:1.43     Sat Oct  7 10:44:25 2017
+++ pkgsrc/textproc/p5-Encode/Makefile  Wed Jan 10 08:57:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2017/10/07 10:44:25 wen Exp $
+# $NetBSD: Makefile,v 1.44 2018/01/10 08:57:35 wiz Exp $
 
-DISTNAME=      Encode-2.93
+DISTNAME=      Encode-2.94
 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.31 pkgsrc/textproc/p5-Encode/distinfo:1.32
--- pkgsrc/textproc/p5-Encode/distinfo:1.31     Sat Oct  7 10:44:25 2017
+++ pkgsrc/textproc/p5-Encode/distinfo  Wed Jan 10 08:57:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/10/07 10:44:25 wen Exp $
+$NetBSD: distinfo,v 1.32 2018/01/10 08:57:35 wiz Exp $
 
-SHA1 (Encode-2.93.tar.gz) = dcaeb65bc5fd20c90cd6d5b1bbc521768c3483b5
-RMD160 (Encode-2.93.tar.gz) = 84c813feed5417d5764ab168dbca66c09d98c1de
-SHA512 (Encode-2.93.tar.gz) = bdb72139e3e9ad1c2b829167d97e429462395ff1c6f050cbc55ea6605b927de58a75a4c4496f2064a378efc4b3cc6c972821a417f302ca36b02aa104b395aba2
-Size (Encode-2.93.tar.gz) = 2043235 bytes
+SHA1 (Encode-2.94.tar.gz) = 8056141671bf5be3947a3d95cc6b614dea8c4d0f
+RMD160 (Encode-2.94.tar.gz) = a3f4b3fb5a39b76666b663d4b4397f0a888f9159
+SHA512 (Encode-2.94.tar.gz) = 50abb8bf8bbeb3317f3473316f71255ecfacfceeab5acc58b95e572add1cefffab0cc77253ed1cfe224e01c10e356482c90174f41658dbb3318dfd2aa150b9ca
+Size (Encode-2.94.tar.gz) = 2043173 bytes



Home | Main Index | Thread Index | Old Index