pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/fpdns
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Apr 2 09:46:53 UTC 2020
Modified Files:
pkgsrc/net/fpdns: Makefile distinfo
Removed Files:
pkgsrc/net/fpdns: PLIST
pkgsrc/net/fpdns/patches: patch-lib_Net_DNS_Fingerprint.pm
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
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/fpdns/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/net/fpdns/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/fpdns/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/net/fpdns/patches/patch-lib_Net_DNS_Fingerprint.pm
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/fpdns/Makefile
diff -u pkgsrc/net/fpdns/Makefile:1.14 pkgsrc/net/fpdns/Makefile:1.15
--- pkgsrc/net/fpdns/Makefile:1.14 Sun Aug 11 13:22:08 2019
+++ pkgsrc/net/fpdns/Makefile Thu Apr 2 09:46:52 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 13:22:08 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/02 09:46:52 fcambus Exp $
-VERSION= 20130404
-DISTNAME= 20130404
-PKGREVISION= 6
+VERSION= 20190131
+DISTNAME= 20190131
PKGNAME= fpdns-0.10.0pre${VERSION}
CATEGORIES= net
MASTER_SITES= https://github.com/kirei/fpdns/archive/
@@ -19,7 +18,6 @@ REPLACE_PERL= apps/fpdns
USE_TOOLS+= perl
USE_LANGUAGES= # none
-PERL5_CONFIGURE= yes
PERL5_PACKLIST= auto/Net/DNS/Fingerprint/.packlist
.include "../../lang/perl5/module.mk"
Index: pkgsrc/net/fpdns/distinfo
diff -u pkgsrc/net/fpdns/distinfo:1.4 pkgsrc/net/fpdns/distinfo:1.5
--- pkgsrc/net/fpdns/distinfo:1.4 Wed Nov 4 00:35:00 2015
+++ pkgsrc/net/fpdns/distinfo Thu Apr 2 09:46:52 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index