Bug 212327

Summary: dns/nsd Update to 4.12
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Some People CC: delphij
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update none

Description Jaap Akkerhuis 2016-09-02 08:58:26 UTC
Created attachment 174309 [details]
Patch to update

[Note: Assertions (==OPTION Internal run-time checks) are default not enabled]


This release fixes an assertion failure from a malformed edns query.
If assertions are not enabled, the flaw is harmless.  If assertions
are enabled (with --enable-checking) the failure could lead to service
degradation, as NSD restarts the process that bailed out.


4.1.12
================
BUG FIXES:
        - Fix malformed edns query assertion failure, reported by
          Michal Kepien (NASK).
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-02 16:38:26 UTC
A commit references this bug:

Author: delphij
Date: Fri Sep  2 16:38:13 UTC 2016
New revision: 421270
URL: https://svnweb.freebsd.org/changeset/ports/421270

Log:
  Update to 4.12.

  Release note:
    Fix malformed edns query assertion failure, reported
    by Michal Kepien (NASK)

  PR:		ports/212327
  Submitted by:	maintainer (jaap NLnetLabs nl)
  MFH:		2016Q3

Changes:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-09-02 16:39:28 UTC
A commit references this bug:

Author: delphij
Date: Fri Sep  2 16:39:13 UTC 2016
New revision: 421271
URL: https://svnweb.freebsd.org/changeset/ports/421271

Log:
  MFH: r421270

  Update to 4.12.

  Release note:
    Fix malformed edns query assertion failure, reported
    by Michal Kepien (NASK)

  PR:		ports/212327
  Submitted by:	maintainer (jaap NLnetLabs nl)
  Approved by:	ports-secteam

Changes:
_U  branches/2016Q3/
  branches/2016Q3/dns/nsd/Makefile
  branches/2016Q3/dns/nsd/distinfo
Comment 3 Xin LI freebsd_committer freebsd_triage 2016-09-02 16:39:50 UTC
Committed, thanks!