Skip to content

Commit

Permalink
Update ChangeLog and version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Nov 8, 2023
1 parent f96bbb9 commit c273cb7
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 20 deletions.
20 changes: 19 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
2022-07-06 version 7.2
2023-11-08 version 7.3

This version fixes some bugs reported by users since previous release.

Full list of changes:

- Fix size for clmd_curr_ip that could be a hostname up to 253 characters.
Thanks to Pavel Krustev for the report.
- Add the gplv3 licence content to COPYING file. Thanks to Simone Caronni
for the report.
- Use getnameinfo instead of deprecated gethostbyaddr. Thanks to Frank
Crawford for the report.
- Fix regexp compilation failure when it contains a #.
- Add reject_url configuration directive that allows to reject certain URL
based on a regular expression. For example: reject_url ^.*\.(com|bat|exe)$
- Fix some compilation warnings on call to strncpy.
- Add a JP translation for clwarn.cgi. Thanks to Frank Crawford for the patch.

2022-07-06 version 7.3

This version fixes some bugs reported by users since previous release
and especially a crash with call to deprecated gethostbyname() function.
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi.de_DE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi.en_EN
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi.fr_FR
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi.ja_JP
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi.pt_BR
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/clwarn.cgi.ru_RU
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;

use CGI;

my $VERSION = '7.2';
my $VERSION = '7.3';

my $cgi = new CGI;

Expand Down
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for SquidClamav 7.2.
# Generated by GNU Autoconf 2.69 for SquidClamav 7.3.
#
# Report bugs to <http://squidclamav.darold.net/>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='SquidClamav'
PACKAGE_TARNAME='squidclamav'
PACKAGE_VERSION='7.2'
PACKAGE_STRING='SquidClamav 7.2'
PACKAGE_VERSION='7.3'
PACKAGE_STRING='SquidClamav 7.3'
PACKAGE_BUGREPORT='http://squidclamav.darold.net/'
PACKAGE_URL=''

Expand Down Expand Up @@ -1350,7 +1350,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures SquidClamav 7.2 to adapt to many kinds of systems.
\`configure' configures SquidClamav 7.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1421,7 +1421,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of SquidClamav 7.2:";;
short | recursive ) echo "Configuration of SquidClamav 7.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1536,7 +1536,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
SquidClamav configure 7.2
SquidClamav configure 7.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1959,7 +1959,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by SquidClamav $as_me 7.2, which was
It was created by SquidClamav $as_me 7.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2849,7 +2849,7 @@ fi
# Define the identity of the package.
PACKAGE='squidclamav'
VERSION='7.2'
VERSION='7.3'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3948,7 +3948,7 @@ else
# icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message
# that says an option was ignored or not supported.
# When given -MP, icc 7.0 and 7.2 complain thusly:
# When given -MP, icc 7.0 and 7.3 complain thusly:
# icc: Command line warning: ignoring option '-M'; no argument required
# The diagnosis changed in icc 8.0:
# icc: Command line remark: option '-MP' not supported
Expand Down Expand Up @@ -13972,7 +13972,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by SquidClamav $as_me 7.2, which was
This file was extended by SquidClamav $as_me 7.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14038,7 +14038,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
SquidClamav config.status 7.2
SquidClamav config.status 7.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.


AC_INIT([SquidClamav], [7.2], [http://squidclamav.darold.net/], [squidclamav])
AC_INIT([SquidClamav], [7.3], [http://squidclamav.darold.net/], [squidclamav])

AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit c273cb7

Please sign in to comment.