All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5
@ 2019-10-04 13:18 Bernd Kuhls
  2019-10-04 13:18 ` [Buildroot] [PATCH 2/2] package/postgresql: bump version to 12.0 Bernd Kuhls
  2019-10-05 21:48 ` [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2019-10-04 13:18 UTC (permalink / raw)
  To: buildroot

Updated license hash after upstream commit
https://github.com/jtv/libpqxx/commit/d9ac0a5be0052528cb3f689af153332836fde58f

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

diff --git a/package/libpqxx/libpqxx.hash b/package/libpqxx/libpqxx.hash
index b04e3c3198..8e3164937f 100644
--- a/package/libpqxx/libpqxx.hash
+++ b/package/libpqxx/libpqxx.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256	36fcf8439ac7f7cc68b21e95b20e921ece4487cda1cc1d09b798a84e7cb3a4b7	libpqxx-6.2.5.tar.gz
-sha256	9e1c78fa302e4e9738bf3315b130429035c03fcb0f046531ccd977cb474f6b31	COPYING
+sha256	86921fdb0fe54495a79d5af2c96f2c771098c31e9b352d0834230fd2799ad362	libpqxx-6.4.5.tar.gz
+sha256	36c48c1ca1b0a68639d919196b5d92c971858ad8e24da24385ba1c65cc5eac38	COPYING
diff --git a/package/libpqxx/libpqxx.mk b/package/libpqxx/libpqxx.mk
index 9e0f84db82..9de7df3ed2 100644
--- a/package/libpqxx/libpqxx.mk
+++ b/package/libpqxx/libpqxx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPQXX_VERSION = 6.2.5
+LIBPQXX_VERSION = 6.4.5
 LIBPQXX_SITE = $(call github,jtv,libpqxx,$(LIBPQXX_VERSION))
 LIBPQXX_INSTALL_STAGING = YES
 LIBPQXX_DEPENDENCIES = postgresql
-- 
2.20.1

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

* [Buildroot] [PATCH 2/2] package/postgresql: bump version to 12.0
  2019-10-04 13:18 [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5 Bernd Kuhls
@ 2019-10-04 13:18 ` Bernd Kuhls
  2019-10-05 21:48 ` [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2019-10-04 13:18 UTC (permalink / raw)
  To: buildroot

Release notes: https://www.postgresql.org/about/news/1976/

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 7a427e629e..3230818fac 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,7 +1,7 @@
-# From https://ftp.postgresql.org/pub/source/v11.5/postgresql-11.5.tar.bz2.md5
-md5 580da94f6d85046ff2a228785ab2cc89  postgresql-11.5.tar.bz2
-# From https://ftp.postgresql.org/pub/source/v11.5/postgresql-11.5.tar.bz2.sha256
-sha256 7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180  postgresql-11.5.tar.bz2
+# 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
 
 # License file, Locally calculated
 sha256	c4c86d683970b22b9fab53320ee1b3a30ef4e8223122b4fb6be53ea62ecee8b3  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 6ce8b3b6ce..58f829ee00 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 11.5
+POSTGRESQL_VERSION = 12.0
 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] 3+ messages in thread

* [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5
  2019-10-04 13:18 [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5 Bernd Kuhls
  2019-10-04 13:18 ` [Buildroot] [PATCH 2/2] package/postgresql: bump version to 12.0 Bernd Kuhls
@ 2019-10-05 21:48 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-10-05 21:48 UTC (permalink / raw)
  To: buildroot

On Fri,  4 Oct 2019 15:18:05 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Updated license hash after upstream commit
> https://github.com/jtv/libpqxx/commit/d9ac0a5be0052528cb3f689af153332836fde58f
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libpqxx/libpqxx.hash | 4 ++--
>  package/libpqxx/libpqxx.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied. Thanks!

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

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

end of thread, other threads:[~2019-10-05 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 13:18 [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5 Bernd Kuhls
2019-10-04 13:18 ` [Buildroot] [PATCH 2/2] package/postgresql: bump version to 12.0 Bernd Kuhls
2019-10-05 21:48 ` [Buildroot] [PATCH 1/2] package/libpqxx: bump version to 6.4.5 Thomas Petazzoni

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.