mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
reop: fix license, http->https, re-enable SSL verification
This commit is contained in:
parent
d55ff96c32
commit
8a2ee909a7
1 changed files with 4 additions and 10 deletions
|
@ -1,21 +1,15 @@
|
||||||
# Template file for 'reop'
|
# Template file for 'reop'
|
||||||
pkgname=reop
|
pkgname=reop
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
revision=2
|
revision=3
|
||||||
makedepends="libsodium-devel"
|
makedepends="libsodium-devel"
|
||||||
short_desc="Create and verify cryptographic signatures"
|
short_desc="Create and verify cryptographic signatures"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC, BSD"
|
license="ISC"
|
||||||
homepage="http://www.tedunangst.com/flak/post/reop"
|
homepage="https://www.tedunangst.com/flak/post/reop"
|
||||||
distfiles="http://www.tedunangst.com/flak/files/reop-${version}.tgz"
|
distfiles="https://www.tedunangst.com/flak/files/reop-${version}.tgz"
|
||||||
checksum=fa8ae058c51efec5bde39fab15b4275e6394d9ab1dd2190ffdba3cf9983fdcac
|
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() {
|
do_build() {
|
||||||
make -f GNUmakefile \
|
make -f GNUmakefile \
|
||||||
CC="$CC" CFLAGS="$CFLAGS" \
|
CC="$CC" CFLAGS="$CFLAGS" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue