From: Daniel Golle Date: Sat, 26 Apr 2025 04:13:52 +0000 (+0100) Subject: postgresql: update to version 17.4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=48a1bbd07b5afdc0fe4814efe763997212750887;p=feed%2Fpackages.git postgresql: update to version 17.4 See project release notes for more details: https://www.postgresql.org/docs/17/release-17-4.html https://www.postgresql.org/docs/17/release-17-3.html Signed-off-by: Daniel Golle --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 51dca9ad55..e3dffd2032 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=17.2 +PKG_VERSION:=17.4 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle 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:=82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164 +PKG_HASH:=c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7 PKG_BUILD_FLAGS:=no-mips16 PKG_FIXUP:=autoreconf diff --git a/libs/postgresql/patches/700-no-arm-crc-march-change.patch b/libs/postgresql/patches/700-no-arm-crc-march-change.patch deleted file mode 100644 index cc0ad7f356..0000000000 --- a/libs/postgresql/patches/700-no-arm-crc-march-change.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -2137,10 +2137,10 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [ - # First check if __crc32c* intrinsics can be used with the default compiler - # flags. If not, check if adding -march=armv8-a+crc flag helps. - # CFLAGS_CRC is set if the extra flag is required. --PGAC_ARMV8_CRC32C_INTRINSICS([]) --if test x"$pgac_armv8_crc32c_intrinsics" != x"yes"; then -- PGAC_ARMV8_CRC32C_INTRINSICS([-march=armv8-a+crc]) --fi -+#PGAC_ARMV8_CRC32C_INTRINSICS([]) -+#if test x"$pgac_armv8_crc32c_intrinsics" != x"yes"; then -+# PGAC_ARMV8_CRC32C_INTRINSICS([-march=armv8-a+crc]) -+#fi - - # Check for LoongArch CRC intrinsics to do CRC calculations. - #