[libmime-charset-perl] branch master updated (18e9864 -> 6c8e642)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Sep 24 12:38:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libmime-charset-perl.

      from  18e9864   update changelog
      adds  e4b938a   initial import
      adds  ce3ecad   Release 0.01
      adds  8072678   Release 0.02
      adds  a620fe4   Release 0.03
      adds  19b303e   Release 0.04
      adds  696a5c6   Release 0.04.1
      adds  5efe58d   Added ja_JP pod.
      adds  eedab3d   Release 0.043
      adds  fb85f89   0.044
      adds  0a904ed   Release 1.000
      adds  fcfc44a   Release 1.001
      adds  18810d7   mv Charset-ja_JP.pod Charset/JA_JP.pod
      adds  fdf7f8d   mv; update README
      adds  1d8f0b6   Release 1.002. * New method undecode(). * encoder(): added argument to set instance. * Cleanup PODs.
      adds  afad9f9   Release 1.003 (RC). * Added ESTI GSM 03.38 which won't be used for MIME messages (experimental). * _Compat.pm: resolve_alias(): real aliasing taken from Encode module. * Added tests for aliases. * Typos in PODs.
      adds  473b1a9   Release 1.003.
      adds  f3901f9   Perl <=5.005: our is deprecated''.
      adds  fda7c52   Release 1.004.
      adds  5e15bb9   * Release 1.005. * _enclen_Q(): Restrict characters in encoded-word according to RFC 2047 section 5 (3). * New method dup(). * body_encode() / header_encode(): Fix determination of US-ASCII: Works on pre-Encode environments.
      adds  0940811   docs
      adds  65ecfbf   * Release 1.006 (RC). * Workarounds for ``US-ASCII transformation'' charsets i.e. HZ-GB-2312 (RFC1842) and UTF-7 (RFC 2152). * Added an alias test for HZ workaround.
      adds  fdd8afc   Release 1.006.
      adds  39152b3   Bug Fix: CPAN RT #34909
      adds  fec1409   * Bug Fix: CPAN RT #35070: HZ words are encoded as US-ASCII: added workaround for CPAN RT #35120 (fixed at 1.006.2). * Perl 5.11.0: Suppress ``Use of uninitialized value within @_ in uc'' warnings. * JA_JP.pod: Clarify distinction between ``符号化'' (on charset) and ``エンコード'' (on encoding).
      adds  4c7950e   Release 1.006.2.
      adds  f2e3ffb   local $@ metayml
      adds  b4270d7   rm. dup. doc.
      adds  474347b   Corrected META.yml & PODs. Removed duplicated docs.
      adds  c056d96   * New function: detect_7bit_charset().
      adds  8764b57   1.007_01: Suports Perl 5.8.0
      adds  9803b50   1.007_02: added support for eucJP-ms and its counterparts
      adds  ccdd663   1.007 release
      adds  3683a33   1.007.1
      adds  071aaf2   1.007.1
      adds  d503b06   1.008
      adds  5c7b84d   1.008.1 * Supports Perl 5.7.3. * typos etc.
      adds  3ff15ac   1.008.1
      adds  b1a6a34   1.008.1: typos
      adds  8987bd8   1.008.1 - workaround for CPAN RT #65796
      adds  6cee1a8   * Release 1.008.2. * Bug Fix: Body transfer-encoding profile "S" did not work properly,   and profile for UTF-8 was NOT really updated.
      adds  a29a022   typo.
      adds  861cc39   * Release 1.009. * Chg: Workaround for aliasing on TIS-620 that is treated as   ISO-8859-11 by Encode.   And added WINDOWS-874 as EXTENDED map of TIS-620. * Imp: Result of _find_encoder() will be cached. * Imp/Chg: 'S' encoding will be resolved numerically, without comparing   actually encoded lengths. * Added informations for WINDOWS-125[03-8]. * Added some cases to test #4.
      adds  1053c49   1.009.1
      adds  93533f5   2012-06-02	Hatuka*nezumi - IKEDA Soji	<hatuka(at)nezumi.nu> * Release 1.009.2. * Fix: detect_7bit_charset(): if charset was unknown, returns undef   instead of "US-ASCII". * GPL: Updated the address of FSF.
      adds  c38ff7d   * Release 1.009.3. * No new features. * CPAN RT #77715: Spelling mistake in documentation. * Bug on CPAN site: cannot render PODs including "=item" with non-ASCII.
      adds  bc5bc75   Release 1.010.
      adds  e18dfd6   1.010.1
      adds  48c13ee   1.011.0
      adds  8be60b5   1.011.1
      adds  5de8d14   +.gitignore
      adds  1dd23cd   1.011.2.
      adds  70b8006   1.011.3 * Use "eval 'require ...'" to import optional encoding modules.   Overridden $SIG{__DIE__} can pass "eval 'use ...'". * Replace META.yml with META.json.
      adds  3dfcbfe   Resync.
      adds  00a04c9   1.012 * CPAN RT #100839: Malformed JSON in META.json.
      adds  ee95f23   * CPAN RT #116459: Remove "." from @INC when loading modules.   A workaround for CVE-2016-1238.
      adds  7ceeb74   Adding .travis.yml
      adds  f4569a4   .travis.yml: Omitting 5.26 at present.
      adds  9c4389c   .travis.yml: Adding dependency for 05jp.t and pod.t
      adds  f06b289   1.012.1
      adds  18e1672   * Fix: Perl >= 5.26: Makefile.PL cannot use inc::Module::Install.
      adds  94a9545   1.012.2
      adds  d34de1a   New upstream version 1.012.2
       new  6a55799   Updated version 1.012.2 from 'upstream/1.012.2'
       new  84a19bb   Update debian/changelog
       new  9fe8408   Update copyright years
       new  819d76f   Drop CVE-2016-1238.patch, applied upstream
       new  6c8e642   Update changelog / IGNORE no relevant code changes

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                            |  9 +++++++++
 META.json                          |  4 ++--
 Makefile.PL                        |  1 +
 README                             |  2 +-
 debian/changelog                   | 13 +++++++++++--
 debian/copyright                   |  4 ++--
 debian/patches/CVE-2016-1238.patch | 28 ----------------------------
 debian/patches/series              |  1 -
 lib/MIME/Charset.pm                |  6 ++++--
 lib/POD2/JA/MIME/Charset.pod       |  2 +-
 10 files changed, 31 insertions(+), 39 deletions(-)
 delete mode 100644 debian/patches/CVE-2016-1238.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmime-charset-perl.git



More information about the Pkg-perl-cvs-commits mailing list