Release 0.7.12. Fixes CVE-2011-4129 RHBZ 752022

This commit is contained in:
Peter Robinson 2011-11-10 19:23:34 +00:00
parent fbe2ad0ea0
commit 9fb5cc1f9a
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: rest
Version: 0.7.11
Version: 0.7.12
Release: 1%{?dist}
Summary: A library for access to RESTful web services
@ -43,7 +43,6 @@ Files for development with %{name}.
make %{?_smp_mflags} V=1
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL='install -p'
#Remove libtool archives.
@ -74,6 +73,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gir-1.0/RestExtras-0.7.gir
%changelog
* Thu Nov 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.12-1
- Release 0.7.12. Fixes CVE-2011-4129 RHBZ 752022
* Fri Oct 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.11-1
- Release 0.7.11

View File

@ -1 +1 @@
ec03b0f471068672ccd7f0d66e34ff55 rest-0.7.11.tar.xz
dc14e0d89d38af5d8d544ce8f124d186 rest-0.7.12.tar.xz