Update to 1.3.1 to fix CVE-2013-1888.

This commit is contained in:
Jon Ciesla 2013-04-26 07:33:23 -05:00
parent 2052a4593b
commit 53e39cd28e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ pip-0.7.2.tar.gz
/pip-0.8.3.tar.gz /pip-0.8.3.tar.gz
/pip-1.0.2.tar.gz /pip-1.0.2.tar.gz
/pip-1.1.tar.gz /pip-1.1.tar.gz
/pip-1.3.1.tar.gz

View File

@ -8,8 +8,8 @@
%global srcname pip %global srcname pip
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.2.1 Version: 1.3.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Pip installs packages. Python3 packages. An easy_install replacement Summary: Pip installs packages. Python3 packages. An easy_install replacement
Group: Development/Libraries Group: Development/Libraries
@ -129,6 +129,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Fri Apr 26 2013 Jon Ciesla <limburgher@gmail.com> - 1.3.1-1
- Update to 1.3.1, fix for CVE-2013-1888.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
db8a6d8a4564d3dc7f337ebed67b1a85 pip-1.2.1.tar.gz cbb27a191cebc58997c4da8513863153 pip-1.3.1.tar.gz