diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/ksh93/ksh93.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/gvfs/gvfs.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/gvfs/gvfs.SlackBuild.dev-utils | 2 | ||||
-rwxr-xr-x | source/l/libcddb/libcddb.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/libcdio-paranoia/libcdio-paranoia.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/libcdio/libcdio.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.1.1.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/openssh/openssh.tcp_wrappers.diff | 24 | ||||
-rwxr-xr-x | source/xap/MPlayer/MPlayer.SlackBuild | 2 | ||||
-rwxr-xr-x | source/xap/audacious-plugins/audacious-plugins.SlackBuild | 2 |
11 files changed, 24 insertions, 21 deletions
diff --git a/source/ap/ksh93/ksh93.SlackBuild b/source/ap/ksh93/ksh93.SlackBuild index 3a002035..950f5459 100755 --- a/source/ap/ksh93/ksh93.SlackBuild +++ b/source/ap/ksh93/ksh93.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2001 BSDi, Inc. Concord, CA, USA # Copyright 2004 Slackware Linux, Inc. Concord, CA, USA -# Copyright 2007, 2008, 2009, 2010, 2013, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2007, 2008, 2009, 2010, 2013, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -116,6 +116,9 @@ mv --verbose $PKG/usr/bin/ksh $PKG/bin/ksh.new || exit 1 rmdir $PKG/usr/bin || exit 1 strip --strip-unneeded $PKG/bin/ksh.new ( cd $PKG/bin ; ln -sf ksh rksh ) +if [ -r $PKG/usr/man/man1/ksh.1 ]; then + gzip -9 $PKG/usr/man/man1/ksh.1 +fi ( cd $PKG/usr/man/man1 ; ln -sf ksh.1.gz rksh.1.gz ) mkdir -p $PKG/usr/doc/ksh93-$VERSION diff --git a/source/l/gvfs/gvfs.SlackBuild b/source/l/gvfs/gvfs.SlackBuild index a7d9424f..0b78d022 100755 --- a/source/l/gvfs/gvfs.SlackBuild +++ b/source/l/gvfs/gvfs.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gvfs VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/gvfs/gvfs.SlackBuild.dev-utils b/source/l/gvfs/gvfs.SlackBuild.dev-utils index 7e01a84a..e8c18645 100755 --- a/source/l/gvfs/gvfs.SlackBuild.dev-utils +++ b/source/l/gvfs/gvfs.SlackBuild.dev-utils @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gvfs VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/libcddb/libcddb.SlackBuild b/source/l/libcddb/libcddb.SlackBuild index f4ba3aa5..d3bb291b 100755 --- a/source/l/libcddb/libcddb.SlackBuild +++ b/source/l/libcddb/libcddb.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libcddb VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libcdio-paranoia/libcdio-paranoia.SlackBuild b/source/l/libcdio-paranoia/libcdio-paranoia.SlackBuild index 46846db6..47e7c43d 100755 --- a/source/l/libcdio-paranoia/libcdio-paranoia.SlackBuild +++ b/source/l/libcdio-paranoia/libcdio-paranoia.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libcdio-paranoia VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/libcdio/libcdio.SlackBuild b/source/l/libcdio/libcdio.SlackBuild index c9159cb8..067104bd 100755 --- a/source/l/libcdio/libcdio.SlackBuild +++ b/source/l/libcdio/libcdio.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libcdio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/n/dhcpcd/dhcpcd-7.1.1.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.1.1.tar.xz.distinfo deleted file mode 100644 index 14a69c65..00000000 --- a/source/n/dhcpcd/dhcpcd-7.1.1.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-7.1.1.tar.xz) = a27924873df92c47ad8b76a4fba4dfb41afaa3f90a4ba5f0e8e3ad446d792441 diff --git a/source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo new file mode 100644 index 00000000..b8e5dd59 --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-7.2.0.tar.xz) = 5fff553318a86acb422c63d5d8ba2e8ed73fcd7d1d32c4e5fb6b55797aecb242 diff --git a/source/n/openssh/openssh.tcp_wrappers.diff b/source/n/openssh/openssh.tcp_wrappers.diff index 24a259c7..38e3b3b4 100644 --- a/source/n/openssh/openssh.tcp_wrappers.diff +++ b/source/n/openssh/openssh.tcp_wrappers.diff @@ -1,6 +1,6 @@ ---- ./configure.ac.orig 2018-08-23 00:41:42.000000000 -0500 -+++ ./configure.ac 2018-08-25 19:14:10.706002529 -0500 -@@ -1502,6 +1502,62 @@ +--- ./configure.ac.orig 2019-04-17 17:52:57.000000000 -0500 ++++ ./configure.ac 2019-04-18 15:13:25.404941727 -0500 +@@ -1494,6 +1494,62 @@ AC_MSG_RESULT([no]) fi @@ -63,7 +63,7 @@ # Check whether user wants to use ldns LDNS_MSG="no" AC_ARG_WITH(ldns, -@@ -5177,6 +5233,7 @@ +@@ -5245,6 +5301,7 @@ echo " OSF SIA support: $SIA_MSG" echo " KerberosV support: $KRB5_MSG" echo " SELinux support: $SELINUX_MSG" @@ -71,8 +71,8 @@ echo " MD5 password support: $MD5_MSG" echo " libedit support: $LIBEDIT_MSG" echo " libldns support: $LDNS_MSG" ---- ./sshd.c.orig 2018-08-23 00:41:42.000000000 -0500 -+++ ./sshd.c 2018-08-25 19:12:52.901002527 -0500 +--- ./sshd.c.orig 2019-04-17 17:52:57.000000000 -0500 ++++ ./sshd.c 2019-04-18 15:13:25.406941726 -0500 @@ -122,6 +122,12 @@ #include "auth-options.h" #include "version.h" @@ -86,16 +86,16 @@ /* Re-exec fds */ #define REEXEC_DEVCRYPTO_RESERVED_FD (STDERR_FILENO + 1) -@@ -2063,6 +2069,26 @@ - packet_set_server(); - ssh = active_state; /* XXX */ +@@ -2022,6 +2028,26 @@ + the_active_state = ssh; + ssh_packet_set_server(ssh); +/* Moved LIBWRAP check here */ +#ifdef LIBWRAP + allow_severity = options.log_facility|LOG_INFO; + deny_severity = options.log_facility|LOG_WARNING; + /* Check whether logins are denied from this host. */ -+ if (packet_connection_is_on_socket()) { /* This check must be after packet_set_connection() */ ++ if (ssh_packet_connection_is_on_socket(ssh)) { /* This check must be after ssh_packet_set_connection() */ + struct request_info req; + + request_init(&req, RQ_DAEMON, __progname, RQ_FILE, sock_in, 0); @@ -113,8 +113,8 @@ check_ip_options(ssh); /* Prepare the channels layer */ ---- ./sshd.8.orig 2018-08-23 00:41:42.000000000 -0500 -+++ ./sshd.8 2018-08-25 19:12:52.899002527 -0500 +--- ./sshd.8.orig 2019-04-17 17:52:57.000000000 -0500 ++++ ./sshd.8 2019-04-18 15:13:25.407941726 -0500 @@ -873,6 +873,12 @@ This file should be writable only by the user, and need not be readable by anyone else. diff --git a/source/xap/MPlayer/MPlayer.SlackBuild b/source/xap/MPlayer/MPlayer.SlackBuild index 1275bac9..93a229b5 100755 --- a/source/xap/MPlayer/MPlayer.SlackBuild +++ b/source/xap/MPlayer/MPlayer.SlackBuild @@ -25,7 +25,7 @@ # Set initial variables: PKGNAM=MPlayer -VERSION=${VERSION:-20180720} +VERSION=${VERSION:-20190418} # Need to build trunk until there's a stable branch compatible with the # latest ffmpeg stable release: #BRANCH=${BRANCH:-1.3} # leave empty if you want to build MPlayer trunk diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild b/source/xap/audacious-plugins/audacious-plugins.SlackBuild index a82aafe4..80f98669 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |