1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
postgresql-ocaml (1.5.4-2+etch1) oldstable-security; urgency=low
* Add connection-aware escaping functions which can access character
encoding information and avoid SQL injection attacks based on the
choice specific encodings (CVE-2009-2943).
-- Stefano Zacchiroli <zack@debian.org> Sun, 20 Sep 2009 13:25:25 +0200
postgresql-ocaml (1.5.4-2) unstable; urgency=low
* debian/rules
- use ocaml.mk
* debian/control
- bumped build dependency on ocaml-nox to >= 3.09.2-7, since we now use
ocaml.mk
-- Stefano Zacchiroli <zack@debian.org> Sat, 4 Nov 2006 09:40:01 +0100
postgresql-ocaml (1.5.4-1) unstable; urgency=low
* New upstream release
* debian/patches/05_meta
- commented out this patch, in this upstream release version number in
META matches library version
* debian/rules
- removed no longer needed workaround for cdbs + dpatch
- avoid to create debian/control from debian/control.in on ocamlinit
- special handling of debian/patches/03_examples:
+ for the examples to be binNMU safe the patch needs to be filled as
other .in files -> added the patch to OFILES
+ for dpatch to work with a .in patch, the patch must be instantiated
before cleaning -> added a cdbs pre-clean dep on ocamlinit
* debian/control.in
- file removed, no longer needed
* debian/watch
- changed web site (upstream web page moved)
- switched to watch format version 3
-- Stefano Zacchiroli <zack@debian.org> Wed, 6 Sep 2006 10:17:43 +0200
postgresql-ocaml (1.4.6-7) unstable; urgency=low
* Upload to unstable.
* debian/patches/03_examples.dpatch
- removed hard coded ocaml ABI versions
-- Stefano Zacchiroli <zack@debian.org> Sat, 27 May 2006 12:00:55 +0200
postgresql-ocaml (1.4.6-6) experimental; urgency=low
* Rebuilt against OCaml 3.09.2, bumped deps accordingly.
* Bumped Standards-Version to 3.7.2 (no changes needed).
-- Stefano Zacchiroli <zack@debian.org> Thu, 11 May 2006 22:11:22 +0000
postgresql-ocaml (1.4.6-5) experimental; urgency=low
* Rebuilt against OCaml 3.09.2, bumped deps accordingly.
* Bumped Standards-Version to 3.7.2 (no changes needed).
-- Stefano Zacchiroli <zack@debian.org> Thu, 11 May 2006 22:07:09 +0000
postgresql-ocaml (1.4.6-4) unstable; urgency=low
* Rebuilt against OCaml 3.09.1, bumped deps accordingly.
-- Stefano Zacchiroli <zack@debian.org> Sat, 7 Jan 2006 14:33:57 +0100
postgresql-ocaml (1.4.6-3) unstable; urgency=low
* debian/rules
- proper setting of DEB_MAKE_INSTALL_TARGET when ocamlopt is not
available, fixes FTBFS on non native code archs
-- Stefano Zacchiroli <zack@debian.org> Sun, 13 Nov 2005 14:35:44 +0000
postgresql-ocaml (1.4.6-2) unstable; urgency=low
* Rebuilt with ocaml 3.09
* debian/*
- use cdbs
- no longer hardcoding of ocaml abi version anywhere
* debian/control
- bumped standards version
* debian/patches/
- removed CFLAGS from 01_makefile.dpatch, now set via cdbs
- ported 03_examples.dpatch to ocaml 3.09
-- Stefano Zacchiroli <zack@debian.org> Sun, 13 Nov 2005 10:24:55 +0000
postgresql-ocaml (1.4.6-1) unstable; urgency=low
* New upstream release
* debian/control
- changed dependencies accordingly to new postgresql packaging
* debian/patches/01_makefile
- uses pg_config to guess proper include dir
- uses /dev/null instead of foo.ld.conf to fool findlib ld.conf handling
* debian/patches/05_meta
- fix postgresql-ocaml version in upstream META
-- Stefano Zacchiroli <zack@debian.org> Mon, 13 Jun 2005 11:10:08 +0200
postgresql-ocaml (1.4.2-2) unstable; urgency=low
* Rebuilt against ocaml 3.08.3
-- Stefano Zacchiroli <zack@debian.org> Thu, 24 Mar 2005 22:37:33 +0100
postgresql-ocaml (1.4.2-1) unstable; urgency=low
* New upstream release (Closes: Bug#286662)
-- Stefano Zacchiroli <zack@debian.org> Tue, 21 Dec 2004 16:59:55 +0100
postgresql-ocaml (1.3.3-3) unstable; urgency=medium
* debian/control
- depend on ocaml-base-nox-3.08 instead of ocaml-base-3.08 since
this package doesn't directly need ocaml X libraries
-- Stefano Zacchiroli <zack@debian.org> Tue, 24 Aug 2004 12:14:56 +0200
postgresql-ocaml (1.3.3-2) unstable; urgency=low
* rebuilt with ocaml 3.08
* debian/control
- bumped ocaml deps to 3.08
- bumped standards-version to 3.6.1.1
- changed ocaml deps to ocaml-nox
-- Stefano Zacchiroli <zack@debian.org> Mon, 26 Jul 2004 18:20:53 +0200
postgresql-ocaml (1.3.3-1) unstable; urgency=low
* Initial Release.
-- Stefano Zacchiroli <zack@debian.org> Tue, 4 May 2004 15:33:22 +0200
|