summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
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
commitcc2d429ab3734ba7a54b9e2bbbf8d0657e5b9c2d (patch)
treebd1cead1a9d7ebc98480b2d1de7623eee4f98147 /source
parent2118a0f08fda28754d966110166374d7a813a753 (diff)
downloadcurrent-cc2d429ab3734ba7a54b9e2bbbf8d0657e5b9c2d.tar.gz
current-cc2d429ab3734ba7a54b9e2bbbf8d0657e5b9c2d.tar.xz
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-xsource/a/gptfdisk/gptfdisk.SlackBuild6
-rw-r--r--source/a/gptfdisk/slack-desc2
-rwxr-xr-xsource/n/dovecot/dovecot.SlackBuild2
-rwxr-xr-xsource/n/iptables/iptables.SlackBuild2
-rw-r--r--source/n/iptables/slack-desc4
5 files changed, 8 insertions, 8 deletions
diff --git a/source/a/gptfdisk/gptfdisk.SlackBuild b/source/a/gptfdisk/gptfdisk.SlackBuild
index 440a5d8a3..d5708fc08 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 0d30380ca..f0bc6ea86 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 4a9a3572a..af557472d 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 af065d931..65a514e56 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 1d73fd50e..d10ddfe53 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: