[arch-commits] Commit in testssl.sh/trunk (PKGBUILD set-install-dir.patch)

Levente Polyak anthraxx at archlinux.org
Thu Apr 12 00:33:59 UTC 2018


    Date: Thursday, April 12, 2018 @ 00:33:58
  Author: anthraxx
Revision: 315831

upgpkg: testssl.sh 2.9.5.4-1

Modified:
  testssl.sh/trunk/PKGBUILD
  testssl.sh/trunk/set-install-dir.patch

-----------------------+
 PKGBUILD              |    6 +++---
 set-install-dir.patch |   10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 22:46:32 UTC (rev 315830)
+++ PKGBUILD	2018-04-12 00:33:58 UTC (rev 315831)
@@ -2,7 +2,7 @@
 # Contributor: Johannes Schleifenbaum <johannes [at] js-webcoding [dot] de>
 
 pkgname=testssl.sh
-_pkgver=2.9.5-3
+_pkgver=2.9.5-4
 pkgver=${_pkgver/-/.}
 pkgrel=1
 pkgdesc='Testing TLS/SSL encryption'
@@ -13,8 +13,8 @@
 makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
         set-install-dir.patch)
-sha512sums=('fb704269f6a2762169591716cb413aba29db0dcc1d671d4b8000a7cf95ce847e77362cba1f56a62813f42b3e640c4796faecd4c265a057283853bc810379c188'
-            '61423f2b40e5b30c65efc976f7f68d1e5580e668f6aa8bada0eb39fa1b51d791acc1e20852f02323fa3b0535bcedf08b97f9415c371e9dd89544197abf823089')
+sha512sums=('e6c0e9cbe300e3f9e6dea2ebf9933cb30c9b8c4e1026e5010636fe6d0c91c2ac44e952b91813aeae7be4ab90654ff8b461e12692b0c26b786eebd90692c5de67'
+            'e74b1efa9b23ff5f4f82a9c9ef8438a3927ea15e2eb6aa39f5ec9db02f28d3dd4c6697badad5a5a61d7c9bad6ec187917af89a172a56b39b661241ad9960abeb')
 
 prepare() {
   cd ${pkgname}-${_pkgver}

Modified: set-install-dir.patch
===================================================================
--- set-install-dir.patch	2018-04-11 22:46:32 UTC (rev 315830)
+++ set-install-dir.patch	2018-04-12 00:33:58 UTC (rev 315831)
@@ -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 @@
-
+@@ -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:-""}"  # 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 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
+ 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



More information about the arch-commits mailing list