Security update to postgresql-8.1.4.
Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314) For detailed information please see: http://developer.postgresql.org/docs/postgres/release-8-1-4.html http://secunia.com/advisories/20231/ ok mbalmer@ (MAINTAINER)
This commit is contained in:
parent
7f3eeb6bc8
commit
53b2b248ac
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.85 2006/02/14 18:59:36 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.86 2006/05/24 11:18:29 bernd Exp $
|
||||
|
||||
COMMENT= "PostgreSQL RDBMS (client)"
|
||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||
COMMENT-docs= "PostgreSQL RDBMS documentation"
|
||||
|
||||
VERSION= 8.1.3
|
||||
VERSION= 8.1.4
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
FULLPKGNAME= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postgresql-8.1.3.tar.gz) = 44ba19571f3ea0ae459eaf47e4daa314
|
||||
RMD160 (postgresql-8.1.3.tar.gz) = 72b8ab33c24a019f298ee03b9c71d8bd34a1107e
|
||||
SHA1 (postgresql-8.1.3.tar.gz) = ceb060b71e8d6c8ac539f028597a62116d9861da
|
||||
SIZE (postgresql-8.1.3.tar.gz) = 14525885
|
||||
MD5 (postgresql-8.1.4.tar.gz) = 2717019b3626f7420a54c25c2e83231c
|
||||
RMD160 (postgresql-8.1.4.tar.gz) = e72929d54679e6fc4a7ec6527db3a2ab08e58d74
|
||||
SHA1 (postgresql-8.1.4.tar.gz) = a5612a2ef7c633040ba090a2a3149f4492df55ca
|
||||
SIZE (postgresql-8.1.4.tar.gz) = 14548395
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_shlib,v 1.5 2006/01/07 11:11:17 mbalmer Exp $
|
||||
--- src/Makefile.shlib.orig Fri Oct 28 19:32:22 2005
|
||||
+++ src/Makefile.shlib Wed Dec 28 12:38:13 2005
|
||||
@@ -116,7 +116,7 @@ endif
|
||||
$OpenBSD: patch-src_Makefile_shlib,v 1.6 2006/05/24 11:18:29 bernd Exp $
|
||||
--- src/Makefile.shlib.orig Sat Dec 3 21:16:39 2005
|
||||
+++ src/Makefile.shlib Wed May 24 11:01:21 2006
|
||||
@@ -119,7 +119,7 @@ endif
|
||||
|
||||
ifeq ($(PORTNAME), openbsd)
|
||||
ifdef ELF_SYSTEM
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-src_interfaces_ecpg_pgtypeslib_Makefile,v 1.1 2006/01/07 11:11:17 mbalmer Exp $
|
||||
--- src/interfaces/ecpg/pgtypeslib/Makefile.orig Wed Dec 28 12:44:22 2005
|
||||
+++ src/interfaces/ecpg/pgtypeslib/Makefile Wed Dec 28 12:45:35 2005
|
||||
$OpenBSD: patch-src_interfaces_ecpg_pgtypeslib_Makefile,v 1.2 2006/05/24 11:18:29 bernd Exp $
|
||||
--- src/interfaces/ecpg/pgtypeslib/Makefile.orig Tue Dec 6 06:26:30 2005
|
||||
+++ src/interfaces/ecpg/pgtypeslib/Makefile Wed May 24 11:01:21 2006
|
||||
@@ -13,8 +13,8 @@ top_builddir = ../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
@ -11,4 +11,4 @@ $OpenBSD: patch-src_interfaces_ecpg_pgtypeslib_Makefile,v 1.1 2006/01/07 11:11:1
|
||||
+SO_MINOR_VERSION= ${LIBpgtypes_MINOR}
|
||||
DLTYPE= library
|
||||
|
||||
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
override CPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.23 2006/02/14 18:59:37 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.24 2006/05/24 11:18:29 bernd Exp $
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/FAQ
|
||||
@ -259,6 +259,7 @@ share/doc/postgresql/html/libpq-fastpath.html
|
||||
share/doc/postgresql/html/libpq-notice-processing.html
|
||||
share/doc/postgresql/html/libpq-notify.html
|
||||
share/doc/postgresql/html/libpq-pgpass.html
|
||||
share/doc/postgresql/html/libpq-pgservice.html
|
||||
share/doc/postgresql/html/libpq-ssl.html
|
||||
share/doc/postgresql/html/libpq-status.html
|
||||
share/doc/postgresql/html/libpq-threading.html
|
||||
@ -390,6 +391,7 @@ share/doc/postgresql/html/release-7-3-11.html
|
||||
share/doc/postgresql/html/release-7-3-12.html
|
||||
share/doc/postgresql/html/release-7-3-13.html
|
||||
share/doc/postgresql/html/release-7-3-14.html
|
||||
share/doc/postgresql/html/release-7-3-15.html
|
||||
share/doc/postgresql/html/release-7-3-2.html
|
||||
share/doc/postgresql/html/release-7-3-3.html
|
||||
share/doc/postgresql/html/release-7-3-4.html
|
||||
@ -403,6 +405,7 @@ share/doc/postgresql/html/release-7-4-1.html
|
||||
share/doc/postgresql/html/release-7-4-10.html
|
||||
share/doc/postgresql/html/release-7-4-11.html
|
||||
share/doc/postgresql/html/release-7-4-12.html
|
||||
share/doc/postgresql/html/release-7-4-13.html
|
||||
share/doc/postgresql/html/release-7-4-2.html
|
||||
share/doc/postgresql/html/release-7-4-3.html
|
||||
share/doc/postgresql/html/release-7-4-4.html
|
||||
@ -419,9 +422,11 @@ share/doc/postgresql/html/release-8-0-4.html
|
||||
share/doc/postgresql/html/release-8-0-5.html
|
||||
share/doc/postgresql/html/release-8-0-6.html
|
||||
share/doc/postgresql/html/release-8-0-7.html
|
||||
share/doc/postgresql/html/release-8-0-8.html
|
||||
share/doc/postgresql/html/release-8-0.html
|
||||
share/doc/postgresql/html/release-8-1-1.html
|
||||
share/doc/postgresql/html/release-8-1-2.html
|
||||
share/doc/postgresql/html/release-8-1-3.html
|
||||
share/doc/postgresql/html/release-8-1.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
Loading…
Reference in New Issue
Block a user