Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 13:19:52 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r361457 - in stable: 11/usr.sbin/unbound 12/usr.sbin/unbound
Message-ID:  <202005251319.04PDJqMn059954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon May 25 13:19:52 2020
New Revision: 361457
URL: https://svnweb.freebsd.org/changeset/base/361457

Log:
  MFC r361438:
  
  Chase r361344. Update unbound version strings.
  
  Reported by:	mike tancsa <mike@sentex.net>

Modified:
  stable/11/usr.sbin/unbound/config.h
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/usr.sbin/unbound/config.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/usr.sbin/unbound/config.h
==============================================================================
--- stable/11/usr.sbin/unbound/config.h	Mon May 25 13:16:35 2020	(r361456)
+++ stable/11/usr.sbin/unbound/config.h	Mon May 25 13:19:52 2020	(r361457)
@@ -678,7 +678,7 @@
 #define PACKAGE_NAME "unbound"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.9.6"
+#define PACKAGE_STRING "unbound 1.10.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "unbound"
@@ -687,7 +687,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.9.6"
+#define PACKAGE_VERSION "1.10.1"
 
 /* default pidfile location */
 #define PIDFILE "/var/unbound/unbound.pid"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005251319.04PDJqMn059954>