Bug#1028296: dpkg-query man page: unclear about -S reproducibility

2023-01-09 Thread Jakub Wilk
zutils z: /bin/zgrep ominięcie przez zutils do: /bin/zgrep.gzip gzip, zutils: /bin/zgrep See also bug #748215. -- Jakub Wilk

Bug#996791: dpkg-repack: error: conffile '... newconffile' does not appear in package

2021-10-18 Thread Jakub Wilk
tem Information: Architecture: i386 Versions of packages dpkg-repack depends on: ii perl 5.32.1-6 ii libdpkg-perl 1.20.9 Versions of packages dpkg-repack suggests: ii fakeroot 1.26-1 -- Jakub Wilk

Bug#968963: dpkg-dev: architecture.mk is slow

2020-08-25 Thread Jakub Wilk
.008s sys 0m0.000s Yes, stretch is fast. But if I upgrade dpkg-dev to the current version, it's as slow as buster or sid. -- Jakub Wilk

Bug#968963: dpkg-dev: architecture.mk is slow

2020-08-25 Thread Jakub Wilk
* Jakub Wilk , 2020-08-24, 18:41: /usr/share/dpkg/architecture.mk is very slow: $ time printf 'include /usr/share/dpkg/architecture.mk\nall:\n\ttrue\n' | make -f - > /dev/null real0m1.161s user0m1.009s sys 0m0.127s strace tells me this is because it spawns dpkg

Bug#968963: dpkg-dev: architecture.mk is slow

2020-08-24 Thread Jakub Wilk
.6-6 ii make 4.3-4 ii binutils 2.35-2 -- Jakub Wilk

Bug#944364: dpkg: ldconfig is not invoked for Depends or even Pre-Depends

2019-11-09 Thread Jakub Wilk
gure the triggering package immediately, without waiting for the trigger to be run. This declaration is correct, because running ldconfig shouldn't have any effect on software functionality, unless there's a bug somewhere else. -- Jakub Wilk

Bug#929727: dpkg: "newline not allowed in pathname" despite --nocheck

2019-05-29 Thread Jakub Wilk
sed for testing is here: https://github.com/jwilk/newline.deb -- System Information: Architecture: i386 Versions of packages dpkg depends on: ii libbz2-1.0 1.0.6-9 ii libc62.28-10 ii liblzma5 5.2.4-1 ii libselinux1 2.8-1+b1 ii zlib1g 1:1.2.11.dfsg-1 ii tar 1.30+dfsg-6 -- Jakub Wilk

Bug#913012: dpkg-source: spurious "warning: ignoring deletion ..., use --include-removal to override" for source format 1.0

2018-11-05 Thread Jakub Wilk
2-1.3 ii patch 2.7.6-3 ii make 4.2.1-1.2 ii binutils 2.31.1-7 -- Jakub Wilk

Bug#879982: dpkg-deb --raw-extract: directory traversal via /DEBIAN symlink

2017-10-27 Thread Jakub Wilk
6 Versions of packages dpkg depends on: ii libbz2-1.0 1.0.6-8.1 ii libc62.24-17 ii liblzma5 5.2.2-1.3 ii libselinux1 2.7-2 ii zlib1g 1:1.2.8.dfsg-5 ii tar 1.29b-2 -- Jakub Wilk traversal.deb Description: application/vnd.debian.binary-package

Bug#868356: dpkg: integer overflow in deb_version_parse()

2017-08-26 Thread Jakub Wilk
This test: if (asprintf(&vs, "%ld.0", (long int)(1L + INT_MAX)) < 0) triggers integer overflow on 32-bit architectures, where int and long have the same width. You probably wanted: if (asprintf(&vs, "%u.0\n", 1U + (unsigned int)INT_MAX)) -- Jakub Wilk

Bug#868356: dpkg: integer overflow in deb_version_parse()

2017-07-14 Thread Jakub Wilk
Source: dpkg Version: 1.18.24 Severity: minor The attached crafted package triggers signed integer overflow in deb_version_parse(). This is undefined behavior. -- Jakub Wilk intoverflow.deb Description: application/vnd.debian.binary-package

