diff options
Diffstat (limited to '')
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff | 13 | ||||
-rwxr-xr-x | source/n/openssl/openssl.SlackBuild | 5 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 |
5 files changed, 4 insertions, 20 deletions
diff --git a/source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo deleted file mode 100644 index 6494bc088..000000000 --- a/source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-7.0.7.tar.xz) = af23f11cf7a6d6cbbe236ac7c4b45db5765a4c1e468e88f2ef37ac2fa2de3a49 diff --git a/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo new file mode 100644 index 000000000..dc0f7baef --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-7.0.8.tar.xz) = 96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5 diff --git a/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff b/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff deleted file mode 100644 index 6a9cce8ff..000000000 --- a/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- ./tools/c_rehash.in.orig 2018-03-27 08:50:41.000000000 -0500 -+++ ./tools/c_rehash.in 2018-05-14 13:47:20.553710437 -0500 -@@ -11,8 +11,8 @@ - # Perl c_rehash script, scan all files in a directory - # and add symbolic links to their hash values. - --my $dir = {- quotify1($config{openssldir}) -}; --my $prefix = {- quotify1($config{prefix}) -}; -+my $dir = "{- quotify1($config{openssldir}) -}"; -+my $prefix = "{- quotify1($config{prefix}) -}"; - - my $errorcount = 0; - my $openssl = $ENV{OPENSSL} || "openssl"; diff --git a/source/n/openssl/openssl.SlackBuild b/source/n/openssl/openssl.SlackBuild index 2ee674ebf..e8aa3bfb0 100755 --- a/source/n/openssl/openssl.SlackBuild +++ b/source/n/openssl/openssl.SlackBuild @@ -28,7 +28,7 @@ TMP=${TMP:-/tmp} PKGNAM=openssl VERSION=${VERSION:-$(echo openssl-*.tar.gz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -85,9 +85,6 @@ elif [ "$ARCH" = "x86_64" ]; then LIBDIRSUFFIX="64" fi -# Fix a lack of quotes in two c_rehash lines: -zcat $CWD/openssl-1.1.0h.fix_c_rehash_quoting.diff.gz | patch -p1 --verbose || exit 1 - # OpenSSL has a (nasty?) habit of bumping the internal version number with # every release. This wouldn't be so bad, but some applications are so # paranoid that they won't run against a different OpenSSL version than diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index c6943be89..3cc7ac841 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.8.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.8.tar.xz +lftpget http://us.php.net/distributions/php-7.2.9.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.2.9.tar.xz |