summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2018-11-04 13:03:49 +0100
committerJohannes Schleifenbaum2018-11-04 13:03:49 +0100
commit5d07e5b5924013906865e906b36a4363c0d11f7c (patch)
tree20e73123b27d147d33b0dbec051857f0b32e6514
parenta74fe1215e08be783ae8e271a739353a3e62cfe9 (diff)
downloadaur-5d07e5b5924013906865e906b36a4363c0d11f7c.tar.gz
upgpkg: testssl.sh-git 3.0rc1.r73.gde68488-1
update set-install-dir.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--set-install-dir.patch16
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9916bfe91f38..e4622d589e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = testssl.sh-git
pkgdesc = Testing TLS/SSL encryption (git version)
- pkgver = v2.4.r2158.gf6dc501
+ pkgver = 3.0rc1.r73.gde68488
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 = 22dcffff0265fa0f316b5231603b16a636db304c7b552f5cfa0bcc403ffc8d86
+ sha256sums = 722a6538b8cbdf18d4b52f7e5216b56ebefb7fff100e5152de97fc5f57f05158
pkgname = testssl.sh-git
diff --git a/PKGBUILD b/PKGBUILD
index 223e2b808195..ba1e0ef3347f 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.r2158.gf6dc501
+pkgver=3.0rc1.r73.gde68488
pkgrel=1
pkgdesc="Testing TLS/SSL encryption (git version)"
arch=('any')
@@ -20,7 +20,7 @@ source=(
)
sha256sums=(
'SKIP'
- '22dcffff0265fa0f316b5231603b16a636db304c7b552f5cfa0bcc403ffc8d86'
+ '722a6538b8cbdf18d4b52f7e5216b56ebefb7fff100e5152de97fc5f57f05158'
)
pkgver () {
diff --git a/set-install-dir.patch b/set-install-dir.patch
index 1a0b9d53ab1c..2e757e0e5d73 100644
--- a/set-install-dir.patch
+++ b/set-install-dir.patch
@@ -1,11 +1,11 @@
---- 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 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
+--- testssl.sh 2018-09-26 13:03:32.784246841 +0200
++++ testssl.sh 2018-09-26 13:04:13.654496336 +0200
+@@ -135,7 +135,7 @@
+ declare -r RUN_DIR="$(dirname "$0")"
+ declare -r SYSTEM="$(uname -s)"
+ SYSTEM2="" # currently only being used for WSL = bash on windows
+-TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}" # If you run testssl.sh and it doesn't find it necessary 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 necessary 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=""