Hello community,

here is the log from the commit of package perl-MIME-Charset for 
openSUSE:Factory checked in at 2017-04-17 10:24:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Charset (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MIME-Charset"

Mon Apr 17 10:24:18 2017 rev:13 rq:487652 version:1.012.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Charset/perl-MIME-Charset.changes      
2015-04-22 01:07:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new/perl-MIME-Charset.changes 
2017-04-17 10:24:19.647070964 +0200
@@ -1,0 +2,21 @@
+Wed Apr 12 06:00:51 UTC 2017 - co...@suse.com
+
+- updated to 1.012.2
+   see /usr/share/doc/packages/perl-MIME-Charset/Changes
+
+  1.012.2  2017-04-11  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>
+  
+      * Fix: Perl >= 5.26: Makefile.PL cannot use inc::Module::Install.
+
+-------------------------------------------------------------------
+Fri Apr  7 06:06:00 UTC 2017 - co...@suse.com
+
+- updated to 1.012.1
+   see /usr/share/doc/packages/perl-MIME-Charset/Changes
+
+  1.012.1  2017-04-07  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>
+  
+      * Fix: CPAN RT #116459: Remove "." from @INC when loading modules.
+        A workaround for CVE-2016-1238.
+
+-------------------------------------------------------------------

Old:
----
  MIME-Charset-1.012.tar.gz

New:
----
  MIME-Charset-1.012.2.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MIME-Charset.spec ++++++
--- /var/tmp/diff_new_pack.wyQ7El/_old  2017-04-17 10:24:20.290979773 +0200
+++ /var/tmp/diff_new_pack.wyQ7El/_new  2017-04-17 10:24:20.294979207 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-Charset
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:           perl-MIME-Charset
-Version:        1.012
+Version:        1.012.2
 Release:        0
 %define cpan_name MIME-Charset
 Summary:        Charset Information for MIME
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/MIME-Charset/
-Source:         
http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -52,6 +53,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ARTISTIC Changes COPYING README
+%doc Changes README
+%license ARTISTIC COPYING
 
 %changelog

++++++ MIME-Charset-1.012.tar.gz -> MIME-Charset-1.012.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Charset-1.012/Changes 
new/MIME-Charset-1.012.2/Changes
--- old/MIME-Charset-1.012/Changes      2015-03-28 01:31:57.000000000 +0100
+++ new/MIME-Charset-1.012.2/Changes    2017-04-11 11:21:46.000000000 +0200
@@ -1,5 +1,14 @@
 Revision history for Perl module MIME::Charset.
 
+1.012.2  2017-04-11  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>
+
+    * Fix: Perl >= 5.26: Makefile.PL cannot use inc::Module::Install.
+
+1.012.1  2017-04-07  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>
+
+    * Fix: CPAN RT #116459: Remove "." from @INC when loading modules.
+      A workaround for CVE-2016-1238.
+
 1.012  2015-03-28  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>
 
     * CPAN RT #100839: Malformed JSON in META.json.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Charset-1.012/META.json 
new/MIME-Charset-1.012.2/META.json
--- old/MIME-Charset-1.012/META.json    2015-03-28 01:27:32.000000000 +0100
+++ new/MIME-Charset-1.012.2/META.json  2017-04-11 11:17:54.000000000 +0200
@@ -84,7 +84,7 @@
    "provides" : {
       "MIME::Charset" : {
          "file" : "lib/MIME/Charset.pm",
-         "version" : "1.012"
+         "version" : "1.012.2"
       }
    },
    "release_status" : "stable",
@@ -93,5 +93,5 @@
          "url" : "https://github.com/hatukanezumi/MIME-Charset.git";
       }
    },
-   "version" : "1.012"
+   "version" : "1.012.2"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Charset-1.012/Makefile.PL 
new/MIME-Charset-1.012.2/Makefile.PL
--- old/MIME-Charset-1.012/Makefile.PL  2013-10-30 04:03:10.000000000 +0100
+++ new/MIME-Charset-1.012.2/Makefile.PL        2017-04-11 11:17:09.000000000 
+0200
@@ -1,5 +1,6 @@
 #-*- perl -*-
 
+use lib '.';
 use inc::Module::Install;
 
 # Define metadata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Charset-1.012/README 
new/MIME-Charset-1.012.2/README
--- old/MIME-Charset-1.012/README       2013-10-29 04:31:57.000000000 +0100
+++ new/MIME-Charset-1.012.2/README     2017-04-07 03:01:04.000000000 +0200
@@ -1,6 +1,6 @@
 MIME-Charset Package.
 
-Copyright (C) 2006-2013 by Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.
+Copyright (C) 2006-2017 by Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.
 
 This package is free software; you can redistribute it and/or modify it 
 under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Charset-1.012/lib/MIME/Charset.pm 
new/MIME-Charset-1.012.2/lib/MIME/Charset.pm
--- old/MIME-Charset-1.012/lib/MIME/Charset.pm  2015-03-28 01:28:21.000000000 
+0100
+++ new/MIME-Charset-1.012.2/lib/MIME/Charset.pm        2017-04-11 
11:18:08.000000000 +0200
@@ -132,7 +132,7 @@
     }
 }
 
-$VERSION = '1.012';
+$VERSION = '1.012.2';
 
 ######## Private Attributes ########
 
@@ -345,6 +345,8 @@
     Mapping =>         'EXTENDED',
     Replacement =>     'DEFAULT',
 };
+local @INC = @INC;
+pop @INC if $INC[-1] eq '.';
 eval { require MIME::Charset::Defaults; };
 
 ######## Private Constants ########
@@ -1292,7 +1294,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2006-2013 Hatuka*nezumi - IKEDA Soji.
+Copyright (C) 2006-2017 Hatuka*nezumi - IKEDA Soji.
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Charset-1.012/lib/POD2/JA/MIME/Charset.pod 
new/MIME-Charset-1.012.2/lib/POD2/JA/MIME/Charset.pod
--- old/MIME-Charset-1.012/lib/POD2/JA/MIME/Charset.pod 2013-10-29 
04:31:57.000000000 +0100
+++ new/MIME-Charset-1.012.2/lib/POD2/JA/MIME/Charset.pod       2017-04-07 
03:01:42.000000000 +0200
@@ -552,7 +552,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2006-2013 Hatuka*nezumi - IKEDA Soji.
+Copyright (C) 2006-2017 Hatuka*nezumi - IKEDA Soji.
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to