wok-6.x rev 22413
clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 14 19:36:12 2019 +0000 (2019-12-14) |
parents | c37ae188e486 |
children | c914ee3dc2b5 |
files | clamav-dev/receipt clamav/receipt |
line diff
1.1 --- a/clamav-dev/receipt Sat Dec 14 16:16:41 2019 +0000 1.2 +++ b/clamav-dev/receipt Sat Dec 14 19:36:12 2019 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clamav-dev" 1.7 -VERSION="0.101.1" 1.8 +VERSION="0.102.1" 1.9 CATEGORY="development" 1.10 TAGS="antivirus" 1.11 SHORT_DESC="Clamav dev files."
2.1 --- a/clamav/receipt Sat Dec 14 16:16:41 2019 +0000 2.2 +++ b/clamav/receipt Sat Dec 14 19:36:12 2019 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="clamav" 2.7 -VERSION="0.101.1" 2.8 +VERSION="0.102.1" 2.9 CATEGORY="security" 2.10 TAGS="antivirus" 2.11 SHORT_DESC="Antivirus." 2.12 @@ -12,7 +12,7 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="${WEB_SITE}downloads/production/$TARBALL" 2.15 2.16 -DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl libssl" 2.17 +DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl libssl libcurl" 2.18 BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev openssl-dev bash" 2.19 2.20 # Rules to configure and make the package.