From c9ff67e9598c11e99f48d352419aa23469744e1b Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 24 Nov 2016 20:23:39 +0000
Subject: Update to 3.0225

- New upstream release 3.0225
  - UTF8 decode security fixes for perl 5.6
  - Added extra detection code for overflows and non-continuations; this
    broke one 5.6 test with an overlong multi-byte character, which previously
    worked accidentally, i.e. decode "\ud801\udc02\x{10204}"
  - Added tests for ill-formed utf8 sequences from Encode
---
 perl-Cpanel-JSON-XS.spec | 10 +++++++++-
 sources                  |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 5e913bb..6fa7ec2 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:          perl-Cpanel-JSON-XS
 Summary:       JSON::XS for Cpanel, fast and correct serializing
-Version:       3.0224
+Version:       3.0225
 Release:       1%{?dist}
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -156,6 +156,14 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth <p...@city-fan.org> - 3.0225-1
+- Update to 3.0225
+  - UTF8 decode security fixes for perl 5.6
+  - Added extra detection code for overflows and non-continuations; this
+    broke one 5.6 test with an overlong multi-byte character, which previously
+    worked accidentally, i.e. decode "\ud801\udc02\x{10204}"
+  - Added tests for ill-formed utf8 sequences from Encode
+
 * Sun Nov 20 2016 Paul Howarth <p...@city-fan.org> - 3.0224-1
 - Update to 3.0224
   - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
diff --git a/sources b/sources
index b7f335f..9bfd11d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-755ad1121f68cb47206bc4c6ac72b4fe  Cpanel-JSON-XS-3.0224.tar.gz
+6be52ff9c55adcb531a464291aad4bd3  Cpanel-JSON-XS-3.0225.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=perl-Cpanel-JSON-XS-3.0225-1.fc26&id=c9ff67e9598c11e99f48d352419aa23469744e1b
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to