FreeBSD Bugzilla – Attachment 202425 Details for
Bug 235879
www/e2guardian: update to 5.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
e2guardian 5.3.1 port update after changes pointed
e2guardian_531.shar (text/plain), 26.22 KB, created by
marcellocoutinho
on 2019-02-27 21:16:33 UTC
(
hide
)
Description:
e2guardian 5.3.1 port update after changes pointed
Filename:
MIME Type:
Creator:
marcellocoutinho
Created:
2019-02-27 21:16:33 UTC
Size:
26.22 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># e2guardian ># e2guardian/Makefile ># e2guardian/pkg-descr ># e2guardian/distinfo ># e2guardian/files ># e2guardian/files/pkg-install.in ># e2guardian/files/e2guardian.in ># e2guardian/files/patch-configure.ac ># e2guardian/files/patch-configs_authplugins_Makefile.am ># e2guardian/files/pkg-message.in ># e2guardian/pkg-plist ># >echo c - e2guardian >mkdir -p e2guardian > /dev/null 2>&1 >echo x - e2guardian/Makefile >sed 's/^X//' >e2guardian/Makefile << '988b65728bf5f05662a4236f477251eb' >X# Created by: Marcello Coutinho >X# $FreeBSD$ >X >XPORTNAME= e2guardian >XPORTVERSION= 5.3 >XDISTVERSIONPREFIX= v >XCATEGORIES= www >X >XMAINTAINER= marcellocoutinho@gmail.com >XCOMMENT= Dansguardian fork with many improvements and bug fixes >X >XLICENSE= GPLv2 >X >XBUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} >XLIB_DEPENDS= libpcre.so:devel/pcre >X >XUSES= autoreconf compiler:c++11-lang libtool pkgconfig python iconv ssl >XUSE_GITHUB= yes >X >XUSE_CXXSTD= c++11 >XUSE_RC_SUBR= e2guardian >XGNU_CONFIGURE= yes >XCONFIGURE_ARGS= --localstatedir=/var \ >X --with-logdir=/var/log \ >X --with-piddir=/var/run >X >XOPTIONS_DEFINE= CLISCAN CLAMD ICAP KAV AVAST NTLM DNS EMAIL DEBUG DOCS SSL TRICKLE >XOPTIONS_DEFAULT=CLAMD DNS TRICKLE >XOPTIONS_SUB= yes >X >XGH_TAGNAME= v5.3.1 >X >XCLISCAN_DESC= Enable support for CLI content scanners >XCLAMD_DESC= Enable ClamD AV content scanner >XICAP_DESC= Enable ICAP AV content scanner support >XKAV_DESC= Enable Kaspersky AV support >XAVAST_DESC= Enable AvastD content scanner >XNTLM_DESC= Include NTLM authentication plugin >XDNS_DESC= Include DNS authetication plugin >XEMAIL_DESC= Enable e-mail reporting support >XDEBUG_DESC= Enable debug build mode >XTRICKLE_DESC= Enable the trickle download manager >X >XCONFDIR= ${PREFIX}/etc/e2guardian >X >XCPPFLAGS+= -I${LOCALBASE}/include >XCFLAGS+= -I${LOCALBASE}/include >X >XCLISCAN_CONFIGURE_ENABLE= commandline >XCLAMD_CONFIGURE_ENABLE= clamd=yes >XCLAMD_RUN_DEPENDS= ${LOCALBASE}/sbin/clamd:security/clamav >XICAP_CONFIGURE_ENABLE= icap >XKAV_CONFIGURE_ENABLE= kavd >XAVAST_CONFIGURE_ENABLE= avastd >XNTLM_CONFIGURE_ENABLE= ntlm >XNTLM_RUN_DEPENDS= ${LOCALBASE}/bin/iconv:converters/libiconv >XNTLM_USES= iconv >XDNS_CONFIGURE_ENABLE= dnsauth >XEMAIL_CONFIGURE_ENABLE= email >XDEBUG_CONFIGURE_ENABLE= dgdebug >XSSL_LDFLAGS= -lssl -lcrypto >XSSL_CFLAGS= -D__SSLMITM -D__SSLCERT >XTRICKLE_CONFIGURE_ENABLE= trickledm >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MCLAMD} || ${PORT_OPTIONS:MICAP} || \ >X ${PORT_OPTIONS:MKAV} || ${PORT_OPTIONS:MCLISCAN} || \ >X ${PORT_OPTIONS:MAVAST} >XPLIST_SUB+= SCANNERS="" >X.else >XPLIST_SUB+= SCANNERS="@comment " >X.endif >X >XSUB_FILES= pkg-message pkg-install >X >Xpre-configure: >X @cd ${WRKSRC} && ${SH} ${WRKSRC}/autogen.sh >X >Xpost-install: >X @${FIND} ${STAGEDIR}${ETCDIR} -type f \ >X \( -name '*.conf' -or -name '*list' -or -name '*.story' \) \ >X -exec ${MV} {} {}.sample \; >X @${MV} ${STAGEDIR}${ETCDIR}/lists/authplugins/ipgroups \ >X ${STAGEDIR}${ETCDIR}/lists/authplugins/ipgroups.sample >X @${MV} ${STAGEDIR}${ETCDIR}/lists/authplugins/portgroups \ >X ${STAGEDIR}${ETCDIR}/lists/authplugins/portgroups.sample >X @${MV} ${STAGEDIR}${ETCDIR}/lists/bannedrooms/default \ >X ${STAGEDIR}${ETCDIR}/lists/bannedrooms/default.sample >X @${MV} ${STAGEDIR}${ETCDIR}/lists/bannedsitelistwithbypass \ >X ${STAGEDIR}${ETCDIR}/lists/bannedsitelistwithbypass.sample >X @${MV} ${STAGEDIR}${ETCDIR}/lists/exceptionvirusextensionlist.sample \ >X ${STAGEDIR}${ETCDIR}/lists/contentscanners/ >X @${MV} ${STAGEDIR}${ETCDIR}/lists/exceptionvirussiteiplist.sample \ >X ${STAGEDIR}${ETCDIR}/lists/contentscanners/ >X.include <bsd.port.mk> >988b65728bf5f05662a4236f477251eb >echo x - e2guardian/pkg-descr >sed 's/^X//' >e2guardian/pkg-descr << '5f729cb88b3df75506da41880cf01e36' >Xe2guardian is a content filtering proxy that works in conjunction with another >Xcaching proxy such as Squid or Oops. More information can be found in the >Xe2guardian man page, the "doc" subdirectory and the in the configuration files. >X >Xe2guardian is a fork of DansGuardian and the maintainers fully acknowledge the >Xwork carried out by and the copyright of Daniel Baron and other contributors to >Xthe Dansguardian project. >X >XE2Guardian Main features: >XBuilt-in content scanner plugin system which includes AV scanning. >XCan be configured to have multiple filter configurations including groups >XSSL Inspection and Blanket SSL blocking >XNTLM, Digest, Basic, IP and DNS authentication >XHeader analysis and manipulation - you can also manipulate cookies - >XLarge file (2GB+) download & scanning support >XBlacklist, Greylist domains >XDeny regular Expressions on urls, body content, and headers >XDeep URL scanning to spot URLs in URLs >XAdvanced advert blocking >XUpdates to handle all current web technology trends >XTime Based Blocking >X >XWWW: http://e2guardian.org >5f729cb88b3df75506da41880cf01e36 >echo x - e2guardian/distinfo >sed 's/^X//' >e2guardian/distinfo << '9d1c560b0c842ca3e841a44e4eece31c' >XTIMESTAMP = 1550664314 >XSHA256 (e2guardian-e2guardian-v5.3-v5.3.1_GH0.tar.gz) = 3ccab41663b63c6a654fd9f7bf44f8598689e9940b02434a724dc137961633a9 >XSIZE (e2guardian-e2guardian-v5.3-v5.3.1_GH0.tar.gz) = 2008811 >9d1c560b0c842ca3e841a44e4eece31c >echo c - e2guardian/files >mkdir -p e2guardian/files > /dev/null 2>&1 >echo x - e2guardian/files/pkg-install.in >sed 's/^X//' >e2guardian/files/pkg-install.in << '1cf3d08e067c5099ada4b576c020f530' >X#!/bin/sh >X# >X# >X >XPATH=/bin:/usr/bin:/usr/sbin >Xpkgname=$1 >Xe2guardian_confdir="${PKG_PREFIX:-%%PREFIX%%}/etc/e2guardian" >X >Xcase $2 in >XPRE-INSTALL) >X echo "===> Pre-installation configuration for ${pkgname}" >X ;; >XPOST-INSTALL) >X # Populate initial config files in case of new install in a way >X # to avoid overwrite of existing config files. >X >X sample_files=$(find ${e2guardian_confdir}/e2guardian -name "*.sample" -print) >X echo ${sample_files} >X for file in ${sample_files} ; do >X file2=$(echo $file | rev | cut -c8- | rev) >X if [ ! -f ${file2} -a -f ${file} ]; then >X echo "Creating ${file2} from ${file}..." >X install -c -o root -g wheel -m 0644 ${file} ${file2} >X fi >X done >X ;; >X*) >X exit 33 >X ;; >Xesac >Xexit 0 >X >1cf3d08e067c5099ada4b576c020f530 >echo x - e2guardian/files/e2guardian.in >sed 's/^X//' >e2guardian/files/e2guardian.in << '05d1baeb1475dfdaf43cf046815660ca' >X#!/bin/sh >X# >X# $FreeBSD: head/www/e2guardian/files/e2guardian.in 437392 2017-04-01 02:49:39Z wen $ >X# >X >X# PROVIDE: e2guardian >X# REQUIRE: NETWORKING SERVERS squid clamav_clamd >X# BEFORE: DAEMON >X# KEYWORD: shutdown >X >X# >X# Add the following line to /etc/rc.conf to enable e2guardian: >X# e2guardian_enable (bool): Set to "NO" by default. >X# Set it to "YES" to enable e2guardian. >X# e2guardian_flags (text): Set e2guardian extra flags >X >X. /etc/rc.subr >X >Xname=e2guardian >Xrcvar=e2guardian_enable >Xdesc="e2guardian startup script" >X >Xload_rc_config $name >X >X: ${e2guardian_enable:=NO} >X: ${e2guardian_config="%%PREFIX%%/etc/${name}/${name}.conf"} >X >Xcommand=%%PREFIX%%/sbin/${name} >Xpidfile=/var/run/${name}.pid >Xstop_postcmd="e2guardian_stop_postcmd" >Xreload_cmd="e2guardian_reload_cmd" >Xextra_commands="reload" >X >Xcommand_args="-p $pidfile -f $e2guardian_config $e2guardian_flags" >X >Xe2guardian_reload_cmd() { >X if [ -f "${pidfile}" ]; then >X ${command} -g ${command_args} >X echo "Reloading ${name}." >X fi >X} >X >Xe2guardian_stop_postcmd() { >X rm ${pidfile} >X} >X >Xrun_rc_command "$1" >05d1baeb1475dfdaf43cf046815660ca >echo x - e2guardian/files/patch-configure.ac >sed 's/^X//' >e2guardian/files/patch-configure.ac << '44fcbb5a9c8248c5051fd412348367b6' >X--- configure.ac.orig 2018-08-21 08:17:02 UTC >X+++ configure.ac >X@@ -617,7 +617,6 @@ else >X AC_MSG_RESULT(yes) >X dnsauth=true >X DNSAUTHSUPPORT="" >X- LIBS="${LIBS} -lresolv" >X AC_DEFINE([PRT_DNSAUTH],[],[Define to enable DNS auth plugin]) >X fi], >X [ >44fcbb5a9c8248c5051fd412348367b6 >echo x - e2guardian/files/patch-configs_authplugins_Makefile.am >sed 's/^X//' >e2guardian/files/patch-configs_authplugins_Makefile.am << '1474bc22c6e56feb432d115d5a2d8a69' >X--- configs/authplugins/Makefile.am.orig 2018-10-16 12:21:11 UTC >X+++ configs/authplugins/Makefile.am >X@@ -4,7 +4,7 @@ DGDATADIR = $(DGCONFDIR)/authplugins >X >X SUBDIRS = . >X >X-FLISTS = proxy-basic.conf ident.conf ip.conf proxy-digest.conf \ >X+FLISTS = proxy-basic.conf ident.conf ip.conf proxy-digest.conf proxy-header.conf\ >X port.conf >X >X if ENABLE_NTLM >1474bc22c6e56feb432d115d5a2d8a69 >echo x - e2guardian/files/pkg-message.in >sed 's/^X//' >e2guardian/files/pkg-message.in << 'a741b85b6596083fbbcbc675c37dd32e' >X#################################################################################### >X o You can find the configuration files for this package in the >X directory %%PREFIX%%/etc/e2guardian. >X >X Note: >X If you just updated your e2guardian installation from an earlier version, >X make sure to check your e2guardian.conf and e2guardianf[1..9].conf >X configuration files against the respective e2giardian.conf.sample >X and e2guardianf1.conf.sample files. >X Do not forget to check/configure log rotation and compression- read >X newsyslog(8) man page for details. >X >X o Running of e2guardian and squid on the same machine is common configuration. >X In order to get reliable and fast-working configuration on heavy loaded >X systems with real-time content checking with antivirus you might want to set >X the following tunables (see tuning(7) man page for details prior to tuning): >X >X **** /boot/loader.conf **** >X kern.ipc.msgmnb=8192 >X kern.ipc.msgssz=64 >X kern.ipc.msgtql=2048 >X net.inet.tcp.syncache.hashsize=1024 >X net.inet.tcp.syncache.bucketlimit=100 >X >X **** /etc/sysctl.conf **** >X net.inet.ip.portrange.last=65535 >X net.inet.ip.portrange.first=1024 >X net.inet.tcp.delayed_ack=1 >X net.inet.tcp.nolocaltimewait=1 >X kern.ipc.soacceptqueue=8192 >X net.local.stream.recvspace=65535 >X net.local.stream.sendspace=65535 >X net.inet.ip.portrange.randomized=0 >X #Skip feeding /dev/random from network. >X kern.random.harvest.mask=399 >X >X Also do not forget to raise kern.threads.max_threads_per_proc to the value >X higher then httpworkers in e2giardian.conf. >X >X o As of v.4 e2guardian is a single process multithreaded application. >X It might be reasonable to use sysutils/fsc or similar tools to control >X it's status. >X >X o Useful links: >X - e2guardian project web site http://e2guardian.org/ >X - GitHub repository https://github.com/e2guardian/e2guardian/ >X - support forum https://groups.google.com/forum/#!forum/e2guardian >X - link for bug reports https://github.com/e2guardian/e2guardian/issues >X#################################################################################### >a741b85b6596083fbbcbc675c37dd32e >echo x - e2guardian/pkg-plist >sed 's/^X//' >e2guardian/pkg-plist << 'c40ee3112a58f8c0dbbc56dd780039af' >X%%DNS%%@sample %%ETCDIR%%/authplugins/dnsauth.conf.sample >X@sample %%ETCDIR%%/authplugins/ident.conf.sample >X@sample %%ETCDIR%%/authplugins/ip.conf.sample >X@sample %%ETCDIR%%/authplugins/port.conf.sample >X@sample %%ETCDIR%%/authplugins/proxy-basic.conf.sample >X@sample %%ETCDIR%%/authplugins/proxy-digest.conf.sample >X%%DNS%%@sample %%ETCDIR%%/authplugins/proxy-header.conf.sample >X%%NTLM%%@sample %%ETCDIR%%/authplugins/proxy-ntlm.conf.sample >X%%CLAMD%%@sample %%ETCDIR%%/contentscanners/clamdscan.conf.sample >X%%ICAP%%@sample %%ETCDIR%%/contentscanners/icapscan.conf.sample >X%%CLISCAN%%@sample %%ETCDIR%%/contentscanners/commandlinescan.conf.sample >X%%KAV%%@sample %%ETCDIR%%/contentscanners/kavdscan.conf.sample >X%%AVAST%%@sample %%ETCDIR%%/contentscanners/avastd.conf.sample >X@sample %%ETCDIR%%/downloadmanagers/default.conf.sample >X@sample %%ETCDIR%%/e2guardian.conf.sample >X@sample %%ETCDIR%%/e2guardianf1.conf.sample >X@sample %%ETCDIR%%/common.story.sample >X@sample %%ETCDIR%%/examplef1.story.sample >X@sample %%ETCDIR%%/preauth.story.sample >X@sample %%ETCDIR%%/site.story.sample >X@sample %%ETCDIR%%/lists/addheaderregexplist.sample >X%%DNS%%@sample %%ETCDIR%%/lists/authexceptionsitelist.sample >X%%DNS%%@sample %%ETCDIR%%/lists/authexceptionurllist.sample >X%%DNS%%@sample %%ETCDIR%%/lists/authexceptioniplist.sample >X%%DNS%%@sample %%ETCDIR%%/lists/authexceptionsiteiplist.sample >X@sample %%ETCDIR%%/lists/authplugins/ipgroups.sample >X@sample %%ETCDIR%%/lists/authplugins/portgroups.sample >X@sample %%ETCDIR%%/lists/bannedclientlist.sample >X@sample %%ETCDIR%%/lists/bannedextensionlist.sample >X@sample %%ETCDIR%%/lists/bannediplist.sample >X@sample %%ETCDIR%%/lists/bannedmimetypelist.sample >X@sample %%ETCDIR%%/lists/bannedphraselist.sample >X@sample %%ETCDIR%%/lists/bannedregexpheaderlist.sample >X@sample %%ETCDIR%%/lists/bannedregexpurllist.sample >X@sample %%ETCDIR%%/lists/bannedregexpuseragentlist.sample >X@sample %%ETCDIR%%/lists/bannedrooms/default.sample >X@sample %%ETCDIR%%/lists/bannedsearchlist.sample >X@sample %%ETCDIR%%/lists/bannedsearchoveridelist.sample >X@sample %%ETCDIR%%/lists/bannedsiteiplist.sample >X@sample %%ETCDIR%%/lists/bannedsitelist.sample >X@sample %%ETCDIR%%/lists/bannedsitelistwithbypass.sample >X@sample %%ETCDIR%%/lists/bannedsslsiteiplist.sample >X@sample %%ETCDIR%%/lists/bannedsslsitelist.sample >X@sample %%ETCDIR%%/lists/bannedurllist.sample >X@sample %%ETCDIR%%/lists/contentregexplist.sample >X%%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirusextensionlist.sample >X%%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirusmimetypelist.sample >X%%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirussiteiplist.sample >X%%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirussitelist.sample >X%%SCANNERS%%@sample %%ETCDIR%%/lists/contentscanners/exceptionvirusurllist.sample >X@sample %%ETCDIR%%/lists/embededreferersiteiplist.sample >X@sample %%ETCDIR%%/lists/embededreferersitelist.sample >X@sample %%ETCDIR%%/lists/embededrefererurllist.sample >X@sample %%ETCDIR%%/lists/exceptionclientlist.sample >X@sample %%ETCDIR%%/lists/exceptionextensionlist.sample >X@sample %%ETCDIR%%/lists/exceptionfilesitelist.sample >X@sample %%ETCDIR%%/lists/exceptionfilesiteiplist.sample >X@sample %%ETCDIR%%/lists/exceptionfileurllist.sample >X@sample %%ETCDIR%%/lists/exceptioniplist.sample >X@sample %%ETCDIR%%/lists/exceptionmimetypelist.sample >X@sample %%ETCDIR%%/lists/exceptionphraselist.sample >X@sample %%ETCDIR%%/lists/exceptionregexpheaderlist.sample >X@sample %%ETCDIR%%/lists/exceptionregexpurllist.sample >X@sample %%ETCDIR%%/lists/exceptionregexpuseragentlist.sample >X@sample %%ETCDIR%%/lists/exceptionsiteiplist.sample >X@sample %%ETCDIR%%/lists/exceptionsitelist.sample >X@sample %%ETCDIR%%/lists/exceptionurllist.sample >X@sample %%ETCDIR%%/lists/filtergroupslist.sample >X@sample %%ETCDIR%%/lists/greysiteiplist.sample >X@sample %%ETCDIR%%/lists/greysitelist.sample >X@sample %%ETCDIR%%/lists/greysslsiteiplist.sample >X@sample %%ETCDIR%%/lists/greysslsitelist.sample >X@sample %%ETCDIR%%/lists/greyurllist.sample >X@sample %%ETCDIR%%/lists/headerregexplist.sample >X@sample %%ETCDIR%%/lists/localbannedsearchlist.sample >X@sample %%ETCDIR%%/lists/localbannedsiteiplist.sample >X@sample %%ETCDIR%%/lists/localbannedsitelist.sample >X@sample %%ETCDIR%%/lists/localbannedsslsiteiplist.sample >X@sample %%ETCDIR%%/lists/localbannedsslsitelist.sample >X@sample %%ETCDIR%%/lists/localbannedurllist.sample >X@sample %%ETCDIR%%/lists/localexceptionsiteiplist.sample >X@sample %%ETCDIR%%/lists/localexceptionsitelist.sample >X@sample %%ETCDIR%%/lists/localexceptionurllist.sample >X@sample %%ETCDIR%%/lists/localgreysiteiplist.sample >X@sample %%ETCDIR%%/lists/localgreysitelist.sample >X@sample %%ETCDIR%%/lists/localgreysslsiteiplist.sample >X@sample %%ETCDIR%%/lists/localgreysslsitelist.sample >X@sample %%ETCDIR%%/lists/localgreyurllist.sample >X@sample %%ETCDIR%%/lists/logregexpurllist.sample >X@sample %%ETCDIR%%/lists/logsiteiplist.sample >X@sample %%ETCDIR%%/lists/logsitelist.sample >X@sample %%ETCDIR%%/lists/logurllist.sample >X@sample %%ETCDIR%%/lists/nocheckcertsiteiplist.sample >X@sample %%ETCDIR%%/lists/nocheckcertsitelist.sample >X%%ETCDIR%%/lists/phraselists/badwords/weighted_dutch >X%%ETCDIR%%/lists/phraselists/badwords/weighted_french >X%%ETCDIR%%/lists/phraselists/badwords/weighted_german >X%%ETCDIR%%/lists/phraselists/badwords/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/badwords/weighted_spanish >X%%ETCDIR%%/lists/phraselists/chat/weighted >X%%ETCDIR%%/lists/phraselists/chat/weighted_italian >X%%ETCDIR%%/lists/phraselists/conspiracy/weighted >X%%ETCDIR%%/lists/phraselists/domainsforsale/weighted >X%%ETCDIR%%/lists/phraselists/drugadvocacy/weighted >X%%ETCDIR%%/lists/phraselists/forums/weighted >X%%ETCDIR%%/lists/phraselists/gambling/banned >X%%ETCDIR%%/lists/phraselists/gambling/banned_portuguese >X%%ETCDIR%%/lists/phraselists/gambling/weighted >X%%ETCDIR%%/lists/phraselists/gambling/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/games/weighted >X%%ETCDIR%%/lists/phraselists/goodphrases/exception >X%%ETCDIR%%/lists/phraselists/goodphrases/exception_email >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_danish >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_dutch >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_malay >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_polish >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_portuguese >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_general_swedish >X%%ETCDIR%%/lists/phraselists/goodphrases/weighted_news >X%%ETCDIR%%/lists/phraselists/googlesearches/banned >X%%ETCDIR%%/lists/phraselists/gore/weighted >X%%ETCDIR%%/lists/phraselists/gore/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/idtheft/weighted >X%%ETCDIR%%/lists/phraselists/illegaldrugs/banned >X%%ETCDIR%%/lists/phraselists/illegaldrugs/weighted >X%%ETCDIR%%/lists/phraselists/illegaldrugs/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/intolerance/banned_portuguese >X%%ETCDIR%%/lists/phraselists/intolerance/weighted >X%%ETCDIR%%/lists/phraselists/intolerance/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/legaldrugs/weighted >X%%ETCDIR%%/lists/phraselists/malware/weighted >X%%ETCDIR%%/lists/phraselists/music/weighted >X%%ETCDIR%%/lists/phraselists/news/weighted >X%%ETCDIR%%/lists/phraselists/nudism/weighted >X%%ETCDIR%%/lists/phraselists/peer2peer/weighted >X%%ETCDIR%%/lists/phraselists/personals/weighted >X%%ETCDIR%%/lists/phraselists/personals/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/pornography/banned >X%%ETCDIR%%/lists/phraselists/pornography/banned_portuguese >X%%ETCDIR%%/lists/phraselists/pornography/weighted >X%%ETCDIR%%/lists/phraselists/pornography/weighted_chinese >X%%ETCDIR%%/lists/phraselists/pornography/weighted_danish >X%%ETCDIR%%/lists/phraselists/pornography/weighted_dutch >X%%ETCDIR%%/lists/phraselists/pornography/weighted_french >X%%ETCDIR%%/lists/phraselists/pornography/weighted_german >X%%ETCDIR%%/lists/phraselists/pornography/weighted_italian >X%%ETCDIR%%/lists/phraselists/pornography/weighted_japanese >X%%ETCDIR%%/lists/phraselists/pornography/weighted_malay >X%%ETCDIR%%/lists/phraselists/pornography/weighted_norwegian >X%%ETCDIR%%/lists/phraselists/pornography/weighted_polish >X%%ETCDIR%%/lists/phraselists/pornography/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/pornography/weighted_russian >X%%ETCDIR%%/lists/phraselists/pornography/weighted_russian_utf8 >X%%ETCDIR%%/lists/phraselists/pornography/weighted_spanish >X%%ETCDIR%%/lists/phraselists/pornography/weighted_swedish >X%%ETCDIR%%/lists/phraselists/proxies/weighted >X%%ETCDIR%%/lists/phraselists/rta/banned >X%%ETCDIR%%/lists/phraselists/safelabel/banned >X%%ETCDIR%%/lists/phraselists/secretsocieties/weighted >X%%ETCDIR%%/lists/phraselists/sport/weighted >X%%ETCDIR%%/lists/phraselists/translation/weighted >X%%ETCDIR%%/lists/phraselists/travel/weighted >X%%ETCDIR%%/lists/phraselists/upstreamfilter/weighted >X%%ETCDIR%%/lists/phraselists/violence/weighted >X%%ETCDIR%%/lists/phraselists/violence/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/warezhacking/weighted >X%%ETCDIR%%/lists/phraselists/weapons/weighted >X%%ETCDIR%%/lists/phraselists/weapons/weighted_portuguese >X%%ETCDIR%%/lists/phraselists/webmail/weighted >X@sample %%ETCDIR%%/lists/refererexceptionsiteiplist.sample >X@sample %%ETCDIR%%/lists/refererexceptionsitelist.sample >X@sample %%ETCDIR%%/lists/refererexceptionurllist.sample >X@sample %%ETCDIR%%/lists/searchregexplist.sample >X@sample %%ETCDIR%%/lists/sslsiteregexplist.sample >X@sample %%ETCDIR%%/lists/urlredirectregexplist.sample >X@sample %%ETCDIR%%/lists/urlregexplist.sample >X@sample %%ETCDIR%%/lists/weightedphraselist.sample >Xman/man8/e2guardian.8.gz >Xsbin/e2guardian >X%%PORTDOCS%%%%DOCSDIR%%/AuthPlugins >X%%PORTDOCS%%%%DOCSDIR%%/ContentScanners >X%%PORTDOCS%%%%DOCSDIR%%/DownloadManagers >X%%PORTDOCS%%%%DOCSDIR%%/FAQ >X%%PORTDOCS%%%%DOCSDIR%%/FAQ.html >X%%PORTDOCS%%%%DOCSDIR%%/Plugins >X%%DATADIR%%/blockedflash.swf >X%%DATADIR%%/e2guardian.pl >X%%DATADIR%%/languages/arspanish/fancydmtemplate.html >X%%DATADIR%%/languages/arspanish/messages >X%%DATADIR%%/languages/arspanish/neterr_template.html >X%%DATADIR%%/languages/arspanish/template.html >X%%DATADIR%%/languages/bulgarian/fancydmtemplate.html >X%%DATADIR%%/languages/bulgarian/messages >X%%DATADIR%%/languages/bulgarian/neterr_template.html >X%%DATADIR%%/languages/bulgarian/template.html >X%%DATADIR%%/languages/chinesebig5/fancydmtemplate.html >X%%DATADIR%%/languages/chinesebig5/messages >X%%DATADIR%%/languages/chinesebig5/neterr_template.html >X%%DATADIR%%/languages/chinesebig5/template.html >X%%DATADIR%%/languages/chinesegb2312/fancydmtemplate.html >X%%DATADIR%%/languages/chinesegb2312/messages >X%%DATADIR%%/languages/chinesegb2312/neterr_template.html >X%%DATADIR%%/languages/chinesegb2312/template.html >X%%DATADIR%%/languages/czech/fancydmtemplate.html >X%%DATADIR%%/languages/czech/messages >X%%DATADIR%%/languages/czech/neterr_template.html >X%%DATADIR%%/languages/czech/template.html >X%%DATADIR%%/languages/danish/fancydmtemplate.html >X%%DATADIR%%/languages/danish/messages >X%%DATADIR%%/languages/danish/neterr_template.html >X%%DATADIR%%/languages/danish/template.html >X%%DATADIR%%/languages/dutch/fancydmtemplate.html >X%%DATADIR%%/languages/dutch/messages >X%%DATADIR%%/languages/dutch/neterr_template.html >X%%DATADIR%%/languages/dutch/template.html >X%%DATADIR%%/languages/french/fancydmtemplate.html >X%%DATADIR%%/languages/french/messages >X%%DATADIR%%/languages/french/neterr_template.html >X%%DATADIR%%/languages/french/template.html >X%%DATADIR%%/languages/german/fancydmtemplate.html >X%%DATADIR%%/languages/german/messages >X%%DATADIR%%/languages/german/neterr_template.html >X%%DATADIR%%/languages/german/template.html >X%%DATADIR%%/languages/hebrew/fancydmtemplate.html >X%%DATADIR%%/languages/hebrew/messages >X%%DATADIR%%/languages/hebrew/neterr_template.html >X%%DATADIR%%/languages/hebrew/template.html >X%%DATADIR%%/languages/hungarian/fancydmtemplate.html >X%%DATADIR%%/languages/hungarian/messages >X%%DATADIR%%/languages/hungarian/neterr_template.html >X%%DATADIR%%/languages/hungarian/template.html >X%%DATADIR%%/languages/indonesian/fancydmtemplate.html >X%%DATADIR%%/languages/indonesian/messages >X%%DATADIR%%/languages/indonesian/neterr_template.html >X%%DATADIR%%/languages/indonesian/template.html >X%%DATADIR%%/languages/italian/fancydmtemplate.html >X%%DATADIR%%/languages/italian/messages >X%%DATADIR%%/languages/italian/neterr_template.html >X%%DATADIR%%/languages/italian/template.html >X%%DATADIR%%/languages/japanese/fancydmtemplate.html >X%%DATADIR%%/languages/japanese/messages >X%%DATADIR%%/languages/japanese/neterr_template.html >X%%DATADIR%%/languages/japanese/template.html >X%%DATADIR%%/languages/lithuanian/fancydmtemplate.html >X%%DATADIR%%/languages/lithuanian/messages >X%%DATADIR%%/languages/lithuanian/neterr_template.html >X%%DATADIR%%/languages/lithuanian/template.html >X%%DATADIR%%/languages/malay/fancydmtemplate.html >X%%DATADIR%%/languages/malay/messages >X%%DATADIR%%/languages/malay/neterr_template.html >X%%DATADIR%%/languages/malay/template.html >X%%DATADIR%%/languages/mxspanish/fancydmtemplate.html >X%%DATADIR%%/languages/mxspanish/messages >X%%DATADIR%%/languages/mxspanish/neterr_template.html >X%%DATADIR%%/languages/mxspanish/template.html >X%%DATADIR%%/languages/polish/fancydmtemplate.html >X%%DATADIR%%/languages/polish/messages >X%%DATADIR%%/languages/polish/neterr_template.html >X%%DATADIR%%/languages/polish/template.html >X%%DATADIR%%/languages/portuguese/fancydmtemplate.html >X%%DATADIR%%/languages/portuguese/messages >X%%DATADIR%%/languages/portuguese/neterr_template.html >X%%DATADIR%%/languages/portuguese/template.html >X%%DATADIR%%/languages/ptbrazilian/fancydmtemplate.html >X%%DATADIR%%/languages/ptbrazilian/messages >X%%DATADIR%%/languages/ptbrazilian/neterr_template.html >X%%DATADIR%%/languages/ptbrazilian/template.html >X%%DATADIR%%/languages/russian-1251/fancydmtemplate.html >X%%DATADIR%%/languages/russian-1251/messages >X%%DATADIR%%/languages/russian-1251/neterr_template.html >X%%DATADIR%%/languages/russian-1251/template.html >X%%DATADIR%%/languages/russian-koi8-r/fancydmtemplate.html >X%%DATADIR%%/languages/russian-koi8-r/messages >X%%DATADIR%%/languages/russian-koi8-r/neterr_template.html >X%%DATADIR%%/languages/russian-koi8-r/template.html >X%%DATADIR%%/languages/slovak/fancydmtemplate.html >X%%DATADIR%%/languages/slovak/messages >X%%DATADIR%%/languages/slovak/neterr_template.html >X%%DATADIR%%/languages/slovak/template.html >X%%DATADIR%%/languages/spanish/fancydmtemplate.html >X%%DATADIR%%/languages/spanish/messages >X%%DATADIR%%/languages/spanish/neterr_template.html >X%%DATADIR%%/languages/spanish/template.html >X%%DATADIR%%/languages/swedish/fancydmtemplate.html >X%%DATADIR%%/languages/swedish/messages >X%%DATADIR%%/languages/swedish/neterr_template.html >X%%DATADIR%%/languages/swedish/template.html >X%%DATADIR%%/languages/turkish/fancydmtemplate.html >X%%DATADIR%%/languages/turkish/messages >X%%DATADIR%%/languages/turkish/neterr_template.html >X%%DATADIR%%/languages/turkish/template.html >X%%DATADIR%%/languages/ukenglish/fancydmtemplate.html >X%%DATADIR%%/languages/ukenglish/messages >X%%DATADIR%%/languages/ukenglish/neterr_template.html >X%%DATADIR%%/languages/ukenglish/template.html >X%%DATADIR%%/scripts/bsd-init >X%%DATADIR%%/scripts/e2guardian >X%%DATADIR%%/scripts/e2guardian.service >X%%DATADIR%%/scripts/logrotation >X%%DATADIR%%/scripts/solaris-init >X%%DATADIR%%/scripts/systemv-init >X%%DATADIR%%/transparent1x1.gif >c40ee3112a58f8c0dbbc56dd780039af >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
marcellocoutinho:
maintainer-approval+
Actions:
View
Attachments on
bug 235879
:
202182
|
202425
|
202426
|
202443
|
202445
|
202447
|
202454
|
202460
|
202461
|
202462
|
202463
|
202481
|
202686