From 2b8528971574b7f57fa8d4696b1d506f0b122c47 Mon Sep 17 00:00:00 2001 From: Aaron Drew Date: Sun, 8 Jan 2017 23:20:03 +1100 Subject: [PATCH 1/2] https-dns-proxy: Version bump Version bump. Now includes support for SRV records, cap on concurrent requests. Signed-off-by: Aaron Drew --- net/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 index 424f1f626..b67769990 100644 --- 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 PKG_LICENSE:=MIT From 31ab5b2d740db740d17e8a30d95b292e9a53d90a Mon Sep 17 00:00:00 2001 From: Aaron Drew Date: Mon, 9 Jan 2017 23:11:20 +1100 Subject: [PATCH 2/2] https-dns-proxy: Switch from bz2 to xz Signed-off-by: Aaron Drew --- net/https-dns-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile index b67769990..2ebec2bd8 100644 --- a/net/https-dns-proxy/Makefile +++ b/net/https-dns-proxy/Makefile @@ -4,7 +4,7 @@ PKG_NAME:=https_dns_proxy PKG_VERSION:=2017-01-07 PKG_RELEASE=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/ PKG_SOURCE_PROTO:=git