summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Yardley2007-09-20 15:26:17 +0000
committerTim Yardley2007-09-20 15:26:17 +0000
commitf5ecf2cf0bdecd6bb0fa8cc5bf2b22c39f18a206 (patch)
tree512340c1d68a8ef11100d86eccbaaef324115e01
parent83ee5b47b832f2ed0e062319a45fc70f2cc808a9 (diff)
downloadarchive-f5ecf2cf0bdecd6bb0fa8cc5bf2b22c39f18a206.tar.gz
update to postgresql 8.2.5 and refresh patches
SVN-Revision: 8876
-rw-r--r--libs/postgresql/Makefile4
-rw-r--r--libs/postgresql/patches/200-ranlib.patch6
-rw-r--r--libs/postgresql/patches/750-configure-honor-cppflags.patch6
-rw-r--r--libs/postgresql/patches/800-busybox-default-pager.patch6
-rw-r--r--libs/postgresql/patches/850-uclibc_no_cbrt.patch7
5 files changed, 18 insertions, 11 deletions
diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile
index 4fd9126ffc..600cdd0eea 100644
--- a/libs/postgresql/Makefile
+++ b/libs/postgresql/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=postgresql
-PKG_VERSION:=8.2.4
+PKG_VERSION:=8.2.5
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -17,7 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=\
ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v$(PKG_VERSION) \
ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION)
-PKG_MD5SUM:=af7ec100a33c41bfb8d87b5e0ec2f44a
+PKG_MD5SUM:=bb1cd309ea72f070cb964736f5755847
PKG_CAT:=bzcat
PKG_BUILD_DEPENDS:=libnotimpl
diff --git a/libs/postgresql/patches/200-ranlib.patch b/libs/postgresql/patches/200-ranlib.patch
index 098963c596..ef7d08a8fe 100644
--- a/libs/postgresql/patches/200-ranlib.patch
+++ b/libs/postgresql/patches/200-ranlib.patch
@@ -1,5 +1,7 @@
---- postgresql-8.2.3/src/port/Makefile 2006-07-14 11:45:43.000000000 -0500
-+++ new-postgresql-8.2.3/src/port/Makefile 2007-04-09 12:14:11.906032000 -0500
+Index: postgresql-8.2.5/src/port/Makefile
+===================================================================
+--- postgresql-8.2.5.orig/src/port/Makefile 2007-09-20 10:18:17.000000000 -0500
++++ postgresql-8.2.5/src/port/Makefile 2007-09-20 10:18:17.000000000 -0500
@@ -43,6 +43,7 @@
libpgport.a: $(LIBOBJS)
diff --git a/libs/postgresql/patches/750-configure-honor-cppflags.patch b/libs/postgresql/patches/750-configure-honor-cppflags.patch
index aea7f09d3e..f2d20d8c85 100644
--- a/libs/postgresql/patches/750-configure-honor-cppflags.patch
+++ b/libs/postgresql/patches/750-configure-honor-cppflags.patch
@@ -1,5 +1,7 @@
---- postgresql-8.2.3/src/template/linux 2006-03-10 22:38:41.000000000 -0600
-+++ new-postgresql-8.2.3/src/template/linux 2007-04-09 12:15:36.223301500 -0500
+Index: postgresql-8.2.5/src/template/linux
+===================================================================
+--- postgresql-8.2.5.orig/src/template/linux 2007-09-20 10:18:17.000000000 -0500
++++ postgresql-8.2.5/src/template/linux 2007-09-20 10:18:17.000000000 -0500
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $
diff --git a/libs/postgresql/patches/800-busybox-default-pager.patch b/libs/postgresql/patches/800-busybox-default-pager.patch
index 11cc8efe02..0960c1a579 100644
--- a/libs/postgresql/patches/800-busybox-default-pager.patch
+++ b/libs/postgresql/patches/800-busybox-default-pager.patch
@@ -1,5 +1,7 @@
---- postgresql-8.2.3/src/bin/psql/print.h.old 2007-04-09 16:49:24.297992000 -0500
-+++ postgresql-8.2.3/src/bin/psql/print.h 2007-04-09 16:49:40.983034750 -0500
+Index: postgresql-8.2.5/src/bin/psql/print.h
+===================================================================
+--- postgresql-8.2.5.orig/src/bin/psql/print.h 2007-09-20 10:18:16.000000000 -0500
++++ postgresql-8.2.5/src/bin/psql/print.h 2007-09-20 10:18:17.000000000 -0500
@@ -88,10 +88,6 @@
void setDecimalLocale(void);
diff --git a/libs/postgresql/patches/850-uclibc_no_cbrt.patch b/libs/postgresql/patches/850-uclibc_no_cbrt.patch
index 3be656cc69..6d8fac8dd8 100644
--- a/libs/postgresql/patches/850-uclibc_no_cbrt.patch
+++ b/libs/postgresql/patches/850-uclibc_no_cbrt.patch
@@ -1,6 +1,7 @@
-diff -ruN postgresql-8.2.3-old/src/backend/utils/adt/float.c postgresql-8.2.3-new/src/backend/utils/adt/float.c
---- postgresql-8.2.3-old/src/backend/utils/adt/float.c 2006-10-05 03:40:45.000000000 +0200
-+++ postgresql-8.2.3-new/src/backend/utils/adt/float.c 2007-04-10 23:13:16.000000000 +0200
+Index: postgresql-8.2.5/src/backend/utils/adt/float.c
+===================================================================
+--- postgresql-8.2.5.orig/src/backend/utils/adt/float.c 2007-09-20 10:18:16.000000000 -0500
++++ postgresql-8.2.5/src/backend/utils/adt/float.c 2007-09-20 10:18:17.000000000 -0500
@@ -110,7 +110,9 @@
static int float8_cmp_internal(float8 a, float8 b);