pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update to 2.1.0 version.



Module Name:	pkgsrc-wip
Committed By:	Jeremy C. Reed <jreed%isc.org@localhost>
Pushed By:	reed
Date:		Fri Aug 5 14:22:42 2016 -0400
Changeset:	5fc5e11052683dac3adf1b87e5c6999fb2bc3738

Modified Files:
	py-dns-clientsubnetoption/Makefile
	py-dns-clientsubnetoption/distinfo

Log Message:
Update to 2.1.0 version.

Using a hash to identify from github.
It identifies itself as 2.1.0.
I needed this for a testing tool for DNS ECS that didn't work with 2.0.0.

There is no changes log, but from github:

Allow setting the RD bit
tresni committed on Mar 8

Don't die if a resolver timesout on option
tresni committed on Mar 8

Use the correct scope when exporting to wire format
rgacogne committed on Mar 8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5fc5e11052683dac3adf1b87e5c6999fb2bc3738

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-dns-clientsubnetoption/Makefile | 12 ++++++------
 py-dns-clientsubnetoption/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-dns-clientsubnetoption/Makefile b/py-dns-clientsubnetoption/Makefile
index f917db4..0d874c5 100644
--- a/py-dns-clientsubnetoption/Makefile
+++ b/py-dns-clientsubnetoption/Makefile
@@ -1,18 +1,18 @@
 # $NetBSD$
 
-DISTNAME=       dnspython-clientsubnetoption-2.0.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
+GITHUB_PROJECT=	dnspython-clientsubnetoption
+DISTNAME=	${GITHUB_TAG}
+PKGNAME=	${PYPKGPREFIX}-${GITHUB_PROJECT:S/python-/-/}-2.1.0
 CATEGORIES=	net
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=opendns/}
-GITHUB_PROJECT=	dnspython-clientsubnetoption
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_TAG=	be8ed04cf208f46eea542504f444982ab6fb4bc1 # master of 2016-04-06
+# which is known as 2.1.0
 
 MAINTAINER=	reed%reedmedia.net@localhost
 HOMEPAGE= 	https://github.com/opendns/dnspython-clientsubnetoption
 COMMENT=	EDNS Client Subnet support for python
 LICENSE=	modified-bsd
-# note the LICENSE document is missing part of final sentence
-# I reported this to them.
 
 DEPENDS+=	${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 EGG_NAME=	clientsubnetoption-${PKGVERSION_NOREV}
diff --git a/py-dns-clientsubnetoption/distinfo b/py-dns-clientsubnetoption/distinfo
index 224f714..3a2db95 100644
--- a/py-dns-clientsubnetoption/distinfo
+++ b/py-dns-clientsubnetoption/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (dnspython-clientsubnetoption-2.0.0.tar.gz) = 886f06230eebf2a7f5e9000bcb12ff9cb850eec6
-RMD160 (dnspython-clientsubnetoption-2.0.0.tar.gz) = 76e8af2fc5cc86f75850b476ca5a020bef7bd745
-SHA512 (dnspython-clientsubnetoption-2.0.0.tar.gz) = bd85911758dad05b0a3fa1b90712aa15756338fb620feea63b52429d6574b2ab3b89220604d3af0ff411d6352e1014bc11ae50d53d3feb6be48414ccb8f10655
-Size (dnspython-clientsubnetoption-2.0.0.tar.gz) = 4935 bytes
+SHA1 (dnspython-clientsubnetoption/be8ed04cf208f46eea542504f444982ab6fb4bc1-be8ed04cf208f46eea542504f444982ab6fb4bc1.tar.gz) = 2cc89d5857e1fa65edef1576ad189bfb288cd216
+RMD160 (dnspython-clientsubnetoption/be8ed04cf208f46eea542504f444982ab6fb4bc1-be8ed04cf208f46eea542504f444982ab6fb4bc1.tar.gz) = fc2794c6158f79ee19aaffbaf2059bd5a4d9969a
+SHA512 (dnspython-clientsubnetoption/be8ed04cf208f46eea542504f444982ab6fb4bc1-be8ed04cf208f46eea542504f444982ab6fb4bc1.tar.gz) = 094debe9c37812903966d6f57d8054e6667bb9fe068659699780ff69c0147fafd8f746c68629dc4a7c12f481171b08a688fa47cc78f57da7872f912cff7ff144
+Size (dnspython-clientsubnetoption/be8ed04cf208f46eea542504f444982ab6fb4bc1-be8ed04cf208f46eea542504f444982ab6fb4bc1.tar.gz) = 5102 bytes


Home | Main Index | Thread Index | Old Index