Commit Graph

18 Commits

Author SHA256 Message Date
037df42bc1 Accepting request 814724 from home:kstreitova:branches:devel:libraries:c_c++
- Update to 1.6.0
- Changes in 1.6.0:
  * Bugfixes
    * adnshost: Support --reverse in -f mode input stream
    * timeout robustness against clock skew: track query start time and
      duration.  Clock instability may now only cause spurious timeouts
      rather than indefinite hangs or even assertion failures.
  * New features:
    * adnshost: Offer ability to set adns checkc flags
    * adnslogres: Honour --checkc-freq (if it comes first)
    * adnsresfilter: Honour --checkc-freq and --checkc-entex
    * time handling: Support use of CLOCK_MONOTONIC via an init flag.
    * adns_str* etc.: Improve robustness; more allowable inputs values.
  * Internal changes:
    * adnshost: adh-opts.c: Whitespace adjustments to option table
  * Build system and tests improvements
- Changes in 1.5.2
  * Important security fixes:
    CVE-2017-9103 CVE-2017-9104 CVE-2017-9105 CVE-2017-9109:
      Vulnerable applications: all adns callers.
      Exploitable by: the local recursive resolver.
      Likely worst case: Remote code execution.
    CVE-2017-9106:
      Vulnerable applications: those that make SOA queries.
      Exploitable by: upstream DNS data sources.
      Likely worst case: DoS (crash of the adns-using application)
    CVE-2017-9107:
      Vulnerable applications: those that use adns_qf_quoteok_query.
      Exploitable by: sources of query domain names.
      Likely worst case: DoS (crash of the adns-using application)

OBS-URL: https://build.opensuse.org/request/show/814724
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=29
2020-06-15 15:25:03 +00:00
e2dc92ffeb Accepting request 811067 from home:kstreitova:branches:devel:libraries:c_c++
- 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
2020-06-06 06:50:54 +00:00
3b28fbcb72 Accepting request 539006 from home:avindra
- 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

OBS-URL: https://build.opensuse.org/request/show/539006
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=25
2017-11-06 13:54:40 +00:00
3de158b3fc Accepting request 482319 from home:kstreitova:branches:devel:libraries:c_c++
- cleanup with spec-cleaner
- get rid of %{name} macro in the patch name
- restart patch numbering

OBS-URL: https://build.opensuse.org/request/show/482319
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=23
2017-03-24 09:56:21 +00:00
894e583cd6 Accepting request 288563 from home:pluskalm:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/288563
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=21
2015-03-04 17:15:56 +00:00
Ismail Dönmez
f4453d69d5 Accepting request 160224 from home:m_meister:branches:openSUSE:Factory
- Added download url as source. 
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160224
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=17
2013-03-20 12:25:05 +00:00
Ismail Dönmez
e6fc8c5004 Accepting request 97189 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97189
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=14
2011-12-20 13:44:36 +00:00
ebf49ace13 Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=11
2011-11-22 15:10:08 +00:00
Cristian Rodríguez
58fc7cd92f Accepting request 92977 from home:elvigia:branches:devel:libraries:c_c++
- Use O_CLOEXEC in library code.
- Change the visibility patch to not use the error prone 
  version-script but rather GCC visibility

OBS-URL: https://build.opensuse.org/request/show/92977
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=10
2011-11-22 02:36:24 +00:00
Pavol Rusnak
8162ab54e3 Accepting request 82706 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/82706
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=8
2011-09-17 12:45:20 +00:00
Pavol Rusnak
c8dc4f7c55 Accepting request 82577 from home:jengelh:bl
- Implement baselibs for package

OBS-URL: https://build.opensuse.org/request/show/82577
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=7
2011-09-17 10:06:32 +00:00
OBS User autobuild
f51fd0b18c Autobuild autoformatter for 52268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=12
2010-11-08 13:41:43 +00:00
Ruediger Oertel
03595f362d Accepting request 52268 from devel:libraries:c_c++
Accepted submit request 52268 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/52268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=11
2010-11-08 13:41:34 +00:00
OBS User unknown
38305fcfe4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=6 2009-01-19 00:38:30 +00:00
OBS User unknown
564e2f78da OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=4 2008-09-24 12:58:43 +00:00
OBS User unknown
8ffa04a24f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=3 2008-02-21 00:31:47 +00:00
OBS User unknown
e3b8670b98 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=2 2007-08-10 07:49:21 +00:00
OBS User unknown
6bdae8ef03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=1 2007-01-15 22:50:52 +00:00