summaryrefslogtreecommitdiffstats
path: root/source/n/openssl
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-08-12 20:04:20 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-12 22:28:12 +0200
commit408565cbe299024cd562fdbfaf52d26c9a41329e (patch)
treedcd2fa890818dd75f959e6f5d92f18cf672c92da /source/n/openssl
parent93c204c5c0cec86fe853217f6023c7ee507be98f (diff)
downloadcurrent-408565cbe299024cd562fdbfaf52d26c9a41329e.tar.gz
current-408565cbe299024cd562fdbfaf52d26c9a41329e.tar.xz
Sat Aug 12 20:04:20 UTC 202320230812200420
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...
Diffstat (limited to 'source/n/openssl')
-rw-r--r--source/n/openssl/certwatch2
-rwxr-xr-xsource/n/openssl/openssl.SlackBuild2
2 files changed, 2 insertions, 2 deletions
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