Update to 0.21

- New upstream release 0.21
  - Fix occasional segmentation fault on OpenBSD when malloc randomization
    causes nameptr to be at the beginning of the page (CPAN RT#117072)
This commit is contained in:
Paul Howarth 2016-10-02 11:25:46 +01:00
parent a1ea8ef330
commit 44773b8d29
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# TODO: BR: perl(B::C) when available
Name: perl-Sub-Name
Version: 0.19
Version: 0.21
Release: 1%{?dist}
Summary: Name - or rename - a sub
License: GPL+ or Artistic
@ -28,7 +28,6 @@ BuildRequires: perl(Carp)
BuildRequires: perl(feature)
BuildRequires: perl(File::Spec)
BuildRequires: perl(if)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Test::More) >= 0.88
# Optional Tests
BuildRequires: perl(CPAN::Meta) >= 2.120900
@ -74,6 +73,11 @@ make test
%{_mandir}/man3/Sub::Name.3*
%changelog
* Sun Oct 2 2016 Paul Howarth <paul@city-fan.org> - 0.21-1
- Update to 0.21
- Fix occasional segmentation fault on OpenBSD when malloc randomization
causes nameptr to be at the beginning of the page (CPAN RT#117072)
* Fri Aug 19 2016 Paul Howarth <paul@city-fan.org> - 0.19-1
- Update to 0.19
- Fix checking of SvUTF8 flag

View File

@ -1 +1 @@
855afebe2144247bf5f6282b648d5c3d Sub-Name-0.19.tar.gz
7e7a181e30b3249d0b81585f55e36621 Sub-Name-0.21.tar.gz