Your message dated Thu, 07 Sep 2023 09:19:42 +0000
with message-id <e1qebas-0054nr...@fasolo.debian.org>
and subject line Bug#1051329: fixed in dictionaries-common 1.29.7
has caused the Debian Bug report #1051329,
regarding dictionaries-common: Use of uninitialized value in string eq
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 ow...@bugs.debian.org
immediately.)
--
1051329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dictionaries-common
Version: 1.29.6
Severity: normal
Tags: patch
Dear Maintainer,
when I updated hunspell-de-med, I found this in the log:
*****
Setting up hunspell-de-med (20230905-1) ...
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
Processing triggers for dictionaries-common (1.29.6) ...
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
*****
The attached patch should fix this.
Best regards,
Andreas
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.4.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dictionaries-common depends on:
ii cdebconf [debconf-2.0] 0.270
ii debconf [debconf-2.0] 1.5.82
ii emacsen-common 3.0.5
ii libtext-iconv-perl 1.7-8
dictionaries-common recommends no packages.
Versions of packages dictionaries-common suggests:
ii aspell 0.60.8-6
ii hunspell 1.7.2+really1.7.2-10
ii ispell 3.4.05-1
ii wamerican [wordlist] 2020.12.07-2
ii wngerman [wordlist] 20161207-11
-- debconf information excluded
--- DictionariesCommon.pm 2023-09-06 10:36:44.641067430 +0200
+++ DictionariesCommon.pm.fixed 2023-09-06 10:48:09.078836355 +0200
@@ -560,10 +560,11 @@
# Get a list of emacsen and hash names declared in hunspell-info files.
foreach my $lang ( keys %$main_dicts ){
my $lang_entries = $main_dicts->{$lang};
- $main_dicts_emacsen{$lang_entries->{'emacsen-name'}}++
- if ( defined $lang_entries->{'emacsen-name'} );
- $main_dicts_hashes{$lang_entries->{'hash-name'}}++
- unless ( $lang_entries->{'emacsen-name'} eq "english_american" );
+ if ( defined $lang_entries->{'emacsen-name'} ) {
+ $main_dicts_emacsen{$lang_entries->{'emacsen-name'}}++;
+ $main_dicts_hashes{$lang_entries->{'hash-name'}}++
+ unless ( $lang_entries->{'emacsen-name'} eq "english_american" );
+ }
}
# Show some debugging code
dico_debugprint "main-dicts: ". join(', ',sort keys %$main_dicts);
--- End Message ---
--- Begin Message ---
Source: dictionaries-common
Source-Version: 1.29.7
Done: Agustin Martin Domingo <agmar...@debian.org>
We believe that the bug you reported is fixed in the latest version of
dictionaries-common, 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 1051...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Agustin Martin Domingo <agmar...@debian.org> (supplier of updated
dictionaries-common 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 07 Sep 2023 10:57:00 +0200
Source: dictionaries-common
Architecture: source
Version: 1.29.7
Distribution: unstable
Urgency: medium
Maintainer: Agustin Martin Domingo <agmar...@debian.org>
Changed-By: Agustin Martin Domingo <agmar...@debian.org>
Closes: 1051329
Changes:
dictionaries-common (1.29.7) unstable; urgency=medium
.
* Debian/DictionariesCommon.pm.in:dc_merge_installed_hunspell_dicts:
Improve check for $lang_entries->{'emacsen-name'}. Thanks Andreas
Schmidt for patch (Closes: #1051329).
* debian/control: Bump Standards-Version. No changes required.
Checksums-Sha1:
4cf7708df9447b7468b9ab1c5e7d5e765aa60519 1892 dictionaries-common_1.29.7.dsc
dced0bb5afd03fbd761fa98ae0ba55b415dfef24 289900
dictionaries-common_1.29.7.tar.xz
2d8d1e0e5bd5aea0e88de16f0ed57a8af3e2fe37 6934
dictionaries-common_1.29.7_amd64.buildinfo
Checksums-Sha256:
1810ee5446bcdeb801afed52c940acb6aa7380148626c89b8b03896096de1566 1892
dictionaries-common_1.29.7.dsc
07096a38720e9ef0c072c96dcff56f5eb1f673512d7289af3ba5f694d7f88a44 289900
dictionaries-common_1.29.7.tar.xz
dca94b4ba8703d05f35a77f023f64d46d19c25a12179063397a5b72f3174db2a 6934
dictionaries-common_1.29.7_amd64.buildinfo
Files:
bfa9a965297db664a31fe6cf86e41c5f 1892 text optional
dictionaries-common_1.29.7.dsc
66f2dd27776c52e730c047be1d8bbd9f 289900 text optional
dictionaries-common_1.29.7.tar.xz
7e6a6287bd7df5174a7d3943cd1a1e99 6934 text optional
dictionaries-common_1.29.7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEEehey7p+gYd346SEFJrCLeiggvwFAmT5kKYACgkQFJrCLeig
gvwnURAAkwClmO6bGlGPAJTNhoED871sa1O2E5X622c0DBcb7a06d/8r6ps17pnH
jtAuQkeksw7rCDxblRYt+NxLoGxzOxgyOHGilJWIpckf/Cbof3IO2Sld+Qwx5l//
6VXr4tNorcH+ItE3Uhi2xS4Xon0QtWohKDXREg3qbO57m40IrDTEoZ7hKCWF6N3p
jUTa9M4Op762g6Gqc+fKIcmD1ahsYGJ++l8oeFBbxhUih/nG3bvUY1mvF61eCl3t
wWN9ZlxoPbw7V1JFs36WasyPeTMo3X9h8yguoecyQq8uTOLqKxWLY5EQAYNlttUR
zik0Zue8vq1QAUMiCaPZGLDN+4gHlz8jDrOqpYwktuFg5/1gwL1zmPbWMCt1SXJ5
dT7zoTdp75vTTKBE357b572LN+fiGd/aTdMrvEwD5jdH1DVrD2O5NOBf9L1jmj3V
lLhESP5/wh18zXkt8sh2t0lOmoIuc4DkaJpxEDs1ARa0kr3Y4zwq7GwN5UhZN2+m
RS5H4zd5aUntXk4oZY8TRE6wgqTHk+mE3ootVhySAiyC9bZN3SsbVkF7mm+TGFPM
KqiaGGy6d+WGMKHhBE3g+XSxG16IeT4enl+d8JPQZt/MLGue93vm2OYlowk2M66z
1iyhQy8ssavJ4BMKDueX/XhkOsPifvemoCw3Y3gn+vifT3KS3pI=
=hkdR
-----END PGP SIGNATURE-----
--- End Message ---