SF.net SVN: gar:[26953] csw/mgar/pkg/libldns/trunk

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Sat Aug 13 18:52:06 CEST 2022


Revision: 26953
          http://sourceforge.net/p/gar/code/26953
Author:   idogan23
Date:     2022-08-13 16:52:05 +0000 (Sat, 13 Aug 2022)
Log Message:
-----------
ldns_drill: update to 1.8.2

Modified Paths:
--------------
    csw/mgar/pkg/libldns/trunk/Makefile
    csw/mgar/pkg/libldns/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/libldns/trunk/files/0001-fix-inet_ntop-redeclaration-error.patch

Modified: csw/mgar/pkg/libldns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libldns/trunk/Makefile	2022-08-01 13:11:39 UTC (rev 26952)
+++ csw/mgar/pkg/libldns/trunk/Makefile	2022-08-13 16:52:05 UTC (rev 26953)
@@ -1,5 +1,5 @@
 NAME = ldns
-VERSION = 1.8.1
+VERSION = 1.8.2
 GARTYPE = v2
 
 DESCRIPTION = A library for programs conforming to DNS RFCs and drafts
@@ -6,7 +6,7 @@
 define BLURB
   Ldns is a library to simplify implementation of recent DNS RFCs. The goal
   is to allow depelopers to easily create software conforming to current RFCs
---enable-sha2  and experimental software for current Internet drafts.
+  and experimental software for current Internet drafts.
   Because ldns is written in C it should be a lot faster than Perl or other
   scripting languages.
 endef
@@ -46,8 +46,6 @@
 INCOMPATIBLE_PKGS_CSWlibldns1 = CSWldns
 INCOMPATIBLE_PKGS_CSWlibldns-devel = CSWldnsdevel
 
-PATCHFILES += 0001-fix-inet_ntop-redeclaration-error.patch
-
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-ssl=/opt/csw
 CONFIGURE_ARGS += --enable-sha2
@@ -72,9 +70,3 @@
 RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibssl1-0-0
 
 include gar/category.mk
-
-# Run autoconf after patching configure.ac
-pre-configure-modulated:
-	echo " ==> Running autoconf"
-	cd $(WORKSRC) && /opt/csw/bin/autoconf
-	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/libldns/trunk/checksums
===================================================================
--- csw/mgar/pkg/libldns/trunk/checksums	2022-08-01 13:11:39 UTC (rev 26952)
+++ csw/mgar/pkg/libldns/trunk/checksums	2022-08-13 16:52:05 UTC (rev 26953)
@@ -1 +1 @@
-563a799efbafb35e691da42921bad031  ldns-1.8.1.tar.gz
+20060ef6ce55ff6c9ec5a974d66aadf5  ldns-1.8.2-rc.1.tar.gz

Deleted: csw/mgar/pkg/libldns/trunk/files/0001-fix-inet_ntop-redeclaration-error.patch
===================================================================
--- csw/mgar/pkg/libldns/trunk/files/0001-fix-inet_ntop-redeclaration-error.patch	2022-08-01 13:11:39 UTC (rev 26952)
+++ csw/mgar/pkg/libldns/trunk/files/0001-fix-inet_ntop-redeclaration-error.patch	2022-08-13 16:52:05 UTC (rev 26953)
@@ -1,34 +0,0 @@
-From a3d6934f9ee2e45a45596570257fc3235ede38bd Mon Sep 17 00:00:00 2001
-From: Ihsan Dogan <ihsan at opencsw.org>
-Date: Mon, 3 Jan 2022 21:54:14 +0100
-Subject: [PATCH] fix inet_ntop redeclaration error
-
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 840a1d6..d90eb9e 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -136,7 +136,7 @@ AC_CHECK_FUNC([socket],
- # older Solaris provides inet_ntop in -lresolv.
- AC_CHECK_FUNC([inet_ntop],
-     [],
--    [AC_SEARCH_LIBS([inet_ntop], [socket c nsl resolv])
-+    [AC_SEARCH_LIBS([inet_ntop], [socket c nsl resolv], [ac_cv_func_inet_ntop=yes])
- ])
- 
- # modern Linux provides inet_pton in -lsocket.
-@@ -145,7 +145,7 @@ AC_CHECK_FUNC([inet_ntop],
- # older Solaris provides inet_pton in -lresolv.
- AC_CHECK_FUNC([inet_pton],
-     [],
--    [AC_SEARCH_LIBS([inet_pton], [socket c nsl resolv])
-+    [AC_SEARCH_LIBS([inet_pton], [socket c nsl resolv], [ac_cv_func_inet_pton=yes])
- ])
- 
- 
--- 
-2.4.0
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list