postgresql: update to 18.4
authorDaniel Golle <redacted>
Tue, 19 May 2026 10:33:40 +0000 (11:33 +0100)
committerDaniel Golle <redacted>
Tue, 19 May 2026 23:29:58 +0000 (00:29 +0100)
PostgreSQL 18.4 is a quarterly bug-fix release of the 18.x major
series. No security advisories listed against this release.

Signed-off-by: Daniel Golle <redacted>
libs/postgresql/Makefile

index 970f5d8976815cf43fc039903acd4463c5facecb..16fadc2105c4f5f42a918999ce776d3948f9a019 100644 (file)
@@ -5,7 +5,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=postgresql
-PKG_VERSION:=18.3
+PKG_VERSION:=18.4
 PKG_RELEASE:=1
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=PostgreSQL
@@ -14,7 +14,7 @@ PKG_CPE_ID:=cpe:/a:postgresql:postgresql
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/source/v$(PKG_VERSION)
 
-PKG_HASH:=d95663fbbf3a80f81a9d98d895266bdcb74ba274bcc04ef6d76630a72dee016f
+PKG_HASH:=81a81ec695fb0c7901407defaa1d2f7973617154cf27ba74e3a7ab8e64436094
 
 PKG_BUILD_FLAGS:=no-mips16
 PKG_FIXUP:=autoreconf
git clone https://git.99rst.org/PROJECT