From 8a2ee909a7f9925e66af9cf9c2c49e8eab76ec46 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 12 May 2021 12:01:11 -0700 Subject: [PATCH] reop: fix license, http->https, re-enable SSL verification --- srcpkgs/reop/template | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/srcpkgs/reop/template b/srcpkgs/reop/template index 86ab010657..def5e5cc16 100644 --- a/srcpkgs/reop/template +++ b/srcpkgs/reop/template @@ -1,21 +1,15 @@ # Template file for 'reop' pkgname=reop version=2.1.1 -revision=2 +revision=3 makedepends="libsodium-devel" short_desc="Create and verify cryptographic signatures" maintainer="Duncaen " -license="ISC, BSD" -homepage="http://www.tedunangst.com/flak/post/reop" -distfiles="http://www.tedunangst.com/flak/files/reop-${version}.tgz" +license="ISC" +homepage="https://www.tedunangst.com/flak/post/reop" +distfiles="https://www.tedunangst.com/flak/files/reop-${version}.tgz" checksum=fa8ae058c51efec5bde39fab15b4275e6394d9ab1dd2190ffdba3cf9983fdcac -pre_fetch() { - # 301 redirect to https://www.tedunangst.com/flak/files/reop-2.1.0.tgz - # [...] - # Certificate verification failed for /C=US/ST=PA/O=tedunangst.com/CN=www.tedunangst.com/emailAddress=tedu@tedunangst.com - export SSL_NO_VERIFY_PEER=1 -} do_build() { make -f GNUmakefile \ CC="$CC" CFLAGS="$CFLAGS" \