Skip to content

Commit

Permalink
package/postgresql: bump version to 16.6
Browse files Browse the repository at this point in the history
Release notes: https://www.postgresql.org/docs/release/16.6/

Note: this minor version bump fixes a bug introduced in postgresql
security bump to 16.5 fixing CVE-2024-10978.

Signed-off-by: Maxim Kochetkov <[email protected]>
[Julien: add note in commit log]
Signed-off-by: Julien Olivain <[email protected]>
  • Loading branch information
fidomax authored and jolivain committed Nov 28, 2024
1 parent ed590a2 commit 20c2b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/postgresql/postgresql.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From https://ftp.postgresql.org/pub/source/v16.5/postgresql-16.5.tar.bz2.sha256
sha256 a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0 postgresql-16.5.tar.bz2
# From https://ftp.postgresql.org/pub/source/v16.6/postgresql-16.6.tar.bz2.sha256
sha256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b postgresql-16.6.tar.bz2
# License file, Locally calculated
sha256 9bf20ee493926a7e17a74bc7f05089fbc014269667b1540bc35a6b194a40c9de COPYRIGHT
2 changes: 1 addition & 1 deletion package/postgresql/postgresql.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

POSTGRESQL_VERSION = 16.5
POSTGRESQL_VERSION = 16.6
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
Expand Down

0 comments on commit 20c2b2f

Please sign in to comment.