# HG changeset patch # User Hans-G?nter Theisgen # Date 1644252334 -3600 # Node ID 267887cc84bfa2761cccad8ed356330802f13e5c # Parent 908ae78de97342858f47c00a5199975ccaae0545 updated c_icap and c_icap-dev (0.5.6 -> 0.5.10) diff -r 908ae78de973 -r 267887cc84bf c_icap-dev/receipt --- a/c_icap-dev/receipt Mon Feb 07 17:27:32 2022 +0100 +++ b/c_icap-dev/receipt Mon Feb 07 17:45:34 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="c_icap-dev" -VERSION="0.5.6" +VERSION="0.5.10" CATEGORY="development" SHORT_DESC="Implementation of an ICAP server - development files." MAINTAINER="erjo@slitaz.org" @@ -9,7 +9,6 @@ WEB_SITE="http://c-icap.sourceforge.net/" DEPENDS="c_icap" -BUILD_DEPENDS="" WANTED="c_icap" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 908ae78de973 -r 267887cc84bf c_icap/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c_icap/description.txt Mon Feb 07 17:45:34 2022 +0100 @@ -0,0 +1,4 @@ +C-icap is an implementation of an ICAP server. +It can be used with HTTP proxies that support the ICAP protocol +such as the Squid 3.x HTTP proxy server to implement content +adaptation and filtering services. diff -r 908ae78de973 -r 267887cc84bf c_icap/receipt --- a/c_icap/receipt Mon Feb 07 17:27:32 2022 +0100 +++ b/c_icap/receipt Mon Feb 07 17:45:34 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. -PACKAGE="c_icap" -VERSION="0.5.6" +PACKAGE="c_icap" # rename as c-icap ? +VERSION="0.5.10" CATEGORY="network" SHORT_DESC="Implementation of an ICAP server." MAINTAINER="erjo@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="http://c-icap.sourceforge.net/" +WEB_SITE="https://sourceforge.net/projects/c-icap/" +REPOLOGY="c-icap" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/c-icap/$TARBALL" @@ -47,15 +48,15 @@ cp -pa $stuff/c-icapd $fs/etc/init.d # Cleanup - rm -f $fs/usr/bin/c-icap-config + rm -f $fs/usr/bin/c-icap-config # Fix configuration file sed -i -e "s|YourServerName|localhost|" \ -e "s|/usr/var/log|/var/log/c-icap/|" \ -e "s|/usr/var/run/|/var/run/c-icap|" \ -e "s|/usr/etc|/etc/c-icap|" \ - $fs/etc/c-icap/c-icap.conf - chmod -x $fs/etc/c-icap/* + $fs/etc/c-icap/c-icap.conf + chmod -x $fs/etc/c-icap/* } post_install()