summaryrefslogtreecommitdiffstats
path: root/source/n/s-nail
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-03-08 18:28:40 +0000
committer Eric Hameleers <alien@slackware.com>2019-03-09 08:59:47 +0100
commit10851c8f6b7377b65844f3c6ca4be7c3adc8fadf (patch)
treea6c5ee50423d444c6924f6e0a4ba9d67f93a7721 /source/n/s-nail
parentb604e1b12779fec10d783a94ad147fcd81abbc54 (diff)
downloadcurrent-10851c8f6b7377b65844f3c6ca4be7c3adc8fadf.tar.gz
current-10851c8f6b7377b65844f3c6ca4be7c3adc8fadf.tar.xz
Fri Mar 8 18:28:40 UTC 201920190308182840
a/bash-5.0.002-x86_64-3.txz: Rebuilt. Fix applying patches. Thanks to saahriktu. a/e2fsprogs-1.45.0-x86_64-1.txz: Upgraded. n/ca-certificates-20190308-noarch-1.txz: Upgraded. n/nghttp2-1.37.0-x86_64-1.txz: Upgraded. n/ntp-4.2.8p13-x86_64-1.txz: Upgraded. This release fixes a bug that allows an attacker with access to an explicitly trusted source to send a crafted malicious mode 6 (ntpq) packet that can trigger a NULL pointer dereference, crashing ntpd. It also provides 17 other bugfixes and 1 other improvement. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8936 (* Security fix *) n/postfix-3.4.1-x86_64-2.txz: Rebuilt. n/s-nail-14.9.13-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/s-nail')
-rwxr-xr-xsource/n/s-nail/s-nail.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/s-nail/s-nail.SlackBuild b/source/n/s-nail/s-nail.SlackBuild
index d77b79250..e9744ebd0 100755
--- a/source/n/s-nail/s-nail.SlackBuild
+++ b/source/n/s-nail/s-nail.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=s-nail
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -96,7 +96,7 @@ make $NUMJOBS test || exit 1
make install DESTDIR=$PKG || exit 1
# Tighten up the perms a bit:
-chmod 4711 $PKG//usr/libexec/mailx-privsep
+chmod 4711 $PKG/usr/libexec/mailx-dotlock
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true