Your message dated Sat, 09 May 2009 13:47:13 +0000
with message-id <[email protected]>
and subject line Bug#512170: fixed in openvas-server 2.0.1-1
has caused the Debian Bug report #512170,
regarding openvas-server: [debconf_rewrite] Debconf templates and
debian/control review
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
512170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512170
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openvas-server
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Sunday, January 04, 2009, I notified you of the beginning of a review process
concerning debconf templates for openvas-server.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.
Please try to avoid uploading openvas-server with these changes right now.
The second phase of this process will begin on Wednesday, January 21, 2009,
when I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Wednesday, February 11, 2009. Please avoid uploading a package with fixed
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around Thursday, February 12, 2009, I will contact you again and will send a
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- openvas-server.old/debian/openvas-server.templates 2009-01-04
14:15:23.368345744 +0100
+++ openvas-server/debian/openvas-server.templates 2009-01-18
09:00:44.173847696 +0100
@@ -1,48 +1,61 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [email protected] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: openvas-server/certificate
Type: note
_Description: OpenVAS daemon certificate generation
You will need to provide the relevant information to create an SSL
certificate for your OpenVAS daemon. Note that this information will
- *NOT* be sent to echo anybody (everything stays local), but anyone
+ remain local to this system, but anyone
with the ability to connect to your OpenVAS daemon will be able to
- retrieve this information.
+ see it.
Template: openvas-server/califetime
Type: string
Default: 1460
-_Description: CA certificate life time in days:
- Provide the life time of the Certificate Authority used to generate
+_Description: Certificate authority certificate lifetime (days):
+ Please choose the lifetime of the Certificate Authority certificate that
+ will be used to generate
the OpenVAS daemon certificate.
Template: openvas-server/srvlifetime
Type: string
Default: 365
-_Description: Server certificate life time in days:
- Provide the life time of the OpenVAS daemon certificate. Notice that the
- OpenVAS clients will not connect to servers with expired certificates
- so set this value for as long as you want this installation to last.
- You can always regenerate this certificate later by removing the certificate
- file stored in /var/lib/openvas/CA/ and running 'openvas-mkcert'
+_Description: Server certificate lifetime (days):
+ Please choose the lifetime of the OpenVAS daemon certificate.
+ .
+ OpenVAS clients will not connect to servers with expired certificates,
+ so you should choose a duration longer than the time you plan to run
+ this server.
+ .
+ This certificate can be regenerated later by removing the certificate
+ file stored in /var/lib/openvas/CA/ and running "openvas-mkcert".
Template: openvas-server/country
Type: string
-_Description: Your country (two letter code):
- Enter your country's two letter code.
+_Description: Country (two-letter code):
+ Please enter the two-letter code for the country where this server resides.
Template: openvas-server/province
Type: string
-_Description: Your state or province:
- Enter the state or provice you reside in.
+_Description: State or province:
+ Please enter the state or province where this server resides.
Template: openvas-server/location
Type: string
-_Description: Your location:
- Enter your location (e.g. town).
+_Description: Location:
+ Please enter the location (town, for example) where this server resides.
Template: openvas-server/organization
Type: string
Default: OpenVAS
-_Description: Your organisation:
- Enter the name of your organization or company.
+_Description: Organization:
+ Please enter the name of the organization this server belongs to.
--- openvas-server.old/debian/control 2009-01-04 14:15:23.380495021 +0100
+++ openvas-server/debian/control 2009-01-04 16:39:58.828345764 +0100
@@ -11,30 +11,30 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openvas-plugins
Suggests: openvas-client
-Description: Remote network security auditor, the server
- The OpenVAS Security Scanner is a security auditing tool. It makes
- possible to test security modules in an attempt to find vulnerable
- spots that should be fixed.
+Description: remote network security auditor - server
+ The Open Vulnerability Assessment System is a modular security auditing
+ tool, used for testing remote systems for vulnerabilities that should be
+ fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
openvasd, is in charge of the attacks, whereas the client,
- OpenVAS-Client, provides the user a nice X11/GTK+ interface.
+ OpenVAS-Client, provides an X11/GTK+ user interface.
.
- This package contains the server.
+ This package provides the server.
Package: openvas-server-dev
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libopenvas1-dev, libopenvasnasl1-dev
-Description: OpenVAS server static libraries and headers
- The OpenVAS Security Scanner is a security auditing tool. It makes
- possible to test security modules in an attempt to find vulnerable
- spots that should be fixed.
+Description: remote network security auditor - static libraries and headers
+ The Open Vulnerability Assessment System is a modular security auditing
+ tool, used for testing remote systems for vulnerabilities that should be
+ fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
openvasd, is in charge of the attacks, whereas the client,
- OpenVAS-Client, provides the user a nice X11/GTK+ interface.
+ OpenVAS-Client, provides an X11/GTK+ user interface.
.
- This package contains the required static libraries, headers of the server.
-
+ This package provides the static libraries and headers required for
+ compiling the server.
--- End Message ---
--- Begin Message ---
Source: openvas-server
Source-Version: 2.0.1-1
We believe that the bug you reported is fixed in the latest version of
openvas-server, which is due to be installed in the Debian FTP archive:
openvas-server-dev_2.0.1-1_i386.deb
to pool/main/o/openvas-server/openvas-server-dev_2.0.1-1_i386.deb
openvas-server_2.0.1-1.diff.gz
to pool/main/o/openvas-server/openvas-server_2.0.1-1.diff.gz
openvas-server_2.0.1-1.dsc
to pool/main/o/openvas-server/openvas-server_2.0.1-1.dsc
openvas-server_2.0.1-1_i386.deb
to pool/main/o/openvas-server/openvas-server_2.0.1-1_i386.deb
openvas-server_2.0.1.orig.tar.gz
to pool/main/o/openvas-server/openvas-server_2.0.1.orig.tar.gz
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.
Jan Wagner <[email protected]> (supplier of updated openvas-server 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.8
Date: Sat, 09 May 2009 10:29:17 +0200
Source: openvas-server
Binary: openvas-server openvas-server-dev
Architecture: source i386
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenVAS Maintainers <[email protected]>
Changed-By: Jan Wagner <[email protected]>
Description:
openvas-server - remote network security auditor - server
openvas-server-dev - remote network security auditor - static libraries and
headers
Closes: 512170 512667 512667 512683 512752 512790 513712 513809 514047 514312
514381 514450 514451 526971
Changes:
openvas-server (2.0.1-1) unstable; urgency=low
.
[ Jan Wagner ]
* New upstream release
* rewrite Michaels changelog
.
[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #512170
* Fix extra space in debconf templates. Closes: #514451
* [Debconf translation updates]
* Swedish. Closes: #512667
* Galician. Closes: #512683
* Basque. Closes: #512752
* Portuguese. Closes: #512790
* Swedish. Closes: #512667
* Czech. Closes: #513712
* Vietnamese. Closes: #513809
* Russian. Closes: #514047
* French. Closes: #514312
* Slovak. Closes: #514381
* German. Closes: #514450
.
[ Michael Wiegand ]
* Lower compat to 5
* Adjust dependencies: debhelper (>= 5), libopenvas2-dev (>= 2.0.1),
libopenvasnasl2-dev (>= 2.0.1), libpcap-dev
* Add openssl to Depends (Closes: #526971), thanks to Torbjörn Wictorin for
reporting
* Adjust package descriptions
* Updated openvasd.conf with new preferences for the 2.0.x series and fixed
wrong entry for dumpfile.
* Changed the default to make openvasd listen on external interfaces as well.
* Moved /usr/bin/openvasd-config to openvas-server
* Creating /etc/openvas/gnupg and /var/cache/openvas
Checksums-Sha1:
b8145c5a6a11c3b65b805ec32caea2a855973c10 1629 openvas-server_2.0.1-1.dsc
4044857b93e7e1fabecc9bd9ced45465b6e41a84 374266
openvas-server_2.0.1.orig.tar.gz
0ac4d092974b598dba56faeb53e6cc31284fd337 27890 openvas-server_2.0.1-1.diff.gz
a721d1a3e1123b1ae5be8d7004839fd7032103f8 175724 openvas-server_2.0.1-1_i386.deb
aacd9aebb655b9cde2e212725ec16eaffec802c2 8382
openvas-server-dev_2.0.1-1_i386.deb
Checksums-Sha256:
cdb371e6ed6c6209d55b3aec00bbace2789afe7fdcfca62382c8672bf1ea3c61 1629
openvas-server_2.0.1-1.dsc
614eabd444dac11b134eb0c311337f7271da5ddf4113cb85e07ddac81cd3932e 374266
openvas-server_2.0.1.orig.tar.gz
7fc0a885db070ba4e7670c335418f3966d6425400b57506786d879c3b558d390 27890
openvas-server_2.0.1-1.diff.gz
ba40b32e0b00b9f95e22d1d0e236b3d24da43208e0a226c2757da4b115c20f95 175724
openvas-server_2.0.1-1_i386.deb
9e0dfa4182de13ee44cbe9f2afd5025968fffd7ad8166834bccc5d107e277957 8382
openvas-server-dev_2.0.1-1_i386.deb
Files:
1f4e965675cc1ff5d24d9ffbe7a55fe1 1629 admin optional openvas-server_2.0.1-1.dsc
f68e2014113185a1e596408679eb192d 374266 admin optional
openvas-server_2.0.1.orig.tar.gz
0d0d51f044ce3fba69256a2d6f48a52b 27890 admin optional
openvas-server_2.0.1-1.diff.gz
559156e481bab94135f11d3f5eda34f5 175724 net optional
openvas-server_2.0.1-1_i386.deb
1f5ac26fce52f91d19ed25099f7d6f79 8382 devel optional
openvas-server-dev_2.0.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKBWUE9u6Dud+QFyQRAmPIAKCuCAVh+ipGEDBk1GDZ2t6Ukk1eKwCgpC9Z
M3EJLsdFjpchy4T86kZmorQ=
=Fv09
-----END PGP SIGNATURE-----
--- End Message ---