| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update dns/adns to 1.6.0.
This fixes several security issues in adns.
This fixes the build with -fno-common, which is the default with llvm 11.
PR: 248780
Approved by: pi@ (maintainer)
MFH: 2020Q3
Security: 08de38d2-e2d0-11ea-9538-0c9d925bbbc0
Notes:
svn path=/head/; revision=545535
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New features:
* Support for queries about IPv6 data in all applicable adns
query types (including AAAA, PTR, and adns_r_addr queries).
(Thanks very much to Mark Wooding.)
* Support for transport over IPv6. (Thanks to Mark Wooding again.)
* adns_addr2text and adns_text2addr: Convenient functions for
converting between addresses and address literals.
Bugfixes:
* Fix a crashing bug in adnslogres. (Debian#392102.)
* Do all checks of checked PTR owner name before actually sending the
query, and reject IPv4 PTR owner names whose labels have leading zero
digits or values >255.
Build system fixes and improvements:
* `make clean' removes the pipes.
* Work around bugs in make (Debian #4073, #756123) affecting regress.
* Do not include Makefile and src/config.h in distribution tarball.
Regression test debugging improvements:
* Provide gdbwrap convenience script.
* Honour ADNS_TEST_DEBUG env. var. (Mark Wooding.)
Submitted by: pi (maintainer)
Notes:
svn path=/head/; revision=371480
|
| |
|
|
|
|
|
|
|
|
|
| |
- Respect NOPORTDOCS
- Add a HTTP master site
PR: ports/96096
Submitted by: Martin Matuska <martin@matuska.org>
Notes:
svn path=/head/; revision=160012
|
| |
|
|
|
|
|
|
| |
PR: 22004
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=33894
|
| |
|
|
|
|
|
|
| |
PR: 21357
Submitted by: maintainer
Notes:
svn path=/head/; revision=32829
|
| |
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=31103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29614
|
|
|
nslookups in a non-blocking manner. The adns distribution also comes with
some utilities similar to dig, host, nslookup, etc.
The port that I'm importing rips out the ${PORTOBJFORMAT} checking and
also trims the extra stuff in pkg/DESCR, which the original submission
contained.
PR: 17510
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Reviewed by: billf, mharo
Notes:
svn path=/head/; revision=27277
|