[packages/ldns] - updated to 1.6.15 - added link patch (fixes export regex)

qboosh qboosh at pld-linux.org
Sat Oct 27 19:24:02 CEST 2012


commit 95ce862e3c8fa438a87a3077b28c50bd7ad1235c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Oct 27 19:24:40 2012 +0200

    - updated to 1.6.15
    - added link patch (fixes export regex)

 ldns-link.patch | 11 +++++++++++
 ldns.spec       |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ldns.spec b/ldns.spec
index 7704bb9..db3da9a 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -6,12 +6,13 @@
 Summary:	ldns - a library with the aim to simplify DNS programing in C
 Summary(pl.UTF-8):	ldns - biblioteka mająca na celu uproszczenie programowania DNS w C
 Name:		ldns
-Version:	1.6.13
+Version:	1.6.15
 Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://www.nlnetlabs.nl/downloads/ldns/%{name}-%{version}.tar.gz
-# Source0-md5:	bcada4f2e62aa40fcdd5d73aec46f284
+# Source0-md5:	164d271350d832c45e4a9be4b9cb4206
+Patch0:		%{name}-link.patch
 URL:		http://www.nlnetlabs.nl/ldns/
 BuildRequires:	autoconf >= 2.56
 BuildRequires:	automake
@@ -88,6 +89,7 @@ zaprojektowane szczególnie z myślą o użyciu z DNSSEC.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/ldns-link.patch b/ldns-link.patch
new file mode 100644
index 0000000..0d1de21
--- /dev/null
+++ b/ldns-link.patch
@@ -0,0 +1,11 @@
+--- ldns-1.6.15/Makefile.in.orig	2012-10-17 15:36:24.000000000 +0200
++++ ldns-1.6.15/Makefile.in	2012-10-27 19:17:26.160851207 +0200
+@@ -212,7 +212,7 @@
+ lib-export-all: libldns.la-export-all
+ 
+ libldns.la: $(LDNS_ALL_LOBJS)
+-	$(LINK_LIB) $(LIBSSL_LDFLAGS) $(LIBSSL_LIBS) -export-symbols-regex '^(ldns_|b32_[bn]to[bn]|mktime_from_utc|qsort_rr_compare_nsec3)' -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
++	$(LINK_LIB) $(LIBSSL_LDFLAGS) $(LIBSSL_LIBS) -export-symbols-regex '^(ldns_|b32_[np]to[np]|mktime_from_utc|qsort_rr_compare_nsec3)' -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
+ 
+ libldns.la-export-all: $(LDNS_ALL_LOBJS)
+ 	$(LINK_LIB) -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ldns.git/commitdiff/95ce862e3c8fa438a87a3077b28c50bd7ad1235c



More information about the pld-cvs-commit mailing list