| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Portability fix for systems where socklen_t is bigger than int.
- Fix for malicious optimisation of memcpy in test suite, which
causes failure with gcc-4.1.9 -O3. See Debian bug #772718.
- Fix TCP async connect handling. The bug is hidden on Linux and on most
systems where the nameserver is on localhost. If it is not hidden,
adns's TCP support is broken unless adns_if_noautosys is used.
- Fix addr queries (including subqueries, ie including deferencing MX
lookups etc.) not to crash when one of the address queries returns
tempfail. Also, do not return a spurious pointer to the application
when one of the address queries returns a permanent error (although,
the application almost certainly won't use this pointer because the
associated count is zero).
- adnsresfilter: Fix addrtextbuf buffer size. This is not actually a
problem in real compiled code but should be corrected.
- Properly include harness.h in adnstest.c in regress/. Suppresses
a couple of compiler warnings (implicit declaration of Texit, etc.)
Notes:
svn path=/head/; revision=420582
|
|
|
|
|
|
|
|
| |
Changes since 1.4:
http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html
Notes:
svn path=/head/; revision=373057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 178364
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Notes:
svn path=/head/; revision=369118
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
| |
- INSTALLS_SHLIB -> USE_LDCONFIG
PR: ports/104801
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Notes:
svn path=/head/; revision=176002
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter.
PR: 99434
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: arved (mentor)
Notes:
svn path=/head/; revision=166766
|
|
|
|
|
|
|
|
|
|
|
| |
- Respect NOPORTDOCS
- Add a HTTP master site
PR: ports/96096
Submitted by: Martin Matuska <martin@matuska.org>
Notes:
svn path=/head/; revision=160012
|
|
|
|
| |
Notes:
svn path=/head/; revision=149250
|
|
|
|
| |
Notes:
svn path=/head/; revision=126749
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
| |
PR: 21357
Submitted by: maintainer
Notes:
svn path=/head/; revision=32829
|
|
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
|