Update to latest commit.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-08-14 13:25:13 +00:00
parent d9ad5666da
commit a797007c81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447938
3 changed files with 5 additions and 23 deletions

View file

@ -31,8 +31,8 @@ LICENSE= MPL
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.12.0a.2017.08.05
HASH= 13053ff
ISCVERSION= 9.12.0a.2017.08.14
HASH= 60fd71e
USES= cpe libedit

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1502100339
SHA256 (bind9-13053ff.tar.gz) = 85947064a2626c80c819d326c3b53ae59d3e6887ca5708bf4ee5a8a4726fab30
SIZE (bind9-13053ff.tar.gz) = 11906171
TIMESTAMP = 1502715475
SHA256 (bind9-60fd71e.tar.gz) = 51587c0f86ed6ceb2c73124c2b8ce87d16e1eb29fae819bd1ede2cc2ab7a7b6f
SIZE (bind9-60fd71e.tar.gz) = 11899803

View file

@ -1,18 +0,0 @@
Revert this commit:
commit 73cc289e7932e288cf9aed82b1d6e82ea5615c16
Author: Mark Andrews <marka@isc.org>
Date: 2017-08-05 12:31:45 +1000
remove unused variable 'fctx' from rctx_next
--- lib/dns/resolver.c.orig 2017-08-05 02:36:31 UTC
+++ lib/dns/resolver.c
@@ -8939,6 +8939,7 @@ rctx_resend(respctx_t *rctx, dns_adbaddr
*/
static void
rctx_next(respctx_t *rctx) {
+ fetchctx_t *fctx = rctx->fctx;
isc_result_t result;
FCTXTRACE("nextitem");