mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 20:53:08 -04:00
unbound: Update version strings to 1.16.1
The last number of unbound upgrades failed to manually update the version strings in usr.sbin/unbound/config.h. This commit fixes that. Reported by: "Herbert J. Skuhra" <herbert@gojira.at> Fixes:0a92a9fca7a39a5a69059cf5bc93f6273016e83624e36522005469a99530MFC after: 3 days
This commit is contained in:
parent
a5f59e8565
commit
752b6daecc
1 changed files with 3 additions and 3 deletions
|
|
@ -731,7 +731,7 @@
|
|||
#define PACKAGE_NAME "unbound"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "unbound 1.13.1"
|
||||
#define PACKAGE_STRING "unbound 1.16.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "unbound"
|
||||
|
|
@ -740,7 +740,7 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.13.1"
|
||||
#define PACKAGE_VERSION "1.16.1"
|
||||
|
||||
/* default pidfile location */
|
||||
#define PIDFILE "/var/unbound/unbound.pid"
|
||||
|
|
@ -762,7 +762,7 @@
|
|||
#define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
|
||||
|
||||
/* version number for resource files */
|
||||
#define RSRC_PACKAGE_VERSION 1,13,1,0
|
||||
#define RSRC_PACKAGE_VERSION 1,16,1,0
|
||||
|
||||
/* Directory to chdir to */
|
||||
#define RUN_DIR "/var/unbound"
|
||||
|
|
|
|||
Loading…
Reference in a new issue