OBS-URL: https://build.opensuse.org/package/show/network/udns?expand=0&rev=11
81 lines
3.0 KiB
Plaintext
81 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 6 08:26:41 UTC 2024 - ming li <mli@suse.com>
|
|
|
|
- Update to version 0.6:
|
|
* udns.h: make dst size arg of dns_ntop() unsigned (was int)
|
|
* bugfix: udns_XtoX.c: it is dns_ntop() & dns_pton(), not udns_*
|
|
* bugfix: configure: fix inet_ntop() and inet_pton() checks
|
|
(revealed with gcc-14)
|
|
* bugfix: dnsget: s/AAA/AAAA/ for the record type in help output
|
|
* configure.lib: do not run the produced executables
|
|
(makes cross-building easier)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 24 08:05:13 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
- Update to version 0.5 (yes, this is a 10 years gap)
|
|
* bugfix: wrong init in dns_add_srch() resulting repeating
|
|
queries twice for non-existing domains.
|
|
* bugfix: typo: LDLAGS=>LDFLAGS.
|
|
* portability: include <sys/socket.h> before probing for
|
|
socket() et al, so modern compilers don't fail on
|
|
-Werror=missing-declarations
|
|
* remove a few compiler warnings
|
|
* remove debian/ dir from the release tarball
|
|
* multiple typo fixes
|
|
- Drop Fix-dns_add_srch-initialization-problem.patch (merged
|
|
upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 15:45:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 11:25:33 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Fix initialization problem in dns_add_srch()
|
|
* Fix-dns_add_srch-initialization-problem.patch
|
|
- Cleanup spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 21 14:10:20 UTC 2017 - jengelh@inai.de
|
|
|
|
- Rectify RPM groups.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 5 06:46:05 UTC 2017 - i@marguerite.su
|
|
|
|
- clean specfile and add changelog
|
|
- update version 0.4
|
|
* bugfix: fix a bug in new list code introduced in 0.3
|
|
* portability: use $(LD)/$(LDFLAGS)/$(LIBS)
|
|
- changes in 0.3
|
|
* bugfix: refactor double-linked list implementation in
|
|
udns_resolver.c (internal to the library) to be more
|
|
strict-aliasing-friendly, because old code were
|
|
miscompiled by gcc.
|
|
* bugfix: forgotten strdup() in rblcheck
|
|
- changes in 0.2
|
|
* bugfix: SRV RR handling: fix domain name parsing and
|
|
crash in case if no port is specified on input for
|
|
SRV record query
|
|
* (trivial api) dns_set_opts() now returns number of
|
|
unrecognized options instead of always returning 0
|
|
* dnsget: combine -f and -o options in dnsget (and stop
|
|
documenting -f), and report unknown/invalid -o options
|
|
(and error out)
|
|
* dnsget: pretty-print SSHFP RRs
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 23 00:00:00 UTC 2011 - max@suse.de
|
|
|
|
- New version 0.1
|
|
- Split off lib and devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 00:00:00 UTC 2008 - max@suse.de
|
|
|
|
- Initial build.
|