Your message dated Mon, 04 Apr 2005 17:17:23 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299274: fixed in nufw 1.0-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Mar 2005 07:22:24 +0000
>From [EMAIL PROTECTED] Sat Mar 12 23:22:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from perrier.eu.org (kheops.perrier.eu.org) [81.56.227.253]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DANQd-00057V-00; Sat, 12 Mar 2005 23:22:23 -0800
Received: from localhost (localhost [127.0.0.1])
by kheops.perrier.eu.org (Postfix) with ESMTP id 4D7AA4F89B
for <[EMAIL PROTECTED]>; Sun, 13 Mar 2005 08:21:52 +0100 (CET)
Received: from kheops.perrier.eu.org ([127.0.0.1])
by localhost (kheops [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 16836-09 for <[EMAIL PROTECTED]>;
Sun, 13 Mar 2005 08:21:50 +0100 (CET)
Received: from mykerinos.kheops.frmug.org (mykerinos.kheops.frmug.org
[192.168.1.3])
by kheops.perrier.eu.org (Postfix) with ESMTP id DCDBA4F899
for <[EMAIL PROTECTED]>; Sun, 13 Mar 2005 08:21:50 +0100 (CET)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426)
id 8047A23260; Sun, 13 Mar 2005 08:21:50 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0180315449=="
MIME-Version: 1.0
From: Christian Perrier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: nufw: Please remove the translation mark from untranslatable strings in
debconf templates
X-Mailer: reportbug 3.8
Date: Sun, 13 Mar 2005 08:21:50 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at kheops.frmug.org
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============0180315449==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: nufw
Severity: normal
Tags: l10n patch
(Hmmm, I just discover, after writing this whole bug report, that the
maintainer is someone I know quite well...so, Jean-Michel, I think we will
be able to handle this easily..:-))
The default values for several debconf templates you use are obviously not
translatable. So they should not be marked so by removing the leading "_"
character in the Choices: field in the templates file.
This will lower the number of strings that translators have to translate.
I also take this opportunity to suggest a few changes to the templates
wording to make them more consistent with the style suggestions given in the
developers reference.
The most important (and really needed change) is removing the mention of
"Choosing True/False" in the boolean template. Depending on hte interface,
users do not choose between "True" and "False" but sometimes between "Yes"
and "No"....or they check boxes. So, the devel reference clearly explains
that debconf templates should not refer to specific user actions. The
wording I suggest is the most appropriate wording in such case.
I also added colons at the end of string and select short descriptions,
which is the usual style for such cases.
If you use this new templates file, please run debconf-updatepo and send the
new templates.pot file back to me. The French translation team is currently
working on the French translation and we will need this new templates.pot
file. If you can, please wait for us to send the new translation, to avoid
duplicate uploads. This may require a few days as this is a "big"
translation and our QA process takes time.
If you receive other translations in the meantime, they will be based on the
"old" templates. In such case, please put the received file(s) in debian/po
and re-run debconf-updatepo. Then send the received file back to the
submitter so that (s)he can update it.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.UTF-8)
--===============0180315449==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="nufw.templates.new"
Template: nufw/start_at_boot
Type: boolean
Default: true
_Description: Should nufw daemon be started at boot time?
Choose this option if you want Nufw to be automatically started at boot time.
If you don't choose it, you can start nufw by hand, by running
/usr/sbin/nufw with appropriate options.
Template: nufw/verbosity
Type: select
Choices: v, vv, vvv, vvvv, vvvvv, vvvvvv, vvvvvvv, vvvvvvvv
Default: vv
_Description: Nufw daemon verbosity level:
The more "v"s are passed at nufw startup, the more verbose daemon logs
will be. A good production value is "vv", increase it to get more details
in case of problems.
Template: nufw/listen_address
Type: string
Default: 127.0.0.1
_Description: Nufw listening address:
Nufw needs to bind to one IP address, to communicate with nuauth daemon.
This is not an option, an address must always be listening. It is
suggested to have it listening only on needed addresses, which means
"127.0.0.1" is nuauth is installed on the same system as nufw, or an
internal IP address in most cases. It is not advised to have nufw listen
on all adresses, but it can be done specifiing "0.0.0.0".
.
Please input an IP address of this system. Default value is "127.0.0.1"
Template: nufw/listen_port
Type: string
Default: 4129
_Description: Nufw listening port:
Nufw needs to bind to an UDP port, to communicate with nuauth daemon. This
is not an option, a port must always be listening. It is suggested you
leave it at its default value (4129), which is very good for everyone (or
nearly). Don't forget to reconfigure your nuauth installation, if you
change this.
.
Please input a numeric port number.
Template: nufw/nuauth_address
Type: string
Default: 127.0.0.1
_Description: Nuauth daemon IP address:
Please enterthe IP address where the Nuauth daemon can be reached. If you run
nufw and nuauth on the same box, leave it at default value of 127.0.0.1.
Else enter an IP address.
Template: nufw/nuauth_port
Type: string
Default: 4128
_Description: Nuauth daemon port:
Please enter the port number nuauth is configured to listen on your
installation. On most installations, the default value of 4128 will be
correct. Please input a numeric port number.
Template: nufw/timeout
Type: string
Default: 15
_Description: Nufw timeout delay:
Please enter the delay Nufw should "forget" about an IP packet that has been
received, and has remained unauthenticated. You probably don't need to
tune this parameter, except if your queues are really full. The default value
is 15. Please enter a number (which will be interpreted as seconds).
Template: nufw/tracksize
Type: string
Default: 1000
_Description: Nufw Tracksize:
This tracksize parameter is suitable for most configs, and should be
changed only if you know what you are doing. Default value : 1000
--===============0180315449==--
---------------------------------------
Received: (at 299274-close) by bugs.debian.org; 4 Apr 2005 21:27:33 +0000
>From [EMAIL PROTECTED] Mon Apr 04 14:27:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DIZ6a-0007Y0-00; Mon, 04 Apr 2005 14:27:32 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DIYwl-0005WX-00; Mon, 04 Apr 2005 17:17:23 -0400
From: Jean-Michel Kelbert <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#299274: fixed in nufw 1.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 04 Apr 2005 17:17:23 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: nufw
Source-Version: 1.0-2
We believe that the bug you reported is fixed in the latest version of
nufw, which is due to be installed in the Debian FTP archive:
libnuclient_1.0-2_i386.deb
to pool/main/n/nufw/libnuclient_1.0-2_i386.deb
nuauth-extra_1.0-2_i386.deb
to pool/main/n/nufw/nuauth-extra_1.0-2_i386.deb
nuauth-log-mysql_1.0-2_i386.deb
to pool/main/n/nufw/nuauth-log-mysql_1.0-2_i386.deb
nuauth-log-pgsql_1.0-2_i386.deb
to pool/main/n/nufw/nuauth-log-pgsql_1.0-2_i386.deb
nuauth-utils_1.0-2_i386.deb
to pool/main/n/nufw/nuauth-utils_1.0-2_i386.deb
nuauth_1.0-2_i386.deb
to pool/main/n/nufw/nuauth_1.0-2_i386.deb
nufw_1.0-2.dsc
to pool/main/n/nufw/nufw_1.0-2.dsc
nufw_1.0-2.tar.gz
to pool/main/n/nufw/nufw_1.0-2.tar.gz
nufw_1.0-2_i386.deb
to pool/main/n/nufw/nufw_1.0-2_i386.deb
nutcpc_1.0-2_i386.deb
to pool/main/n/nufw/nutcpc_1.0-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jean-Michel Kelbert <[EMAIL PROTECTED]> (supplier of updated nufw package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 4 Apr 2005 22:54:37 +0200
Source: nufw
Binary: nuauth-log-pgsql nuauth-extra nufw nutcpc nuauth-log-mysql nuauth
libnuclient nuauth-utils
Architecture: source i386
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Jean-Michel Kelbert <[EMAIL PROTECTED]>
Changed-By: Jean-Michel Kelbert <[EMAIL PROTECTED]>
Description:
libnuclient - client library for nufw authentication
nuauth - The authentication daemon from the nufw package
nuauth-extra - The authentication daemon from the nufw package
nuauth-log-mysql - Module for nuauth logging into mysql databases
nuauth-log-pgsql - Module for nuauth logging into PostgreSQL databases
nuauth-utils - Set of tools useful to nuauth admin
nufw - Per-user firewalling daemon that interfaces with libipq
nutcpc - a linux client for the nufw authentication gateway system
Closes: 299274 299516 300350 302755
Changes:
nufw (1.0-2) unstable; urgency=low
.
* Improve the description.
(closes: #299516)
* Remove the translation mark from untranslatable strings in debconf
templates.
(closes: #299274)
* Add fr nufw debconf templates translation.
(closes: #300350)
* Add pt_BR nufw debconf templates translation.
(closes: #302755)
Files:
d8e92cd24843b871af609ebff8b1956e 768 net optional nufw_1.0-2.dsc
24d5b2a17b1baa3da070cafb0037ddc6 464903 net optional nufw_1.0-2.tar.gz
de1a1eee8469302f0a1795464e104201 36538 net optional nufw_1.0-2_i386.deb
c83e969b021b44c02435a4ec379eaeeb 80694 net optional nuauth_1.0-2_i386.deb
4042a559077792230b6aaf8e4155502e 32530 net optional nuauth-extra_1.0-2_i386.deb
4a7a9b765eb0fb9e21b91686241d3026 24562 net optional
nuauth-log-mysql_1.0-2_i386.deb
695050a999c0fa48a33edcd86c5b49fa 25470 net optional
nuauth-log-pgsql_1.0-2_i386.deb
6b6399576e5403e9aaf1f507f95befaf 19202 net optional nutcpc_1.0-2_i386.deb
462bd8be5418e783b9916689dc850b96 22848 net optional nuauth-utils_1.0-2_i386.deb
1b21eae0f16f54ad363ed21e32f9c2d1 33540 net optional libnuclient_1.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCUapuZA5kLi8vDN4RAjSVAKDQyKMI5YwHv6aZI8UQUCERlqHnKwCdG0jH
p9em2Y5YtyOAWLYZTFCZfhs=
=g0tl
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]