aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--README2
m---------acvmod0
-rw-r--r--configure.ac6
-rw-r--r--src/vmod-basicauth.38
5 files changed, 16 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 556b1b8..139c25f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,15 @@
-Vmod-basicauth NEWS -- history of user-visible changes. 2019-02-15
+Vmod-basicauth NEWS -- history of user-visible changes. 2020-04-09
See the end of file for copying conditions.
Please send Vmod-basicauth bug reports to <gray@gnu.org>
+Version 1.9, 2020-04-09
+
+* Support for Varnish versions 6.0.0 - 6.4.0
+
+Support for earlier versions has been withdrawn.
+
+
Version 1.8, 2019-02-15
* Minor change
diff --git a/README b/README
index c1eb761..5e8f2d7 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ This module implements basic HTTP authentication against the password file
created with the htpasswd(1) utility. The following password hashes are
supported: Apache MD5, crypt(3), SHA1, and plaintext.
-The module has been tested with Varnish versions 4.1 to 6.0.2
+The module has been tested with Varnish versions 6.0.0 to 6.4.0.
* Example
diff --git a/acvmod b/acvmod
-Subproject 5b214e3d72f9e261a37cf31deb41e7f8a61a181
+Subproject 82d8dc6b0c0f316acb7f9b4f351fbd8cb1f85e9
diff --git a/configure.ac b/configure.ac
index 040a30a..a71ede8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of vmod-basicauth -*- autoconf -*-
-# Copyright (C) 2013-2019 Sergey Poznyakoff
+# Copyright (C) 2013-2020 Sergey Poznyakoff
#
# Vmod-basicauth is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-basicauth], 1.8, [gray@gnu.org])
+AC_INIT([vmod-basicauth], 1.9, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_basicauth.vcc)
@@ -42,7 +42,7 @@ AC_PROG_MAKE_SET
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/stdlib.h crypt.h])
-AM_VARNISHAPI([4.1],[6.3.2])
+AM_VARNISHAPI([6.0.0],[6.4.0])
saved_LIBS=$LIBS
LIBS=-lcrypt
diff --git a/src/vmod-basicauth.3 b/src/vmod-basicauth.3
index 032c08f..ca9d71c 100644
--- a/src/vmod-basicauth.3
+++ b/src/vmod-basicauth.3
@@ -1,5 +1,5 @@
.\" This file is part of Vmod-basicauth -*- nroff -*-
-.\" Copyright (C) 2013-2018 Sergey Poznyakoff
+.\" Copyright (C) 2013-2020 Sergey Poznyakoff
.\"
.\" Vmod-basicauth is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-BASICAUTH 3 "February 15, 2019" "VMOD-BASICAUTH" "User Reference"
+.TH VMOD-BASICAUTH 3 "April 9, 2020" "VMOD-BASICAUTH" "User Reference"
.SH NAME
vmod-basicauth \- Basic HTTP authentication
.SH SYNOPSIS
@@ -62,7 +62,7 @@ sub vcl_synth {
.\" for man-based doc pages.
.if "\V[MANCGI]"WEBDOC" \{\
. ds package vmod-basicauth
-. ds version 1.8
+. ds version 1.9
. so download.inc
\}
.SH "SEE ALSO"
@@ -73,7 +73,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013-2018 Sergey Poznyakoff
+Copyright \(co 2013-2020 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Return to:

Send suggestions and report system problems to the System administrator.