M .builds/netbsd_latest.yml => .builds/netbsd_latest.yml +2 -5
@@ 1,6 1,5 @@
image: netbsd/latest
packages:
- - mozilla-rootcerts
- devel/gmake
- ncursesw
- SDL2
@@ 9,11 8,9 @@ packages:
- SDL2_ttf
tasks:
- setup: |
- su root
- mozilla-rootcerts install
- exit
- git clone https://git.sr.ht/~octaspire/dern
+ GIT_SSL_NO_VERIFY=true git clone https://git.sr.ht/~octaspire/dern
cd dern
+ git config http.sslVerify false
gmake submodules-init
- build-devel: |
cd dern
M dev/include/octaspire/dern/octaspire_dern_config.h => dev/include/octaspire/dern/octaspire_dern_config.h +1 -1
@@ 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 "2"
+#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "3"
#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \
M release/octaspire-dern-amalgamated.c => release/octaspire-dern-amalgamated.c +1 -1
@@ 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 "2"
+#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "3"
#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \