rpms/ldns/devel ldns-ssl.patch,1.1,1.2 ldns.spec,1.45,1.46

Paul Wouters pwouters at fedoraproject.org
Mon Jul 13 20:34:48 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/ldns/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18747

Modified Files:
	ldns-ssl.patch ldns.spec 
Log Message:
* Mon Jul 13 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-4
- Fixed the ssl patch so it can now compile --without-ssl


ldns-ssl.patch:

Index: ldns-ssl.patch
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
Binary files /tmp/cvsRfEFaI and /tmp/cvsL3XZP6 differ


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- ldns.spec	11 Jul 2009 04:45:14 -0000	1.45
+++ ldns.spec	13 Jul 2009 20:34:47 -0000	1.46
@@ -1,7 +1,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
 Version: 1.6.0
-Release: 2%{?dist}
+Release: 4%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -9,7 +9,7 @@ Patch0: ldns-ssl.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
-BuildRequires: perl, libpcap-devel, openssl-devel
+BuildRequires: perl, libpcap-devel
 
 %description
 ldns is a library with the aim to simplify DNS programing in C. All
@@ -35,10 +35,10 @@ The devel package contains the ldns libr
 %patch0 -p1
 
 %build
-%configure --disable-rpath --with-sha2 
+%configure --disable-rpath --with-sha2 --without-ssl
 make %{?_smp_mflags}
-(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ )
-(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ )
+(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ --without-ssl)
+(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ --without-ssl)
 ( cd drill ; make %{?_smp_mflags} )
 ( cd examples ; make %{?_smp_mflags} )
 make %{?_smp_mflags} doc
@@ -90,6 +90,14 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Jul 13 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-4
+- Fixed the ssl patch so it can now compile --without-ssl
+
+* Sat Jul 11 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-3
+- Added patch to compile with --without-ssl
+- Removed openssl dependancies
+- Recompiled with --without-ssl
+
 * Sat Jul 11 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-2
 - Updated to 1.6.0
 - (did not yet compile with --without-ssl due to compile failures)




More information about the scm-commits mailing list