This commit is contained in:
Dennis Gilmore 2014-06-07 01:08:22 -05:00
parent 22acb1b049
commit 8cbc29aa12

View File

@ -1,6 +1,6 @@
Name: perl-LWP-Protocol-https
Version: 6.06
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Provide HTTPS support for LWP::UserAgent
License: GPL+ or Artistic
Group: Development/Libraries
@ -70,6 +70,9 @@ make test
%{_mandir}/man3/*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.06-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon May 12 2014 Petr Pisar <ppisar@redhat.com> - 6.06-2
- Fix CVE-2014-3230 (incorrect handling of SSL certificate verification if
HTTPS_CA_DIR or HTTPS_CA_FILE environment variables are set) (bug #1094442)