Your message dated Tue, 29 Jun 2010 16:02:55 +0000
with message-id <[email protected]>
and subject line Bug#587088: fixed in dma 0.0.2010.06.17-1
has caused the Debian Bug report #587088,
regarding [INTL:es] Spanish debconf template translation for dma
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.)
--
587088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587088
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dma
Version: 0.0.2010.06.17-1
Severity: wishlist
Tags: l10n patch
--
Saludos
Fran
es.po
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: dma
Source-Version: 0.0.2010.06.17-1
We believe that the bug you reported is fixed in the latest version of
dma, which is due to be installed in the Debian FTP archive:
dma-migrate_0.0.2010.06.17-1_amd64.deb
to main/d/dma/dma-migrate_0.0.2010.06.17-1_amd64.deb
dma_0.0.2010.06.17-1.debian.tar.gz
to main/d/dma/dma_0.0.2010.06.17-1.debian.tar.gz
dma_0.0.2010.06.17-1.dsc
to main/d/dma/dma_0.0.2010.06.17-1.dsc
dma_0.0.2010.06.17-1_amd64.deb
to main/d/dma/dma_0.0.2010.06.17-1_amd64.deb
dma_0.0.2010.06.17.orig.tar.gz
to main/d/dma/dma_0.0.2010.06.17.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.
Peter Pentchev <[email protected]> (supplier of updated dma 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: Mon, 28 Jun 2010 23:26:36 +0300
Source: dma
Binary: dma dma-migrate
Architecture: source amd64
Version: 0.0.2010.06.17-1
Distribution: unstable
Urgency: low
Maintainer: Peter Pentchev <[email protected]>
Changed-By: Peter Pentchev <[email protected]>
Description:
dma - lightweight mail transport agent
dma-migrate - migration utility for the DragonFly Mail Agent's spool files
Closes: 544748 544820 582593 586531 586579 586791 586825 587088
Changes:
dma (0.0.2010.06.17-1) unstable; urgency=low
.
* New upstream version:
- no longer reports the remote port number; Closes: #544820
- fixes some queue locking problems; Closes: #582593
- adapt the rules file to use the GNU Makefile instead of the BSD one
- drop pmake from Build-Depends
- remove the 01-debian-build patch, overtaken by upstream changes
- in the 03-debian-locations patch, make the Debian defaults actual
defaults for the dma binary, not just in the dma.conf file
- adapt the 04-debian-setgid patch for the GNU Makefile
- in the 10-liblockfile patch, change the GNU Makefile, too
- enhance the 11-double-bounce patch a bit:
- use dma's own delqueue() function instead of a naive unlink() so
all the queue files are cleaned up
- document the Debian default for DBOUNCEPROG in the manual page
- resurrect the 13-hardening patch, correcting a couple of
unchecked asprintf(3) and vasprintf(3) invocations
- the functionality of the 20-parse-recipient patch was implemented
upstream in a different way, so replace it with a small bugfix
- remove the 22-openfiles patch, overtaken by upstream changes
- in the 24-random-message-id patch, change the GNU Makefile, too
- add the 27-int-size patch to cast a variable to the correct type
- add the 28-valid-recipient patch to fix parsing recipients out of
the message body
- add the 29-double-free patch to fix a double-free error
- add the 30-ldflags patch to honor LDFLAGS if specified
- refresh the 09-typos, 17-mailname, 23-dirent-d_type, and
25-unsupported-starttls patches
- teach the dbounce-simple-safecat handler about the M*/Q* spool
files scheme
* Bump Standards-Version to 3.9.0 with no changes.
* Update the copyright file:
- bring it up to the latest revision of the DEP 5
- update the upstream copyright notices
- bump the year on my copyright notice
* Remove the diffsrc rules target which was intended for my own
internal use, but has outlived its time.
* Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
dpkg-buildpackage to set them by default.
* Add the dma-migrate utility (in a separate binary package) to convert
spool files to the new queue format (M* and Q* files for each message)
* Add a dma-migrate invocation to dma.cron.d
* Shorten the Vcs-Browser URL.
* Add the 31-sigalrm-backoff patch to force a delivery attempt on SIGALRM.
* Properly substitute the debconf-supplied values for DBOUNCEPROG and
SMARTHOST into dma.conf even if they are empty without generating
an invalid dma.conf file.
* Remove the smarthost default; dma does MX lookups now, so it doesn't
really *need* one anymore.
* Reword the debconf relayhost question - dma does not really need
a smarthost anymore.
* Update the debconf translations:
- Bulgarian
- Portuguese by Américo Monteiro
- German by Helge Kreutzmann; Closes: #586531
- Russian by Yuri Kozlov; Closes: #586579
- Czech by Michal Simunek; Closes: #586791
- Swedish by Martin Bagge; Closes: #586825
- Spanish by Francisco Javier Cuadrado; Closes: #587088
* Update the smarthost configuration information in README.Debian.
* Add the 32-comment-uncomment patch to correct the manual page wording.
* Add the 33-opportunistic-tls patch to allow remote connections to proceed
even if the STARTTLS negotiation fails.
* Fix the 25-unsupported-starttls patch to actually error out if the SSL
negotiation fails.
* Forward all the non-Debian-specific patches upstream to Simon Schubert.
* Add the 34-manpage-defaults patch to properly document what dma will use
as default values if not specified in the config file instead of what
the default config file specifies. Closes: #544748
* Add the 35-delivery-retry patch to try local deliveries a bit more often
and to randomize the delivery timeout to avoid locking issues.
Checksums-Sha1:
07424dba786e0df46c82bd75e4a84f5f93435ba6 1971 dma_0.0.2010.06.17-1.dsc
a1d44d669ad03717beb193d243cdc6a7a340cd4e 27108 dma_0.0.2010.06.17.orig.tar.gz
486de9b873e57ebec4ad9e3e75e10bd22c682a76 32789
dma_0.0.2010.06.17-1.debian.tar.gz
b48e718b6d46c1abe14bebb2fa5523b30815e24b 51836 dma_0.0.2010.06.17-1_amd64.deb
22928467403b97c139578673eb9c7eca7f9aca35 13706
dma-migrate_0.0.2010.06.17-1_amd64.deb
Checksums-Sha256:
f2d6f18bdb09923b32fd34cd26999f830493aad249601ece0496bd682e6f7633 1971
dma_0.0.2010.06.17-1.dsc
de2568cbdafbad5e371604dc82f62c4e47ebe5ec15676204ce6bfa6cfeb0be63 27108
dma_0.0.2010.06.17.orig.tar.gz
ebbe43625d374a24d242e20784f02bd2ab58b25a55b8528bb39d73aad9d89cea 32789
dma_0.0.2010.06.17-1.debian.tar.gz
23a75c46ed539ae209dbbed17479d0d4b86b6959999b6f128cb97fcff1ec14c0 51836
dma_0.0.2010.06.17-1_amd64.deb
6e2eea888cf8a2462fb04af38c664bfc90d1e8cd5ca8321fd6b0828f977b4c4c 13706
dma-migrate_0.0.2010.06.17-1_amd64.deb
Files:
3682bcff2cdf3d9664c8d4182a72adef 1971 mail optional dma_0.0.2010.06.17-1.dsc
929fbfc814a0b52900533e034d6d67e4 27108 mail optional
dma_0.0.2010.06.17.orig.tar.gz
5388801ef8b435b9e14bf86035a906fc 32789 mail optional
dma_0.0.2010.06.17-1.debian.tar.gz
375590cdc3706deab59d4b61528f1354 51836 mail optional
dma_0.0.2010.06.17-1_amd64.deb
e4ec4af5a9160f14b0bd921a80cb8078 13706 mail optional
dma-migrate_0.0.2010.06.17-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBAgAGBQJMKYYLAAoJEBxXDIkOS9CrNxQP/im0kwOsfmTjEAVf7dP7qP02
UpNkpcGjIP1HJCufDqdKiruw7QVELPBr4I39o505mHFPzqIHreCOYl9Z41ftgJlz
FPM55Xp0umdrte1O2TzyP6W+hxlmxmUtvcvxdi2VcWNB8y2/vyGI++uTwkPzFmPh
x73u74caarn+fYlSMl1Cv/5AH/56mK2uu8A6BV0zAAYnflP6QMdEDvHQHhmiiv3h
I6uP882zKTtamP0+ihC5ucN4eOGA6IRMXhOTIM1Ny+AzslI4jbXkcx7PfjDeMxh+
BUzl+Y14NVF8REKtP5hmAiCLtbbgBFXCtF6GPVK4G5pFIGXuiRYlsjC9UemSFgNH
8WbhYrLEoq6zDeMbUsZo5KSRZ90PsPCpM3AjFrwthHe4Bksode96z+0zBUSLDCOv
npNM36Qq09FzEg7La4k5PiqQU9HDS02pw9tpFu5s4oG8AkIPqq2W+o5+v/ePtWAg
9zLz6o3VUIobCEORGihmLXTmlnXhAUiLhotKGiJjUIvCI1sB/9uIM1rTfzZBXFcP
PYN7eLP26Qg9E1ZHp3XupGcE1U1oQno9DDJJzJGq0CS962hgvB8qGaPC4ih0S3ou
NYSIsMo2u+6ShZwuMU+brjWjP1kB3pHTiEJTjkCGQYlZn9ADknCvu/ro29ZwW8Ns
iLi/V8REWoECWFQ/ZfNE
=V+sE
-----END PGP SIGNATURE-----
--- End Message ---