diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-24 20:50:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-06-25 09:00:34 +0200 |
commit | 427d7491f566babcbe8b6536574d502d7492ae89 (patch) | |
tree | 04f5ca2c719ae62942b7c573765ac1ba60f24602 /source | |
parent | a8f1b55a2eeadb0b756b59217f73af07c5c10eb3 (diff) | |
download | current-427d7491f566babcbe8b6536574d502d7492ae89.tar.gz |
Sun Jun 24 20:50:10 UTC 201820180624205010
a/aaa_base-14.2-x86_64-5.txz: Rebuilt.
Don't include /var/log/{packages,scripts,removed_packages,removed_scripts}.
a/procps-ng-3.3.15-x86_64-2.txz: Rebuilt.
Upgraded to psmisc-23.1. This adds namespace support to killall, and makes
the default behavior to match against the current PID's namespace, rather
than all namespaces as it did previously.
ap/qpdf-8.1.0-x86_64-1.txz: Upgraded.
ap/texinfo-6.5-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
ap/vim-8.1.0113-x86_64-1.txz: Upgraded.
Compiled against perl-5.28.0.
d/perl-5.28.0-x86_64-1.txz: Upgraded.
kde/perlkde-4.14.3-x86_64-6.txz: Rebuilt.
Recompiled against perl-5.28.0.
kde/perlqt-4.14.3-x86_64-7.txz: Rebuilt.
Recompiled against perl-5.28.0.
l/tango-icon-theme-0.8.90-noarch-4.txz: Rebuilt.
Made a couple of minor corrections to the slack-desc.
n/epic5-2.0.1-x86_64-6.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/irssi-1.1.1-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/net-snmp-5.7.3-x86_64-9.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/ntp-4.2.8p11-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/stunnel-5.47-x86_64-1.txz: Upgraded.
xap/hexchat-2.14.1-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
xap/vim-gvim-8.1.0113-x86_64-1.txz: Upgraded.
Compiled against perl-5.28.0.
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/aaa_base/aaa_base.SlackBuild | 2 | ||||
-rwxr-xr-x | source/a/haveged/haveged.SlackBuild | 3 | ||||
-rwxr-xr-x | source/a/procps-ng/procps-ng.SlackBuild | 7 | ||||
-rw-r--r-- | source/a/procps-ng/psmisc.3638cc55b4d08851faba46635d737b24d016665b.diff | 25 | ||||
-rwxr-xr-x | source/ap/qpdf/qpdf.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/qpdf/qpdf.url | 2 | ||||
-rwxr-xr-x | source/ap/texinfo/texinfo.SlackBuild | 2 | ||||
-rwxr-xr-x | source/d/perl/perl.SlackBuild | 4 | ||||
-rw-r--r-- | source/kde/build/perlkde | 2 | ||||
-rw-r--r-- | source/kde/build/perlqt | 2 | ||||
-rw-r--r-- | source/kde/modules/kdebindings | 10 | ||||
-rw-r--r-- | source/l/sip/README.UPGRADES | 2 | ||||
-rw-r--r-- | source/l/tango-icon-theme/slack-desc | 10 | ||||
-rwxr-xr-x | source/l/tango-icon-theme/tango-icon-theme.SlackBuild | 4 | ||||
-rwxr-xr-x | source/n/epic5/epic5.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/irssi/irssi.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/net-snmp/net-snmp.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/ntp/ntp.SlackBuild | 2 | ||||
-rwxr-xr-x | source/xap/hexchat/hexchat.SlackBuild | 2 |
19 files changed, 31 insertions, 56 deletions
diff --git a/source/a/aaa_base/aaa_base.SlackBuild b/source/a/aaa_base/aaa_base.SlackBuild index 4497e892..88448fe8 100755 --- a/source/a/aaa_base/aaa_base.SlackBuild +++ b/source/a/aaa_base/aaa_base.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_base VERSION=14.2 -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/haveged/haveged.SlackBuild b/source/a/haveged/haveged.SlackBuild index 27838158..543893e5 100755 --- a/source/a/haveged/haveged.SlackBuild +++ b/source/a/haveged/haveged.SlackBuild @@ -21,6 +21,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PKGNAM=haveged VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} @@ -43,7 +45,6 @@ fi NUMJOBS=${NUMJOBS:-" -j7 "} -CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM diff --git a/source/a/procps-ng/procps-ng.SlackBuild b/source/a/procps-ng/procps-ng.SlackBuild index c3ebf38f..456d38e3 100755 --- a/source/a/procps-ng/procps-ng.SlackBuild +++ b/source/a/procps-ng/procps-ng.SlackBuild @@ -24,10 +24,10 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=procps-ng VERSION=${VERSION:-3.3.15} -PSMISCVER=${PSMISCVER:-22.21} +PSMISCVER=${PSMISCVER:-23.1} PROCINFONGVER=${PROCINFONGVER:-2.0.304} PROCINFOVER=${PROCINFOVER:-18} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -156,9 +156,6 @@ mkdir -p $PKG/etc/sysctl.d cd psmisc-$PSMISCVER || exit 1 -# Fix fuser -s: -zcat $CWD/psmisc.3638cc55b4d08851faba46635d737b24d016665b.diff.gz | patch -p1 --verbose || exit 1 - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/source/a/procps-ng/psmisc.3638cc55b4d08851faba46635d737b24d016665b.diff b/source/a/procps-ng/psmisc.3638cc55b4d08851faba46635d737b24d016665b.diff deleted file mode 100644 index d930f6f2..00000000 --- a/source/a/procps-ng/psmisc.3638cc55b4d08851faba46635d737b24d016665b.diff +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/ChangeLog b/ChangeLog -index fd1cccf..e5f784c 100644 ---- a/ChangeLog -+++ b/ChangeLog -@@ -1,3 +1,7 @@ -+Changes in 22.22 -+================ -+ * Fixed typo in fuser which has -M on Debian #740275 -+ - Changes in 22.21 - ================ - * Missing comma in fuser(1) added Debian #702391 -diff --git a/src/fuser.c b/src/fuser.c -index b485f65..389b302 100644 ---- a/src/fuser.c -+++ b/src/fuser.c -@@ -1174,7 +1174,7 @@ int main(int argc, char *argv[]) - usage(_("No process specification given")); - - /* Check if -M flag was used and if so check mounts */ -- if (opts * OPT_ISMOUNTPOINT) { -+ if (opts & OPT_ISMOUNTPOINT) { - check_mountpoints(&mounts, &names_head, &names_tail); - } - diff --git a/source/ap/qpdf/qpdf.SlackBuild b/source/ap/qpdf/qpdf.SlackBuild index 023ec7b4..9c4b0888 100755 --- a/source/ap/qpdf/qpdf.SlackBuild +++ b/source/ap/qpdf/qpdf.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=qpdf VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/ap/qpdf/qpdf.url b/source/ap/qpdf/qpdf.url index 944a6d4c..5324df95 100644 --- a/source/ap/qpdf/qpdf.url +++ b/source/ap/qpdf/qpdf.url @@ -1 +1 @@ -http://downloads.sourceforge.net/qpdf/qpdf-8.0.2.tar.gz +https://sourceforge.net/projects/qpdf/files/qpdf/ diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild index 990649cd..62d580e5 100755 --- a/source/ap/texinfo/texinfo.SlackBuild +++ b/source/ap/texinfo/texinfo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=texinfo VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild index ee51ce8a..7ef0f6cd 100755 --- a/source/d/perl/perl.SlackBuild +++ b/source/d/perl/perl.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=perl -VERSION=5.26.2 -BUILD=${BUILD:-5} +VERSION=5.28.0 +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/kde/build/perlkde b/source/kde/build/perlkde index 7ed6ff82..1e8b3149 100644 --- a/source/kde/build/perlkde +++ b/source/kde/build/perlkde @@ -1 +1 @@ -5 +6 diff --git a/source/kde/build/perlqt b/source/kde/build/perlqt index 1e8b3149..7f8f011e 100644 --- a/source/kde/build/perlqt +++ b/source/kde/build/perlqt @@ -1 +1 @@ -6 +7 diff --git a/source/kde/modules/kdebindings b/source/kde/modules/kdebindings index 1aae2a3c..5508c00e 100644 --- a/source/kde/modules/kdebindings +++ b/source/kde/modules/kdebindings @@ -1,10 +1,10 @@ -smokegen -smokeqt -qtruby -perlqt +smokegen +smokeqt +qtruby +perlqt smokekde korundum -perlkde +perlkde pykde4 kate kross-interpreters diff --git a/source/l/sip/README.UPGRADES b/source/l/sip/README.UPGRADES new file mode 100644 index 00000000..82bdb42d --- /dev/null +++ b/source/l/sip/README.UPGRADES @@ -0,0 +1,2 @@ +When upgrading SIP, please test that PyQt and pykde4 (or Plasma 5 equivalent) +still compile properly. diff --git a/source/l/tango-icon-theme/slack-desc b/source/l/tango-icon-theme/slack-desc index 171cfa21..8198b427 100644 --- a/source/l/tango-icon-theme/slack-desc +++ b/source/l/tango-icon-theme/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -tango-icon-theme: Tango icon theme (Another standard icon theme) +tango-icon-theme: tango-icon-theme (another standard icon theme) tango-icon-theme: tango-icon-theme: The Tango Desktop Project has designed a basic set of desktop icons -tango-icon-theme: that follow the style guidelines. The set has been created as a -tango-icon-theme: proof of concept for the style, but works rather well as a replacement -tango-icon-theme: for the base theme under GNOME and KDE. +tango-icon-theme: that follow the style guidelines. The set has been created as a proof +tango-icon-theme: of concept for the style, but works rather well as a replacement for +tango-icon-theme: the base theme under GNOME and KDE. tango-icon-theme: -tango-icon-theme: Tango's home page is: http://tango.freedesktop.org +tango-icon-theme: Homepage: http://tango.freedesktop.org tango-icon-theme: tango-icon-theme: tango-icon-theme: diff --git a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild index 36b22d48..3753c025 100755 --- a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild +++ b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tango-icon-theme VERSION=0.8.90 ARCH=noarch -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -43,7 +43,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf tango-icon-theme-$VERSION -tar xvf $CWD/tango-icon-theme-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/tango-icon-theme-$VERSION.tar.?z || exit 1 cd tango-icon-theme-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild index bfdd391d..d7635602 100755 --- a/source/n/epic5/epic5.SlackBuild +++ b/source/n/epic5/epic5.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=epic5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} EPICVER=5 HELPFILE=current -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/irssi/irssi.SlackBuild b/source/n/irssi/irssi.SlackBuild index f5a20c45..d027a10f 100755 --- a/source/n/irssi/irssi.SlackBuild +++ b/source/n/irssi/irssi.SlackBuild @@ -28,7 +28,7 @@ PKG=$TMP/package-irssi VERSION=${VERSION:-$(echo irssi-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DIRCD=${VERSION} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/net-snmp/net-snmp.SlackBuild b/source/n/net-snmp/net-snmp.SlackBuild index b44a0042..c42df6bf 100755 --- a/source/n/net-snmp/net-snmp.SlackBuild +++ b/source/n/net-snmp/net-snmp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=net-snmp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/ntp/ntp.SlackBuild b/source/n/ntp/ntp.SlackBuild index 54798e5c..b22410a1 100755 --- a/source/n/ntp/ntp.SlackBuild +++ b/source/n/ntp/ntp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ntp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild index 7678a6d7..08856ae7 100755 --- a/source/xap/hexchat/hexchat.SlackBuild +++ b/source/xap/hexchat/hexchat.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=hexchat VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |