All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1
@ 2019-11-15 18:08 Bernd Kuhls
  2019-11-15 20:10 ` Thomas Petazzoni
  2019-11-30  8:11 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2019-11-15 18:08 UTC (permalink / raw)
  To: buildroot

Release notes of the bugfix release:
https://www.postgresql.org/about/news/1994/
https://www.postgresql.org/docs/current/release-12-1.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/postgresql/postgresql.hash | 8 ++++----
 package/postgresql/postgresql.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 3230818fac..5acdc957f2 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,7 +1,7 @@
-# From https://ftp.postgresql.org/pub/source/v12.0/postgresql-12.0.tar.bz2.md5
-md5 87545416ef021eee8621d31a93fcc899  postgresql-12.0.tar.bz2
-# From https://ftp.postgresql.org/pub/source/v12.0/postgresql-12.0.tar.bz2.sha256
-sha256 cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6  postgresql-12.0.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.bz2.md5
+md5 2ee1bd4ec5f49363a3f456f07e599b41  postgresql-12.1.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.bz2.sha256
+sha256 a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed  postgresql-12.1.tar.bz2
 
 # License file, Locally calculated
 sha256	c4c86d683970b22b9fab53320ee1b3a30ef4e8223122b4fb6be53ea62ecee8b3  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 58f829ee00..858cd6975e 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 12.0
+POSTGRESQL_VERSION = 12.1
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1
  2019-11-15 18:08 [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1 Bernd Kuhls
@ 2019-11-15 20:10 ` Thomas Petazzoni
  2019-11-17 18:09   ` Peter Korsgaard
  2019-11-30  8:11 ` Peter Korsgaard
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2019-11-15 20:10 UTC (permalink / raw)
  To: buildroot

On Fri, 15 Nov 2019 19:08:31 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Release notes of the bugfix release:
> https://www.postgresql.org/about/news/1994/
> https://www.postgresql.org/docs/current/release-12-1.html
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/postgresql/postgresql.hash | 8 ++++----
>  package/postgresql/postgresql.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1
  2019-11-15 20:10 ` Thomas Petazzoni
@ 2019-11-17 18:09   ` Peter Korsgaard
  2019-11-18 13:07     ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2019-11-17 18:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Fri, 15 Nov 2019 19:08:31 +0100
 > Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

 >> Release notes of the bugfix release:
 >> https://www.postgresql.org/about/news/1994/
 >> https://www.postgresql.org/docs/current/release-12-1.html
 >> 
 >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 >> ---
 >> package/postgresql/postgresql.hash | 8 ++++----
 >> package/postgresql/postgresql.mk   | 2 +-
 >> 2 files changed, 5 insertions(+), 5 deletions(-)

 > Applied to next, thanks.

Given the bugfixes, I would think this is material for master - No?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1
  2019-11-17 18:09   ` Peter Korsgaard
@ 2019-11-18 13:07     ` Thomas Petazzoni
  2019-11-23  8:41       ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2019-11-18 13:07 UTC (permalink / raw)
  To: buildroot

On Sun, 17 Nov 2019 19:09:12 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

>  > Applied to next, thanks.  
> 
> Given the bugfixes, I would think this is material for master - No?

Indeed, it seems to be a bug-fix only release, so we should probably
have it on master.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1
  2019-11-18 13:07     ` Thomas Petazzoni
@ 2019-11-23  8:41       ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-11-23  8:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Sun, 17 Nov 2019 19:09:12 +0100
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> > Applied to next, thanks.  
 >> 
 >> Given the bugfixes, I would think this is material for master - No?

 > Indeed, it seems to be a bug-fix only release, so we should probably
 > have it on master.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1
  2019-11-15 18:08 [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1 Bernd Kuhls
  2019-11-15 20:10 ` Thomas Petazzoni
@ 2019-11-30  8:11 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-11-30  8:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes of the bugfix release:
 > https://www.postgresql.org/about/news/1994/
 > https://www.postgresql.org/docs/current/release-12-1.html

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

For 2019.02.x and 2019.08.x I have instead bumped to 11.6, which
contains the same set of bugfixes.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-11-30  8:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 18:08 [Buildroot] [PATCH 1/1] package/postgresql: bump version to 12.1 Bernd Kuhls
2019-11-15 20:10 ` Thomas Petazzoni
2019-11-17 18:09   ` Peter Korsgaard
2019-11-18 13:07     ` Thomas Petazzoni
2019-11-23  8:41       ` Peter Korsgaard
2019-11-30  8:11 ` 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.