Bug#700500: a CyrEo fontset, please?

2013-02-13 Thread Ivan Shmakov
Package: console-setup-linux Version: 1.88 Severity: wishlist Tags: patch Please provide 256-glyph fonts with both Cyrillic and Esperanto glyphs (specifically: U+0108, U+0109, U+011C, U+011D, U+0124, U+0125, U+0134, U+0135, U+015C, U+015D, U+016C, U+016D.) One poss

Bug#700617: Digest::HMAC->new () is "incompatible" with Digest::SHA (512)

2013-02-15 Thread Ivan Shmakov
Package: libdigest-hmac-perl Version: 1.03+dfsg-1 Tags: patch It isn't currently possible to use the Digest::HMAC module's OO interface along with the Digest subclasses whose constructors require an argument, such as the Digest::SHA class (as provided by the libdige

Bug#700618: Net::DNS::TSIG: please support hmac-sha1 .. hmac-sha512

2013-02-15 Thread Ivan Shmakov
Package: libnet-dns-perl Version: 0.66-2+b2 Please add support for the hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384, hmac-sha512 algorithms (as per RFC 4635.) An example algorithm switcher (untested) is MIME'd. Please note, however, that it relies on a patched

Bug#700619: no easy way to use Net::DNS::RR->new () with arbitrary "type"

2013-02-15 Thread Ivan Shmakov
Package: libnet-dns-perl Version: 0.66-2+b2 There doesn't seem to be an easy way to create a Net::DNS::RR instance given a “pre-parsed” resource record serialization (such as one read from a XML or CSV file, or an SQL database.) Consider, e. g.: ## as read, e. g.,

Bug#561718: Can confirm Bug#561718: subprocess installed post-installation script

2010-04-02 Thread Ivan Shmakov
> Tobias Klauser writes: [...] > I can reproduce this bug here: > | Setting up nfs-common (1:1.2.1-3) ... > | insserv: Service portmap has to be enabled to start service nfs-common > | insserv: exiting now! > | update-rc.d: error: insserv rejected the script header > | dpkg: error pro

Bug#470936: VT switching results in scrambled colors with -depth 24

2011-06-12 Thread Ivan Shmakov
> Cyril Brulebois writes: > Hi, Igor Shmakov (14/12/2008): >> I'm experiencing the same problem with X.org from Debian Lenny on >> the similar (Radeon HD 2400 XT) hardware. > is it better in squeeze, sid, or experimental? The problem of scrambled colors with -depth 24 seem t

Bug#645293: doesn't allow for an IPv6 HTTP proxy

2011-10-13 Thread Ivan Shmakov
Package: aria2 Version: 1.12.1-2 Tags: ipv6 Apparently, aria2c(1) doesn't allow for an IPv6 HTTP proxy. I've identified the following two cases: • should the HTTP proxy's host name (as per, e. g., the http_proxy environment variable) resolve to both IPv6 and

Bug#641315: ITP: opendap -- Project for a Network Data Access Protocol

2011-09-12 Thread Ivan Shmakov
Already in Debian, as it seems. --cut: http://packages.debian.org/sid/libdap10 -- Open-source Project for a Network Data Access Protocol library OPeNDAP provides software that allows you to access data over the internet, from programs that weren't originally designed for that

Bug#644267: fails to access a read-only folder

2011-10-04 Thread Ivan Shmakov
Package: mailutils-mh Version: 1:2.2+dfsg1-3+b1 The mhn command fails to access a read-only folder, e. g.: $ which mhn /usr/bin/mailutils-mh $ mhn +foo 12345 $ echo $? 0 $ Running mhn under strace(1) reveals that it tries, unsuccessfully, to open(2) ~/Mail/foo/12345 w

Bug#714961: LWP::UserAgent: Bad http proxy specification 'http://[IPv6]...'

2013-07-04 Thread Ivan Shmakov
Package: libwww-perl Version: 6.04-1 Tags: ipv6, patch The current version of LWP::UserAgent apparently dislikes IPv6 addresses given for proxies. Consider, e. g.: $ http_proxy=http://\[2001:db8::1\]:3128/ perl -e ' use strict; use warnings; require LWP::UserAge

Bug#573304: vlc(1) produces --help with ECMA-48 (ANSI) escapes, even if TERM=dumb

2013-07-07 Thread Ivan Shmakov
> Rémi Denis-Courmont writes: […] > VLC checks whether the standard output is a terminal. I find it > pretty damn idiotic for emacs to emulate a terminal but, not quite. … Could you please then point me to, say, a Braille terminal with support for colors? > It might as

Bug#677826: TLS certificate not used for smarthost transport by default

2013-08-31 Thread Ivan Shmakov
> Ben Hutchings writes: > On Sun, 2012-06-17 at 09:05 +0200, Andreas Metzler wrote: […] >> The Debian configuration does the same, MAIN_TLS_* sets the changes >> the respective main TLS setting with no effect on the transport >> option. > OK, so how about adding new macros for this

Bug#470208: closed [\usepackage {antomega} should support Esperanto as well]

2013-10-07 Thread Ivan Shmakov
> Debian Bug Tracking System writes: > This is an automatic notification regarding your Bug report which was > filed against the texlive-omega package: > #470208: \usepackage {antomega} should support Esperanto as well > It has been closed by Norbert Preining . […] > the bug you have

Bug#466403: closed [texlive-latex-base: input encodings should work in math mode too]

2013-10-07 Thread Ivan Shmakov
FTR, the “bug” is still present: processing the example with pdflatex(1) results in: LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 6 To note, however, is that Latin-1 183 (= U+00B7) is MIDDLE DOT, while in maths, U+22C5 (DOT OPERATOR

Bug#626521: closed [listings package, SQL language]

2013-10-07 Thread Ivan Shmakov
FTR, \lst@definelanguage {SQL} {…} still lacks BEGIN (even though it has END) as of texlive-latex-recommended 2013.20130918-1. -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Co

Bug#499422: closed [listings package: Lisp is not case-sensitive]

2013-10-07 Thread Ivan Shmakov
FTR, \lst@definelanguage {Lisp} {…} still has “sensitive,% ???” (instead of arguably more correct “sensitive=false,%”) at tex/latex/listings/lstlang2.sty line 541 as of texlive-latex-recommended 2013.20130918-1. -- FSF associate member #7257 -- To UNSUBSCRIBE, em

Bug#548825: closed [\pdfinfo with hyperref should not have undefined behavior]

2013-10-07 Thread Ivan Shmakov
FTR, as I’ve just checked (by passing the .pdf file through strings(1)), two different instances of PDF metadata are still produced when the test file provided is passed through pdflatex(1), as of texlive-latex-base 2013.20130918-1. -- FSF associate member #7257

Bug#576685: closed [.toc file keeps changing every pass when UCS characters are present]

2013-10-08 Thread Ivan Shmakov
FTR, as I’ve just checked (by processing the bad.tex given through pdflatex(1) for a few times) the bug report still seem to apply. -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Bug#725955: xsltproc (libxslt?) HTTP requests lack User-Agent: that http://www.w3.org/ requires

2013-10-10 Thread Ivan Shmakov
Package: xsltproc Version: 1.1.28-2 As per strace(1), xsltproc(1) (and perhaps the underlying libxslt library itself) uses HTTP/1.0, while http://www.w3.org/ seems to require an User-Agent: HTTP/1.1 request header. 10:04:44 sendto(5, "GET /TR/xhtml1/DTD/xhtml1-strict.dtd H

Bug#726438: New GNU Forth version available

2013-10-15 Thread Ivan Shmakov
Source: gforth Version: 0.7.0+ds2-0.1 As per http://gnu.org/s/gforth/, the latest released GNU Forth version is 0.7.2, released 2013-02-25. Please consider updating the Debian package. -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@

Bug#689136: gforth: This is about to become a worse than wishlist problem

2013-10-15 Thread Ivan Shmakov
> Reuben Thomas writes: > Package: gforth Version: 0.7.0+ds1-7 Followup-For: Bug #689136 > Emacs 24.3 has hit sid, and therefore installing gforth on a system > with emacs24 already installed, or vice versa, will stop working. Worse still, Emacs 24.3 has since entered testing. T

Bug#722305: discount fails to process Markdown in non-ASCII text correctly

2013-09-09 Thread Ivan Shmakov
Package: libmarkdown2 Version: 2.1.6-2 As packaged, Discount appears to fail to process Markdown *emphasis* around text fragments containing non-ASCII characters. Consider, e. g.: $ cat < test.mdwn *Hello, world!* *Привет, мир!* *Hello, world!* *Привет, мир!* *Hello,

Bug#724843: MIDI-Perl: new version available

2013-09-28 Thread Ivan Shmakov
Source: libmidi-perl Version: 0.80-3 As per [1], the most recent version of MIDI-Perl is 0.83, released 2013-02-01. Please consider updating the Debian package. [1] http://search.cpan.org/dist/MIDI-Perl/ PS. It’d be nice to add Homepage: to debian/control, too, BTW. --

Bug#724873: New QGIS version available

2013-09-28 Thread Ivan Shmakov
Source: qgis Version: 1.7.4+1.7.5~20120320-1.1+b1 As per http://qgis.org/downloads/, the latest released QGIS version is 2.0.1, released 2013-09-10. Please consider updating the Debian package. -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs-dist

Bug#724874: New Inspire IRCd (InspIRCd) version available

2013-09-28 Thread Ivan Shmakov
Source: inspircd Version: 2.0.5-1+b1 As per http://www.inspircd.org/, the latest released Inspire IRCd (InspIRCd) version is 2.0.14, released 2013-08-28. Please consider updating the Debian package. -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs

Bug#690884: qgis fails to access HDF-EOS datasets directly

2013-09-29 Thread Ivan Shmakov
> Sebastiaan Couwenberg writes: > I've tried to reproduce your problem with QGIS 2.0.1, but I'm not > able to download the HDF file. > ftp://e4ftl01.cr.usgs.gov/MODIS_Composites/MOTA/MCD12Q1.005/2008.01.01/MCD12Q1.A2008001.h22v03.005.2011215183430.hdf > The FTP server claims to allow an

Bug#634947: missing Homepage: in debian/control

2011-07-21 Thread Ivan Shmakov
Source: pdns Version: 2.9.22-9 Severity: wishlist Please consider adding Homepage: http://www.powerdns.com/ to debian/control. -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#714188: pdfjam doesn't respect TMPDIR, and uses /var/tmp unconditionally

2013-06-26 Thread Ivan Shmakov
Package: texlive-extra-utils Version: 2013.20130530-1 The current version of pdfjam(1) doesn't respect the value of the conventional TMPDIR environment variable and just uses /var/tmp unconditionally instead. (Even though pdfjam(1) appears to use mktemp(1) internal

Bug#714557: emacs-jabber: conference messages aren't recorded in the history

2013-06-30 Thread Ivan Shmakov
Package: emacs-jabber Version: 0.8.0-3 Somewhat counter-intuitively, emacs-jabber’s “history” facility (:group 'jabber-history, (jabber) Message history) doesn’t record messages sent to or received via XMPP conferences (MUCs.) The incoming conference messages appea

Bug#647759: openttd-opensfx Description: seems to suggest that it's free as in freedom

2011-11-05 Thread Ivan Shmakov
Package: openttd-opensfx Version: 0.2.3-1 Severity: minor The package's Description: reads: The main goal of OpenSFX therefore is to provide a set of free sounds which make it possible to play OpenTTD without requiring the (copyrighted) files from original Transport Tycoon Del

Bug#647760: new version available

2011-11-05 Thread Ivan Shmakov
Source: mgetty Version: 1.1.36-1.6 There's a new version available (as of 2010-06-05.) ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty1.1.37-Jun05.tar.gz -- FSF associate member #7257 pgpjPHG22orYm.pgp Description: PGP signature

Bug#647761: Depends: logrotate is unnecessary for mgetty

2011-11-05 Thread Ivan Shmakov
Package: mgetty Version: 1.1.36-1.6 The dependency on logrotate is mostly superfluous and may be inconvenient for the users of the package which use alternative log rotation mechanisms. It seems that there's a consensus (e. g., [1]) that merely having a /et

Bug#498819: doesn't honor $HOME while reading .enscriptrc

2011-11-05 Thread Ivan Shmakov
>>>>> Ivan Shmakov writes: > The `enscript' command currently doesn't honor the value of the > HOME environment variable while reading its configuration, and uses > the value from the user's passwd(5) entry instead, … As of 1.6.5.2-1, I no lon

Bug#191525: mgetty-docs inittab example is self-contradictory

2011-11-05 Thread Ivan Shmakov
> Andreas Barth writes: […] > The mgetty-Package does not provide any entries in /etc/inittab, > neither removes them after de-installation. So it should be best to > remove these four lines. > But it could be formed as a wishlist-entry that mgetty does one day > both (as e.g. isdnuti

Bug#498819: Bug#191525: mgetty-docs inittab example is self-contradictory

2011-11-05 Thread Ivan Shmakov
>>>>> Ivan Shmakov writes: […] > It's my opinion that inittab(5) is such a fragile file that it > shouldn't be touched unless explicitly requested. [Okay, I've messed it up. Resent to 191525@. Apologies for the inconvenience.]

Bug#648054: M-x customize-group RET tramp RET results in an infinite loop

2011-11-08 Thread Ivan Shmakov
Package: emacs23-nox Version: 23.2+1-7 Starting a no-X Emacs with $ emacs -q and then invoking M-x customize-group RET tramp RET results in an instant infinite loop. I was able to reproduce this problem on two distinct hosts (one IA-32, running Squeeze, and

Bug#652866: incorrectly formats URI's (URN's) with :-delimited paths

2011-12-21 Thread Ivan Shmakov
Package: libxml2-dev Version: 2.7.8.dfsg-2 [While filing a bug against an older version of the package, I don't seem to find anything in the Debian changelog of 2.7.8.dfsg-2+squeeze1 that'd suggest that any change was made to the behavior described below.]

Bug#652951: new version available

2011-12-21 Thread Ivan Shmakov
Source: gnunet Version: 0.8.1b-5 As of 2011-11-30, the latest release of GNUnet is 0.9.0. Please consider updating the Debian package. TIA. [1] https://gnunet.org/ -- FSF associate member #7257 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org w

Bug#306914: [rt.cpan.org #76044] IPv6 support? (patch)

2012-03-27 Thread Ivan Shmakov
The way I've dealt with the problem [1] is by requiring IO::Socket::INET6 first, while still allowing the code to fall back to IO::Socket::INET. (Just like Net::HTTP already falls back to IO::Socket if IO::Socket::INET is itself unavailable.) The patch I'm

Bug#668131: spectemu: new version available

2012-04-08 Thread Ivan Shmakov
Source: spectemu Version: 0.94a-14 As per [1], the latest version of Spectemu to date is 0.99.3 (as of 2004.) Note that while 0.99.3 introduces a lot of changes to the code, and to the processor's emulation in particular, these aren't documented in the Chan

Bug#859749: groupmems(8): non-localized manual page unavaliable

2017-04-06 Thread Ivan Shmakov
Package: passwd Version: 1:4.4-4 Tags:patch As it seems, when /usr/sbin/groupmems was added to the package this January, the /usr/share/man/man8/groupmems.8.gz (non-localized) manual page somehow didn’t make it into debian/passwd.install. Please thus co

Bug#859890: savelog(8): -D documentation does not match the actual effect

2017-04-08 Thread Ivan Shmakov
Package: debianutils Version: 4.8.1 Severity: minor Tags: patch As currently implemented, the -D option does not match its documentation. Specifically, savelog(8) reads: -D dateformat override date format, in the form of [MMDDhhmm[[CC]YY][.ss]] While in

Bug#753466: xul-ext-classic-theme-restorer: customize the new Iceweasel look

2014-07-02 Thread Ivan Shmakov
Package: wnpp Severity: wishlist X-Debbugs-Cc: pkg-mozext-maintain...@lists.alioth.debian.org * Package name: xul-ext-classic-theme-restorer Version : 1.2.1 Upstream Author : * URL or Web page : https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ * License

Bug#756058: XML::Twig applies default namespace (xmlns) to attributes, too

2014-07-25 Thread Ivan Shmakov
Source: libxml-twig-perl Version: 1:3.44-1 As currently implemented, XML::Twig applies default namespaces also to all the unprefixed /attributes/ in scope, which is contrary to the specification [1]: A default namespace declaration applies to all unprefixed element

Bug#756059: New XML::Twig version available

2014-07-25 Thread Ivan Shmakov
Source: libxml-twig-perl Version: 1:3.44-1 As per https://metacpan.org/changes/distribution/XML-Twig, the latest released XML::Twig version is 3.48 (2014-03-30.) Please consider updating the Debian package. -- FSF associate member #7257 http://boycottsystemd.org/ …

Bug#737921: [TLS1.2] gnutls only likes SHA1 and SHA256 certificates

2014-07-29 Thread Ivan Shmakov
the libc; adapted from +https://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00186.html + + -- Ivan Shmakov Tue, 29 Jul 2014 18:48:51 + + gnutls26 (2.12.20-8+deb7u2) wheezy-security; urgency=high * 39_Prevent-memory-corruption.diff from upstream GIT. Fix memory corruption Only in

Bug#737921: [TLS1.2] gnutls only likes SHA1 and SHA256 certificates

2014-07-30 Thread Ivan Shmakov
>>>>> Ivan Shmakov writes: > I’ve built the patched gnutls26 (now as of 2.12.20-8+deb7u2) package > with pbuilder and briefly tested Exim (as of 4.80-7) with the > resulting libgnutls26, and seen no issues so far. > The resulting packages, both source (sig

Bug#756950: gnugo.el should have autoload declarations in site-start.d/50gnugo.el

2014-08-03 Thread Ivan Shmakov
Package: gnugo Version: 3.8-7 Tags: patch … So that it’s possible to use M-x gnugo RET right after Emacs is started and without any special configuration in user’s own ~/.emacs. Please thus consider the patch MIMEd. TIA. -- FSF associate member #72

Bug#775436: ITP: xlennart -- An XBill fork but with Lennart and SystenD instead of Bill and Wingdows

2015-01-16 Thread Ivan Shmakov
> Axel Wagner writes: […] > I don't think Lennart personally would care, no, but I think *we* > should care to paint the Opensource community as better than this. As a member of the said community, I think that, however the presence of either of the packages in Debian pain

Bug#763731: terminfo: linux (linux-basic: CP437), linux-vt entries vs. ACS support

2014-10-04 Thread Ivan Shmakov
>>>>> Thomas Dickey writes: >>>>> On Thu, Oct 02, 2014 at 08:51:32AM +, Ivan Shmakov wrote: > Cc: 763731-submit...@bugs.debian.org (No need to Cc: me, as I’m “on the list.”) […] >> As of the current version of the Terminfo database, the ‘li

Bug#806507: union-mount-options: fails to handle ${CHROOT_UNION_OVERLAY_DIRECTORY}, etc.

2015-11-27 Thread Ivan Shmakov
Package: schroot Version: 1.6.10-1+b1 schroot.conf(5) reads: union-mount-options=options […] Note: One can use the variables “${CHROOT_UNION_OVERLAY_DIRECTORY}” and “${CHROOT_UNION_UNDERLAY_DIRECTORY}” to refer to the writable overlay session directory and read-only und

Bug#789175: gatling vs. smbclient: Incomplete multibyte sequence; SMB/CIFS broken

2015-06-18 Thread Ivan Shmakov
Package: gatling Version: 0.13-5+b3 As it seems, SMB/CIFS support is currently broken. Consider, e. g.: $ grep -E -- ^\[^\#\] < /etc/default/gatling START_DAEMON="YES" DAEMON_OPTS="-p 8480 -v -d -s -F -U -u nobody -c /home/public -w WKGRP" DAEMON="gatling" $ smbclient -N -L ::1

Bug#790780: edisplay: possible memory leak

2015-07-01 Thread Ivan Shmakov
Package: edisplay Version: 0.8.9-7+deb8u1 There seem to be a possible memory leak in edisplay(1). Consider, e. g.: $ edisplay \ upload.wikimedia.org/wikipedia/commons/2/24/Leberblümchen-Nahaufnahme.JPG \ upload.wikimedia.org/wikipedia/commons/8/87/Amanhecer_no_Hercules_--.

Bug#762150: wget: dependencies suggestion

2014-09-19 Thread Ivan Shmakov
> westlake writes: > Package: wget > Version: 1.13.4-3+deb7u1 > Severity: normal > Since wget's description includes mentioning https perhaps > ca-certificates should rather be a dependency than a recommendation? > I noticed trying wget, there's no indication ca-certifcates should be

Bug#700500: a CyrEo fontset, please?

2014-08-07 Thread Ivan Shmakov
>>>>> Anton Zinoviev writes: >>>>> On Wed, Feb 13, 2013 at 03:44:47PM +, Ivan Shmakov wrote: […] >> Please provide 256-glyph fonts with both Cyrillic and Esperanto >> glyphs (specifically: U+0108, U+0109, U+011C, U+011D, U+0124, >> U+0125

Bug#700500: a CyrEo fontset, please?

2014-08-07 Thread Ivan Shmakov
>>>>> Anton Zinoviev writes: >>>>> On Thu, Aug 07, 2014 at 01:48:43PM +, Ivan Shmakov wrote: >> … However, these fontsets come at the price of the reduced color >> capability for the text terminals. > This doesn't happen when framebu

Bug#700500: a CyrEo fontset, please?

2014-08-15 Thread Ivan Shmakov
>>>>> Anton Zinoviev writes: >>>>> On Thu, Aug 07, 2014 at 06:57:49PM +, Ivan Shmakov wrote: >>> This doesn't happen when framebuffer is used. >> Does that mean /dev/fb*, or rather the “kernel mode setting” (KMS) >> facility? >

Bug#763311: MTP and Moto G (ID 2)

2014-09-29 Thread Ivan Shmakov
Source: libmtp Version: 1.1.6-20-g1b9f164-1~bpo70+1 X-Debbugs-Cc: Cecil Westerhof , Michael Tokarev Per [1], libmtp 1.1.8-1 entered testing September, 17th. Please re-build it for wheezy-backports. TIA. [1] https://packages.qa.debian.org/libm/libmtp.html > Ceci

Bug#763731: terminfo: linux (linux-basic: CP437), linux-vt entries vs. ACS support

2014-10-02 Thread Ivan Shmakov
Source: ncurses Version: 5.9+20140913-1 Control: affects -1 console-setup Tags: patch Severity: minor As of the current version of the Terminfo database, the ‘linux’ terminal entry implies the use of the CP437 encoding for the box-drawing characters and the like (a

Bug#872362: mpg123 disables cursor unconditionally on ttys

2017-08-16 Thread Ivan Shmakov
Package: mpg123 Version: 1.23.8-1+b1 Severity: wishlist After upgrading to the version in Stretch, mpg123(1) appears to make the terminal cursor invisible by issuing a ‘civis’ (as in: $ tput civis) control sequence to a tty, which goes against my preferences.

Bug#872361: mpg123 misparses IPv6 address + port in http_proxy

2017-08-16 Thread Ivan Shmakov
Package: mpg123 Version: 1.23.8-1+b1 It appears that mpg123(1) fails to notice the :PORT suffix when parsing an http_proxy value that contains an IPv6 address. Consider, e. g.: $ http_proxy=http://\[::1\]:8080/ \ strace -o "$(mktemp -- /tmp/strace.)" -- \

Bug#872466: downgrade fbi dependency on ghostscript to Recommends:

2017-08-17 Thread Ivan Shmakov
Package: fbi Version: 2.10-2+b3 As I understand it, the only reason fbi Depends: on ghostscript is to allow for viewing PDF (and PostScript) files ($ fbgs?), and the lack of ghostscript does not affect users interested in any of the other supported formats (PNG, J

Bug#873919: make dpkg-buildpackage default locale UTF-8

2017-09-01 Thread Ivan Shmakov
> Hans-Christoph Steiner writes: > Package: dpkg-dev > More and more packages are adding unicode files I assume you mean “UTF-8 filenames” here (per below), right? > as unicode support has become more reliable and available. What are the use cases for such filenames?

Bug#872361: mpg123 misparses IPv6 address + port in http_proxy

2017-09-03 Thread Ivan Shmakov
> Thomas Orgis writes: > I prepared fixes for both bug 872362 and 872361 for an upcoming > mpg123 version 1.25.7. A preliminary release tarball is available > via > https://mpg123.org/test/mpg123-1.25.7.tar.bz2 […] > Ivan, can you test your two issues with the preliminary release and

Bug#866246: jdupes -B fails to fully deduplicate large (> 16 MiB) files

2017-06-28 Thread Ivan Shmakov
Package: jdupes Version: 1.7-2 Severity: minor As currently implemented, jdupes(1) invokes FIDEDUPERANGE once for each set of files found to be duplicates. However, per documentation (say, [1]), there can be a filesystem-specific limit in place on how large a dat

Bug#866307: Play it safe: comment out SIGKILL (-9) in default and.priorities(5)

2017-06-28 Thread Ivan Shmakov
Package: and Version: 1.2.2-4.1+b2 It does not seem like a good idea to have and(8) send SIGKILL to /any/ processes by default – not even to ones named ‘gcc’ and which run for 20 minutes. Thus, I believe that the respective lines in the default and.priori

Bug#868453: xorg log flooded by dbus messages

2017-09-10 Thread Ivan Shmakov
Control: reopen -1 Control: found -1 2:1.19.2-1+deb9u1 > Trek writes: > Version: 2:1.16.4-1+deb8u1+b1 > with the latest update, the dbus dependency is gone and the error > message is no more printed to the log > thank you! I’m observing the same issue on Stretch (2:1.19.2-1+de

Bug#687781: nfs-utils updated to 1.3.4-1, please check your bug #687781

2016-12-15 Thread Ivan Shmakov
> Daniel Pocock writes: > Thanks for providing a bug report for nfs-utils. > https://bugs.debian.org/687781 > There are over 100 open bugs[1] in the nfs-utils package. > The package in Debian sid has recently been updated to v1.3.4-1. > The upstream changelog[2] indicates that many bu

Bug#853102: libgpgme11: downgrade gnupg2 (gnupg) dependency to Recommends:

2017-01-29 Thread Ivan Shmakov
Package: libgpgme11 Version: 1.5.1-6 Severity: minor [Apologies for not actually checking if the problem described is relevant to Debian testing.] Package: libgpgme11 […] Depends: gnupg2 (>> 2.0.4), […] I believe that libgpgme11 should NOT depend on gnupg2 – in the

Bug#1056147: midge possibly contains non-DFSG-free examples

2023-11-17 Thread Ivan Shmakov
Source: midge Version: 0.2.41-4 Severity: serious Justification: possible DFSG violation [Please do not Cc: me, as I’m “on the list,” so to say, and I prefer to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem

Bug#1056146: xsok possibly contains non-DFSG-free data files

2023-11-17 Thread Ivan Shmakov
Source: xsok Version: 1.02-19 Severity: serious Justification: possible DFSG violation [Please do not Cc: me, as I’m “on the list,” so to say, and I prefer to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem

Bug#1056147: midge possibly contains non-DFSG-free examples

2023-11-19 Thread Ivan Shmakov
Control: tag -1 patch I have now uploaded a possible repackaged .orig.tar.bz2: http://users.am-1.org/~ivan/src/sfn.2xNKGoveuNoRGASEQosuADUES3vYQfQmWVeMuitdtLI.tar.bz2 It was produced with the following shell command (where 39 blocks starting with 180 cover the entirety of

Bug#1068024: revert to version that does not contain changes by bad actor

2024-03-30 Thread Ivan Shmakov
> On 2024-03-30, Guillem Jover wrote: > On Sat, 2024-03-30 at 00:48:34 +, Stephan Verbücheln wrote: >> Subject: Re: Bug#1068024: Or remove xz altogether? >> Maybe the people who criticized xz back in the day for being an amateur >> project implementing a defective file format were

Bug#1022851: xorriso: -clone across sessions copies, not clones

2022-10-26 Thread Ivan Shmakov
Package: xorriso Version: 1.5.4-4 Control: found -1 1.5.0-1 Control: found -1 1.5.2-1 When -clone is used on a file that belongs to the loaded session, its contents get /copied/ to the new one (with the location of the original one updated to match the copy); while

Bug#1030681: man1/Xvnc symlink should be man1/Xvnc.1.gz

2023-02-06 Thread Ivan Shmakov
Package: tightvncserver Version: 1:1.3.10-6 Severity: minor Tags: patch [Please do not Cc: me, as I’m “on the list,” so to say, and I try to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem to be a way to mak

Bug#1030682: new version available

2023-02-06 Thread Ivan Shmakov
Package: edbrowse Version: 3.7.7-5 Severity: wishlist [Please do not Cc: me, as I’m “on the list,” so to say, and I try to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem to be a way to make it point to the

Bug#1025751: manpages.d.o pages have json-ld objects double-encoded as strings

2022-12-08 Thread Ivan Shmakov
Package: manpages.debian.org Severity: minor [Please do not Cc: me, as I’m “on the list,” so to say, and I try to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem to be a way to make it point to the report be

Bug#1025769: HTTP::Server::Simple vs. support for Unix domain sockets

2022-12-08 Thread Ivan Shmakov
Package: libhttp-server-simple-perl Version: 0.52-2 Severity: minor [Please do not Cc: me, as I’m “on the list,” so to say, and I try to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem to be a way to make it

Bug#1025769: HTTP::Server::Simple vs. support for Unix domain sockets

2022-12-09 Thread Ivan Shmakov
>>>>> On 2022-12-09 02:11:07 +0100, gregor herrmann wrote: >>>>> On Thu, 08 Dec 2022 20:07:38 +, Ivan Shmakov wrote: >> Attempting to implement Unix domain socket support by subclassing >> HTTP::Server::Simple uncovered several issues with the latte

Bug#1009698: marked as done (util-linux: more is less like more and more like less now :-))

2023-01-07 Thread Ivan Shmakov
> Chris Hofstaedtler wrote: > Subject: no additional feedback > Closing for lack of anything actionable. JFTR, the workaround for this issue is to put -e either to the command line, or to the MORE environment variable’s value. It seems like in Bullseye, more(1) ign

Bug#1009698: marked as done (util-linux: more is less like more and more like less now :-))

2023-01-07 Thread Ivan Shmakov
>>>>> On 2023-01-07 12:37:03 +0100, Chris Hofstaedtler wrote: >>>>> Ivan Shmakov [230107 10:39]: […] >> My understanding is that the Debian BTS exists for the benefit >> of Debian users at large, not just the developers and maintainers; >> and

Bug#1018238: gm(1): please add Linux framebuffer (/dev/fb0) support

2022-08-27 Thread Ivan Shmakov
Package: graphicsmagick Version: 1.4+really1.3.38-1 Severity: wishlist Control: found -1 1.4+really1.3.36+hg16481-2 Control: found -1 1.4+really1.3.35-1~deb10u2 [Please do not Cc: me, for I’m “on the list,” so to say, and I try to reserve my inbox for private communication only.

Bug#1018239: live-boot: please add support for subroot= option

2022-08-27 Thread Ivan Shmakov
Package: live-boot Version: 1:20220505 Severity: wishlist Tags: patch Control: found -1 1:20190614 [Please do not Cc: me, for I’m “on the list,” so to say, and I try to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t see

Bug#1018240: Xtightvnc(1): support arbitrary stdio in -inetd, not just socket-based

2022-08-27 Thread Ivan Shmakov
Package: tightvncserver Version: 1:1.3.10-5+b1 Severity: wishlist Control: found -1 1:1.3.10-3 [Please do not Cc: me, for I’m “on the list,” so to say, and I try to reserve my inbox for private communication only. I’d have set up Mail-Followup-To:, but there doesn’t seem to

Bug#1016653: gm(1): improve targa (.tga) orientation bits support

2022-08-27 Thread Ivan Shmakov
Control: retitle -1 gm(1): improve targa (.tga) orientation bits support > Bob Friesenhahn writes: > However, I believe that this bug report is incorrect. After reading [1] (and trying both ImageMagick and GraphicsMagick on the samples*/ provided therein), I guess m

Bug#426094: a minor bug in chicken(1) manpage

2007-05-26 Thread Ivan Shmakov
Package: chicken-bin Version: 2.5-1 Severity: minor chicken(1) reads: --cut-- -disable-stack-overflow-checks Disables detection of stack-overflows. Disables specific class of warnings, may be given multiple times. --cut-- While, IMO, it should look like:

Bug#426095:

2007-05-26 Thread Ivan Shmakov
Package: chicken-bin Version: 2.5-1 Severity: wishlist There's a new version available at: http://www.call-with-current-continuation.org/chicken-2.6.tar.gz Partly to practicise my .deb-building skills, partly to build array-lib Chicken extension, I've prepared a .deb for a

Bug#426095:

2007-05-26 Thread Ivan Shmakov
Oops. Sorry for a duplicate bug report. It could be safely merged with #418747. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#422968: is logrotate really necessary to run the package?

2007-05-08 Thread Ivan Shmakov
Package: samba Version: 3.0.24-6 Severity: wishlist Depends: ..., logrotate, ... Recommends: smbldap-tools Is the dependency on `logrotate' really necessary? Couldn't it be put into `Recommends:' field instead? It will allow users to use different programs to rotat

Bug#422969: is logrotate really necessary to run the package?

2007-05-08 Thread Ivan Shmakov
Package: uucp Version: 1.07-19.1 Severity: wishlist Depends: ..., logrotate, ... Recommends: postfix | exim4 | exim | smail | courier-mta | zmailer | rmail Is the dependency on `logrotate' really necessary? Couldn't it be put into `Recommends:' field instead? It will allow

Bug#422968: is logrotate really necessary to run the package?

2007-05-09 Thread Ivan Shmakov
> "SL" == Steve Langasek <[EMAIL PROTECTED]> writes: [...] >> Is the dependency on `logrotate' really necessary? SL> Yes; packages should not facilitate users to shoot themselves in SL> the foot by filling up the logging partition. No system is foolproof since fools are so clever

Bug#422968: is logrotate really necessary to run the package?

2007-05-09 Thread Ivan Shmakov
> "SL" == Steve Langasek <[EMAIL PROTECTED]> writes: [...] >> Is the dependency on `logrotate' really necessary? SL> Yes; packages should not facilitate users to shoot themselves in SL> the foot by filling up the logging partition. No system is foolproof since fools are so clever

Bug#462409: closed by "Sergei Golovan" <[EMAIL PROTECTED]> (Re: Tcl_DecrRefCount () SIGSEGVs on a result of Tcl_NewDictObj ())

2008-01-31 Thread Ivan Shmakov
> Debian Bug Tracking System <[EMAIL PROTECTED]> writes: > This is an automatic notification regarding your Bug report which > was filed against the tcl8.5-dev package: > #462409: Tcl_DecrRefCount () SIGSEGVs on a result of > Tcl_NewDictObj () > It has been closed by "Sergei Golovan" <[

Bug#377392: Bug#450432: ... and even more bugs like this?

2007-11-15 Thread Ivan Shmakov
In a recent thread in debian-devel, it was suggested that lintian could call man(1) in such a way that the groff(1), called by `man', will emit warnings for every undefined macro, which is useful in catching the bugs like this: .B foo . Note: ... Below is

Bug#426389: refuse to write image to the terminal unless `-o -' is specified

2007-11-16 Thread Ivan Shmakov
I think that the following patch is the solution to the `-o -' problem, as well as to the one with screwing up one's terminal with an accidental `genisoimage foo/'. * Refuse to write image to the terminal, unless `-o -' is specified. * Make `-o -' an otherwise no-op, si

Bug#451578: genisoimage segfaults when using -J

2007-11-16 Thread Ivan Shmakov
Package: genisoimage Version: 1.1.6-1 Severity: important Does anyone know what's happening there? $ gdb genisoimage (gdb) set args -C 312032,365680 -M /dev/cdrom -v -v -print-size -JR -uid 0 -gid 0 -graft-points users/ivan/archives/=/.../users/ivan/archives/ Nothing strange (A

Bug#451578: genisoimage segfaults when using -J

2007-11-18 Thread Ivan Shmakov
> Eduard Bloch <[EMAIL PROTECTED]> writes: >> I cannot reproduce your problem with mkisofs and I recommend you to >> just switch to a recent maintained original from: > Blah. If you tried to reproduce his problem than you got access to > his filesystem, right? Otherwise I have trouble bel

Bug#451578: genisoimage segfaults when using -J

2007-11-18 Thread Ivan Shmakov
Looks like there're issues with merging a previous session in. Both joliet_compare_paths () and generate_joliet_path_tables () assume that whenever `DIRENTRY->parent == reloc_dir', `DIRENTRY->self->parent_rec' will be non-NULL. This is the case when DIRENTR

Bug#451578: genisoimage segfaults when using -J

2007-11-18 Thread Ivan Shmakov
> Joerg Schilling <[EMAIL PROTECTED]> writes: >> $ gdb genisoimage >> (gdb) set args -C 312032,365680 -M /dev/cdrom -v -v -print-size -JR -uid 0 >> -gid 0 -graft-points users/ivan/archives/=/.../users/ivan/archives/ >> Nothing strange (AFAICT) in /.../users/ivan/archives/. I may >> sp

Bug#377392: Bug#450432: ... and even more bugs like this?

2007-11-18 Thread Ivan Shmakov
> Colin Watson <[EMAIL PROTECTED]> writes: [...] >> W: libdirectfb-dev: manpage-has-errors-from-man >> usr/share/man/man1/directfb-config.1.gz 24: warning: `l' not defined >> W: dvidvi: manpage-has-errors-from-man usr/share/man/man1/a5booklet.1.gz 9: >> warning: `IX' not defined >> Th

<    1   2   3   4   >