commit: cd76982d18d147621106ecac2dfc4e6a3dc5a54d
parent abc6827c4da57e0604fe00e13798d7145998e7f1
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 18 Apr 2021 22:07:44 -0700
curl: Update to 7.76.1
Diffstat:
6 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-7.76.0.tar.gz
+/curl-7.76.1.tar.gz
/src
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
@@ -251,7 +251,6 @@
#define HAVE_SYS_XATTR_H 1
#define HAVE_TERMIOS_H 1
/* #undef HAVE_TERMIO_H */
-#define HAVE_TIME_H 1
/* #undef HAVE_TIME_T_UNSIGNED */
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
@@ -300,7 +299,6 @@
#define RECV_TYPE_ARG3 size_t
#define RECV_TYPE_ARG4 int
#define RECV_TYPE_RETV ssize_t
-#define RETSIGTYPE void
#define SELECT_QUAL_ARG5
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 fd_set *
@@ -322,7 +320,6 @@
/* probe SIZEOF_TIME_T */
#define STDC_HEADERS 1
#define STRERROR_R_TYPE_ARG3 size_t
-#define TIME_WITH_SYS_TIME 1
/* #undef USE_AMISSL */
/* #undef USE_ARES */
#define USE_BEARSSL 1
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
@@ -1 +1 @@
-3b4378156ba09e224008e81dcce854b7ce4d182b1f9cfb97fe5ed9e9c18c6bd3 curl-7.76.0.tar.gz
+5f85c4d891ccb14d6c3c701da3010c91c6570c3419391d485d95235253d837d7 curl-7.76.1.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.se/download/curl-7.76.0.tar.gz"
+url = "https://curl.se/download/curl-7.76.1.tar.gz"
diff --git a/pkg/curl/ver b/pkg/curl/ver
@@ -1 +1 @@
-7.76.0 r0
+7.76.1 r0
diff --git a/pkg/nsd/gen.lua b/pkg/nsd/gen.lua
@@ -52,6 +52,7 @@ local subst = {
'-e s,@zonelistfile@,'..cfg.zonelistfile..',g',
'-e s,@nsdconfigfile@,'..cfg.configfile..',g',
'-e s,@ratelimit_default@,'..cfg.ratelimit_default..',g',
+ '-e s,@dnstap_socket_path@,,g',
'-e s,@user@,'..cfg.user..',g',
}
if not cfg.ratelimit then