- New upstream version 1.12.3.

- This contains a SECURITY fix for:
    https://bugzilla.redhat.com/show_bug.cgi?id=529325 CVE-2009-2943
    ocaml-postgresql: Missing escape function (DSA-1909-1) HOWEVER you are
    not protected until you change your code to use the new
    connection#escape_string method.
This commit is contained in:
Richard W.M. Jones 2009-10-16 10:14:19 +00:00
parent 76d476fed3
commit 1b8e21a7ce
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
release-1.12.1.tar.bz2
release-1.12.3.tar.bz2

View File

@ -2,8 +2,8 @@
%define debug_package %{nil}
Name: ocaml-postgresql
Version: 1.12.1
Release: 2%{?dist}
Version: 1.12.3
Release: 1%{?dist}
Summary: OCaml library for accessing PostgreSQL databases
Group: Development/Libraries
@ -92,6 +92,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Oct 16 2009 Richard W.M. Jones <rjones@redhat.com> - 1.12.3-1
- New upstream version 1.12.3.
- This contains a SECURITY fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=529325
CVE-2009-2943 ocaml-postgresql: Missing escape function (DSA-1909-1)
HOWEVER you are not protected until you change your code to
use the new connection#escape_string method.
* Sun Oct 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.12.1-1
- New upstream version 1.12.1.

View File

@ -1 +1 @@
e912df9259d74c123660072e12335871 release-1.12.1.tar.bz2
64d6fdc1a23dc3315c61771f1d28f592 release-1.12.3.tar.bz2