Ana Guerrero
01ff165fc7
Accepting request 1177863 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/1177863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=32
2024-06-03 15:40:57 +00:00
Danilo Spinella
71bf85cf40
Accepting request 1176811 from home:AndreasStieger:branches:devel:libraries:c_c++
...
fix Factory submission
OBS-URL: https://build.opensuse.org/request/show/1176811
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=34
2024-05-31 08:20:08 +00:00
Danilo Spinella
deea878f3f
Accepting request 1174011 from home:dimstar:Factory
...
- Update to version 1.6.1:
+ Minor bugfix:
* Suppress warning about `trust-ad` in resolv.conf.
+ Build system:
* Honour DESTDIR, avoiding need for prefix= workaround.
* regression tests: Add missing dependency on hsyscalls.i.
GNU #51329 . [Report from Sergei Trofimovich]
* regression tests: build with 64-bit time_t on 32-bit systems.
+ Documentation:
* Fix all http: URLs in docs to be https: instead.
- Drop: fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/1174011
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=33
2024-05-15 13:54:22 +00:00
Ana Guerrero
2074bdb3fc
Accepting request 1148535 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/1148535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=31
2024-02-21 16:59:16 +00:00
cad1ed0dfc
Accepting request 1147745 from home:dimstar:rpm4.20:a
...
Prepare for RPM 4.20
OBS-URL: https://build.opensuse.org/request/show/1147745
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=31
2024-02-21 10:24:24 +00:00
Dominique Leuenberger
5ed32bff3d
Accepting request 814744 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/814744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=30
2020-06-16 11:45:15 +00:00
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
Dominique Leuenberger
688b0ede17
Accepting request 812023 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/812023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=29
2020-06-06 21:40:02 +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
Dominique Leuenberger
67c028d2c0
Accepting request 539308 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/539308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=28
2017-11-10 13:41:27 +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
Yuchen Lin
290fb0d14b
Accepting request 482449 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/482449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=27
2017-04-11 10:38:14 +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
Dominique Leuenberger
310f4b726c
Accepting request 289261 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/289261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=26
2015-03-09 09:03:26 +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
Stephan Kulow
d9202b5df1
Accepting request 178605 from devel:libraries:c_c++
...
- remove debug statement in the spec file, leftover from
previous change.
- 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. (forwarded request 178594 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/178605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=23
2013-06-18 07:52:33 +00:00
01c68ad280
Accepting request 178594 from home:elvigia:branches:devel:libraries:c_c++
...
- remove debug statement in the spec file, leftover from
previous change.
- 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.
OBS-URL: https://build.opensuse.org/request/show/178594
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=19
2013-06-12 08:22:41 +00:00
Stephan Kulow
1cd80118d8
Accepting request 160226 from devel:libraries:c_c++
...
- Added download url as source.
Please see http://en.opensuse.org/SourceUrls (forwarded request 160224 from m_meister)
OBS-URL: https://build.opensuse.org/request/show/160226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=22
2013-03-22 09:59:53 +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
Stephan Kulow
cfdba769ee
Accepting request 97236 from devel:libraries:c_c++
...
add autoconf to buildrequires (forwarded request 97189 from coolo)
OBS-URL: https://build.opensuse.org/request/show/97236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=19
2011-12-27 17:34:26 +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
Stephan Kulow
a39f3ad128
Accepting request 92978 from 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 (forwarded request 92977 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/92978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=18
2011-11-22 16:47:09 +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
Lars Vogdt
005800275b
Accepting request 82739 from devel:libraries:c_c++
...
- Remove redundant tags/sections from specfile (forwarded request 82706 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/82739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=16
2011-09-19 13:33:25 +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
Berthold Gunreben
c00646f87c
Autobuild autoformatter for 56371
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=14
2010-12-20 11:22:31 +00:00
Berthold Gunreben
500b1c739b
Accepting request 56371 from devel:libraries:c_c++
...
Accepted submit request 56371 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/56371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=13
2010-12-20 11:22:22 +00:00
Cristian Rodríguez
ef063bbec9
Accepting request 56370 from home:elvigia:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/56370
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=5
2010-12-19 23:42:59 +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
OBS User buildservice-autocommit
f08ba6db46
Updating link to change in openSUSE:Factory/adns revision 12.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=063abeeff55cc54108f9ea6b6482d7e5
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 autobuild
3ee6ce3a8a
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=8
2010-03-18 14:34:13 +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