Bug#834584: dpkg: Typos in documentation

2016-08-17 Thread Jakub Wilk
Source: dpkg Version: 1.18.11 Severity: minor Tags: patch The attached patch fixes a few misspelling in doc/ and man/. They were found using mwic[0] and anorack[1]. [0] http://jwilk.net/software/mwic [1] http://jwilk.net/software/anorack -- Jakub Wilk diff --git a/doc/README.feature-removal

Bug#824938: debsums no longer ignores dpkg-path-excluded files

2016-05-21 Thread Jakub Wilk
ages debsums depends on: ii dpkg 1.18.7 ii libdpkg-perl 1.18.7 ii libfile-fnmatch-perl 0.02-2+b2 ii perl 5.22.2-1 ii ucf 3.0036 -- Jakub Wilk

Bug#757607: dpkg-dev: unhelpful error message when quilt-patching debian/*

2015-08-27 Thread Jakub Wilk
1.17.11 release right now. Any news on this? 1.17.12 was released over a year ago, but I can still reproduce this bug. -- Jakub Wilk

Bug#792853: debian-policy: please disallow colons in upstream_version

2015-07-19 Thread Jakub Wilk
, I'd like to propose to disallow colons in upstream_version. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#790025: dpkg: bogus msgstr[N] in po/{hu,id,ja,ko,th}.po

2015-06-26 Thread Jakub Wilk
:" msgid_plural " %d packages, from the following sections:" msgstr[0] "" msgstr[1] " %d csomag az alábbi szakaszokból:" Some other PO files for languages with nplurals=1 have the same problem, which makes me think an automated tool has gone awry... -- Jakub W

Bug#789580: dpkg-gencontrol: transforms ". " to ".." in Description

2015-06-22 Thread Jakub Wilk
upg2 2.0.28-1 ii gpgv 1.4.19-3 pn libalgorithm-merge-perl ii tcc [c-compiler] 0.9.27~git20140923.9d7fb33-3 -- Jakub Wilk Source: dpkg Package: dpkg Architecture: all Description: buggy . ^^ dot + space

Bug#768485: dpkg: format string vulnerability

2014-11-11 Thread Jakub Wilk
* Guillem Jover , 2014-11-11, 02:23: BTW Jakub, did you find this in parallel, or simply relied the bug filed in Launchpad? The latter; all credit goes to Joshua. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#768485: dpkg: format string vulnerability

2014-11-07 Thread Jakub Wilk
se detected *** Aborted This was originally reported in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1389135 -- Jakub Wilk printfvuln.deb Description: application/vnd.debian.binary-package

Bug#762635: dpkg-architecture: option to print all architectures matching wildcard

2014-09-24 Thread Jakub Wilk
* Guillem Jover , 2014-09-24, 21:29: $ time dpkg-architecture -Mkfreebsd-any -B64 -Ebig -L kfreebsd-mips64 kfreebsd-ppc64 kfreebsd-s390x kfreebsd-sparc64 real0m0.055s user0m0.036s sys 0m0.012s Ooo, cool! :-) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs

Bug#762635: dpkg-architecture: option to print all architectures matching wildcard

2014-09-23 Thread Jakub Wilk
epends on: ii base-files7.5 ii binutils 2.24.51.20140903-1 ii bzip2 1.0.6-7 ii libdpkg-perl 1.17.13 ii make 4.0-8 ii patch 2.7.1-6 ii xz-utils 5.1.1alpha+20120614-2 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subje

Bug#757607: dpkg-dev: unhelpful error message when quilt-patching debian/*

2014-08-09 Thread Jakub Wilk
les7.5 ii binutils 2.24.51.20140807-1 ii bzip2 1.0.6-7 ii libdpkg-perl 1.17.10 ii make 4.0-8 ii patch 2.7.1-5 ii xz-utils 5.1.1alpha+20120614-2 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a

Bug#757254: "dpkg --add-architecture" silently ignores extra arguments

