summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-07-25 20:53:49 +0000
committer Eric Hameleers <alien@slackware.com>2022-07-26 07:00:12 +0200
commitc1336cf85b00be3041d24c469f787d2ed7854dea (patch)
tree6002d24afccbce091a3989b628ef33ef54983dbf /source
parenta2e14bcd878ba924f378d9f62c2ab83245313717 (diff)
downloadcurrent-c1336cf85b00be3041d24c469f787d2ed7854dea.tar.gz
current-c1336cf85b00be3041d24c469f787d2ed7854dea.tar.xz
Mon Jul 25 20:53:49 UTC 202220220725205349
d/perl-5.36.0-x86_64-2.txz: Rebuilt. Upgraded to URI-5.12. Added a symlink to libperl.so in /usr/${LIBDIRSUFFIX} since net-snmp (and possibly other programs) might have trouble linking with it since it's not in the LD_LIBRARY_PATH. Thanks to oneforall. d/poke-2.4-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_44-x86_64-1.txz: Upgraded. n/bluez-5.65-x86_64-1.txz: Upgraded. n/proftpd-1.3.7e-x86_64-1.txz: Upgraded. xap/mozilla-firefox-103.0-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/103.0/releasenotes/ (* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-xsource/d/perl/perl.SlackBuild10
-rwxr-xr-xsource/n/proftpd/proftpd.SlackBuild4
2 files changed, 10 insertions, 4 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index 3d263b28e..b37bf37c6 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
VERSION=5.36.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -68,7 +68,7 @@ GETTEXT=1.07
# https://metacpan.org/release/TermReadKey
TERMREADKEY=2.38
# https://metacpan.org/release/URI
-URI=5.10
+URI=5.12
# https://metacpan.org/release/XML-Parser
XMLPARSER=2.46
# https://metacpan.org/release/XML-Simple
@@ -494,6 +494,12 @@ make install DESTDIR=$PKG || exit 1
ln -sf perl$VERSION perl
)
+# Add a symlink to libperl.so, since otherwise we occasionally run into
+# binaries that can't find it since it's not in the LD_LIBRARY_PATH:
+( cd $PKG/usr/lib${LIBDIRSUFFIX}
+ ln -sf perl*/CORE/libperl.so .
+)
+
# Install documentation
mkdir -p $PKG/usr/doc/perl-$VERSION
cp -a \
diff --git a/source/n/proftpd/proftpd.SlackBuild b/source/n/proftpd/proftpd.SlackBuild
index 4f9069b34..c4b3564bd 100755
--- a/source/n/proftpd/proftpd.SlackBuild
+++ b/source/n/proftpd/proftpd.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=proftpd
-VERSION=1.3.7d
-DIRVER=1.3.7d
+VERSION=1.3.7e
+DIRVER=1.3.7e
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}