sniproxy: update to 0.6.1.

This commit is contained in:
Duncaen 2023-12-20 19:36:33 +01:00
parent 3ce439ea80
commit b404d71e99
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,18 +1,21 @@
# Template file for 'sniproxy' # Template file for 'sniproxy'
pkgname=sniproxy pkgname=sniproxy
version=0.6.0 version=0.6.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-dns"
hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel" hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel"
makedepends="libev-devel pcre-devel" makedepends="libev-devel pcre-devel"
checkdepends="curl perl"
short_desc="Proxies incoming HTTP and TLS connections based on the hostname" short_desc="Proxies incoming HTTP and TLS connections based on the hostname"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3" license="BSD-2-Clause"
homepage="https://github.com/dlundquist/${pkgname}" homepage="https://github.com/dlundquist/sniproxy"
distfiles="${homepage}/archive/${version}.tar.gz" changelog="https://raw.githubusercontent.com/dlundquist/sniproxy/master/ChangeLog"
checksum=d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2 distfiles="https://github.com/dlundquist/sniproxy/archive/${version}.tar.gz"
checksum=6a06d12bedcbd5295a2c75d60a9df1cfde9e26efa31f44a34979b5cb8fb0bc1a
conf_files="/etc/${pkgname}.conf" conf_files="/etc/sniproxy.conf"
CFLAGS="-fcommon" CFLAGS="-fcommon"
@ -25,5 +28,6 @@ pre_configure() {
} }
post_install() { post_install() {
vconf $pkgname.conf vconf sniproxy.conf
vlicense COPYING
} }