summaryrefslogtreecommitdiffstats
path: root/source/l/oniguruma/oniguruma.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-30 21:35:21 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-01 06:59:45 +0200
commit9b4be22e71a5affdb921f8ab706fbd12b27c40e0 (patch)
tree657af4cce782959f24514c947f5d884c5b2bb417 /source/l/oniguruma/oniguruma.SlackBuild
parent6e7367558a81e9565a69e3657c01a624dec5e892 (diff)
downloadcurrent-9b4be22e71a5affdb921f8ab706fbd12b27c40e0.tar.gz
current-9b4be22e71a5affdb921f8ab706fbd12b27c40e0.tar.xz
Sat Apr 30 21:35:21 UTC 202220220430213521
a/btrfs-progs-5.17-x86_64-1.txz: Upgraded. l/libgsf-1.14.49-x86_64-1.txz: Upgraded. l/mozilla-nss-3.78-x86_64-1.txz: Upgraded. l/oniguruma-6.9.8-x86_64-1.txz: Upgraded. l/python-alabaster-0.7.12-x86_64-1.txz: Added. l/python-babel-2.10.1-x86_64-1.txz: Added. l/python-imagesize-1.3.0-x86_64-1.txz: Added. l/python-importlib_metadata-4.11.3-x86_64-1.txz: Added. l/python-pytz-2022.1-x86_64-1.txz: Added. l/python-snowballstemmer-2.2.0-x86_64-1.txz: Added. l/python-sphinx-4.5.0-x86_64-1.txz: Added. l/python-zipp-3.8.0-x86_64-1.txz: Added. n/ModemManager-1.18.8-x86_64-1.txz: Upgraded. x/libX11-1.8-x86_64-1.txz: Upgraded. xap/pidgin-2.14.9-x86_64-1.txz: Upgraded. Mitigate the potential for a man in the middle attack via DNS spoofing by removing the code that supported the _xmppconnect DNS TXT record. For more information, see: https://www.pidgin.im/about/security/advisories/cve-2022-26491/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26491 (* Security fix *)
Diffstat (limited to 'source/l/oniguruma/oniguruma.SlackBuild')
-rwxr-xr-xsource/l/oniguruma/oniguruma.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/l/oniguruma/oniguruma.SlackBuild b/source/l/oniguruma/oniguruma.SlackBuild
index cc9e19978..32cd2432f 100755
--- a/source/l/oniguruma/oniguruma.SlackBuild
+++ b/source/l/oniguruma/oniguruma.SlackBuild
@@ -119,12 +119,12 @@ cp -a \
doc \
$PKG/usr/doc/${PKGNAM}-$VERSION
-# If there's a ChangeLog, installing at least part of the recent history
+# If there's a HISTORY file, installing at least part of the recent history
# is useful, but don't let it get totally out of control:
-if [ -r ChangeLog ]; then
+if [ -r HISTORY ]; then
DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION)
- cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog
- touch -r ChangeLog $DOCSDIR/ChangeLog
+ cat HISTORY | head -n 1000 > $DOCSDIR/HISTORY
+ touch -r HISTORY $DOCSDIR/HISTORY
fi
mkdir -p $PKG/install