All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Postgresql: Bump to version 10.4
@ 2018-08-06 15:17 Adam Duskett
  2018-08-09 20:42 ` Thomas Petazzoni
  2018-08-09 21:27 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Duskett @ 2018-08-06 15:17 UTC (permalink / raw)
  To: buildroot

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(-)

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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] Postgresql: Bump to version 10.4
  2018-08-06 15:17 [Buildroot] [PATCH 1/1] Postgresql: Bump to version 10.4 Adam Duskett
@ 2018-08-09 20:42 ` Thomas Petazzoni
  2018-08-09 21:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-08-09 20:42 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] Postgresql: Bump to version 10.4
  2018-08-06 15:17 [Buildroot] [PATCH 1/1] Postgresql: Bump to version 10.4 Adam Duskett
  2018-08-09 20:42 ` Thomas Petazzoni
@ 2018-08-09 21:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-09 21:27 UTC (permalink / raw)
  To: buildroot

>>>>> "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?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-09 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-06 15:17 [Buildroot] [PATCH 1/1] Postgresql: Bump to version 10.4 Adam Duskett
2018-08-09 20:42 ` Thomas Petazzoni
2018-08-09 21:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.