aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/postgresql
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-11 07:24:10 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-11 08:45:19 -0700
commit3c52ace03541bfdc2f0aa205f425a38051904a06 (patch)
tree4d0ae1280e42c22449c0358d9bc0637dcf197525 /recipes/postgresql
parent2fcf3125c72406eca987f4ec2f001aff09c2367a (diff)
downloadopenembedded-3c52ace03541bfdc2f0aa205f425a38051904a06.tar.gz
postgresql: Update from 8.4.4 to 8.4.7, drop 8.1.x, 8.2.4
We update SHR to pinning 8.4.7 (safe upgrade) and drop 8.1.x (EOL) and 8.2.x (un-pinned and EOL this year). We also un-pin SHR (at Martin's suggestion). Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/postgresql')
-rw-r--r--recipes/postgresql/postgresql-8.4.7/remove.autoconf.version.check.patch (renamed from recipes/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch)8
-rw-r--r--recipes/postgresql/postgresql.inc2
-rw-r--r--recipes/postgresql/postgresql_8.1.4.bb6
-rw-r--r--recipes/postgresql/postgresql_8.1.8.bb6
-rw-r--r--recipes/postgresql/postgresql_8.2.4.bb10
-rw-r--r--recipes/postgresql/postgresql_8.4.4.bb11
-rw-r--r--recipes/postgresql/postgresql_8.4.7.bb8
7 files changed, 13 insertions, 38 deletions
diff --git a/recipes/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch b/recipes/postgresql/postgresql-8.4.7/remove.autoconf.version.check.patch
index d027061d89..514a9aa7b0 100644
--- a/recipes/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch
+++ b/recipes/postgresql/postgresql-8.4.7/remove.autoconf.version.check.patch
@@ -1,10 +1,10 @@
-Index: postgresql-8.4.4/configure.in
+Index: postgresql-8.4.7/configure.in
===================================================================
---- postgresql-8.4.4.orig/configure.in
-+++ postgresql-8.4.4/configure.in
+--- postgresql-8.4.7.orig/configure.in
++++ postgresql-8.4.7/configure.in
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
- AC_INIT([PostgreSQL], [8.4.4], [pgsql-bugs@postgresql.org])
+ AC_INIT([PostgreSQL], [8.4.7], [pgsql-bugs@postgresql.org])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required.
-Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
index e8cf561d98..53c38df0de 100644
--- a/recipes/postgresql/postgresql.inc
+++ b/recipes/postgresql/postgresql.inc
@@ -8,7 +8,7 @@ ARM_INSTRUCTION_SET = "arm"
#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
-SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
+SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
LEAD_SONAME = "libpq.so"
diff --git a/recipes/postgresql/postgresql_8.1.4.bb b/recipes/postgresql/postgresql_8.1.4.bb
deleted file mode 100644
index 8a1db3ac2f..0000000000
--- a/recipes/postgresql/postgresql_8.1.4.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require postgresql.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "a65bdc5d833169d28bf6fbaaa8d57fcf"
-SRC_URI[sha256sum] = "ac7e7d311b07abd27b084041bcc943398df303bc86601f281891537bdf1a4e0b"
diff --git a/recipes/postgresql/postgresql_8.1.8.bb b/recipes/postgresql/postgresql_8.1.8.bb
deleted file mode 100644
index ae9ac69993..0000000000
--- a/recipes/postgresql/postgresql_8.1.8.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require postgresql.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "b05e1d7f0cac9cc4e096aa21409dee55"
-SRC_URI[sha256sum] = "91f75eb29c07271fcbfa2082c8300690efe4a72f2fbf35dace98108b0c6f7ba3"
diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb
deleted file mode 100644
index f4162ab916..0000000000
--- a/recipes/postgresql/postgresql_8.2.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require postgresql.inc
-
-PR = "${INC_PR}.0"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI += "file://no-ecpg-test.patch"
-
-SRC_URI[md5sum] = "af7ec100a33c41bfb8d87b5e0ec2f44a"
-SRC_URI[sha256sum] = "8ff6afab743e894c0d96e668dcf9b3d3c1044719d6def45ef7390c64b54ed268"
diff --git a/recipes/postgresql/postgresql_8.4.4.bb b/recipes/postgresql/postgresql_8.4.4.bb
deleted file mode 100644
index d9bf58e013..0000000000
--- a/recipes/postgresql/postgresql_8.4.4.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require postgresql.inc
-
-PR = "${INC_PR}.0"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \
- file://remove.autoconf.version.check.patch"
-
-SRC_URI[md5sum] = "4bf2448ad965bca3940df648c02194df"
-SRC_URI[sha256sum] = "e66b398d565f7fb16d8ae58ae72881dcd3dbb1b88f532bbe1c2d1284812be37e"
diff --git a/recipes/postgresql/postgresql_8.4.7.bb b/recipes/postgresql/postgresql_8.4.7.bb
new file mode 100644
index 0000000000..696cfd9577
--- /dev/null
+++ b/recipes/postgresql/postgresql_8.4.7.bb
@@ -0,0 +1,8 @@
+require postgresql.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://remove.autoconf.version.check.patch"
+
+SRC_URI[md5sum] = "689397187bb1dfe9b5cbde99538311c3"
+SRC_URI[sha256sum] = "08032849da121e67e318f7ff4e68d3ac88f29050e242641f717c4270839b597b"