2016-08-11 01:41:44 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.86
Upstream changes:
$Revision: 2.86 $ $Date: 2016/08/10 18:08:45 $
! encoding.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
t/encoding.t t/jperl.t
Fixed: #116196: [PATCH] Synchronize encoding.pm with blead
https://rt.cpan.org/Ticket/Display.html?id=116196
! Byte/Makefile.PL
Patched: #111421: Won't build with statically built perls
https://rt.cpan.org/Public/Bug/Display.html?id=111421
! Encode.xs encoding.pm
Pulled: Fixes for 5.8.x compilation failures
https://github.com/dankogai/p5-encode/pull/60
! Encode.xs
Patched: RT#116817 [PATCH] Avoid a C++ comment
https://rt.cpan.org/Ticket/Display.html?id=116817
|
2016-08-09 15:50:45 by Makoto Fujiwara | Files touched by this commit (2) |
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
|
2016-06-09 15:09:53 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated textproc/p5-Encode to 2.84
----------------------------------
Revision: 2.84 Date: 2016/04/11 07:17:02
! lib/Encode/MIME/Header.pm
Pulled: Encode::MIME::Header:
Update description that this module is only for unstructured header
https://github.com/dankogai/p5-encode/pull/53
! lib/Encode/MIME/Header.pm t/mime-header.t
Pulled: Encode::MIME::Header: Fix valid_q_chars, '-' needs to be escaped
https://github.com/dankogai/p5-encode/pull/52
2.83 2016/03/24 07:49:54
! lib/Encode/MIME/Header.pm t/mime-header.t
Both decoder and encoder are rewritten by Pali Rohár.
Encoder should be now fully compliant of RFC 2047.
Decoder is less strict to be able to decode
strings generated by old versions of this module.
https://github.com/dankogai/p5-encode/pull/51
! t/mime-header.t
Add more test vectors from RFC2047, pp.11-12
! lib/Encode/Supported.pod
merge: Autrijus -> Audrey
https://github.com/dankogai/p5-encode/pull/50
2.82 2016/02/06 20:17:24
! lib/Encode/MIME/Header.pm
lib/Encode/MIME/Header/ISO_2022_JP.pm
t/mime-header.t
Reverted to 2.80 upon the request of whom submitted pull/48
2.81 2016/02/06 19:25:22
! lib/Encode/MIME/Header.pm
lib/Encode/MIME/Header/ISO_2022_JP.pm
t/mime-header.t
Merged: Encode::MIME::Header: Fix decoder and rewrite encoder
> Encoder should be now fully compliant of RFC 2047.
> Decoder is less strict to be able to decode strings
> generated by old versions of this module.
https://github.com/dankogai/p5-encode/pull/48
! t/mime-header.t
merge t/mime-header.t @ https://github.com/asjo/p5-encode
https://github.com/asjo/p5-encode/commit/19dcbff63e71909ffda7c151a73c5baaffe2976c
! t/mime-header.t
Add more test vectors from RFC2047, pp.11-12
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-05-03 12:54:58 by Thomas Klausner | Files touched by this commit (78) |
Log message:
Reset maintainer (observer now).
|
2016-02-03 13:54:32 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 2.78 to 2.80
-------------------
# Revision history for Perl extension Encode.
#
# $Id: Changes,v 2.80 2016/01/25 14:54:13 dankogai Exp dankogai $
#
$Revision: 2.80 $ $Date: 2016/01/25 14:54:13 $
! lib/Encode/MIME/Header.pm t/mime-header.t
Address #111417: 2.79 breaks Email-MIME-1.936 tests
https://rt.cpan.org/Ticket/Display.html?id=111417
2.79 2016/01/22 06:44:53
! lib/Encode/MIME/Header.pm t/mime-header.t
Address: #88717:
encode('MIME-Header') does not find word boundaries correctly
By addressing this age-old bug, many other open RTs will be closed.
https://rt.cpan.org/Ticket/Display.html?id=88717
! lib/Encode/MIME/Header.pm
Address RT#107775: Inserts an empty line in an encoded header field
https://rt.cpan.org/Ticket/Display.html?id=107775
! lib/Encode/Alias.pm
Pulled: Update Alias.pm
https://github.com/dankogai/p5-encode/pull/47
! Encode.xs Unicode/Unicode.xs
Pulled: static funcs in Encode.xs and Unicode.xs
https://github.com/dankogai/p5-encode/pull/46
! Unicode/Unicode.pm
Pulled: Unicode.pm: Fix POD error
https://github.com/dankogai/p5-encode/pull/45
- META.yml
! MANIFEST
META.yml should not be included in the dist file.
It is also obsolete.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-30 14:46:22 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 2.76 to 2.78
-------------------
Revision: 2.78 Date: 2015/09/24 02:19:21
! Makefile.PL
Mend pull/42 again. This time correctly.
! lib/Encode/Supported.pod
Applied: RT#107146: [PATCH] fix a spelling mistake
https://rt.cpan.org/Public/Bug/Display.html?id=107146
2.77 2015/09/15 13:53:27
! Unicode/Unicode.xs Unicode/Unicode.pm
Address RT#107043: If no BOM is found, the routine dies.
When you decode from UTF-(16|32) without -BE or LE without BOM,
Encode now assumes BE accordingly to RFC2781 and the Unicode
Standard version 8.0
https://rt.cpan.org/Public/Bug/Display.html?id=107043
! Makefile.PL encoding.t
Mend pull/42
! Encode.xs Makefile.PL encoding.pm encoding.t
Pulled: precompile 1252 table as that is now the Pod::Simple default
https://github.com/dankogai/p5-encode/pull/42
|
2015-09-07 05:21:04 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 2.73 to 2.76
-------------------
$Revision: 2.76 $ $Date: 2015/07/31 02:18:28 $
! ucm/koi8-u.ucm
Pulled: Fix 0x95
https://github.com/dankogai/p5-encode/pull/41
2.75 2015/06/30 09:59:53
! Unicode/Unicode.pm Unicode/Unicode.xs encoding.pm
VERSION++'ed to make bleadperl happy
Message-Id: \
<CADED=K4QjMxGFAOLEuZUx3OtN-d-hokhurr4BYBE2E3okoxA7g@mail.gmail.com>
2.74 2015/06/25
! Unicode/Unicode.xs
Applied: #101486: [PATCH] reduce compiler warnings and stderr noise (again)
https://rt.cpan.org/Ticket/Display.html?id=101486
! bin/enc2xs
Applied patch: #105471: make Encode build with -pedantic
https://rt.cpan.org/Ticket/Display.html?id=105471
! Byte/Makefile.PL
CN/Makefile.PL
EBCDIC/Makefile.PL
JP/Makefile.PL
KR/Makefile.PL
Makefile.PL
Symbol/Makefile.PL
TW/Makefile.PL
Applied patch: #102826: non-deterministic Makefiles
https://rt.cpan.org/Ticket/Display.html?id=102826
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|