summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2018-03-17 13:37:04 +0100
committerJohannes Schleifenbaum2018-03-17 13:37:04 +0100
commita74fe1215e08be783ae8e271a739353a3e62cfe9 (patch)
tree79178271d52b89c5eb224309c3517c77ab4ec46d
parent731ca30af3ed242a5780e82337ee6c331abd248e (diff)
downloadaur-a74fe1215e08be783ae8e271a739353a3e62cfe9.tar.gz
upgpkg: testssl.sh-git v2.4.r2158.gf6dc501-1
fix set-install-dir.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--set-install-dir.patch14
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44dc88e1f7e3..9916bfe91f38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = testssl.sh-git
pkgdesc = Testing TLS/SSL encryption (git version)
- pkgver = v2.4.r2097.g7585ab6
+ pkgver = v2.4.r2158.gf6dc501
pkgrel = 1
url = https://github.com/drwetter/testssl.sh
install = testssl.sh.install
@@ -23,7 +23,7 @@ pkgbase = testssl.sh-git
source = testssl.sh-git::git+https://github.com/drwetter/testssl.sh.git
source = set-install-dir.patch
sha256sums = SKIP
- sha256sums = 896d9867cd816b706ca6170fea07285e6daee5ff7bfc246a8ee9a7f682dcbdeb
+ sha256sums = 22dcffff0265fa0f316b5231603b16a636db304c7b552f5cfa0bcc403ffc8d86
pkgname = testssl.sh-git
diff --git a/PKGBUILD b/PKGBUILD
index 66bc93cd662c..223e2b808195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname='testssl.sh-git'
-pkgver=v2.4.r2097.g7585ab6
+pkgver=v2.4.r2158.gf6dc501
pkgrel=1
pkgdesc="Testing TLS/SSL encryption (git version)"
arch=('any')
@@ -20,7 +20,7 @@ source=(
)
sha256sums=(
'SKIP'
- '896d9867cd816b706ca6170fea07285e6daee5ff7bfc246a8ee9a7f682dcbdeb'
+ '22dcffff0265fa0f316b5231603b16a636db304c7b552f5cfa0bcc403ffc8d86'
)
pkgver () {
diff --git a/set-install-dir.patch b/set-install-dir.patch
index eaafef57be12..1a0b9d53ab1c 100644
--- a/set-install-dir.patch
+++ b/set-install-dir.patch
@@ -1,11 +1,11 @@
---- testssl.sh.orig 2017-09-21 11:49:04.161576009 +0200
-+++ testssl.sh 2017-09-21 11:49:28.451753722 +0200
-@@ -112,7 +112,7 @@
+--- testssl.sh 2018-03-17 13:33:15.686652626 +0100
++++ testssl.sh 2018-03-17 13:33:22.704713644 +0100
+@@ -116,7 +116,7 @@
readonly PROG_NAME="$(basename "$0")"
readonly RUN_DIR="$(dirname "$0")"
--TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}" # if you run testssl.sh from a different path you can set either TESTSSL_INSTALL_DIR
-+TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}" # if you run testssl.sh from a different path you can set either TESTSSL_INSTALL_DIR
- CA_BUNDLES_PATH="${CA_BUNDLES_PATH:-""}" # or CA_BUNDLES_PATH to find the CA BUNDLES. TESTSSL_INSTALL_DIR helps you to find the RFC mapping also
+-TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}" # If you run testssl.sh and it doesn't find it neccessary file automagically set TESTSSL_INSTALL_DIR
++TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}" # If you run testssl.sh and it doesn't find it neccessary file automagically set TESTSSL_INSTALL_DIR
+ CA_BUNDLES_PATH="${CA_BUNDLES_PATH:-""}" # You can have your stores some place else
+ ADDITIONAL_CA_FILES="${ADDITIONAL_CA_FILES:-""}" # single file with a CA in PEM format or comma separated lists of them
CIPHERS_BY_STRENGTH_FILE=""
- TLS_DATA_FILE="" # mandatory file for socket based handdhakes