From owner-svn-ports-all@freebsd.org Fri Feb 21 12:56:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F41F25D08D; Fri, 21 Feb 2020 12:56:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PBKb5v6dz4Km4; Fri, 21 Feb 2020 12:56:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABDA5B0B6; Fri, 21 Feb 2020 12:56:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01LCuJwh069301; Fri, 21 Feb 2020 12:56:19 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LCuJm2069299; Fri, 21 Feb 2020 12:56:19 GMT (envelope-from garga@FreeBSD.org) Message-Id: <202002211256.01LCuJm2069299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 21 Feb 2020 12:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526625 - head/www/e2guardian X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/www/e2guardian X-SVN-Commit-Revision: 526625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 12:56:20 -0000 Author: garga Date: Fri Feb 21 12:56:18 2020 New Revision: 526625 URL: https://svnweb.freebsd.org/changeset/ports/526625 Log: www/e2guardian: Update to 5.3.4 PR: 244043 Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/www/e2guardian/Makefile head/www/e2guardian/distinfo head/www/e2guardian/pkg-plist Modified: head/www/e2guardian/Makefile ============================================================================== --- head/www/e2guardian/Makefile Fri Feb 21 12:44:10 2020 (r526624) +++ head/www/e2guardian/Makefile Fri Feb 21 12:56:18 2020 (r526625) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= e2guardian -PORTVERSION= 5.3.2 -PORTREVISION= 1 +PORTVERSION= 5.3.4 DISTVERSIONPREFIX= v CATEGORIES= www @@ -89,8 +88,12 @@ post-install: ${STAGEDIR}${ETCDIR}/lists/authplugins/portgroups.sample @${MV} ${STAGEDIR}${ETCDIR}/lists/bannedrooms/default \ ${STAGEDIR}${ETCDIR}/lists/bannedrooms/default.sample - @${MV} ${STAGEDIR}${ETCDIR}/lists/bannedsitelistwithbypass \ - ${STAGEDIR}${ETCDIR}/lists/bannedsitelistwithbypass.sample + @${MV} ${STAGEDIR}${ETCDIR}/lists/domainsnobypass \ + ${STAGEDIR}${ETCDIR}/lists/domainsnobypass.sample + @${MV} ${STAGEDIR}${ETCDIR}/lists/ipnobypass \ + ${STAGEDIR}${ETCDIR}/lists/ipnobypass.sample + @${MV} ${STAGEDIR}${ETCDIR}/lists/urlnobypass \ + ${STAGEDIR}${ETCDIR}/lists/urlnobypass.sample @${MKDIR} ${STAGEDIR}${ETCDIR}/lists/contentscanners @${MV} ${STAGEDIR}${ETCDIR}/lists/exceptionvirusextensionlist.sample \ ${STAGEDIR}${ETCDIR}/lists/contentscanners/ Modified: head/www/e2guardian/distinfo ============================================================================== --- head/www/e2guardian/distinfo Fri Feb 21 12:44:10 2020 (r526624) +++ head/www/e2guardian/distinfo Fri Feb 21 12:56:18 2020 (r526625) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554951038 -SHA256 (e2guardian-e2guardian-v5.3.2_GH0.tar.gz) = ff15090157b8ea7b7910a893bb3bf582b5658cd2b4a9417805bd5c8cc1ba5e29 -SIZE (e2guardian-e2guardian-v5.3.2_GH0.tar.gz) = 2009156 +TIMESTAMP = 1581375515 +SHA256 (e2guardian-e2guardian-v5.3.4_GH0.tar.gz) = 09a107fd791be92edcb0837b8fdcad626928162d05e31ae53fa8fe3adb7d5652 +SIZE (e2guardian-e2guardian-v5.3.4_GH0.tar.gz) = 2083057 Modified: head/www/e2guardian/pkg-plist ============================================================================== --- head/www/e2guardian/pkg-plist Fri Feb 21 12:44:10 2020 (r526624) +++ head/www/e2guardian/pkg-plist Fri Feb 21 12:56:18 2020 (r526625) @@ -38,7 +38,6 @@ @sample %%ETCDIR%%/lists/bannedsearchoveridelist.sample @sample %%ETCDIR%%/lists/bannedsiteiplist.sample @sample %%ETCDIR%%/lists/bannedsitelist.sample -@sample %%ETCDIR%%/lists/bannedsitelistwithbypass.sample @sample %%ETCDIR%%/lists/bannedsslsiteiplist.sample @sample %%ETCDIR%%/lists/bannedsslsitelist.sample @sample %%ETCDIR%%/lists/bannedurllist.sample @@ -48,13 +47,14 @@ %%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirussiteiplist.sample %%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirussitelist.sample %%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirusurllist.sample +@sample %%ETCDIR%%/lists/domainsnobypass.sample @sample %%ETCDIR%%/lists/embededreferersiteiplist.sample @sample %%ETCDIR%%/lists/embededreferersitelist.sample @sample %%ETCDIR%%/lists/embededrefererurllist.sample @sample %%ETCDIR%%/lists/exceptionclientlist.sample @sample %%ETCDIR%%/lists/exceptionextensionlist.sample -@sample %%ETCDIR%%/lists/exceptionfilesitelist.sample @sample %%ETCDIR%%/lists/exceptionfilesiteiplist.sample +@sample %%ETCDIR%%/lists/exceptionfilesitelist.sample @sample %%ETCDIR%%/lists/exceptionfileurllist.sample @sample %%ETCDIR%%/lists/exceptioniplist.sample @sample %%ETCDIR%%/lists/exceptionmimetypelist.sample @@ -72,6 +72,7 @@ @sample %%ETCDIR%%/lists/greysslsitelist.sample @sample %%ETCDIR%%/lists/greyurllist.sample @sample %%ETCDIR%%/lists/headerregexplist.sample +@sample %%ETCDIR%%/lists/ipnobypass.sample @sample %%ETCDIR%%/lists/localbannedsearchlist.sample @sample %%ETCDIR%%/lists/localbannedsiteiplist.sample @sample %%ETCDIR%%/lists/localbannedsitelist.sample @@ -90,6 +91,9 @@ @sample %%ETCDIR%%/lists/logsiteiplist.sample @sample %%ETCDIR%%/lists/logsitelist.sample @sample %%ETCDIR%%/lists/logurllist.sample +@sample %%ETCDIR%%/lists/newbannedphraselist.sample +@sample %%ETCDIR%%/lists/newexceptionphraselist.sample +@sample %%ETCDIR%%/lists/newweightedphraselist.sample @sample %%ETCDIR%%/lists/nocheckcertsiteiplist.sample @sample %%ETCDIR%%/lists/nocheckcertsitelist.sample %%ETCDIR%%/lists/phraselists/badwords/weighted_dutch @@ -99,15 +103,26 @@ %%ETCDIR%%/lists/phraselists/badwords/weighted_spanish %%ETCDIR%%/lists/phraselists/chat/weighted %%ETCDIR%%/lists/phraselists/chat/weighted_italian +%%ETCDIR%%/lists/phraselists/chinesebig5/pornography/weighted +%%ETCDIR%%/lists/phraselists/chinesegb2312/pornography/weighted %%ETCDIR%%/lists/phraselists/conspiracy/weighted +%%ETCDIR%%/lists/phraselists/danish/goodphrases/weighted_general +%%ETCDIR%%/lists/phraselists/danish/pornography/weighted %%ETCDIR%%/lists/phraselists/domainsforsale/weighted %%ETCDIR%%/lists/phraselists/drugadvocacy/weighted +%%ETCDIR%%/lists/phraselists/dutch/badwords/weighted +%%ETCDIR%%/lists/phraselists/dutch/goodphrases/weighted_general +%%ETCDIR%%/lists/phraselists/dutch/pornography/weighted %%ETCDIR%%/lists/phraselists/forums/weighted +%%ETCDIR%%/lists/phraselists/french/badwords/weighted +%%ETCDIR%%/lists/phraselists/french/pornography/weighted %%ETCDIR%%/lists/phraselists/gambling/banned %%ETCDIR%%/lists/phraselists/gambling/banned_portuguese %%ETCDIR%%/lists/phraselists/gambling/weighted %%ETCDIR%%/lists/phraselists/gambling/weighted_portuguese %%ETCDIR%%/lists/phraselists/games/weighted +%%ETCDIR%%/lists/phraselists/german/badwords/weighted +%%ETCDIR%%/lists/phraselists/german/pornography/weighted %%ETCDIR%%/lists/phraselists/goodphrases/exception %%ETCDIR%%/lists/phraselists/goodphrases/exception_email %%ETCDIR%%/lists/phraselists/goodphrases/weighted_general @@ -128,14 +143,23 @@ %%ETCDIR%%/lists/phraselists/intolerance/banned_portuguese %%ETCDIR%%/lists/phraselists/intolerance/weighted %%ETCDIR%%/lists/phraselists/intolerance/weighted_portuguese +%%ETCDIR%%/lists/phraselists/italian/badwords/weighted +%%ETCDIR%%/lists/phraselists/italian/chat/weighted +%%ETCDIR%%/lists/phraselists/italian/pornography/weighted +%%ETCDIR%%/lists/phraselists/japanese/pornography/weighted %%ETCDIR%%/lists/phraselists/legaldrugs/weighted +%%ETCDIR%%/lists/phraselists/malay/goodphrases/weighted_general +%%ETCDIR%%/lists/phraselists/malay/pornography/weighted %%ETCDIR%%/lists/phraselists/malware/weighted %%ETCDIR%%/lists/phraselists/music/weighted %%ETCDIR%%/lists/phraselists/news/weighted +%%ETCDIR%%/lists/phraselists/norwegian/pornography/weighted %%ETCDIR%%/lists/phraselists/nudism/weighted %%ETCDIR%%/lists/phraselists/peer2peer/weighted %%ETCDIR%%/lists/phraselists/personals/weighted %%ETCDIR%%/lists/phraselists/personals/weighted_portuguese +%%ETCDIR%%/lists/phraselists/polish/goodphrases/weighted_general +%%ETCDIR%%/lists/phraselists/polish/pornography/weighted %%ETCDIR%%/lists/phraselists/pornography/banned %%ETCDIR%%/lists/phraselists/pornography/banned_portuguese %%ETCDIR%%/lists/phraselists/pornography/weighted @@ -154,13 +178,53 @@ %%ETCDIR%%/lists/phraselists/pornography/weighted_russian_utf8 %%ETCDIR%%/lists/phraselists/pornography/weighted_spanish %%ETCDIR%%/lists/phraselists/pornography/weighted_swedish +%%ETCDIR%%/lists/phraselists/portuguese/badwords/weighted +%%ETCDIR%%/lists/phraselists/portuguese/gambling/banned +%%ETCDIR%%/lists/phraselists/portuguese/gambling/weighted +%%ETCDIR%%/lists/phraselists/portuguese/goodphrases/weighted_general +%%ETCDIR%%/lists/phraselists/portuguese/gore/weighted +%%ETCDIR%%/lists/phraselists/portuguese/illegaldrugs/weighted +%%ETCDIR%%/lists/phraselists/portuguese/intolerance/banned +%%ETCDIR%%/lists/phraselists/portuguese/intolerance/weighted +%%ETCDIR%%/lists/phraselists/portuguese/personals/banned +%%ETCDIR%%/lists/phraselists/portuguese/personals/weighted +%%ETCDIR%%/lists/phraselists/portuguese/pornography/weighted +%%ETCDIR%%/lists/phraselists/portuguese/violence/weighted +%%ETCDIR%%/lists/phraselists/portuguese/weapons/weighted %%ETCDIR%%/lists/phraselists/proxies/weighted %%ETCDIR%%/lists/phraselists/rta/banned +%%ETCDIR%%/lists/phraselists/russian-1251/pornography/weighted +%%ETCDIR%%/lists/phraselists/russian-koi8-r/pornography/weighted %%ETCDIR%%/lists/phraselists/safelabel/banned %%ETCDIR%%/lists/phraselists/secretsocieties/weighted +%%ETCDIR%%/lists/phraselists/spanish/badwords/weighted +%%ETCDIR%%/lists/phraselists/spanish/pornography/weighted %%ETCDIR%%/lists/phraselists/sport/weighted +%%ETCDIR%%/lists/phraselists/swedish/goodphrases/weighted_general +%%ETCDIR%%/lists/phraselists/swedish/pornography/weighted %%ETCDIR%%/lists/phraselists/translation/weighted %%ETCDIR%%/lists/phraselists/travel/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/badwords/banned +%%ETCDIR%%/lists/phraselists/ukenglish/badwords/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/chat/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/drugadvocacy/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/gambling/banned +%%ETCDIR%%/lists/phraselists/ukenglish/gambling/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/games/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/goodphrases/exception_email +%%ETCDIR%%/lists/phraselists/ukenglish/goodphrases/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/goodphrases/weighted_news +%%ETCDIR%%/lists/phraselists/ukenglish/gore/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/illegaldrugs/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/intolerance/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/nudism/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/personals/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/pornography/banned +%%ETCDIR%%/lists/phraselists/ukenglish/pornography/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/proxies/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/violence/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/warezhacking/weighted +%%ETCDIR%%/lists/phraselists/ukenglish/weapons/weighted %%ETCDIR%%/lists/phraselists/upstreamfilter/weighted %%ETCDIR%%/lists/phraselists/violence/weighted %%ETCDIR%%/lists/phraselists/violence/weighted_portuguese @@ -173,6 +237,7 @@ @sample %%ETCDIR%%/lists/refererexceptionurllist.sample @sample %%ETCDIR%%/lists/searchregexplist.sample @sample %%ETCDIR%%/lists/sslsiteregexplist.sample +@sample %%ETCDIR%%/lists/urlnobypass.sample @sample %%ETCDIR%%/lists/urlredirectregexplist.sample @sample %%ETCDIR%%/lists/urlregexplist.sample @sample %%ETCDIR%%/lists/weightedphraselist.sample