1 1.1 christos # not ready yet 2 1.1 christos %{?!with_python: %global with_python 1} 3 1.1 christos 4 1.1 christos %if %{with_python} 5 1.1 christos %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} 6 1.1 christos %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} 7 1.1 christos %endif 8 1.1 christos 9 1.1 christos Summary: Validating, recursive, and caching DNS(SEC) resolver 10 1.1 christos Name: unbound 11 1.1 christos Version: 1.4.13 12 1.1 christos Release: 1%{?dist} 13 1.1 christos License: BSD 14 1.1 christos Url: http://www.nlnetlabs.nl/unbound/ 15 1.1 christos Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz 16 1.1 christos Source1: unbound.init 17 1.1 christos Source2: unbound.conf 18 1.1 christos Source3: unbound.munin 19 1.1 christos Source4: unbound_munin_ 20 1.1 christos Source5: root.key 21 1.1 christos Patch1: unbound-1.2-glob.patch 22 1.1 christos 23 1.1 christos Group: System Environment/Daemons 24 1.1 christos BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 25 1.1 christos BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, 26 1.1 christos BuildRequires: libevent-devel expat-devel 27 1.1 christos %if %{with_python} 28 1.1 christos BuildRequires: python-devel swig 29 1.1 christos %endif 30 1.1 christos # Required for SVN versions 31 1.1 christos # BuildRequires: bison 32 1.1 christos 33 1.1 christos Requires(post): chkconfig 34 1.1 christos Requires(preun): chkconfig 35 1.1 christos Requires(preun): initscripts 36 1.1 christos Requires(postun): initscripts 37 1.1 christos Requires: ldns >= 1.5.0 38 1.1 christos Requires(pre): shadow-utils 39 1.1 christos 40 1.1 christos Obsoletes: dnssec-conf < 1.27-2 41 1.1 christos Provides: dnssec-conf = 1.27-1 42 1.1 christos 43 1.1 christos %description 44 1.1 christos Unbound is a validating, recursive, and caching DNS(SEC) resolver. 45 1.1 christos 46 1.1 christos The C implementation of Unbound is developed and maintained by NLnet 47 1.1 christos Labs. It is based on ideas and algorithms taken from a java prototype 48 1.1 christos developed by Verisign labs, Nominet, Kirei and ep.net. 49 1.1 christos 50 1.1 christos Unbound is designed as a set of modular components, so that also 51 1.1 christos DNSSEC (secure DNS) validation and stub-resolvers (that do not run 52 1.1 christos as a server, but are linked into an application) are easily possible. 53 1.1 christos 54 1.1 christos %package munin 55 1.1 christos Summary: Plugin for the munin / munin-node monitoring package 56 1.1 christos Group: System Environment/Daemons 57 1.1 christos Requires: munin-node 58 1.1 christos Requires: %{name} = %{version}-%{release}, bc 59 1.1 christos 60 1.1 christos %description munin 61 1.1 christos Plugin for the munin / munin-node monitoring package 62 1.1 christos 63 1.1 christos %package devel 64 1.1 christos Summary: Development package that includes the unbound header files 65 1.1 christos Group: Development/Libraries 66 1.1 christos Requires: %{name}-libs = %{version}-%{release}, openssl-devel, ldns-devel 67 1.1 christos 68 1.1 christos %description devel 69 1.1 christos The devel package contains the unbound library and the include files 70 1.1 christos 71 1.1 christos %package libs 72 1.1 christos Summary: Libraries used by the unbound server and client applications 73 1.1 christos Group: Applications/System 74 1.1 christos Requires(post): /sbin/ldconfig 75 1.1 christos Requires(postun): /sbin/ldconfig 76 1.1 christos Requires: openssl 77 1.1 christos 78 1.1 christos %description libs 79 1.1 christos Contains libraries used by the unbound server and client applications 80 1.1 christos 81 1.1 christos %if %{with_python} 82 1.1 christos %package python 83 1.1 christos Summary: Python modules and extensions for unbound 84 1.1 christos Group: Applications/System 85 1.1 christos Requires: %{name}-libs = %{version}-%{release} 86 1.1 christos 87 1.1 christos %description python 88 1.1 christos Python modules and extensions for unbound 89 1.1 christos %endif 90 1.1 christos 91 1.1 christos %prep 92 1.1 christos %setup -q 93 1.1 christos %patch1 -p1 94 1.1 christos 95 1.1 christos %build 96 1.1 christos %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ 97 1.1 christos --disable-rpath --disable-static \ 98 1.1 christos --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \ 99 1.1 christos --with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid \ 100 1.1 christos %if %{with_python} 101 1.1 christos --with-pythonmodule --with-pyunbound \ 102 1.1 christos %endif 103 1.1 christos --enable-sha2 --disable-gost 104 1.1 christos %{__make} %{?_smp_mflags} 105 1.1 christos 106 1.1 christos %install 107 1.1 christos rm -rf %{buildroot} 108 1.1 christos %{__make} DESTDIR=%{buildroot} install 109 1.1 christos install -d 0755 %{buildroot}%{_initrddir} 110 1.1 christos install -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/unbound 111 1.1 christos install -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/unbound 112 1.1 christos # Install munin plugin and its softlinks 113 1.1 christos install -d 0755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d 114 1.1 christos install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/unbound 115 1.1 christos install -d 0755 %{buildroot}%{_datadir}/munin/plugins/ 116 1.1 christos install -m 0755 %{SOURCE4} %{buildroot}%{_datadir}/munin/plugins/unbound 117 1.1 christos for plugin in unbound_munin_hits unbound_munin_queue unbound_munin_memory unbound_munin_by_type unbound_munin_by_class unbound_munin_by_opcode unbound_munin_by_rcode unbound_munin_by_flags unbound_munin_histogram; do 118 1.1 christos ln -s unbound %{buildroot}%{_datadir}/munin/plugins/$plugin 119 1.1 christos done 120 1.1 christos 121 1.1 christos # install root and DLV key 122 1.1 christos install -m 0644 %{SOURCE5} %{SOURCE6} %{buildroot}%{_sysconfdir}/unbound/ 123 1.1 christos 124 1.1 christos # remove static library from install (fedora packaging guidelines) 125 1.1 christos rm %{buildroot}%{_libdir}/*.la 126 1.1 christos %if %{with_python} 127 1.1 christos rm %{buildroot}%{python_sitearch}/*.la 128 1.1 christos %endif 129 1.1 christos 130 1.1 christos mkdir -p %{buildroot}%{_localstatedir}/run/unbound 131 1.1 christos 132 1.1 christos %clean 133 1.1 christos rm -rf ${RPM_BUILD_ROOT} 134 1.1 christos 135 1.1 christos %files 136 1.1 christos %defattr(-,root,root,-) 137 1.1 christos %doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES 138 1.1 christos %attr(0755,root,root) %{_initrddir}/%{name} 139 1.1 christos %attr(0755,root,root) %dir %{_sysconfdir}/%{name} 140 1.1 christos %ghost %attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name} 141 1.1 christos %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf 142 1.1 christos %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key 143 1.1 christos %{_sbindir}/* 144 1.1 christos %{_mandir}/*/* 145 1.1 christos 146 1.1 christos %if %{with_python} 147 1.1 christos %files python 148 1.1 christos %defattr(-,root,root,-) 149 1.1 christos %{python_sitearch}/* 150 1.1 christos %doc libunbound/python/examples/* 151 1.1 christos %doc pythonmod/examples/* 152 1.1 christos %endif 153 1.1 christos 154 1.1 christos %files munin 155 1.1 christos %defattr(-,root,root,-) 156 1.1 christos %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/unbound 157 1.1 christos %{_datadir}/munin/plugins/unbound* 158 1.1 christos 159 1.1 christos %files devel 160 1.1 christos %defattr(-,root,root,-) 161 1.1 christos %{_libdir}/libunbound.so 162 1.1 christos %{_includedir}/unbound.h 163 1.1 christos %doc README 164 1.1 christos 165 1.1 christos %files libs 166 1.1 christos %defattr(-,root,root,-) 167 1.1 christos %{_libdir}/libunbound.so.* 168 1.1 christos %doc doc/README doc/LICENSE 169 1.1 christos 170 1.1 christos %pre 171 1.1 christos getent group unbound >/dev/null || groupadd -r unbound 172 1.1 christos getent passwd unbound >/dev/null || \ 173 1.1 christos useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \ 174 1.1 christos -c "Unbound DNS resolver" unbound 175 1.1 christos exit 0 176 1.1 christos 177 1.1 christos %post 178 1.1 christos /sbin/chkconfig --add %{name} 179 1.1 christos 180 1.1 christos %post libs -p /sbin/ldconfig 181 1.1 christos 182 1.1 christos %preun 183 1.1 christos if [ "$1" -eq 0 ]; then 184 1.1 christos /sbin/service %{name} stop >/dev/null 2>&1 185 1.1 christos /sbin/chkconfig --del %{name} 186 1.1 christos fi 187 1.1 christos 188 1.1 christos %postun 189 1.1 christos if [ "$1" -ge "1" ]; then 190 1.1 christos /sbin/service %{name} condrestart >/dev/null 2>&1 || : 191 1.1 christos fi 192 1.1 christos 193 1.1 christos %postun libs -p /sbin/ldconfig 194 1.1 christos 195 1.1 christos %changelog 196 1.1 christos * Tue Sep 06 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.13-1 197 1.1 christos - Updated to 1.4.13 198 1.1 christos - Fix install location of pythonmod from sitelib to sitearch 199 1.1 christos - Removed patches merged in by upstream 200 1.1 christos - Removed versioned openssl dep, it differs per branch 201 1.1 christos 202 1.1 christos * Mon Aug 08 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.12-3 203 1.1 christos - Added pythonmod docs and examples 204 1.1 christos - Fix for python module load in the server (Tom Hendrikx) 205 1.1 christos - No longer enable --enable-debug as it causes degraded performance 206 1.1 christos under load. 207 1.1 christos 208 1.1 christos * Mon Jul 18 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.12-1 209 1.1 christos - Updated to 1.4.12 210 1.1 christos 211 1.1 christos * Sun Jul 03 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.11-1 212 1.1 christos - Updated to 1.4.11 213 1.1 christos - removed integrated CVE patch 214 1.1 christos - updated stock unbound.conf for new options introduced 215 1.1 christos 216 1.1 christos * Mon Jun 06 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.10-1 217 1.1 christos - Added ghost for /var/run/unbound (bz#656710) 218 1.1 christos 219 1.1 christos * Mon Jun 06 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.9-3 220 1.1 christos - rebuilt 221 1.1 christos 222 1.1 christos * Wed May 25 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.9-2 223 1.1 christos - Applied patch for CVE-2011-1922 DoS vulnerability 224 1.1 christos 225 1.1 christos * Sun Mar 27 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.9-1 226 1.1 christos - Updated to 1.4.9 227 1.1 christos 228 1.1 christos * Sat Feb 12 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.8-2 229 1.1 christos - rebuilt 230 1.1 christos 231 1.1 christos * Tue Jan 25 2011 Paul Wouters <paul (a] xelerance.com> - 1.4.8-1 232 1.1 christos - Updated to 1.4.8 233 1.1 christos - Enable root key for DNSSEC 234 1.1 christos - Fix unbound-munin to use proper file (could cause excessive logging) 235 1.1 christos - Build unbound-python per default 236 1.1 christos - Disable gost as Fedora/EPEL does not allow ECC and has mangled openssl 237 1.1 christos 238 1.1 christos * Tue Oct 26 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.5-4 239 1.1 christos - Revert last build - it was on the wrong branch 240 1.1 christos 241 1.1 christos * Tue Oct 26 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.5-3 242 1.1 christos - Disable do-ipv6 per default - causes severe degradation on non-ipv6 machines 243 1.1 christos (see comments in inbound.conf) 244 1.1 christos 245 1.1 christos * Tue Jun 15 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.5-2 246 1.1 christos - Bump release - forgot to upload the new tar ball. 247 1.1 christos 248 1.1 christos * Tue Jun 15 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.5-1 249 1.1 christos - Upgraded to 1.4.5 250 1.1 christos 251 1.1 christos * Mon May 31 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.4-2 252 1.1 christos - Added accidentally omitted svn patches to cvs 253 1.1 christos 254 1.1 christos * Mon May 31 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.4-1 255 1.1 christos - Upgraded to 1.4.4 with svn patches 256 1.1 christos - Obsolete dnssec-conf to ensure it is de-installed 257 1.1 christos 258 1.1 christos * Thu Mar 11 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.3-1 259 1.1 christos - Update to 1.4.3 that fixes 64bit crasher 260 1.1 christos 261 1.1 christos * Tue Mar 09 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.2-1 262 1.1 christos - Updated to 1.4.2 263 1.1 christos - Updated unbound.conf with new options 264 1.1 christos - Enabled pre-fetching DNSKEY records (DNSSEC speedup) 265 1.1 christos - Enabled re-fetching popular records before they expire 266 1.1 christos - Enabled logging of DNSSEC validation errors 267 1.1 christos 268 1.1 christos * Mon Mar 01 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.1-5 269 1.1 christos - Overriding -D_GNU_SOURCE is no longer needed. This fixes DSO issues 270 1.1 christos with pthreads 271 1.1 christos 272 1.1 christos * Wed Feb 24 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.1-3 273 1.1 christos - Change make/configure lines to attempt to fix -lphtread linking issue 274 1.1 christos 275 1.1 christos * Thu Feb 18 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.1-2 276 1.1 christos - Removed dependency for dnssec-conf 277 1.1 christos - Added ISC DLV key (formerly in dnssec-conf) 278 1.1 christos - Fixup old DLV locations in unbound.conf file via %%post 279 1.1 christos - Fix parent child disagreement handling and no-ipv6 present [svn r1953] 280 1.1 christos 281 1.1 christos * Tue Jan 05 2010 Paul Wouters <paul (a] xelerance.com> - 1.4.1-1 282 1.1 christos - Updated to 1.4.1 283 1.1 christos - Changed %%define to %%global 284 1.1 christos 285 1.1 christos * Thu Oct 08 2009 Paul Wouters <paul (a] xelerance.com> - 1.3.4-2 286 1.1 christos - Bump version 287 1.1 christos 288 1.1 christos * Thu Oct 08 2009 Paul Wouters <paul (a] xelerance.com> - 1.3.4-1 289 1.1 christos - Upgraded to 1.3.4. Security fix with validating NSEC3 records 290 1.1 christos 291 1.1 christos * Fri Aug 21 2009 Tomas Mraz <tmraz (a] redhat.com> - 1.3.3-2 292 1.1 christos - rebuilt with new openssl 293 1.1 christos 294 1.1 christos * Mon Aug 17 2009 Paul Wouters <paul (a] xelerance.com> - 1.3.3-1 295 1.1 christos - Updated to 1.3.3 296 1.1 christos 297 1.1 christos * Sun Jul 26 2009 Fedora Release Engineering <rel-eng (a] lists.fedoraproject.org> - 1.3.0-3 298 1.1 christos - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 299 1.1 christos 300 1.1 christos * Sat Jun 20 2009 Paul Wouters <paul (a] xelerance.com> - 1.3.0-2 301 1.1 christos - Added missing glob patch to cvs 302 1.1 christos - Place python macros within the %%with_python check 303 1.1 christos 304 1.1 christos * Sat Jun 20 2009 Paul Wouters <paul (a] xelerance.com> - 1.3.0-1 305 1.1 christos - Updated to 1.3.0 306 1.1 christos - Added unbound-python sub package. disabled for now 307 1.1 christos - Patch from svn to fix DLV lookups 308 1.1 christos - Patches from svn to detect wrong truncated response from BIND 9.6.1 with 309 1.1 christos minimal-responses) 310 1.1 christos - Added Default-Start and Default-Stop to unbound.init 311 1.1 christos - Re-enabled --enable-sha2 312 1.1 christos - Re-enabled glob.patch 313 1.1 christos 314 1.1 christos * Wed May 20 2009 Paul Wouters <paul (a] xelerance.com> - 1.2.1-7 315 1.1 christos - unbound-iterator.patch was not committed 316 1.1 christos 317 1.1 christos * Wed May 20 2009 Paul Wouters <paul (a] xelerance.com> - 1.2.1-6 318 1.1 christos - Fix for https://bugzilla.redhat.com/show_bug.cgi?id=499793 319 1.1 christos 320 1.1 christos * Tue Mar 17 2009 Paul Wouters <paul (a] xelerance.com> - 1.2.1-5 321 1.1 christos - Use --nocheck to avoid giving an error on missing unbound-remote certs/keys 322 1.1 christos 323 1.1 christos * Tue Mar 10 2009 Adam Tkac <atkac redhat com> - 1.2.1-4 324 1.1 christos - enable DNSSEC only if it is enabled in sysconfig/dnssec 325 1.1 christos 326 1.1 christos * Mon Mar 09 2009 Adam Tkac <atkac redhat com> - 1.2.1-3 327 1.1 christos - add DNSSEC support to initscript and enabled it per default 328 1.1 christos - add requires dnssec-conf 329 1.1 christos 330 1.1 christos * Wed Feb 25 2009 Fedora Release Engineering <rel-eng (a] lists.fedoraproject.org> - 1.2.1-2 331 1.1 christos - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 332 1.1 christos 333 1.1 christos * Tue Feb 10 2009 Paul Wouters <paul (a] xelerance.com - 1.2.1-1 334 1.1 christos - updated to 1.2.1 335 1.1 christos 336 1.1 christos * Sun Jan 18 2009 Tomas Mraz <tmraz (a] redhat.com> - 1.2.0-2 337 1.1 christos - rebuild with new openssl 338 1.1 christos 339 1.1 christos * Wed Jan 14 2009 Paul Wouters <paul (a] xelerance.com - 1.2.0-1 340 1.1 christos - Updated to 1.2.0 341 1.1 christos - Added dependency on minimum SSL for CVE-2008-5077 342 1.1 christos - Added dependency on bc for unbound-munin 343 1.1 christos - Added minimum requirement of libevent 1.4.5. Crashes with older versions 344 1.1 christos (note: libevent is stale in EL-4 and not in EL-5, needs fixing there) 345 1.1 christos - Removed dependency on selinux-policy (will get used when available) 346 1.1 christos - Enable options as per draft-wijngaards-dnsext-resolver-side-mitigation-00.txt 347 1.1 christos - Enable unwanted-reply-threshold to mitigate against a Kaminsky attack 348 1.1 christos - Enable val-clean-additional to drop addition unsigned data from signed 349 1.1 christos response. 350 1.1 christos - Removed patches (got merged into upstream) 351 1.1 christos 352 1.1 christos * Mon Jan 5 2009 Paul Wouters <paul (a] xelerance.com> - 1.1.1-7 353 1.1 christos - Modified scandir patch to silently fail when wildcard matches nothing 354 1.1 christos - Patch to allow unbound-checkconf to find empty wildcard matches 355 1.1 christos 356 1.1 christos * Mon Jan 5 2009 Paul Wouters <paul (a] xelerance.com> - 1.1.1-6 357 1.1 christos - Added scandir patch for trusted-keys-file: option, which 358 1.1 christos is used to load multiple dnssec keys in bind file format 359 1.1 christos 360 1.1 christos * Mon Dec 8 2008 Paul Wouters <paul (a] xelerance.com> - 1.1.1-4 361 1.1 christos - Added Requires: for selinux-policy >= 3.5.13-33 for proper SElinux rules. 362 1.1 christos 363 1.1 christos * Mon Dec 1 2008 Paul Wouters <paul (a] xelerance.com> - 1.1.1-3 364 1.1 christos - We did not own the /etc/unbound directory (#474020) 365 1.1 christos - Fixed cvs anomalies 366 1.1 christos 367 1.1 christos * Fri Nov 28 2008 Adam Tkac <atkac redhat com> - 1.1.1-2 368 1.1 christos - removed all obsolete chroot related stuff 369 1.1 christos - label control certs after generation correctly 370 1.1 christos 371 1.1 christos * Thu Nov 20 2008 Paul Wouters <paul (a] xelerance.com> - 1.1.1-1 372 1.1 christos - Updated to unbound 1.1.1 which fixes a crasher and 373 1.1 christos addresses nlnetlabs bug #219 374 1.1 christos 375 1.1 christos * Wed Nov 19 2008 Paul Wouters <paul (a] xelerance.com> - 1.1.0-3 376 1.1 christos - Remove the chroot, obsoleted by SElinux 377 1.1 christos - Add additional munin plugin links supported by unbound plugin 378 1.1 christos - Move configuration directory from /var/lib/unbound to /etc/unbound 379 1.1 christos - Modified unbound.init and unbound.conf to account for chroot changes 380 1.1 christos - Updated unbound.conf with new available options 381 1.1 christos - Enabled dns-0x20 protection per default 382 1.1 christos 383 1.1 christos * Wed Nov 19 2008 Adam Tkac <atkac redhat com> - 1.1.0-2 384 1.1 christos - unbound-1.1.0-log_open.patch 385 1.1 christos - make sure log is opened before chroot call 386 1.1 christos - tracked as http://www.nlnetlabs.nl/bugs/show_bug.cgi?id=219 387 1.1 christos - removed /dev/log and /var/run/unbound and /etc/resolv.conf from 388 1.1 christos chroot, not needed 389 1.1 christos - don't mount files in chroot, it causes problems during updates 390 1.1 christos - fixed typo in default config file 391 1.1 christos 392 1.1 christos * Fri Nov 14 2008 Paul Wouters <paul (a] xelerance.com> - 1.1.0-1 393 1.1 christos - Updated to version 1.1.0 394 1.1 christos - Updated unbound.conf's statistics options and remote-control 395 1.1 christos to work properly for munin 396 1.1 christos - Added unbound-munin package 397 1.1 christos - Generate unbound remote-control key/certs on first startup 398 1.1 christos - Required ldns is now 1.4.0 399 1.1 christos 400 1.1 christos * Wed Oct 22 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.2-5 401 1.1 christos - Only call ldconfig in -libs package 402 1.1 christos - Move configure into build section 403 1.1 christos - devel subpackage should only depend on libs subpackage 404 1.1 christos 405 1.1 christos * Tue Oct 21 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.2-4 406 1.1 christos - Fix CFLAGS getting lost in build 407 1.1 christos - Don't enable interface-automatic:yes because that 408 1.1 christos causes unbound to listen on 0.0.0.0 instead of 127.0.0.1 409 1.1 christos 410 1.1 christos * Sun Oct 19 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.2-3 411 1.1 christos - Split off unbound-libs, make build verbose 412 1.1 christos 413 1.1 christos * Thu Oct 9 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.2-2 414 1.1 christos - FSB compliance, chroot fixes, initscript fixes 415 1.1 christos 416 1.1 christos * Thu Sep 11 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.2-1 417 1.1 christos - Upgraded to 1.0.2 418 1.1 christos 419 1.1 christos * Wed Jul 16 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.1-1 420 1.1 christos - upgraded to new release 421 1.1 christos 422 1.1 christos * Wed May 21 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.0-2 423 1.1 christos - Build against ldns-1.3.0 424 1.1 christos 425 1.1 christos * Wed May 21 2008 Paul Wouters <paul (a] xelerance.com> - 1.0.0-1 426 1.1 christos - Split of -devel package, fixed dependencies, make rpmlint happy 427 1.1 christos 428 1.1 christos * Thu Apr 25 2008 Wouter Wijngaards <wouter (a] nlnetlabs.nl> - 0.12 429 1.1 christos - Using parts from ports collection entry by Jaap Akkerhuis. 430 1.1 christos - Using Fedoraproject wiki guidelines. 431 1.1 christos 432 1.1 christos * Wed Apr 23 2008 Wouter Wijngaards <wouter (a] nlnetlabs.nl> - 0.11 433 1.1 christos - Initial version. 434