File adns.changes of Package adns
171
1
-------------------------------------------------------------------
2
Mon Jun 8 12:04:21 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
3
4
- add the following patches to fix multiple vulnerabilities [bsc#1172265]
5
* adns-1.5.1-CVE-2017-9103.patch [CVE-2017-9103]
6
* adns-1.5.1-CVE-2017-9104.patch [CVE-2017-9104]
7
* adns-1.5.1-CVE-2017-9105.patch [CVE-2017-9105]
8
* adns-1.5.1-CVE-2017-9106.patch [CVE-2017-9106]
9
* adns-1.5.1-CVE-2017-9107.patch [CVE-2017-9107]
10
* adns-1.5.1-CVE-2017-9108.patch [CVE-2017-9108]
11
* adns-1.5.1-CVE-2017-9109.patch [CVE-2017-9109]
12
13
-------------------------------------------------------------------
14
Sat Nov 4 20:26:32 UTC 2017 - aavindraa@gmail.com
15
16
- Update to 1.5.1
17
* Fix addr queries (including subqueries, ie including deferencing MX
18
lookups etc.) not to crash when one of the address queries returns
19
tempfail. Also, do not return a spurious pointer to the application
20
when one of the address queries returns a permanent error (although,
21
the application almost certainly won't use this pointer because the
22
associated count is zero).
23
* Portability fix for systems where socklen_t is bigger than int.
24
* Fix for malicious optimisation of memcpy in test suite, which
25
causes failure with gcc-4.1.9 -O3.
26
* Fix TCP async connect handling. The bug is hidden on Linux and on most
27
systems where the nameserver is on localhost. If it is not hidden,
28
adns's TCP support is broken unless adns_if_noautosys is used.
29
* adnsresfilter: Fix addrtextbuf buffer size. This is not actually a
30
problem in real compiled code but should be corrected.
31
* Properly include harness.h in adnstest.c in regress/. Suppresses
32
a couple of compiler warnings (implicit declaration of Texit, etc.)
33
- cleanup with spec-cleaner
34
35
-------------------------------------------------------------------
36
Thu Mar 23 15:13:56 UTC 2017 - kstreitova@suse.com
37
38
- cleanup with spec-cleaner
39
- get rid of %{name} macro in the patch name
40
- restart patch numbering
41
42
-------------------------------------------------------------------
43
Mon Mar 2 19:52:21 UTC 2015 - mpluskal@suse.com
44
45
- Remove obsolete patches
46
* adns-ocloexec.patch
47
* adns-1.4-ipv6.patch
48
- Add gpg signature
49
- Cleanup spec-file with spec-cleaner
50
- Remove already disabled %check section, tests require working
51
network setup
52
- Update to 1.5.0
53
* This release provides full IPv6 support. Applications can
54
request AAAA records (containing IPv6 addresses) as well as,
55
or instead of, A records (containing IPv4 addresses). adns
56
1.5 can speak to nameservers over IPv6.
57
* converting between addresses and address literals. These carry
58
less baggage than getaddrinfo and getnameinfo.
59
* bugfixes and other minor changes (see changelog for details)
60
61
-------------------------------------------------------------------
62
Tue Jun 11 22:44:58 UTC 2013 - crrodriguez@opensuse.org
63
64
- remove debug statement in the spec file, leftover from
65
previous change.
66
67
-------------------------------------------------------------------
68
Mon Jun 10 19:35:24 UTC 2013 - crrodriguez@opensuse.org
69
70
- Build with large file support in 32 bit archs, autoconf
71
stuff is fine, but C files included config.h after C library
72
headers, therefore no prototypes for *64 functions found.
73
74
-------------------------------------------------------------------
75
Wed Mar 20 12:08:57 UTC 2013 - mmeister@suse.com
76
77
- Added download url as source.
78
Please see http://en.opensuse.org/SourceUrls
79
80
-------------------------------------------------------------------
81
Tue Dec 20 11:24:52 UTC 2011 - coolo@suse.com
82
83
- add autoconf as buildrequire to avoid implicit dependency
84
85
-------------------------------------------------------------------
86
Tue Nov 22 15:09:47 UTC 2011 - jengelh@medozas.de
87
88
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
89
90
-------------------------------------------------------------------
91
Tue Nov 22 02:23:10 UTC 2011 - crrodriguez@opensuse.org
92
93
- Use O_CLOEXEC in library code.
94
- Change the visibility patch to not use the error prone
95
version-script but rather GCC visibility
96
97
-------------------------------------------------------------------
98
Fri Sep 16 19:06:22 UTC 2011 - jengelh@medozas.de
99
100
- Implement baselibs for package
101
- Remove redundant tags/sections from specfile
102
103
-------------------------------------------------------------------
104
Sun Dec 19 23:07:43 UTC 2010 - cristian.rodriguez@opensuse.org
105
106
- Use 64bit file offsets
107
108
-------------------------------------------------------------------
109
Fri Nov 5 20:35:16 UTC 2010 - cristian.rodriguez@opensuse.org
110
111
- export only public symbols
112
113
-------------------------------------------------------------------
114
Fri Jan 16 23:00:59 CET 2009 - crrodriguez@suse.de
115
116
- remove static libraries
117
118
-------------------------------------------------------------------
119
Thu Sep 18 10:40:36 CEST 2008 - prusnak@suse.cz
120
121
- document CVE-2008-1447 / CVE-2008-4100 poisoning vulnerability
122
in README.SUSE [bnc#426515]
123
124
-------------------------------------------------------------------
125
Wed Feb 20 17:08:29 CET 2008 - prusnak@suse.cz
126
127
- added patch to support IPv6 protocol [#350506]
128
129
-------------------------------------------------------------------
130
Tue Aug 7 04:23:16 CEST 2007 - crrodriguez@suse.de
131
132
- update to version 1.4
133
- run ldconfig
134
- use library packaging policy
135
- run make check
136
137
-------------------------------------------------------------------
138
Fri Sep 1 15:19:17 CEST 2006 - mt@suse.de
139
140
- updated to adns-1.3, providing new support for SRV RRs
141
and unknown RRs as well as several portability fixes.
142
- adopted configure and destdir patches, removed obsolete
143
codecleanup and missing_symlink patches
144
145
-------------------------------------------------------------------
146
Thu Apr 27 00:03:42 CEST 2006 - mrueckert@suse.de
147
148
- added adns-missing_symlink.diff:
149
add missing symlink "libadns.so" so you can dynamically
150
link against libadns.
151
152
-------------------------------------------------------------------
153
Wed Jan 25 21:34:07 CET 2006 - mls@suse.de
154
155
- converted neededforbuild to BuildRequires
156
157
-------------------------------------------------------------------
158
Mon Dec 19 14:52:07 CET 2005 - ro@suse.de
159
160
- added libadns.so.1 to filelist
161
162
-------------------------------------------------------------------
163
Mon Apr 4 18:33:27 CEST 2005 - pth@suse.de
164
165
- Make declarations of adns__parse_domain match.
166
167
-------------------------------------------------------------------
168
Tue Aug 10 07:47:56 CEST 2004 - lmuelle@suse.de
169
170
- Inital SuSE RPM; [#43590].
171