From 25f0fdbbae41212d96d42c07f544dd49a80741f5 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 19 May 2026 11:33:40 +0100 Subject: [PATCH] postgresql: update to 18.4 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 --- libs/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 970f5d8976..16fadc2105 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -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 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