Upgrade to pywdns version 0.9.0.
* Depends on the wdns C library >= 0.9.0. * Add contants TYPE_TLSA, TYPE_GID, TYPE_EUI64, etc. * Stores EDNS information in the message object. Pet portlint (USE vs. USES order). Sponsored by: Farsight Security, Inc.
This commit is contained in:
parent
004fd3218c
commit
0be2721e21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448748
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pywdns
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|||
|
||||
LIB_DEPENDS= libwdns.so:dns/wdns
|
||||
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= pkgconfig python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (pywdns-0.8.0.tar.gz) = f60c50e01738799465bd7569df9f81f52e5f6fe3a2be568a04acbdba72575699
|
||||
SIZE (pywdns-0.8.0.tar.gz) = 66105
|
||||
TIMESTAMP = 1503710919
|
||||
SHA256 (pywdns-0.9.0.tar.gz) = 2489c69b88753d6c9124fd26ca82aeab6cb45a299b4fbcb264277e0e4d2574b3
|
||||
SIZE (pywdns-0.9.0.tar.gz) = 69904
|
||||
|
|
Loading…
Reference in a new issue