Subject: CVS commit: pkgsrc/net/fpdns
From: Frederic Cambus
Date: 2020-04-02 11:46:53
Message id: 20200402094653.28DECFB27@cvs.NetBSD.org

Log Message:
fpdns: update to 0.10.0-20190131.

pkgsrc changes:

- Remove redundant PERL5_CONFIGURE directive
- Remove empty PLIST and now unneeded patches

ChangeLog:

- fpdns-rails implementation upgraded to 3.2.11 to fix security vulnerability
- Do not set header counters unless changed
- Knot DNS capture from response_collector
- Hack to work around an old problem in Net::DNS.  Up to Net::DNS 0.68
  the notify opcode was coded as NS_NOTIFY_OP.  That was changed in version
  0.69 through 0.71 with no backwards compatibility.  This hack
  tests for the new NOTIFY and falls back to NS_NOTIFY_OP if necessary.
- Don't pass an undef value to Net::DNS::Resolver::srcaddr()
- Existing unbound rules match up to 1.6.0

  Versions between 1.6.1 and 1.6.8 are misidentified as Raiden DNSD.
  Versions later than that are not recognized.

  This was verified on versions 1.5.10 and 1.6.0; versions prior to 1.5.10
  wasn't as easy to build due to openssl api changes.
- Identify Unbound 1.7.x to 1.9.x

  All Unbound releases between 1.7.0 and 1.9.6 were tested and verified to
  match these new rules. Prior to this change, none of them matched a
  signature. The old rules matched up to 1.6.0, but for 1.6.1 to 1.6.8,
  fpdns misidentifies Unbound as "Raiden DNSD" (and still does, even after
  this change).
- Update signatures for Unbound

Files:
RevisionActionfile
1.15modifypkgsrc/net/fpdns/Makefile
1.5modifypkgsrc/net/fpdns/distinfo
1.3removepkgsrc/net/fpdns/PLIST
1.1removepkgsrc/net/fpdns/patches/patch-lib_Net_DNS_Fingerprint.pm