From 408565cbe299024cd562fdbfaf52d26c9a41329e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 12 Aug 2023 20:04:20 +0000 Subject: Sat Aug 12 20:04:20 UTC 2023 a/openssl-solibs-3.1.2-x86_64-3.txz: Rebuilt. n/openssl-3.1.2-x86_64-3.txz: Rebuilt. certwatch: bah, this was still using /var/run. Let's try again... --- source/n/openssl/certwatch | 2 +- source/n/openssl/openssl.SlackBuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/n/openssl') diff --git a/source/n/openssl/certwatch b/source/n/openssl/certwatch index c6a342b65..f2f041d5f 100644 --- a/source/n/openssl/certwatch +++ b/source/n/openssl/certwatch @@ -17,7 +17,7 @@ MAILADDR=root # Directory with certificates to check CERTDIR=/etc/ssl/certs # Directory where to keep state files if this script isnt executed with "stdout" -STATEDIR=/var/run/certwatch +STATEDIR=/var/state/certwatch ########################### CONFIGURATION SECTION END ########################## PATH=/bin:/usr/bin:/sbin:/usr/sbin diff --git a/source/n/openssl/openssl.SlackBuild b/source/n/openssl/openssl.SlackBuild index a4a42c259..7417a4ff1 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:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3-80-g2a13