]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
-#370 new unbound.spec for CentOS 5.x from Harold Jones. release-1.4.9
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 17 Mar 2011 08:18:00 +0000 (08:18 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 17 Mar 2011 08:18:00 +0000 (08:18 +0000)
git-svn-id: file:///svn/unbound/trunk@2403 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/unbound.spec
doc/Changelog

index bfb908747b5d19ca0b3e2be7a79cfd4f8767e39e..e263e250a19295e890061bd15990c4df7f6ef29f 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Validating, recursive, and caching DNS resolver
 Name: unbound
-Version: 1.4.4
+Version: 1.4.8
 Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
@@ -8,7 +8,7 @@ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
 #Source1: unbound.init
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: flex, openssl-devel
+BuildRequires: flex, openssl-devel, expat-devel
 
 %description
 Unbound is a validating, recursive, and caching DNS resolver.
@@ -32,7 +32,7 @@ The source code is under a BSD License.
 # This is a build using libldns builtin version, the resulting binaries
 # do not require libldns and this package does not have version dependencies.
 # Could be smaller using a dependency on libldns (use --with-ldns=).
-%configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath
+%configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath --with-ldns-builtin
 
 %build
 #%{__make} %{?_smp_mflags}
@@ -92,6 +92,15 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Thu Mar 17 2011 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.4.8
+- removed --disable-gost, assume recent openssl on the destination platform.
+
+* Wed Mar 16 2011 Harold Jones <hajones@verisign.com> - 1.4.8
+- Bump version number to latest
+- Add expat-devel to BuildRequires
+- Added --disable-gost for building on CentOS 5.x
+- Added --with-ldns-builtin for CentOS 5.x
+
 * Thu May 22 2008 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.0.0
 - contrib changes from Patrick Vande Walle.
 
index 0605f4a8619f04ca25cf8867c6e9c68b69db30c6..0af4093972421a766fde11ff96560d1d8bcff821 100644 (file)
@@ -1,3 +1,7 @@
+17 March 2011: Wouter
+       - bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
+         Applied but did not do the --disable-gost.
+
 10 March 2011: Wouter
        - tag 1.4.9 release candidate 1 created.