postgresql: update to version 17.4
authorDaniel Golle <[email protected]>
Sat, 26 Apr 2025 04:13:52 +0000 (05:13 +0100)
committerDaniel Golle <[email protected]>
Sat, 26 Apr 2025 14:51:08 +0000 (15:51 +0100)
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 <[email protected]>
libs/postgresql/Makefile
libs/postgresql/patches/700-no-arm-crc-march-change.patch [deleted file]

index 51dca9ad55922cd0258a796bbc4001f4ecd8c0f8..e3dffd20320ea30b57979e9c77d6ab459ffd3453 100644 (file)
@@ -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 <[email protected]>
 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 (file)
index cc0ad7f..0000000
+++ /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.
- #