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

Bug#675013: marked as done (backuppc: Bad e-mail headers in czech and polish)



Your message dated Wed, 14 Nov 2018 04:49:56 +0000
with message-id <E1gMn7k-000IoA-AO@fasolo.debian.org>
and subject line Bug#675013: fixed in backuppc 3.3.2-1
has caused the Debian Bug report #675013,
regarding backuppc: Bad e-mail headers in czech and polish
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 owner@bugs.debian.org
immediately.)


-- 
675013: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675013
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: backuppc
Version: 3.1.0-9.1
Severity: minor

Hello,

translation files for czech and polish (cz.pm, pl.pm) have the following problems:
- automatic translation translated also email headers like Subject:
  and To: thus the emails are not deliverable.
- text in headers should be either plain ascii or properly encoded (rfc2047)
- both files are written in cp1250 (windows encoding !!!) but the cgi
  does conversion from iso-8859-1 to utf-8 so it breaks diacritics - files
  have to be converted from cp1250 to utf-8 and uncommented line use utf8.
- czech transalation needs proofreading (maybe polish as well)
- emails sent have content-type text/plain; encoding iso-8859-1 by
  default, it should change to utf-8 for languages that use utf8.

Diff fo cz.pm attached:

--- -   2012-05-29 11:42:32.563151585 +0200
+++ /usr/share/backuppc/lib/BackupPC/Lang/cz.pm 2012-05-29
09:40:10.000000000 +0200
@@ -2,7 +2,7 @@
 
 #my %lang;
 #use strict;
-#use utf8;
+use utf8;
 
 # --------------------------------
 
@@ -862,7 +862,7 @@
 # These two strings are used to build the links for directories and
 # file versions.  Files are appended with a version number.
 #
-$Lang{DirHistory_dirLink}  = "adres";
+$Lang{DirHistory_dirLink}  = "adresáø";
 $Lang{DirHistory_fileLink} = "v";
 
 $Lang{DirHistory_for__host} = <<EOF;
@@ -1248,11 +1248,11 @@
 # Email messages
 
 # No backup ever
-$Lang{EMailNoBackupEverSubj} = "BackupPC: ¾adné zálohy hosta \$host
se nezdaøili";
+$Lang{EMailNoBackupEverSubj} = "BackupPC: zadne zalohy hosta \$host
se nezdarily";
 $Lang{EMailNoBackupEverMesg} = <<'EOF';
 To: $user$domain
 cc:
-Pøedmìt: $subj
+Subject: $subj
 $headers
 Dear $userName,
 
@@ -1275,11 +1275,11 @@
 EOF
 
 # No recent backup
-$Lang{EMailNoBackupRecentSubj} = "BackupPC: ¾ádné nové zálohy pro
\$host";
+$Lang{EMailNoBackupRecentSubj} = "BackupPC: zadne nove zalohy pro
\$host";
 $Lang{EMailNoBackupRecentMesg} = <<'EOF';
 To: $user$domain
 cc:
-Pøedmìt: $subj
+Subject: $subj
 $headers
 Drahý $userName,
 
@@ -1303,11 +1303,11 @@
 EOF
 
 # Old Outlook files
-$Lang{EMailOutlookBackupSubj} = "BackupPC: Soubory programu Outlook
na \$host je nutné zálohovat";
+$Lang{EMailOutlookBackupSubj} = "BackupPC: Soubory programu Outlook
na \$host je nutne zalohovat";
 $Lang{EMailOutlookBackupMesg} = <<'EOF';
 To: $user$domain
 cc:
-Pøedmìt: $subj
+Subject: $subj
 $headers
 Drahý $userName,
 


