diff mbox series

[1/1] Postgresql: Bump to version 10.4

Message ID 20180806151714.18532-1-aduskett@gmail.com
State Accepted
Headers show
Series [1/1] Postgresql: Bump to version 10.4 | expand

Commit Message

Adam Duskett Aug. 6, 2018, 3:17 p.m. UTC
Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/postgresql/postgresql.hash | 4 ++--
 package/postgresql/postgresql.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Aug. 9, 2018, 8:42 p.m. UTC | #1
Hello,

On Mon,  6 Aug 2018 11:17:14 -0400, Adam Duskett wrote:
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
> ---
>  package/postgresql/postgresql.hash | 4 ++--
>  package/postgresql/postgresql.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to next, thanks. For future patches, please use lower-case for
the package name, i.e "postgresql" instead of "Postgresql". Thanks!

Thomas
Peter Korsgaard Aug. 9, 2018, 9:27 p.m. UTC | #2
>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@gmail.com>

I see Thomas has applied it to next. Looking at the release notes, I see
that it fixes a minor security issue (CVE-2018-1115):

https://www.postgresql.org/docs/10/static/release-10-4.html

Does this apply to the Buildroot package? Should this be applied to
master and 2018.02.x / 2018.05.x as well?

I also see that 10.5 has gotten released, fixing two security issues:

https://www.postgresql.org/docs/10/static/release-10-5.html

Care to send a patch bumping the version to 10.5?
diff mbox series

Patch

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 533c398d59..b4d2ad41d2 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,5 +1,5 @@ 
-# From https://ftp.postgresql.org/pub/source/v10.3/postgresql-10.3.tar.bz2.sha256
-sha256	6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a	postgresql-10.3.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v10.4/postgresql-10.4.tar.bz2.sha256
+sha256	1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048	postgresql-10.4.tar.bz2
 
 # License file, Locally calculated
 sha256	24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e	COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 0940873686..d1a1363a22 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 10.3
+POSTGRESQL_VERSION = 10.4
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL