SF.net SVN: gar:[26952] csw/mgar/pkg/unbound/trunk

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Mon Aug 1 15:11:40 CEST 2022


Revision: 26952
          http://sourceforge.net/p/gar/code/26952
Author:   idogan23
Date:     2022-08-01 13:11:39 +0000 (Mon, 01 Aug 2022)
Log Message:
-----------
unbound: update to 1.16.2

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

Removed Paths:
-------------
    csw/mgar/pkg/unbound/trunk/files/0001-Fix-verbose-EDE-error-printout.patch

Modified: csw/mgar/pkg/unbound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unbound/trunk/Makefile	2022-07-13 05:34:51 UTC (rev 26951)
+++ csw/mgar/pkg/unbound/trunk/Makefile	2022-08-01 13:11:39 UTC (rev 26952)
@@ -1,5 +1,5 @@
 NAME = unbound
-VERSION = 1.16.1
+VERSION = 1.16.2
 GARTYPE = v2
 DESCRIPTION = A validating, recursive, and caching DNS resolver
 define BLUR
@@ -14,8 +14,6 @@
 DISTFILES += cswunbound
 DISTFILES += cswusergroup
 
-PATCHFILES += 0001-Fix-verbose-EDE-error-printout.patch
-
 PACKAGING_PLATFORMS +=  solaris10-sparc solaris10-i386
 PACKAGES = CSWunbound CSWlibunbound8 CSWunbound-devel CSWunbound-host
 

Modified: csw/mgar/pkg/unbound/trunk/checksums
===================================================================
--- csw/mgar/pkg/unbound/trunk/checksums	2022-07-13 05:34:51 UTC (rev 26951)
+++ csw/mgar/pkg/unbound/trunk/checksums	2022-08-01 13:11:39 UTC (rev 26952)
@@ -1 +1 @@
-f6673e154c1c7ff6f5ff3986c8d473d6  unbound-1.16.1.tar.gz
+974cbd17e2e2373f36bfce0ad5b1d4a1  unbound-1.16.2.tar.gz

Deleted: csw/mgar/pkg/unbound/trunk/files/0001-Fix-verbose-EDE-error-printout.patch
===================================================================
--- csw/mgar/pkg/unbound/trunk/files/0001-Fix-verbose-EDE-error-printout.patch	2022-07-13 05:34:51 UTC (rev 26951)
+++ csw/mgar/pkg/unbound/trunk/files/0001-Fix-verbose-EDE-error-printout.patch	2022-08-01 13:11:39 UTC (rev 26952)
@@ -1,25 +0,0 @@
-From d584cf8fbf1e5756fd7baa4faab531a58b2309ce Mon Sep 17 00:00:00 2001
-From: Ihsan Dogan <ihsan at opencsw.org>
-Date: Tue, 12 Jul 2022 20:52:19 +0200
-Subject: [PATCH] Fix verbose EDE error printout
-
----
- util/data/msgreply.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/data/msgreply.c b/util/data/msgreply.c
-index e3ee607..1e6ee97 100644
---- a/util/data/msgreply.c
-+++ b/util/data/msgreply.c
-@@ -1015,7 +1015,7 @@ int edns_opt_list_append_ede(struct edns_option** list, struct regional* region,
- 	prevp = list;
- 	while(*prevp != NULL)
- 		prevp = &((*prevp)->next);
--	verbose(VERB_ALGO, "attached EDE code: %d with message: %s", code, txt);
-+	verbose(VERB_ALGO, "attached EDE code: %d with message: %s", code, (txt?txt:"\"\""));
- 	*prevp = opt;
- 	return 1;
- }
--- 
-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