pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41868: Updating pkgsrc/net/ldns to version 1.6.0



>Number:         41868
>Category:       pkg
>Synopsis:       Updating pkgsrc/net/ldns to version 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 10 15:50:00 +0000 2009
>Originator:     SM
>Release:        
>Organization:
>Environment:
>Description:
The patches below is for updating the version of ldns in pkgsrc from 1.5.1 to 
1.6.0

Refer to http://www.nlnetlabs.nl/svn/ldns/tags/release-1.6.0/Changelog for 
changes
>How-To-Repeat:

>Fix:
--- Makefile.old        2009-06-25 09:33:55.000000000 -0700
+++ Makefile    2009-08-10 08:23:32.000000000 -0700
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2009/06/25 11:34:37 he Exp $
 
-DISTNAME=      ldns-1.5.1
+DISTNAME=      ldns-1.6.0
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/drill/
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/

--- distinfo.old        2009-06-25 09:37:27.000000000 -0700
+++ distinfo    2009-08-10 08:34:02.000000000 -0700
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2009/06/25 11:34:37 he Exp $
 
-SHA1 (ldns-1.5.1.tar.gz) = 070210a417633b7358bb3466da40e6f1872f36c2
-RMD160 (ldns-1.5.1.tar.gz) = 02cc331041de096124ec76601c119b97db24a1a5
-Size (ldns-1.5.1.tar.gz) = 781562 bytes
-SHA1 (patch-aa) = 4c1e3cdda7bf4fe2b7558baa8ded08f49e2a850d
+SHA1 (ldns-1.6.0.tar.gz) = e5fdbc5cd66f6afc4f816e9acd334bddc488e830
+RMD160 (ldns-1.6.0.tar.gz) = c97623cee576db21909728208dc952070912c7fa
+Size (ldns-1.6.0.tar.gz) = 824644 bytes
+SHA1 (patch-aa) = 4ab65984d184348eae51952dfcd1957a94f24e4b

--- patches/orig.patch-aa       2008-07-22 01:29:06.000000000 -0700
+++ patches/patch-aa    2009-08-10 08:33:47.000000000 -0700
@@ -1,8 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/07/22 08:29:06 he Exp $
-
---- Makefile.in.orig   2008-05-28 08:12:29.000000000 +0200
-+++ Makefile.in
-@@ -83,7 +83,7 @@ LINK_LIB     = $(LIBTOOL) --mode=link $(CC) 
+--- Makefile.in.orig   2009-07-03 05:43:18.000000000 -0700
++++ Makefile.in        2009-08-10 08:33:17.000000000 -0700
+@@ -87,7 +87,7 @@
  .PHONY: install uninstall install-doc uninstall-doc 
  .PHONY: install-h uninstall-h install-lib uninstall-lib 
  
@@ -10,8 +8,8 @@
 +all:          copy-headers lib linktest manpages
  
  linktest:     $(srcdir)/linktest.c $(LIBDNS_HEADERS) ldns/util.h 
ldns/config.h libldns.la
-               $(LIBTOOL) --mode=link $(CC) $(srcdir)/linktest.c $(CPPFLAGS) 
$(CFLAGS) -lldns -o linktest
-@@ -127,7 +127,9 @@ destclean: uninstall
+               $(LIBTOOL) --mode=link $(CC) $(srcdir)/linktest.c $(CPPFLAGS) 
$(CFLAGS) -lldns $(LIBS) -o linktest
+@@ -143,7 +143,9 @@
  
  install-manpages:     manpages
                ${INSTALL} -d $(DESTDIR)$(mandir)/man3



Home | Main Index | Thread Index | Old Index