wok-next rev 21573
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:38:17 2020 +0100 (2020-06-22) |
parents | 90ba80f6e497 |
children | c9359e58850d |
files | cryptsetup/receipt dansguardian/receipt |
line diff
1.1 --- a/cryptsetup/receipt Mon Jun 22 17:06:55 2020 +0100 1.2 +++ b/cryptsetup/receipt Mon Jun 22 17:38:17 2020 +0100 1.3 @@ -13,7 +13,8 @@ 1.4 # 2.0.6 TARBALL_SHA1="a2590635ff89a7c2fdb2fbbaaecfb2a27617efef" 1.5 1.6 BUILD_DEPENDS="argon2-dev gettext-dev json-c-dev libdevmapper-dev 1.7 - libgcrypt-dev popt-dev util-linux-blkid-dev util-linux-uuid-dev" 1.8 + libgcrypt-dev openssl-dev popt-dev util-linux-blkid-dev 1.9 + util-linux-uuid-dev" 1.10 SPLIT="$PACKAGE-dev" 1.11 1.12 DEPENDS_std="argon2 json-c libdevmapper libgcrypt popt util-linux-blkid
2.1 --- a/dansguardian/receipt Mon Jun 22 17:06:55 2020 +0100 2.2 +++ b/dansguardian/receipt Mon Jun 22 17:38:17 2020 +0100 2.3 @@ -1,34 +1,37 @@ 2.4 # SliTaz package receipt v2. 2.5 2.6 PACKAGE="dansguardian" 2.7 -VERSION="2.10.1.1" 2.8 +VERSION="2.12.0.3" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Web content filter" 2.11 -MAINTAINER="devel@slitaz.org" 2.12 +MAINTAINER="maintainer@slitaz.org" 2.13 LICENSE="GPL2" 2.14 WEB_SITE="https://web.archive.org/web/20170722001531/http://dansguardian.org:80/" 2.15 2.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WGET_URL="http://dansguardian.org/downloads/2/Stable/$TARBALL" 2.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.20 2.21 BUILD_DEPENDS="pcre-dev zlib-dev" 2.22 2.23 -compile_rules() { 2.24 - ./configure \ 2.25 - --enable-fancydm=no \ 2.26 - --with-proxyuser=nobody \ 2.27 - --with-proxygroup=nogroup \ 2.28 +compile_rules() 2.29 +{ 2.30 + ./configure \ 2.31 + --enable-fancydm=no \ 2.32 + --with-proxyuser=nobody \ 2.33 + --with-proxygroup=nogroup \ 2.34 $CONFIGURE_ARGS && 2.35 make && 2.36 make DESTDIR=$install install 2.37 } 2.38 2.39 -genpkg_rules() { 2.40 +genpkg_rules() 2.41 +{ 2.42 copy @std 2.43 - DEPENDS="libpcreposix perl zlib squid" 2.44 + DEPENDS="libpcreposix perl squid zlib" 2.45 SUGGESTED="clamav" 2.46 } 2.47 2.48 -post_install() { 2.49 +post_install() 2.50 +{ 2.51 chown nobody.nogroup "$1/var/log/dansguardian" 2.52 }