--- - branch: pkgsrc-2015Q3 date: Fri Dec 18 19:46:02 UTC 2015 files: - new: 1.12.2.1 old: '1.12' path: pkgsrc/net/bind910/Makefile pathrev: pkgsrc/net/bind910/Makefile@1.12.2.1 type: modified - new: 1.10.2.1 old: '1.10' path: pkgsrc/net/bind910/distinfo pathrev: pkgsrc/net/bind910/distinfo@1.10.2.1 type: modified - new: 1.2.6.1 old: '1.2' path: pkgsrc/net/bind910/patches/patch-bin_dig_dighost.c pathrev: pkgsrc/net/bind910/patches/patch-bin_dig_dighost.c@1.2.6.1 type: modified - new: 1.2.8.1 old: '1.2' path: pkgsrc/net/bind910/patches/patch-bin_tests_system_Makefile.in pathrev: pkgsrc/net/bind910/patches/patch-bin_tests_system_Makefile.in@1.2.8.1 type: modified - new: 1.3.6.1 old: '1.3' path: pkgsrc/net/bind910/patches/patch-configure pathrev: pkgsrc/net/bind910/patches/patch-configure@1.3.6.1 type: modified id: 20151218T194602Z.daac87bf153e08f2362da136c81b873267be6441 log: "Pullup ticket #4872 - requested by taca\nnet/bind910: security fix\n\nRevisions pulled up:\n- net/bind910/Makefile 1.13-1.14\n- net/bind910/distinfo 1.12-1.13\n- net/bind910/patches/patch-bin_dig_dighost.c \ 1.3\n- net/bind910/patches/patch-bin_tests_system_Makefile.in \ 1.3\n- net/bind910/patches/patch-configure 1.4\n\n---\n \ Module Name: pkgsrc\n Committed By: taca\n Date: Sun Dec 13 17:35:22 UTC 2015\n\n Modified Files:\n pkgsrc/net/bind910: Makefile distinfo\n pkgsrc/net/bind910/patches: patch-bin_dig_dighost.c\n patch-bin_tests_system_Makefile.in patch-configure\n\n Log Message:\n Update bind910 to 9.10.3.\n\n Security Fixes\n\n * An incorrect boundary check in the OPENPGPKEY rdatatype could\n \ trigger an assertion failure. This flaw is disclosed in\n CVE-2015-5986. [RT #40286]\n * A buffer accounting error could trigger an assertion failure when\n parsing certain malformed DNSSEC keys.\n This flaw was discovered by Hanno Bæ\x97¦ck of the Fuzzing Project, and\n is disclosed in CVE-2015-5722. [RT #40212]\n * A specially crafted query could trigger an assertion failure in\n message.c.\n This flaw was discovered by Jonathan Foote, and is disclosed in\n CVE-2015-5477. [RT #40046]\n \ * On servers configured to perform DNSSEC validation, an assertion\n failure could be triggered on answers from a specially configured\n server.\n \ This flaw was discovered by Breno Silveira Soares, and is disclosed\n \ in CVE-2015-4620. [RT #39795]\n\n New Features\n\n * New quotas have been added to limit the queries that are sent by\n recursive resolvers to authoritative servers experiencing\n denial-of-service attacks. When configured, these options can both\n reduce the harm done to authoritative servers and also avoid the\n resource exhaustion that can be experienced by recursives when they\n are being used as a vehicle for such an attack.\n \ NOTE: These options are not available by default; use configure\n --enable-fetchlimit to include them in the build.\n + fetches-per-server limits the number of simultaneous queries\n that can be sent to any single authoritative server. The\n configured value is a starting point; it is automatically\n \ adjusted downward if the server is partially or completely\n non-responsive. The algorithm used to adjust the quota can be\n configured via the fetch-quota-params option.\n + fetches-per-zone limits the number of simultaneous queries\n that can be sent for names within a single domain. (Note:\n Unlike \"fetches-per-server\", this value is not self-tuning.)\n Statistics counters have also been added to track the number of\n queries affected by these quotas.\n * dig +ednsflags can now be used to set yet-to-be-defined EDNS flags\n in DNS requests.\n \ * dig +[no]ednsnegotiation can now be used enable / disable EDNS\n version negotiation.\n * An --enable-querytrace configure switch is now available to enable\n very verbose query tracelogging. This option can only be set at\n compile time. This option has a negative performance impact and\n should be used only for debugging.\n\n Feature Changes\n\n * Large inline-signing changes should be less disruptive. Signature\n generation is now done incrementally; the number of signatures to\n be generated in each quantum is controlled by\n \"sig-signing-signatures number;\". [RT #37927]\n * The experimental SIT extension now uses the EDNS COOKIE option code\n point (10) and is displayed as \"COOKIE: \". The existing\n named.conf directives; \"request-sit\", \"sit-secret\" and\n \ \"nosit-udp-size\", are still valid and will be replaced by\n \"send-cookie\", \"cookie-secret\" and \"nocookie-udp-size\" in BIND\n 9.11. The existing dig directive \"+sit\" is still valid and will be\n replaced with \"+cookie\" in BIND 9.11.\n * When retrying a query via TCP due to the first answer being\n truncated, dig will now correctly send the COOKIE value returned by\n the server in the prior response. [RT #39047]\n * Retrieving the local port range from net.ipv4.ip_local_port_range\n on Linux is now supported.\n * Active Directory names of the form gc._msdcs. are now\n accepted as valid hostnames when using the check-names option.\n \ is still restricted to letters, digits and hyphens.\n * Names containing rich text are now accepted as valid hostnames in\n PTR records in DNS-SD reverse lookup zones, as specified in RFC\n 6763. [RT #37889]\n\n Bug Fixes\n\n * Asynchronous zone loads were not handled correctly when the zone\n load was already in progress; this could trigger a crash in zt.c.\n [RT #37573]\n * A race during shutdown or reconfiguration could cause an assertion\n failure in mem.c. [RT #38979]\n * Some answer formatting options didn't work correctly with dig\n +short. [RT #39291]\n * Malformed records of some types, including NSAP and UNSPEC, could\n trigger assertion failures when loading text zone files. [RT\n \ #40274] [RT #40285]\n * Fixed a possible crash in ratelimiter.c caused by NOTIFY messages\n being removed from the wrong rate limiter queue. [RT #40350]\n * The default rrset-order of random was inconsistently applied. [RT\n #40456]\n * BADVERS responses from broken authoritative name servers were not\n handled correctly. [RT #40427]\n * Several bugs have been fixed in the RPZ implementation:\n + Policy zones that did not specifically require recursion could\n be treated as if they did; consequently, setting\n qname-wait-recurse no; was sometimes ineffective. This has\n been corrected. In most configurations, behavioral changes due\n to this fix will not be noticeable. [RT #39229]\n + The server could crash if policy zones were updated (e.g. via\n rndc reload or an incoming zone transfer) while RPZ processing\n \ was still ongoing for an active query. [RT #39415]\n + On servers with one or more policy zones configured as slaves,\n if a policy zone updated during regular operation (rather than\n at startup) using a full zone reload, such as via AXFR, a bug\n could allow the RPZ summary data to fall out of sync,\n potentially leading to an assertion failure in rpz.c when\n further incremental updates were made to the zone, such as via\n IXFR. [RT #39567]\n + The server could match a shorter prefix than what was\n available in CLIENT-IP policy triggers, and so, an unexpected\n action could be taken. This has been corrected. [RT #39481]\n + The server could crash if a reload of an RPZ zone was\n initiated while another reload of the same zone was already in\n progress. [RT #39649]\n + Query names could match against the wrong policy zone if\n wildcard records were present. [RT #40357]\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Wed Dec 16 00:31:22 UTC 2015\n\n Modified Files:\n \ pkgsrc/net/bind910: Makefile distinfo\n\n Log Message:\n Update bind910 package to 9.10.3pl2 (BIND 9.10.3-P2), security release.\n\n --- 9.10.3-P2 released ---\n\n 4270. [security] Update allowed OpenSSL versions as named is\n potentially vulnerable to CVE-2015-3193.\n\n \ 4261. [maint] H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53.\n \ [RT #40556]\n\n 4260. [security] Insufficient testing when parsing a message allowed\n records with an incorrect class to be be accepted,\n triggering a REQUIRE failure when those records\n were subsequently cached. (CVE-2015-8000) [RT #40987]\n\n 4253. [security] Address fetch context reference count handling error\n on socket error. (CVE-2015-8461) [RT#40945]\n\n --- 9.10.3-P1 (withdrawn) ---\n" module: pkgsrc subject: 'CVS commit: [pkgsrc-2015Q3] pkgsrc/net/bind910' unixtime: '1450467962' user: bsiegert