Up to [cvs.NetBSD.org] / pkgsrc / net / djbdnscurve6
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 8 13:44:12 2023 UTC (2 months, 2 weeks ago) by schmonz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Update to 44c. From the changelog: - NS violating CurveDNS protocol don't impede name resolution anymore. - tinydns-edit 'add' recognizes now IPv6 addresses upon call for NS and MX records. - Updates to tinydns-edit.8 man file and straightening the docs for libsodium use.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Apr 3 23:40:21 2023 UTC (5 months, 3 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
Update to 44a. From the changelog: - Fixed bug in tinydns-data evaluating IPv4 addresses.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 8 16:14:37 2023 UTC (7 months, 2 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.23: +5 -3
lines
Diff to previous 1.23 (colored)
Update to 44. From the changelog: - Included enhancements and bug fixes from M.C. for dnscache and queries: no global PTR lookup for ULA addresses, recognition of .onion domain, considering empty forwarding files and all 16 possible name servers. - tinydns' split-horizon capabilities are now based on IPv4/IPv6 CIDR addresses.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Aug 3 16:31:43 2022 UTC (13 months, 3 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
Update to 43. From the changelog: - Fixed bug in dns_txt evaluation for long TXT records -> RDATA labels not respected. - Fixed generation of SPF and DKIM records in tinydns due to missing labels in RDATA. - The maximal TXT label-len is 255 throughout. - Fixed man page of dnscache referencing outdated EDNS0 disabling. - Added script to extract pubkey from keyfile to be used for DKIM records. - Fixed wrong response to PTR query of ::1 -> ip6-loopback.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 25 15:09:48 2022 UTC (17 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update to 42a. From the changelog: - Fixed TLSA RR generation in tinydns-data and changed default for selector to SPK hash (=1). - Fixed typo in script add-tlsa.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jan 30 08:44:39 2022 UTC (19 months, 3 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Update to 42. From the changelog: - Fixed broken fork: sipcache/siphash not included.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 20 20:30:34 2022 UTC (20 months ago) by schmonz
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Update to 41. From the changelog: - Small adjustments after a large DNS Internet survey done by dnscache. - Removed JBP's CNAME enhancement for dnscache (query.c) [http://jdebp.info/Softwares/djbwares/djbdns-patches.html]; seems does not work under all circumstances [20220113#1].
Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 21 22:30:23 2021 UTC (23 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update to 40. From the changelog: - Added CurveDNS support for all servers. curvedns-keygen available.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 4 13:33:21 2021 UTC (2 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update to 38. From the changelog: - dns_transmit binds to IPv4 or IPv6 UDP/TCP sockets specifically <-> fehQlibs-18.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 17 19:52:22 2021 UTC (2 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
Update to 37. From the changelog: - Fixed bug in tinydns formating NS records for IPv4 wrong (IPv4-mapped IPv6). - Added TLSA/DANE support for tinydns: '_' in data. Automatic name synthesis. - Included and added man pages. Added script add-tlsa.sh. pkgsrc changes: - Since this is derived from public-domain djbdns and no other license is specified, set LICENSE-public-domain
Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 19 09:35:39 2020 UTC (2 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
Remove DJB_RESTRICTED, no longer used.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 31 19:07:37 2020 UTC (3 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update to 36c. From the changelog: - Streamlined with fehQlibs-15.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 25 05:42:36 2020 UTC (3 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
Retire 'djbware-errno-hack' and associated options.mk cleverness. Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 27 05:36:56 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
net/djbdnscurve6: does not have error.h
Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 3 01:13:34 2020 UTC (3 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update to 36b. From the changelog: - Fixed integration bug but displaying IPv6 addresses (dns_ip.c, dns_mx.c). - Streamlined with fehQlibs-13d.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 16 21:27:06 2019 UTC (3 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
Update to 36a. From the changelog: - Fixed CVE-2009-0858 in response.c (tx. Martin). - Compliance with fehQlibs-13 given DNS return codes and dns timeouts aligned. - DNS return codes streamlined with fehQlibs-13c. - Fixed wrong evaluation of query_* (-1 -> DNS_*), making dnscache polling.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:33 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.9: +6 -6
lines
Diff to previous 1.9 (colored)
net: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 3 10:45:18 2019 UTC (4 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump PKGREVISION for fehqlibs update.
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Sat Jul 13 10:00:44 2019 UTC (4 years, 2 months ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Pullup ticket #5994 - requested by schmonz net/fehqlibs: bugfix net/djbdnscurve6, net/ucspi-ssl, net/ucspi-tcp6: bump revision Revisions pulled up: - net/djbdnscurve6/Makefile 1.6 - net/fehqlibs/Makefile 1.5 - net/fehqlibs/distinfo 1.4 - net/ucspi-ssl/Makefile 1.32 - net/ucspi-tcp6/Makefile 1.14 --- Module Name: pkgsrc Committed By: schmonz Date: Wed Jul 10 10:35:11 UTC 2019 Modified Files: pkgsrc/net/fehqlibs: Makefile distinfo Log Message: .9.12 has a serious regression in dns_ipq.c: only AAAA records are looked up, instead of AAAA and A. Revert to previous 0.9.10 (as "0.9.12.10"). --- Module Name: pkgsrc Committed By: schmonz Date: Wed Jul 10 10:49:36 UTC 2019 Modified Files: pkgsrc/net/djbdnscurve6: Makefile pkgsrc/net/ucspi-ssl: Makefile pkgsrc/net/ucspi-tcp6: Makefile Log Message: Bump PKGREVISION for fehqlibs-using packages.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 10 12:59:53 2019 UTC (4 years, 2 months ago) by schmonz
Branch: MAIN
Changes since 1.7: +1 -7
lines
Diff to previous 1.7 (colored)
Specify include/qlibs and lib/qlibs paths once, in fehqlibs/buildlink3.mk.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 10 11:23:34 2019 UTC (4 years, 2 months ago) by schmonz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Bump PKGREVISION for new runtime dependency on fehqlibs.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 10 10:49:36 2019 UTC (4 years, 2 months ago) by schmonz
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Bump PKGREVISION for fehqlibs-using packages.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 20 02:09:25 2019 UTC (4 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base
Branch point for: pkgsrc-2019Q2
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
Switch from NaCl to libsodium for portability. Ride previous bump.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 20 01:27:59 2019 UTC (4 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update to 35. From the changelog: - fixed bug in tinydns-data with false translation of IPv6|v4 addresses for MX records. - fixed bug in dnsip abending while evaluating IPv6 addresses. - fixed alignment bug in dd.c for dd6 (tx vise). - fixed bug in dns_nd.c for IPv6; dnsfilter is working now for IPv4 and IPv6 (tx vise). - dns_ip, dns_mx, dns_txt, and dns_name return now number of answers given (fehQlibs-12). - libsodium compatibility checked and verified.
Revision 1.3 / (download) - annotate - [select for diffs], Thu May 23 19:23:09 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 18 20:19:31 2019 UTC (4 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to v34 (20190313). From the changelog: - added pseudo IP address ':0' for servers to allow simultaneous binding to both IPv4 and IPv6. Disregard of unresponsive DNS servers for query. - Quadratic lookup scheme for dns_transmit.c (tx. Joseph Tam). - Fixed missing IP address for client rejection in log (tx. Bob Dodds).
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 5 06:20:19 2019 UTC (4 years, 8 months ago) by schmonz
Branch: MAIN
Initial import of djbdnscurve6, a fork of djbdns combining - IPv6 capabilities based on fehQlibs allowing the use of compactified IPv6 and LLU addresses, - a CurveDNS secured query/response for dnscache based on NaCl with an adapted Matthew Dempsky patch, - including improvements for CNAME caching, and - allowing a qualification of DNS Name Servers. - rbldns supporting now IPv6 addresses. - tinydns using now compactified IPv6 addresses within the tinydns-data data file. The decrypting djbdnscurve6 stub resolver can be used as standard lib for other programs.