From fc960366055d918c93bd035fb9e71cffb7c4b391 Mon Sep 17 00:00:00 2001 From: octaspire Date: Sat, 23 Feb 2019 15:00:45 +0200 Subject: [PATCH] sr.ht NetBSD test build: disable ssl verification in git globally --- .builds/netbsd_latest.yml | 2 +- dev/include/octaspire/dern/octaspire_dern_config.h | 2 +- release/octaspire-dern-amalgamated.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/netbsd_latest.yml b/.builds/netbsd_latest.yml index ae70a5c..06a2185 100644 --- a/.builds/netbsd_latest.yml +++ b/.builds/netbsd_latest.yml @@ -10,7 +10,7 @@ tasks: - setup: | GIT_SSL_NO_VERIFY=true git clone https://git.sr.ht/~octaspire/dern cd dern - git config http.sslVerify false + git config --global http.sslVerify false gmake submodules-init - build-devel: | cd dern diff --git a/dev/include/octaspire/dern/octaspire_dern_config.h b/dev/include/octaspire/dern/octaspire_dern_config.h index dbac10e..071249c 100644 --- a/dev/include/octaspire/dern/octaspire_dern_config.h +++ b/dev/include/octaspire/dern/octaspire_dern_config.h @@ -19,7 +19,7 @@ limitations under the License. #define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0" #define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "489" -#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "3" +#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "4" #define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \ OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \ diff --git a/release/octaspire-dern-amalgamated.c b/release/octaspire-dern-amalgamated.c index 0be25d2..822478e 100644 --- a/release/octaspire-dern-amalgamated.c +++ b/release/octaspire-dern-amalgamated.c @@ -26448,7 +26448,7 @@ limitations under the License. #define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0" #define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "489" -#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "3" +#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "4" #define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \ OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \ -- 2.45.2