2014-08-06 Thread Jakub Wilk
/bin/dash Versions of packages dpkg depends on: ii libbz2-1.0 1.0.6-7 ii libc62.19-7 ii liblzma5 5.1.1alpha+20120614-2 ii libselinux1 2.3-1 ii tar 1.27.1-2 ii zlib1g 1:1.2.8.dfsg-1 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.

Bug#755166: dpkg-source --include-removal: cannot represent change to ../../../../../../dev/null: binary file contents changed

2014-07-18 Thread Jakub Wilk
ii patch 2.7.1-5 ii xz-utils 5.1.1alpha+20120614-2 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#746306: dpkg: CVE-2014-0471 fix introduces the vulnerability into squeeze

2014-04-29 Thread Jakub Wilk
ht be short on imagination at this moment. Oh, I completely forgot about git patches. I have a hunch that there's a clever way to exploit them. :\ -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#746306: dpkg: CVE-2014-0471 fix introduces the vulnerability into squeeze

2014-04-29 Thread Jakub Wilk
don't think this is feasible. Parsing --dry-run output is probably even harder than parsing patches, and after reading https://savannah.gnu.org/bugs/index.php?37642 I wouldn't trust it to be very "dry" anyway... -- Jakub Wilk -- To UNSUBSCRIBE, email to d

Bug#745366: dpkg-gencontrol simplifies "foo, foo:any" to "foo"

2014-04-20 Thread Jakub Wilk
UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dpkg-dev depends on: ii base-files7.2 ii binutils 2.24.51.20140411-2 ii bzip2 1.0.6-5 ii libdpkg-perl 1.17.6 ii make 4.0-1 ii patch 2.7.1-5 ii xz-utils 5.1.1alpha+20120

Bug#736778: dpkg-checkbuilddeps: Can't locate object method "simplify_deps" via package "Dpkg::Deps::KnownFacts"

2014-01-26 Thread Jakub Wilk
1.0.6-5 ii libdpkg-perl 1.17.6 ii make 3.82-1 ii patch 2.7.1-4 ii xz-utils 5.1.1alpha+20120614-2 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#733029: dpkg-buildpackage: disable signing by default (-us -uc should be the default)

2013-12-30 Thread Jakub Wilk
7;t use dpkg-buildpackage for signing, but debsign. (It would be nice if someone from the wb-team could confirm that this is the case.) [0] https://buildd.debian.org/status/fetch.php?pkg=dpkg&arch=i386&ver=1.17.5&stamp=1386841160 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Bug#733326: dpkg-source: default compression level for .orig.tar.xz is -9

2013-12-28 Thread Jakub Wilk
=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dpkg-dev depends on: ii base-files7.2 ii binutils 2.24-2 ii bzip2 1.0.6-5 ii libdpkg-perl 1.17.5 ii make 3.82-1 ii patch 2.7.1-4 ii xz-utils 5.1.1alpha+

Bug#689062: dpkg-dev: Need to add support for Built-Using to dpkg-shlibdeps or new similar tool

2012-10-14 Thread Jakub Wilk
ne for every binary package, expanding to " (= )". Then user could decide which of them use in the Built-Using field. E.g.: Built-Using: ${foocc-source:Source}, ${libbaz-dev:Source} -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of &

Bug#671074: dpkg-buildpackage: option for building multiple times in a row

2012-07-02 Thread Jakub Wilk
ng other this is not a productive use of my time. dpkg developers: if you are are not interested in the patch I proposed, please tell me as soon as possible, so that I can close the bug and work on another (inferior) solution to my problem. -- Jakub Wilk -- To UNSUBSCRIBE, email to d

Bug#671074: dpkg-buildpackage: option for building multiple times in a row

2012-07-02 Thread Jakub Wilk
hack, if (a) is too fussy) overriding dpkg-buildpackage with a wrapper that appears earlier on the $PATH. I'm not interested in patching multiple builders or dirtying my build environment. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#671074: dpkg-buildpackage: option for building multiple times in a row

2012-05-01 Thread Jakub Wilk
to indent a few dozen of lines; but other than that, it adds just a few lines. If case you wonder why can't I just call dpkg-buildpackage in a loop: I can't if run it through a wrapper like sbuild or $VCS-buildpackage. -- Jakub Wilk diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-bu