-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages backuppc depends on:
ii  adduser           3.112+nmu2             add and remove users and groups
ii  apache2           2.2.16-6+squeeze7      Apache HTTP Server metapackage
ii  apache2-mpm-prefo 2.2.16-6+squeeze7      Apache HTTP Server - traditional n
ii  bzip2             1.0.5-6+squeeze1       high-quality block-sorting file co
ii  debconf [debconf- 1.5.36.1               Debian configuration management sy
ii  dpkg              1.15.8.12              Debian package management system
ii  exim4             4.72-6+squeeze2        metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-ligh 4.72-6+squeeze2        lightweight Exim MTA (v4) daemon
ii  iputils-ping      3:20100418-3           Tools to test the reachability of 
ii  libarchive-zip-pe 1.30-3                 Perl module for manipulation of ZI
ii  libcompress-zlib- 2.024-1                Transitional dummy package for Com
ii  perl [libdigest-m 5.10.1-17squeeze3      Larry Wall's Practical Extraction 
ii  perl-suid         5.10.1-17squeeze3      runs setuid Perl scripts
ii  samba-common-bin  2:3.5.6~dfsg-3squeeze8 common files used by both the Samb
ii  smbclient         2:3.5.6~dfsg-3squeeze8 command-line SMB/CIFS clients for 
ii  tar               1.23-3                 GNU version of the tar archiving u
ii  thttpd [httpd]    2.25b-11               tiny/turbo/throttling HTTP server
ii  ucf               3.0025+nmu1            Update Configuration File: preserv

Versions of packages backuppc recommends:
ii  libfile-rsyncp-perl   0.68-1.1+b1        A perl based implementation of an 
pn  libio-dirent-perl     <none>             (no description available)
ii  openssh-client [ssh-c 1:5.5p1-6+squeeze2 secure shell (SSH) client, for sec
ii  rrdtool               1.4.3-1            time-series data storage and displ
ii  rsync                 3.0.7-2            fast remote file copy program (lik

Versions of packages backuppc suggests:
ii  iceape-browser [www-browser 2.0.11-12    Iceape Navigator (Internet browser
ii  iceweasel [www-browser]     3.5.16-15    Web browser based on Firefox
ii  konqueror [www-browser]     4:4.4.5-2    advanced file manager, web browser
ii  links [www-browser]         2.3~pre1-1   Web browser running in text mode
ii  links2 [www-browser]        2.3~pre1-1   Web browser running in both graphi
ii  lynx-cur [www-browser]      2.8.8dev.5-1 Text-mode WWW Browser with NLS sup
ii  opera [www-browser]         11.64.1403   Fast and secure web browser and In
pn  par2                        <none>       (no description available)

-- Configuration Files:
/etc/backuppc/apache.conf changed [not included]
/etc/backuppc/config.pl changed [not included]
/etc/backuppc/hosts changed [not included]
/etc/backuppc/localhost.pl [Errno 2] No such file or directory: u'/etc/backuppc/localhost.pl'
/etc/init.d/backuppc changed [not included]

-- debconf information excluded

-- debsums errors found:
debsums: changed file /usr/share/backuppc/lib/BackupPC/Config/Meta.pm (from backuppc package)
debsums: changed file /usr/share/backuppc/lib/BackupPC/Lang/pl.pm (from backuppc package)



--- End Message ---
--- Begin Message ---
Source: backuppc
Source-Version: 3.3.2-1

We believe that the bug you reported is fixed in the latest version of
backuppc, which is due to be installed in the Debian FTP archive.

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 675013@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <abe@debian.org> (supplier of updated backuppc 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 14 Nov 2018 04:07:00 +0100
Source: backuppc
Binary: backuppc
Architecture: source amd64
Version: 3.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian BackupPC Team <team+pkg-backuppc@tracker.debian.org>
Changed-By: Axel Beckert <abe@debian.org>
Description:
 backuppc   - high-performance, enterprise-grade system for backing up PCs
Closes: 610932 675013 808241 876190 876233 887490 903217
Changes:
 backuppc (3.3.2-1) unstable; urgency=low
 .
   [ Axel Beckert ]
   * Set Maintainer to the new Debian BackupPC team. (Closes: #887490)
     + Add Tobias Frost and myself to Uploaders.
   * Import new 3.3.2 upstream release.
     + Drop some hunks from 01-debian.patch which upstream applied or fixed
       otherwise:
       - lib/BackupPC/CGI/Browse.pm
       - all hunks which fix "{" to "\{" in regular expressions.
     + Refresh the remaining part of 01-debian.patch and fix non-applying
       hunks manually.
     + Remove unnecessary whitesapce changes from 01-debian.patch.
     + 01-debian.patch: Continue to use UTF-8 in doc/BackupPC.pod despite
       upstream has chose to explicitly declare it as ISO8859-1.
     + Refresh 02-fix-spelling-errors.patch.
   * Ship https://sourceforge.net/p/backuppc/mailman/message/27416276/ as
     debian/jLib.pm and install as BackupPC::jLib. (Closes: #876190)
     Thanks: Martin F Krafft and Alex Vandiver.
   * Run "wrap-and-sort -a".
   * Support IPv6 by extracting the according patch hunks from Ubuntu's
     backuppc package. (Closes: #876233, #610932)
     + Expand patch with web configuration editor support by lynxis
       lazus. (LP: #1349031)
   * Add lintian overrides for these false positives:
     + spelling-error-in-readme-debian (User and group name are the same
       and trigger a "duplicate word" case).
     + unused-debconf-template (mentioned template is used)
   * Fix typo in 3.3.1-4 changelog entry.
   * Add patch to replace the rather unlucky "IS" with "IT support" in mail
     templates. (Closes: #808241)
   * Add patch to fix bad e-mail headers in Polish and Czech mail templates
     as well as the encoding of the Czech mail templates. (Closes: #675013)
     Thanks Vladislav Kurz for the bug report!
   * debian/apache.conf:
     + Switch to Apache 2.4 syntax.
     + Only grant access from localhost by default (as by default HTTPS is
       not enforced). Mention that in NEWS.Debian.
     + Fix typo in comment.
   * Suggest a bunch of letsencrypt clients with certbot as default.
   * Document conf/sorttable.js in debian/copyright.
   * Unconditionally use invoke-rc.d in post{inst,rm}, drop existence check
   * Consistently use debian/<name> instead of debian/backuppc.<name> and
     not half/half.
     + Rename debian/examples directory to debian/example-configs to avoid
       name conflict. Update debian/examples file accordingly.
   * debian/config: Use "set -e" instead of "-e" in the shebang line.
   * debian/post{inst,rm}: Add "set -e" at the beginning.
   * Apply patch to run rrdtool as the backuppc user rather than as the
     www-data user to fix the displaying of the RRD graphs in the web
     interface. (Closes: #903217, LP: #1612600)
 .
   [ Andreas Hasenack ]
   * d/t/{control,smb-backup}: simple smb-based DEP8 test (LP: #1677755)
Checksums-Sha1:
 b5eae858a948bfef9db50898c5e01bcafa8be991 2022 backuppc_3.3.2-1.dsc
 83dd214a01277d189ce50f93b2ba9c439de0042a 557300 backuppc_3.3.2.orig.tar.gz
 265d3b5f0a1b5cfdbe3fb3db1d291bf05be1e27b 75672 backuppc_3.3.2-1.debian.tar.xz
 c771b5e6d21894043e4b3dcdd5b637160985d377 3024 backuppc-dbgsym_3.3.2-1_amd64.deb
 acc50cefd94e034e87e872a02106055d6a3cf404 5707 backuppc_3.3.2-1_amd64.buildinfo
 83e13093b06530bf50bebd87a30d1e629b4c4540 492508 backuppc_3.3.2-1_amd64.deb
Checksums-Sha256:
 baa77d127c1bf81ff87688a8b7de07bff1b37f9a2bf5555c8623d941b34762ac 2022 backuppc_3.3.2-1.dsc
 fbade2c8d8039297e826a75d2c39d5ac9a6f66e0c84c0cf8c4cef0bcf64d2152 557300 backuppc_3.3.2.orig.tar.gz
 e425cba4e88fbfb73deae733ec0b920c8ca20ba4936a9e35065f73f219bee087 75672 backuppc_3.3.2-1.debian.tar.xz
 67ab9344e97e6966b2a5abcda9be4580e121171c8d9f237308d2ce0463fbd43f 3024 backuppc-dbgsym_3.3.2-1_amd64.deb
 6074ffb04b2980b01f8925bef7271bcb943b784ae51992ce395388e17f7e069d 5707 backuppc_3.3.2-1_amd64.buildinfo
 602d5aadb4d59e7700218aeafbe5f9243c6e4613446ccad85db692ad335b7906 492508 backuppc_3.3.2-1_amd64.deb
Files:
 d5e0b46f28bde384a9cb55fb673a5055 2022 utils optional backuppc_3.3.2-1.dsc
 7d57515bf3de8dd2b5de7e7c52afc4bd 557300 utils optional backuppc_3.3.2.orig.tar.gz
 7a32f1b2142577d864704e9360481679 75672 utils optional backuppc_3.3.2-1.debian.tar.xz
 c4e9e8ddb39c9c16337f2c4b078bb772 3024 debug optional backuppc-dbgsym_3.3.2-1_amd64.deb
 6d2e995928b630b77d55a85089ccebfe 5707 utils optional backuppc_3.3.2-1_amd64.buildinfo
 96acdcc3a1194e9286a3b7d0d9fe7daf 492508 utils optional backuppc_3.3.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlvrkkQACgkQa+Zjx1o1
yXUOChAAqUlXpKM9S+2Fcld9djKB7ixjauuoFQO7vEtGijO/WcLlWEH3CZk+HvtJ
guOv8HiHOn74IyWRr7Z9qcsi8ULNGFq9jZ44yB8tn/LkhL/o66eT3ZWy/XuCtSdv
t7iso/mPWA13X+XiiRPUEkcvcubQkcQdeSf969OoJ9OrA3xE4vZ27kXVVvDS993w
j7MsP9V4bRRf6b9XCHkAALhdyqtyJhuxrc3DtY4lyYNiCg8wvtzIFbK89pUpC3rf
sMDNBEQr9BaCCyePE8IwCR4A4+5tN8RSam6mZqcXl2gdvBT7IVh1wQd+xxRnY7+a
SvMafGv2a57ELixwBoyqnCaZkzAFOTR52j/s4nCU7gucZhIsxXbTZr6Qx9e1R/vX
QSnD8ZVULPk7tgPGzkIV8nCTbzDzYSayQqxrRboccOeN225V/L+85v13pG0nwYYk
WmFkyokaQYnHHIT5ELiiKuRhR20Ew5ftrtynPL1CuYTp2wrvmflkoQCNbKeC8TcD
ScIbYl9iMkXtg43QcHcwnosG321sSMY7iGP/R92NnkJl6vRtXoFFtoIa9poCQywP
ZmrRwwNyTXNVaJicUmpWZyEO8v4VQFpct5anuJdwWTXTsBQh+LD89ZnYfTfvcHwA
vge4+I7Aw2DyAze1JqxG64AysdfhlfebHmYOrlG0AQx9DcxenHI=
=orkc
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: