From: Michael Tremer Date: Sun, 21 Jun 2015 12:46:47 +0000 (+0200) Subject: squidGuard: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d44cad70478751e3574f3b140cb7e2e2eb43ca;p=ipfire-3.x.git squidGuard: Drop package This will be replaced by c_icap. squidGuard is not maintained for many many years and does not fulfill all our requirements that we have today. Signed-off-by: Michael Tremer --- diff --git a/squidGuard/squidGuard.nm b/squidGuard/squidGuard.nm deleted file mode 100644 index a45597b70..000000000 --- a/squidGuard/squidGuard.nm +++ /dev/null @@ -1,60 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = squidGuard -version = 1.4.1 -release = 1 - -maintainer = Christian Schmidt -groups = Networking/Daemons -url = http://www.squidguard.org -license = GPLv2 -summary = Filter, redirector and access controller plugin for squid. - -description - SquidGuard is a URL redirector used to use blacklists with the - proxysoftware Squid. -end - -source_dl = http://www.squidguard.org/Downloads/ - -build - requires - bison - openldap-devel - flex - db4-devel - shadow - end - - configure_options += \ - --datadir=/usr/share \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-sg-config=/etc/squidGuard/squidGuard.conf \ - --with-sg-logdir=/var/log/squidGuard \ - --with-sg-dbhome=/var/lib/squidguard \ - --with-db=/usr \ - --with-db-inc=/usr/include \ - --with-db-lib=/usr/lib \ - --with-ldap - - prepare_cmds - groupadd -g 23 -r squid - useradd -u 23 -r -s /sbin/nologin -d /var/spool/squid -M \ - -c 'Squid proxy user' -g squid squid - end -end - -packages - package %{name} - end - - package %{name}-debuginfo - template DEBUGINFO - end -end