mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
dnscrypt-proxy: update to 2.0.4
This commit is contained in:
parent
55f2986d77
commit
b6a915b8fc
3 changed files with 14 additions and 10 deletions
2
srcpkgs/dnscrypt-proxy/INSTALL.msg
Normal file
2
srcpkgs/dnscrypt-proxy/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
The original package was deprecated and was replaced with upstream's rewrite
|
||||||
|
in Golang with the same name, previous configuration is most sure to break.
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec dnscrypt-proxy /etc/dnscrypt-proxy.conf
|
exec dnscrypt-proxy -config /etc/dnscrypt-proxy.toml
|
||||||
|
|
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'dnscrypt-proxy'
|
# Template file for 'dnscrypt-proxy'
|
||||||
pkgname=dnscrypt-proxy
|
pkgname=dnscrypt-proxy
|
||||||
version=1.9.5
|
version=2.0.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=go
|
||||||
makedepends="libsodium-devel"
|
|
||||||
short_desc="DNS proxy that encrypts queries"
|
short_desc="DNS proxy that encrypts queries"
|
||||||
|
go_import_path="github.com/jedisct1/dnscrypt-proxy"
|
||||||
|
go_package="${go_import_path}/dnscrypt-proxy"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://dnscrypt.org/"
|
homepage="https://github.com/jedisct1/dnscrypt-proxy"
|
||||||
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=64021fabb7d5bab0baf681796d90ecd2095fb81381e6fb317a532039025a9399
|
checksum=34b76e6fc774936cc3b8a785022c7314b7235fd283ceb728cd45458002bde9e2
|
||||||
conf_files="/etc/dnscrypt-proxy.conf"
|
conf_files="/etc/dnscrypt-proxy.toml"
|
||||||
system_accounts="dnscrypt_proxy"
|
system_accounts="dnscrypt_proxy"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||||
|
vlicense LICENSE
|
||||||
vsv dnscrypt-proxy
|
vsv dnscrypt-proxy
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue