wok diff squidguardmgr/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 36dead94dd76
children 69e1e705f038
line diff
     1.1 --- a/squidguardmgr/receipt	Fri Jul 22 17:47:15 2022 +0100
     1.2 +++ b/squidguardmgr/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Web GUI for squidGuard and SquidClamav administration."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="https://sourceforge.net/projects/squidguardmgr/"
     1.8 +WEB_SITE="https://sourceforge.net/projects/squidguardmgr"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -16,6 +16,7 @@
    1.13  
    1.14  CONFIG_FILES="/etc/squidguardmgr.conf"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - $WEB_SITE 2>/dev/null | \