summaryrefslogtreecommitdiffstats
path: root/source/l/libnotify/libnotify.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-10-10 19:27:56 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-10 21:59:31 +0200
commit32b4b5b8fc7b99c4aeb94503d64082daaf9e2018 (patch)
tree1296516b70f3cf318632be4dcae5bd46ffb15be7 /source/l/libnotify/libnotify.SlackBuild
parentb29a454a1a5a87d5016b7d2332fdc30c67b2a5c0 (diff)
downloadcurrent-32b4b5b8fc7b99c4aeb94503d64082daaf9e2018.tar.gz
current-32b4b5b8fc7b99c4aeb94503d64082daaf9e2018.tar.xz
Tue Oct 10 19:27:56 UTC 202320231010192756
ap/sqlite-3.43.2-x86_64-1.txz: Upgraded. l/libcue-2.2.1-x86_64-4.txz: Rebuilt. Fixed a bug which could allow memory corruption resulting in arbitrary code execution. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-43641 (* Security fix *) l/libnotify-0.8.3-x86_64-1.txz: Upgraded. This release contains a critical stability/minor security update which affects Electron applications that utilize Portal notifications (eg, through Flatpak). It is highly recommended that all users of libnotify 0.8.x update to this release. (* Security fix *) n/iptables-1.8.10-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/l/libnotify/libnotify.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libnotify/libnotify.SlackBuild b/source/l/libnotify/libnotify.SlackBuild
index 5e1c842ad..6ba080569 100755
--- a/source/l/libnotify/libnotify.SlackBuild
+++ b/source/l/libnotify/libnotify.SlackBuild
@@ -106,7 +106,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
-cp -a AUTHORS COPYING README $PKG/usr/doc/$PKGNAM-$VERSION
+cp -a AUTHORS* COPYING* NEWS* README* SPEC* $PKG/usr/doc/$PKGNAM-$VERSION
if [ -d $PKG/usr/share/gtk-doc/html/libnotify ]; then
( cd $PKG/usr/doc/$PKGNAM-$VERSION ; ln -s ../../share/gtk-doc/html/libnotify html )
fi