Marcus Meissner
e2dc92ffeb
- add adns-1.5.1-gcc10.patch to fix build with GCC10 - run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/811067 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=27
165 lines
6.0 KiB
Plaintext
165 lines
6.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 2 12:48:11 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
|
|
|
|
- add adns-1.5.1-gcc10.patch to fix build with GCC10
|
|
- run spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 4 20:26:32 UTC 2017 - aavindraa@gmail.com
|
|
|
|
- Update to 1.5.1
|
|
* 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).
|
|
* 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.
|
|
* 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.
|
|
* 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.)
|
|
- cleanup with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 23 15:13:56 UTC 2017 - kstreitova@suse.com
|
|
|
|
- cleanup with spec-cleaner
|
|
- get rid of %{name} macro in the patch name
|
|
- restart patch numbering
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 2 19:52:21 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Remove obsolete patches
|
|
* adns-ocloexec.patch
|
|
* adns-1.4-ipv6.patch
|
|
- Add gpg signature
|
|
- Cleanup spec-file with spec-cleaner
|
|
- Remove already disabled %check section, tests require working
|
|
network setup
|
|
- Update to 1.5.0
|
|
* This release provides full IPv6 support. Applications can
|
|
request AAAA records (containing IPv6 addresses) as well as,
|
|
or instead of, A records (containing IPv4 addresses). adns
|
|
1.5 can speak to nameservers over IPv6.
|
|
* converting between addresses and address literals. These carry
|
|
less baggage than getaddrinfo and getnameinfo.
|
|
* bugfixes and other minor changes (see changelog for details)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 11 22:44:58 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
- remove debug statement in the spec file, leftover from
|
|
previous change.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 10 19:35:24 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
- Build with large file support in 32 bit archs, autoconf
|
|
stuff is fine, but C files included config.h after C library
|
|
headers, therefore no prototypes for *64 functions found.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 20 12:08:57 UTC 2013 - mmeister@suse.com
|
|
|
|
- Added download url as source.
|
|
Please see http://en.opensuse.org/SourceUrls
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 20 11:24:52 UTC 2011 - coolo@suse.com
|
|
|
|
- add autoconf as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 15:09:47 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 02:23:10 UTC 2011 - crrodriguez@opensuse.org
|
|
|
|
- Use O_CLOEXEC in library code.
|
|
- Change the visibility patch to not use the error prone
|
|
version-script but rather GCC visibility
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 16 19:06:22 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Implement baselibs for package
|
|
- Remove redundant tags/sections from specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 19 23:07:43 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
|
|
- Use 64bit file offsets
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 5 20:35:16 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
|
|
- export only public symbols
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 16 23:00:59 CET 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 18 10:40:36 CEST 2008 - prusnak@suse.cz
|
|
|
|
- document CVE-2008-1447 / CVE-2008-4100 poisoning vulnerability
|
|
in README.SUSE [bnc#426515]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 17:08:29 CET 2008 - prusnak@suse.cz
|
|
|
|
- added patch to support IPv6 protocol [#350506]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 7 04:23:16 CEST 2007 - crrodriguez@suse.de
|
|
|
|
- update to version 1.4
|
|
- run ldconfig
|
|
- use library packaging policy
|
|
- run make check
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 1 15:19:17 CEST 2006 - mt@suse.de
|
|
|
|
- updated to adns-1.3, providing new support for SRV RRs
|
|
and unknown RRs as well as several portability fixes.
|
|
- adopted configure and destdir patches, removed obsolete
|
|
codecleanup and missing_symlink patches
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 00:03:42 CEST 2006 - mrueckert@suse.de
|
|
|
|
- added adns-missing_symlink.diff:
|
|
add missing symlink "libadns.so" so you can dynamically
|
|
link against libadns.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:34:07 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 14:52:07 CET 2005 - ro@suse.de
|
|
|
|
- added libadns.so.1 to filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 18:33:27 CEST 2005 - pth@suse.de
|
|
|
|
- Make declarations of adns__parse_domain match.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 10 07:47:56 CEST 2004 - lmuelle@suse.de
|
|
|
|
- Inital SuSE RPM; [#43590].
|