lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2b8528971574b7f57fa8d4696b1d506f0b122c47
parent e701fb9e2fd4e59e4c8a3c01197ed5aa420c5a39
Author: Aaron Drew <aarond10@gmail.com>
Date:   Sun,  8 Jan 2017 23:20:03 +1100

https-dns-proxy: Version bump

Version bump. Now includes support for SRV records, cap on concurrent requests.

Signed-off-by: Aaron Drew <aarond10@gmail.com>
Diffstat:
Mnet/https-dns-proxy/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=https_dns_proxy -PKG_VERSION:=2016-09-04 +PKG_VERSION:=2017-01-07 PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/ PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=9e617b76bfd97adfff23e0e8bf2862ce4aee8682 +PKG_SOURCE_VERSION:=c62ce3f6807a4067230a8bc5ea5a829f532de785 PKG_MAINTAINER:=Aaron Drew <aarond10@gmail.com> PKG_LICENSE:=MIT