Bug 212327 - dns/nsd Update to 4.12
Summary: dns/nsd Update to 4.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-02 08:58 UTC by Jaap Akkerhuis
Modified: 2016-09-02 16:39 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update (809 bytes, patch)
2016-09-02 08:58 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!