diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-10 21:57:11 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-11 09:00:34 +0200 |
commit | cc2d429ab3734ba7a54b9e2bbbf8d0657e5b9c2d (patch) | |
tree | bd1cead1a9d7ebc98480b2d1de7623eee4f98147 /source | |
parent | 2118a0f08fda28754d966110166374d7a813a753 (diff) | |
download | current-cc2d429ab3734ba7a54b9e2bbbf8d0657e5b9c2d.tar.gz |
Tue Jul 10 21:57:11 UTC 201820180710215711
a/e2fsprogs-1.44.3-x86_64-1.txz: Upgraded.
a/gptfdisk-1.0.4-x86_64-1.txz: Upgraded.
n/dovecot-2.3.2.1-x86_64-1.txz: Upgraded.
n/iptables-1.8.0-x86_64-1.txz: Upgraded.
n/libnftnl-1.1.1-x86_64-1.txz: Upgraded.
n/nftables-0.9.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-52.9.1-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/52.9.1/releasenotes/
https://www.mozilla.org/security/known-vulnerabilities/thunderbird.html
(* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/gptfdisk/gptfdisk.SlackBuild | 6 | ||||
-rw-r--r-- | source/a/gptfdisk/slack-desc | 2 | ||||
-rwxr-xr-x | source/n/dovecot/dovecot.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/iptables/iptables.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/iptables/slack-desc | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/source/a/gptfdisk/gptfdisk.SlackBuild b/source/a/gptfdisk/gptfdisk.SlackBuild index 440a5d8a..d5708fc0 100755 --- a/source/a/gptfdisk/gptfdisk.SlackBuild +++ b/source/a/gptfdisk/gptfdisk.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gptfdisk -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -69,7 +69,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . diff --git a/source/a/gptfdisk/slack-desc b/source/a/gptfdisk/slack-desc index 0d30380c..f0bc6ea8 100644 --- a/source/a/gptfdisk/slack-desc +++ b/source/a/gptfdisk/slack-desc @@ -15,5 +15,5 @@ gptfdisk: Record) partition tables. It features several partitioning tools, gptfdisk: recovery tools to help you deal with corrupt partition tables, and the gptfdisk: ability to convert MBR disks to GPT format. gptfdisk: -gptfdisk: gptfdisk home: http://sourceforge.net/projects/gptfdisk/ +gptfdisk: Homepage: http://sourceforge.net/projects/gptfdisk/ gptfdisk: diff --git a/source/n/dovecot/dovecot.SlackBuild b/source/n/dovecot/dovecot.SlackBuild index 4a9a3572..af557472 100755 --- a/source/n/dovecot/dovecot.SlackBuild +++ b/source/n/dovecot/dovecot.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dovecot VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/n/iptables/iptables.SlackBuild b/source/n/iptables/iptables.SlackBuild index af065d93..65a514e5 100755 --- a/source/n/iptables/iptables.SlackBuild +++ b/source/n/iptables/iptables.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=iptables VERSION=${VERSION:-$(echo iptables-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j7 "} diff --git a/source/n/iptables/slack-desc b/source/n/iptables/slack-desc index 1d73fd50..d10ddfe5 100644 --- a/source/n/iptables/slack-desc +++ b/source/n/iptables/slack-desc @@ -8,8 +8,6 @@ |-----handy-ruler------------------------------------------------------| iptables: iptables (IP packet filter administration) iptables: -iptables: iptables is a packet filter administration tool. -iptables: iptables: Iptables can be used to build internet firewalls based on stateless iptables: and stateful packet filtering, use NAT and masquerading for sharing iptables: internet access if you don't have enough public IP addresses, use NAT @@ -17,3 +15,5 @@ iptables: to implement transparent proxies, aid the tc and iproute2 systems iptables: used to build sophisticated QoS and policy routers, do further packet iptables: manipulation (mangling) like altering the TOS/DSCP/ECN bits of the IP iptables: header, and much more. See: http://www.netfilter.org +iptables: +iptables: |