diff options
author | Rosen Penev <rosenp@gmail.com> | 2024-02-11 15:23:36 -0800 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-02-12 00:17:23 +0000 |
commit | 58dfc350a892cfb9f81762d028c2ec3ab41546dd (patch) | |
tree | 46de13ae6e533d149c21fb9cfaff62171693d584 /libs | |
parent | 58e7bfc41f02118e5d8b6f5b08a021d9bc351e00 (diff) |
postgesql: update to 15.6
Fixes CVE-2023-39417 and CVE-2023-39418
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 080a05efa..f0cd1b2c7 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=15.3 +PKG_VERSION:=15.6 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=PostgreSQL @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\ http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) -PKG_HASH:=ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932 +PKG_HASH:=8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb PKG_BUILD_FLAGS:=no-mips16 PKG_FIXUP:=autoreconf |