diff options
author | fcambus <fcambus@pkgsrc.org> | 2020-04-02 09:46:52 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2020-04-02 09:46:52 +0000 |
commit | 673ad4452053d49adc248f1d2885297a478ebe49 (patch) | |
tree | ee8e106d9d4b7c750313f31f75ee2bb43d23d568 /net/fpdns/distinfo | |
parent | 35c64b0010ac4e7fa991a244b40e90cf9d9a0f81 (diff) | |
download | pkgsrc-673ad4452053d49adc248f1d2885297a478ebe49.tar.gz |
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
Diffstat (limited to 'net/fpdns/distinfo')
-rw-r--r-- | net/fpdns/distinfo | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/fpdns/distinfo b/net/fpdns/distinfo index 641011056ee..9317a5865f4 100644 --- a/net/fpdns/distinfo +++ b/net/fpdns/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 00:35:00 agc Exp $ +$NetBSD: distinfo,v 1.5 2020/04/02 09:46:52 fcambus Exp $ -SHA1 (20130404.tar.gz) = 3c3b33df1861a1a9901601d6c2252b2427ba8763 -RMD160 (20130404.tar.gz) = a2e8113c53533c813d81b01223f8b2e5b2407d12 -SHA512 (20130404.tar.gz) = 1a4d9c1cb666efa3f48dcca2b5cd04793e92727359652095572b17479f5343479c57d2937f1fff8070c071a2698eda5c4dff981caf86436f184f0b076b0fa0b3 -Size (20130404.tar.gz) = 931723 bytes -SHA1 (patch-lib_Net_DNS_Fingerprint.pm) = aa48ba2e8e0752762448d4fc71bd378d308ac364 +SHA1 (20190131.tar.gz) = 6ba94733b4f1f8ace76acc691d255ad46d13985b +RMD160 (20190131.tar.gz) = ac2213ab7443d676cbcd8444811ee98cb654944c +SHA512 (20190131.tar.gz) = cde6e3ae9661b82456b65e1b309c1190b63b83406fcc75971b2903d7b38a16cf46b2e2c3d9b3f577c20a8f7ffc077243414fc5e53bed962c85512e2ea6aec15b +Size (20190131.tar.gz) = 933415 bytes |