[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[TAF] templates://squid/{templates}



The squid package introduced new or modified debconf
templates. This is the perfect moment for a review to help the package
maintainer following the general suggested writing style and track
down typos and errors in the use of English language.

If someone wants to pick up this review, please answer to this mail,
in the mailing list, with an [ITR] (Intent To Review) label.

The templates file is attached.

To propose the file you reviewed for peer review, please send a [RFR]
(Request For Review) mail with the reviewed file attached...then a few
days later, when no more contributions come, a summary mail with a
[LCFC] (Last Chance For Comments) label.

Finally, after no more comments coming to the LCFC mail, you can send
the reviewed templates file as a bug report against the package.

Then, please notify the list with a last mail using a [BTS] label
with the bug number.

Helping the package maintainer to deal with induced translation
updates at that momebt will be nice. If you're not comfortable with
that part of the process, please hand it off to a translator.

-- 


Template: squid/http_anonymizer
Type: note
_Description: The http_anonymizer directive has been replaced with header_replace and header_access.
 The http_anonymizer directive that was present in squid 2.1 and 2.2
 doesn't exist anymore in squid 2.3 and up. It has been replaced with
 header_replace and header_access that provide more fine-grained control over
 HTTP headers. Right now, your squid doesn't anonymize the HTTP
 headers anymore so you probably want to fix this. The new format is
 explained in the new 2.5 config file, of which you probably have a copy in
 /usr/share/doc/squid/examples/squid.conf.

Template: squid/anonymize_headers
Type: note
_Description: The anonymize_headers and fake_user_agent directives have been replaced with header_access and header_replace.
 The anonymize_headers and fake_user_agent directives that were present in squid 2.3 and 2.4 don't exist anymore in squid 2.5 and up. They have been replaced 
 with header_replace and header_access that provide more fine-grained control 
 over HTTP headers. Right now, your squid doesn't anonymize the HTTP
 headers anymore so you probably want to fix this. The new format is
 explained in the new 2.5 config file, of which you probably have a copy in
 /usr/share/doc/squid/examples/squid.conf.

Template: squid/old_version
Type: boolean
Default: false
_Description: There is no automatic upgrade path to squid 2.5.
              SQUID 2.5 INSTALLATION WARNING
 .
 You are upgrading squid from an 1.x version to the 2.5 version. The 1.x
 and 2.5 versions are NOT compatible. The structure of the cache directory
 is different and the configuration file "squid.conf" is not entirely
 compatible.
 .
 If you have an old cache directory, please quit NOW and remove the old
 cache by hand (in /var/spool/squid). Then re-install this squid version.
 .
 Also, please accept the new configuration file. After upgrading your old
 configuration file can be found in "/etc/squid.conf.dpkg-old". Then you
 have to edit the new configuration file by hand to match your old
 configuration.
 .
 Do you want to quit now?

Template: squid-cgi/cachemgr
Type: note
_Description: squid-cgi now uses config file for target ACL
 squid-cgi now checks a configuration file before connecting to the target
 host. Only allowed target will be contacted. Please add hosts you want to
 access to the file /etc/squid/cachemgr.conf, one per line in the form
 .
   hostname:port

Template: squid/fix_lines
Type: boolean
Default: true
_Description: Upgrade squid.conf automatically?
 Incompatible settings have been found in the existing squid.conf file;
 they will prevent squid from starting or working correctly. However, this
 setup can try to modify them to work again. Do you want to apply the
 changes?

Template: squid/authenticate_program
Type: note
_Description: The authenticate_program directive has been replaced with auth_param.
 The authenticate_program directive that was present in squid <= 2.4
 doesn't exist anymore in squid 2.5 and up. All authentication directives
 have been replaced with auth_param. Right now, your squid doesn't
 authenticate users anymore so you probably want to fix this. The new
 format is explained in the new 2.5 config file, of which you probably have
 a copy in /usr/share/doc/squid/examples/squid.conf.

Template: squid/largefiles_warning
Type: note
_Description: Warning: squid may crash when logfiles size is bigger than 2GB.
 Squid may crash if any of the logfiles grows bigger than 2GB. Please
 configure /etc/logrotate.d/squid accordingly to your site's traffic.

Template: squid/fix_cachedir_perms
Type: boolean
Default: false
_Description: Fix permissions of cache_dir?
 Values for cache_effective_user and/or cache_effective_group in config file 
 are incompatible with owner/group of cache directories. Do you want to
 automatically fix permissions on cache directory?
 .
 WARNING: If you specified a cache directory different from /var/spool/squid
 and selected some other directory used by other programs (e.g. /tmp), this
 could affect those programs.

Source: squid
Section: web
Priority: optional
Maintainer: Luigi Gangitano <luigi@debian.org>
Standards-Version: 3.7.2.2
Build-Depends: libldap2-dev, libpam0g-dev, sharutils, dpatch (>= 2.0.9), po-debconf, libdb4.4-dev

Package: squid
Architecture: any
Section: web
Priority: optional
Pre-Depends: debconf (>= 1.2.9) | debconf-2.0
Depends: ${shlibs:Depends}, netbase, adduser, logrotate (>= 3.5.4-1), squid-common (>= ${source:Version}), coreutils, lsb-base
Conflicts: squid-novm, sarg (<< 1.1.1-2)
Replaces: squid-novm
Suggests: squidclient, squid-cgi, logcheck-database, resolvconf (>= 0.40), smbclient
Description: Internet Object Cache (WWW proxy cache)
 This is the Squid Internet Object Cache developed by the National
 Laboratory for Applied Networking Research (NLANR) and Internet
 volunteers.  This software is freely available for anyone to use.  The
 Squid home page is http://www.squid-cache.org/

Package: squid-common
Architecture: all
Section: web
Priority: optional
Replaces: squid (<< 2.6.1-1)
Description: Internet Object Cache (WWW proxy cache) - common file
 This is the Squid Internet Object Cache developed by the National
 Laboratory for Applied Networking Research (NLANR) and Internet
 volunteers.  This software is freely available for anyone to use.  The
 Squid home page is http://www.squid-cache.org/
 .
 This package contains common files (errors and icons)

Package: squidclient
Architecture: any
Section: web
Priority: optional
Conflicts: squid (<= 1.1.16)
Depends: ${shlibs:Depends}
Description: Command line URL extractor that talks to (a) squid
 This small utility can be used to get URLs from the command line. It needs
 to talk to a `squid' proxy server.

Package: squid-cgi
Architecture: any
Section: web
Priority: optional
Depends: apache | httpd, ${shlibs:Depends}, debconf | debconf-2.0
Description: Squid cache manager CGI program
 This CGI program can be used to query and administrate a `squid' proxy
 cache through your web browser.

Attachment: signature.asc
Description: Digital signature


Reply to: