diff --git a/hardware/disk/exfatprogs/pspec.xml b/hardware/disk/exfatprogs/pspec.xml
index 700542ef72..9660a6f223 100644
--- a/hardware/disk/exfatprogs/pspec.xml
+++ b/hardware/disk/exfatprogs/pspec.xml
@@ -13,7 +13,7 @@
hardware.disk
exFAT filesystem userspace utilities.
As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.
- https://github.com/exfatprogs/exfatprogs/releases/download/1.2.2/exfatprogs-1.2.2.tar.xz
+ https://github.com/exfatprogs/exfatprogs/releases/download/1.2.3/exfatprogs-1.2.3.tar.xz
@@ -35,6 +35,13 @@
+
+ 2024-06-04
+ 1.2.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-30
1.2.2
diff --git a/server/database/postgresql/files/0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch b/server/database/postgresql/files/0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch
new file mode 100644
index 0000000000..6271d62146
--- /dev/null
+++ b/server/database/postgresql/files/0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch
@@ -0,0 +1,23 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)"
+Date: Fri, 15 Sep 2023 00:09:07 +0200
+Subject: [PATCH] Force RPATH to be used for the PL/Perl plugin
+
+---
+ src/pl/plperl/GNUmakefile | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile
+index 51f8890d15d9..00d05a5e86a8 100644
+--- a/src/pl/plperl/GNUmakefile
++++ b/src/pl/plperl/GNUmakefile
+@@ -60,6 +60,9 @@ ifeq ($(PORTNAME), cygwin)
+ SHLIB_LINK += -Wl,--export-all-symbols
+ endif
+
++# Force rpath to be used even though we disable it everywhere else
++SHLIB_LINK += $(rpath)
++
+ REGRESS_OPTS = --dbname=$(PL_TESTDB)
+ REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \
+ plperl_elog plperl_util plperl_init plperlu plperl_array \
diff --git a/server/database/postgresql/pspec.xml b/server/database/postgresql/pspec.xml
index 4e0d3b6096..9a4d282fd0 100644
--- a/server/database/postgresql/pspec.xml
+++ b/server/database/postgresql/pspec.xml
@@ -12,11 +12,12 @@
service
A powerful, open source relational database system
PostgreSQL is a powerful, open source relational database system.
- https://ftp.postgresql.org/pub/source/v15.4/postgresql-15.4.tar.bz2
+ https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2
mit-kerberos-devel
e2fsprogs-devel
pam-devel
+ icu4c-devel
readline-devel
lz4-devel
zlib-devel
@@ -25,10 +26,10 @@
tcl-devel
libxslt-devel
libxml2-devel
- openldap-server
+ openldap-server
-
+ 0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch
@@ -39,6 +40,7 @@
pam
lz4
zlib
+ icu4c
libxml2
libxslt
openssl
@@ -151,6 +153,13 @@
+
+ 2024-06-03
+ 16.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-05-18
15.4