Update Buildroot 2019.02.8
This commit is contained in:
@@ -11,7 +11,7 @@ config BR2_PACKAGE_POSTGRESQL
|
||||
database system.
|
||||
|
||||
Enable the readline package to gain readline support in
|
||||
pgsql (the command line interpreter), which offers
|
||||
psql (the command line interpreter), which offers
|
||||
command history and edit functions.
|
||||
|
||||
Enable the zlib package to gain builtin compression for
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# From https://ftp.postgresql.org/pub/source/v11.3/postgresql-11.3.tar.bz2.md5
|
||||
md5 c2a729b754b8de86a969c86ec25db076 postgresql-11.3.tar.bz2
|
||||
# From https://ftp.postgresql.org/pub/source/v11.3/postgresql-11.3.tar.bz2.sha256
|
||||
sha256 2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d postgresql-11.3.tar.bz2
|
||||
# From https://ftp.postgresql.org/pub/source/v11.6/postgresql-11.6.tar.bz2.md5
|
||||
md5 8e3462b342caf6f2265126674dde26da postgresql-11.6.tar.bz2
|
||||
# From https://ftp.postgresql.org/pub/source/v11.6/postgresql-11.6.tar.bz2.sha256
|
||||
sha256 49924f7ff92965fdb20c86e0696f2dc9f8553e1563124ead7beedf8910c13170 postgresql-11.6.tar.bz2
|
||||
|
||||
# License file, Locally calculated
|
||||
sha256 c4c86d683970b22b9fab53320ee1b3a30ef4e8223122b4fb6be53ea62ecee8b3 COPYRIGHT
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
POSTGRESQL_VERSION = 11.3
|
||||
POSTGRESQL_VERSION = 11.6
|
||||
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
|
||||
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
|
||||
POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
|
||||
POSTGRESQL_LICENSE = PostgreSQL
|
||||
POSTGRESQL_LICENSE_FILES = COPYRIGHT
|
||||
POSTGRESQL_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user