| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=fpduk34oidra4o5ibqcaopntgs; path=/
content-type: text/html; charset=UTF-8
date: Mon, 29 Dec 2025 17:55:24 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
ldns
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./net/ldns, Library for simplified DNS programming
[
Branch: CURRENT, Version: 1.8.4, Package name: ldns-1.8.4, Maintainer: he
The goal of ldns is to simplify DNS programming, it supports recent
RFCs like the DNSSEC documents, and allows developers to easily
create software conforming to current RFCs, and experimental software
for current Internet Drafts. A secondary benefit of using ldns is
speed; ldns is written in C it should be a lot faster than Perl.
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
ldnsnews
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./net/ldns, Library for simplified DNS programming
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.8.4, Package name: ldns-1.8.4, Maintainer: he
The goal of ldns is to simplify DNS programming, it supports recent
RFCs like the DNSSEC documents, and allows developers to easily
create software conforming to current RFCs, and experimental software
for current Internet Drafts. A secondary benefit of using ldns is
speed; ldns is written in C it should be a lot faster than Perl.
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 1270.564 KBVersion history: (Expand)
- (2025-08-15) Updated to version: ldns-1.8.4
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-02-28) Updated to version: ldns-1.8.3nb2
- (2023-10-25) Updated to version: ldns-1.8.3nb1
- (2022-09-19) Updated to version: ldns-1.8.3
CVS history: (Expand)
| 2025-08-15 09:07:12 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message: ldns drill: updated to 1.8.4 1.8.4 2024-07-19 * Fix building documentation in build directory. Thanks Michael Tokarev * Updated the configure script for split openssl directories. * Fix for windows compile; asctime_r compat, search for inet_ntop in ws2_32, avoid double decl of inet_ntop, check for symlink call, include config.h in edns.c, have socket compare use correct signedness, add -u repo option to makewin.sh, fix quoting in makewin.sh and check return value of bind and connect in net.c for failure instead of a socket type. And fix to install .exe files. * Fix to compile with OpenSSL 3.2. Update acx_nlnetlabs.m4 to 48. * Fix to compile DLLs, and pick out of the lib64 dir, and include libssp-0.dll and ldns-config. * bugfix: Resolver uses nameserver commented out in /etc/resolv.conf. Thanks grembo. * Added RESINFO rrtype. * Added WALLET rrtype. * Fix coverity cited problems. Thanks Enji Cooper. * Several Python SWIG issues. Thanks Florian Weimer. * const ldns_rdf * typemap fixes to support swig-4.2.0 Thanks William S Fulton * keys.c: fix build with libressl >= 3.8.1 Thanks Fabrice Fontaine * Portable executable progs don't underlink to libldns Thanks Ørjan Malde * Update declaration for function with no argument Thanks Ed Maste * fix the build in FreeBSD's base system Thanks Pierre Pronchery and Dag-Erling Smørgrav * improve 'next-label' algorithm in ldns-walk Thanks Jelte Jansen * Add functions to extract RFC 8914 extended errors Thanks Roland van Rijswijk-Deij * Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian Thanks Felipe Gasper * 16-unit-tests-edns: Fix leak & warnings Thanks Felipe Gasper * Added NXNAME rrtype. * Openssl no engine improved support |
| 2025-02-28 18:49:17 by Hauke Fath | Files touched by this commit (1) |
Log message: Don't hard-code SYSCONFDIR. The default for LDNS_TRUST_ANCHOR_FILE is dubious, since we could use the unbound from -base, and we don't depend on net/unbound either. It can be overridden on the command line, though. |
| 2024-02-26 21:11:44 by Havard Eidnes | Files touched by this commit (3) |
Log message: net/ldns: put version# in version.mk, for use by net/drill as well. Re-sort PLIST. No change in installed bits, so no PKGREVISION bump. |
| 2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2297) |
Log message: *: bump for openssl 3 |
| 2022-09-20 22:56:06 by Havard Eidnes | Files touched by this commit (1) |
Log message: net/ldns: fix PLIST. |
| 2022-09-18 22:01:42 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update net/ldns to version 1.8.3.
Pkgsrc changes:
* Only checksum changes.
Upstream changes:
1.8.3 2022-08-15
* bugfix #183: Assertion failure with OPT record without rdata.
This caused packet creation with only a DO bit (for DNSSEC OK)
to crash. Thanks Anand Buddhdev and others for reporting this
so quickly.
* Fix for syntax error in pyldns
1.8.2 2022-08-12
* bugfix #147: Allow for tabs in whitespace before quoted rdata
fields. Thanks Felipe Gasper
* bugfix #149: Add some missing [out] annotations to doxygen
parameters. Thanks aldot.
* Fix build error on Solaris 10 with inet_ntop redeclaration error.
* Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan
* Enable compile of SVCB and HTTPS support by default.
* bugfix #179: Free line memory even if zone file parsing fails
Thanks Claudius Zingerli
* bugfix #166: Grow buffer when writing chars and fixed size
strings when converting to presentation format, preventing
potential assersion errors.
* bugfix #46: Print network errors when secure tracing.
Thanks reedjc
* EDNS0 Option handling and conversion into presentation format.
* bugfix #145: ldns-verify-zone should not call occluded records
glue. Thanks Habbie
1.8.1 2021-12-03
* bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
needs to larger. Thanks Leah Neukirchen & Felipe Gasper
* Undo PR#123 fix ldns.pc installation when building out-of-source
Thanks Axel Xu
|
| 2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message: *: recursive bump for perl 5.36 |
| 2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message: net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch |
