On Wed, Jan 30, 2013 at 10:54 AM, Timo Kokkonen wrote:
> This has now been patched in latest jpegoptim (see
> https://github.com/tjko/jpegoptim).
> Next jpegoptim release (1.2.5) will use mkstemps() if its available on the
> target platform.
Thanks for your email. This change would fix the issue
Package: jpegoptim
Version: 1.2.3-2
Severity: important
Tags: patch, security
X-Debbugs-Cc: t...@iki.fi
(cc-ing Debian BTS report to jpegoptim upstream)
For each image that it processes, jpegoptim currently creates a
temporary file {destdir}/jpegoptim-{uid}-{pid}.tmp, where {destdir} is
either th
Package: unsort
Version: 1.1.2-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd
X-Debbugs-CC: debian-h...@lists.debian.org
Currently unsort fails to build on hurd-i386 because the symbol
IOV_MAX (the maximum number of items that can be passed to
writev/readv) is
Package: emacsen-common
Version: 2.0.2
Severity: minor
The Debian emacs policy currently reads:
9) Usage of autoload instead of load in the site-start.d files.
[...]
For example, instead of (load "some-package"), you should use
autoloads for all the top level, user visible functions. C
Package: advene
Version: 1.0-1
Severity: minor
advene currently recommends "firefox"; shouldn't this be
"iceweasel"?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: pigz
Version: 2.2.4-1
Severity: normal
Consider the following:
$ echo foo > foo
$ echo bar > bar
$ pigz -z foo
$ pigz -z bar
$ cat foo.zz bar.zz > foobar.zz
$ pigz -dc http://tools.ietf.org/html/rfc1952#page-5>
However, for the ZLIB format, the relevant section of RFC 1950 has
"A zlib s
Re: the 1st hunk of Cyril Roelandt's patch to rats:
+ size_t len = snprintf(NULL, 0, "%s/%s", filename, dirdata->d_name) + 1;
Unfortunately, relying on the return value of snprintf isn't very portable, as
C99 and the Single Unix Specification v2 contradict each other on the
subject, cf. the glib
Package: rats
Version: 2.3-1
Severity: normal
Tags: patch
Rats segfaults when passed an invalid command-line option:
$ ./rats --die-rats-die
Segmentation fault
The segfault occurs in getopt_long in main.c; it seems the problem is
simply that the long_options array is missing the requisite final
Package: dh-make
Version: 0.60
Severity: normal
Tags: patch
The emacsen-startup.ex template in dh_make generates packages which
violate the Debian emacs policy in two respects:
1. They rely on the variable "flavor" being bound to the current emacs
flavor, but the policy doesn't guarantee this
Package: xul-ext-torbutton
Version: 1.4.5.1-1
Severity: normal
The tor project now seem to recommend using their torbrowser bundle
rather than upstream firefox + torbutton extension; one of the reasons
is that their bundled version of firefox contains several patches
which enable torbutton to work
This bug seems to be fixed in UnZip Beta 6.10b (available from the
infozip ftp site).
Here's the relevant entry in the announce file:
- Add -I and -O options for setting ISO and OEM character sets, respectively,
used by UnZip when doing character set translations. This support is based
on t
Package: lv
Version: 4.51-2
Severity: wishlist
Tags: patch
It would be nice if lv could automatically decompress xz and lzma
compressed files.
The following patch works for me; it should probably be reviewed by
someone who actually understands the code:
--- a/src/stream.c
+++ b/src/stream.c
@@ -
Package: bitcoind
Version: 0.5.1-2
Severity: normal
Currently, when running in -daemon or -server mode, bitcoind listens
on localhost:8332 to provide the RPC interface used by the command-line
client. It would be better to use unix domain sockets for this
purpose (i.e. by creating a socket file in
Package: bitcoind
Version: 0.5.1-2
Severity: wishlist
Currently bitcoind uses the ~/.bitcoin/ directory to store two
different types of file:
* small, personal files which need to be kept safe and
backed-up etc.: wallet.dat, bitcoin.conf
* large files which can be recreated (redownloaded from t
Package: python-tegakitools
Version: 0.3.1-1
Severity: minor
The tegaki-build manpage is incomplete; several of the options listed
by "tegaki-build --help" aren't mentioned in the manpage.
Moreover, the tegaki-build manpage contains a SEE ALSO section which
refers to a non-existent Texinfo manual
Package: tegaki-recognize
Version: 0.3.1.2-1
Severity: wishlist
Currently the tegaki-recognize interface looks like this:
|ab |
+---+---+
| A | B |
+---+---+
it would be nice if it were also possible to use it like this:
+---+-+
| A |a|
+---+b|
| B | |
+---+-+
i.e. with one recogni
Package: sparse
Version: 0.4.3+20110419-1
Severity: normal
/usr/lib/pkgconfig/sparse.pc contains an incorrect prefix (should be
/usr), meaning you can't use pkg-config to link against the sparse
library.
$ cat /usr/lib/pkgconfig/sparse.pc
prefix=/home/buildd
libdir=/home/buildd/lib
includedir=/ho
Package: chmsee
Version: 1.1.0-1
Severity: minor
At the moment, chmsee maintains a cache of extracted .chm files in
$HOME/.chmsee/bookshelf
chmsee should keep its cache directory in a standard location, either
$XDG_CACHE_HOME (i.e. $HOME/.cache/ by default) or /var/tmp
--
To UNSUBSCRIBE, emai
Package: unpaper
Version: 0.3-1
Severity: wishlist
Unpaper is a very useful program, but it is also difficult to use
because it has so many options. It would be helpful if the manpage
documented the algorithm that unpaper uses to process image files
(i.e. the various stages involved in transformin
Package: unpaper
Version: 0.3-1
Severity: normal
There is a fork of unpaper at http://www.flameeyes.eu/projects/unpaper
(github repository at http://github.com/Flameeyes/unpaper ). The
developer apparently created the fork because the original unpaper
project at berlios is no longer maintained; he
Package: tucan
Version: 0.3.9-1
Severity: grave
Tags: security
Justification: user security hole
Tucan comes with "plugins" to handle downloads from the various
download sites it supports. These plugins are basically python modules
which run with the same permissions as the user running tucan. The
Package: faifa
Version: 0.2~svn64-1
Severity: normal
The faifa package currently comes with no user-level documentation
about how to use faifa to configure powerline adapters, set encryption
keys etc. The manpage and the menu produced by "faifa -m" are too
terse to be useful to anybody unfamiliar
Package: juman
Version: 5.1-2
Severity: wishlist
Version 6.0 of juman is available from
http://nlp.ist.i.kyoto-u.ac.jp/EN/index.php?JUMAN
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: rkhunter
Version: 1.3.6-4
Severity: wishlist
"rkhunter --propupd FOO" works if file FOO is already in the database,
but if FOO wasn't present at the last run (e.g. if the package
containing FOO has just been newly installed), you get an error:
Filename is not in the "rkhunter.dat" file
Package: get-iplayer
Version: 2.79-2
Severity: minor
get-iplayer currently recommends flvstreamer. This should probably be
amended to "rtmpdump | flvstreamer", as get-iplayer supports both, and
rtmpdump apparently has more functionality.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lis
Package: get-iplayer
Version: 2.79-2
Severity: wishlist
It would be nice if get_iplayer had a --no-proxy option, to tell it to
ignore any proxy configured in ~/.get_iplayer/options and connect
directly.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "un
Package: spidermonkey-bin
Version: 1.9.1.16-9
Severity: minor
The smjs manpage currently contains no useful information. The page
"Introduction to the JavaScript shell" on the MDN wiki
https://developer.mozilla.org/En/SpiderMonkey/Introduction_to_the_JavaScript_shell
could be the basis for a good
[resubmitting explanation of status change to 590...@bugs.debian.org.
Apparently I should have waited until it was unarchived.
Also, maybe "reopen" was a mistake...?!]
This bug is still present in the squeeze version of the package.
It should be fixed in squeeze too as it affects the usability of
Package: aide
Version: 0.15.1-2+squeeze1
Severity: wishlist
Several of the attributes listed by the lsattr program are
"read-only" and cannot be changed by chattr; essentially,
these attributes represent diagnostics reported by the ext2
filesystem driver. To quote chattr(1):
The following attri
Package: aide-common
Version: 0.15.1-2+squeeze1
Severity: minor
Tags: patch
The aide.wrapper command doesn't work the way its manpage says it
does with respect to the --config option. Presumably the manpage
is incorrect; the following trivial patch fixes this:
--- debian/aide.wrapper.8~ 2011
Package: dh-make
Version: 0.55
Severity: minor
Tags: patch
The dh_make manpage refers to a non-existant debhelper(1) manpage
in its SEE ALSO section. Presumably the author meant dh(1).
--- dh_make.1~ 2011-06-19 02:14:11.0 +0200
+++ dh_make.1 2011-09-07 13:23:19.0 +0200
@@ -251,
Package: libgfshare-bin
Version: 1.0.3-3
Severity: minor
If you do
$ cd
$ gfsplit /etc/passwd
gfsplit will attempt to create shares called /etc/passwd.NNN, and
fail, assuming you're not root. This violates the principle of least
surprise; I would expect it to create shares called passwd.NNN in t
Package: swi-prolog-nox
Version: 5.10.1-1
Severity: minor
swi-prolog installs a symlink from /usr/bin/prolog to /usr/bin/swipl
using the Debian alternatives mechanism. However, it behaves
differently depending on whether it is invoked as "prolog" or "swipl".
For example, if swi-prolog-x is install
tags 293557 patch
stop
Untested patch:
--- etc/schema/xhtml-struct.rnc 2010-03-11 03:20:43.0 +0100
+++ - 2011-08-31 21:29:22.179172411 +0200
@@ -10,5 +10,5 @@
body = element body { body.attlist, Block.model }
body.attlist = Common.attrib
html = element html { html.attlist, head, body
I don't think rng-schema-locating-files-default is intended to be
user-customizable. It's defvar'ed, not defcustom'ed, and it's not
mentioned in the texinfo documentation. By contrary,
rng-schema-locating-files is defcustom'ed and mentioned in the
documentation.
rng-schema-locating-files-default is
You can use the variable CORRECT_IGNORE to exempt commands from
correction. E.g.:
CORRECT_IGNORE="_*|rm"
AFAICT correction takes account of keyboard layout, which would
explain why "grem" was corrected to "rm" (e,r and g are close together
on qwerty keyboards, m and p are further apart).
--
T
Package: swi-prolog-nox
Version: 5.10.1-1
Severity: important
The RDF library seems to have been left out of the swi-prolog-nox
package by mistake; the versions of swi-prolog in stable, testing and
unstable are all affected. The following trivial patch fixes the
issue. Please consider preparing a
37 matches
Mail list logo