reop: fix license, http->https, re-enable SSL verification

This commit is contained in:
Colin Booth 2021-05-12 12:01:11 -07:00 committed by Đoàn Trần Công Danh
parent d55ff96c32
commit 8a2ee909a7

View file

@ -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 <duncaen@voidlinux.org>"
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" \