Author: epienbro
Update of /cvs/pkgs/rpms/mingw32-libpng/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23675/F-13
Modified Files:
mingw32-libpng.spec
Log Message:
- Update to 1.2.44
- Fixes CVE-2010-1205 and CVE-2010-2249 (RHBZ #608644 and #608238)
Index: mingw32-libpng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libpng/F-13/mingw32-libpng.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mingw32-libpng.spec 20 Nov 2009 00:58:22 -0000 1.8
+++ mingw32-libpng.spec 4 Jul 2010 15:37:55 -0000 1.9
@@ -5,8 +5,8 @@
%define __find_provides %{_mingw32_findprovides}
Name: mingw32-libpng
-Version: 1.2.40
-Release: 2%{?dist}
+Version: 1.2.44
+Release: 1%{?dist}
Summary: MinGW Windows Libpng library
License: zlib
@@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jul 4 2010 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 1.2.44-1
+- Update to 1.2.44
+- Fixes CVE-2010-1205 and CVE-2010-2249 (RHBZ #608644 and #608238)
+
* Fri Nov 20 2009 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 1.2.40-2
- In the previous build no symbols were exported in the resulting DLL making this
package unusable. This should be fixed for now (but may need more research)