Bug#669039: dpkg-shlibdeps: unhelpful "relation > is deprecated: use >> or >=" warnings

2012-04-16 Thread Jakub Wilk
i libfile-fcntllock-perl 0.14-1+b1 ii make3.82-1 ii patch 2.6.1-3 ii xz-utils 5.1.1alpha+20110809-3 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#658126: [INTL:pl] Updated Polish translation

2012-01-31 Thread Jakub Wilk
" alternatywy w trybie automatycznym (odpowiednie n tylko z --config). --verbose tryb szczegółowego wyjścia, więcej informacji.\n" This should not be a single line. -- Jakub Wil

Bug#654453: deb-control(5) manpage says that Multi-Arch should not be used for arch:all packages

2012-01-03 Thread Jakub Wilk
Package: dpkg-dev Version: 1.16.1.2 Severity: minor According to the deb-control(5) manual page, the Multi-Arch field "should not be present in packages with the Architecture: all field." This is not true. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.

Bug#645204: dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field 'Multi-Arch'

2011-10-13 Thread Jakub Wilk
s://buildd.debian.org/status/fetch.php?pkg=snowball&arch=i386&ver=0%2Bsvn546-2&stamp=1316996050 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#645204: dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field 'Multi-Arch'

2011-10-13 Thread Jakub Wilk
) manpage. (See e.g. <https://buildd.debian.org/status/fetch.php?pkg=libx11&arch=i386&ver=2%3A1.4.4-2&stamp=1316713630> for full build log.) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#635467: Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/share/perl5/Dpkg/BuildFlags.pm

2011-07-25 Thread Jakub Wilk
utils 5.1.1alpha+20110528-1~exp1 XZ-format compression utilities -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#627462: dpkg-dev: add .hgsigs to $diff_ignore_default_regexp

2011-05-20 Thread Jakub Wilk
Package: dpkg-dev Version: 1.16.0.3 Severity: wishlist Tags: patch .hgsigs contains changeset signatures from Mercurial gpg extension[0]. Please add it to $diff_ignore_default_regexp. [0] http://mercurial.selenic.com/wiki/FileFormats#A.hgsigs_.28ascii.29_.5Bgpg.5D -- Jakub Wilk diff --git a

Bug#624652: dpkg-gensymbols: libraries disappeared in the symbols file -> "Use of uninitialized value $_[0] in sprintf ..."

2011-04-30 Thread Jakub Wilk
y for Directing compilati ii patch 2.6.1.85-423d-3 Apply a diff file to an original ii xz-utils 5.1.0alpha+20110206-1 XZ-format compression utilities -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsub

Bug#620520: dpkg-dev: no deb-src-control manpage

2011-04-02 Thread Jakub Wilk
Oxan van Leeuwen who wrote it | as part of the Google Code In program. However: $ man deb-src-control No manual entry for deb-src-control -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#229357: Bug#604397: debian-policy: require build-arch and build-indep targets

2011-03-02 Thread Jakub Wilk
"if any errors were encountered". So no, this approach cannot be used. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#584233: dpkg-source: silently breaks debian/patches/series if it has no trailing newline

2010-06-02 Thread Jakub Wilk
nature veri pn libalgorithm-merge-perl(no description available) ii tcc [c-compiler] 0.9.25-3 the smallest ANSI C compiler Versions of packages dpkg-dev suggests: ii debian-keyring2010.03.31 GnuPG (and obsolete PGP) keys of D -- no debconf inf

Bug#557547: dpkg-dev: doesn't deal correctly with whitespace around section names

2009-11-22 Thread Jakub Wilk
-e 's/Section:/Section: /' debian/control $ dpkg-buildpackage -b -us -uc [snip] dpkg-genchanges -b >../hello_2.4-3_i386.changes dpkg-genchanges: error: badly formed line in files list file, line 1 dpkg-buildpackage: error: dpkg-genchanges gave error exit status 9 -- Jakub W