Bug#736872: busybox: zcat does not decompress file which do not have a .gz suffix

2014-01-28 Thread Michael Tokarev
28.01.2014 00:51, Ian Campbell wrote: Package: busybox Version: 1:1.22.0-2 Severity: critical Justification: breaks the whole system The zcat applet seems to behave like cat unless the input file has a .gz suffix: Given two identical files (compressed string Hello World), one with a .gz

Bug#736872: busybox: zcat does not decompress file which do not have a .gz suffix

2014-01-28 Thread Ian Campbell
On Tue, 2014-01-28 at 13:07 +0400, Michael Tokarev wrote: Uncortunately, this whole mess around compression introduces another issue. After the 2 fixes for this bug, busybox zcat happily accepts uncompressed input and behaves like regular cat, while original zcat refuses to accept uncpmpressed

Bug#736872: busybox: zcat does not decompress file which do not have a .gz suffix

2014-01-27 Thread Ian Campbell
Package: busybox Version: 1:1.22.0-2 Severity: critical Justification: breaks the whole system The zcat applet seems to behave like cat unless the input file has a .gz suffix: Given two identical files (compressed string Hello World), one with a .gz suffix and one without: $ file test test.gz

Bug#736872: busybox: zcat does not decompress file which do not have a .gz suffix

2014-01-27 Thread Ian Campbell
http://git.busybox.net/busybox/commit/?id=b664f740d90880560ce46b11f766625341342e80 looks interesting... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#736872: busybox: zcat does not decompress file which do not have a .gz suffix

2014-01-27 Thread Ian Campbell
On Mon, 2014-01-27 at 20:58 +, Ian Campbell wrote: http://git.busybox.net/busybox/commit/?id=b664f740d90880560ce46b11f766625341342e80 looks interesting... but not as interesting as http://git.busybox.net/busybox/commit/?id=7c47b560a8fc97956dd8132bd7f1863d83c19866 Ian. -- To UNSUBSCRIBE,

Bug#736872: busybox: zcat does not decompress file which do not have a .gz suffix

2014-01-27 Thread Ian Campbell
On Mon, 2014-01-27 at 21:01 +, Ian Campbell wrote: On Mon, 2014-01-27 at 20:58 +, Ian Campbell wrote: http://git.busybox.net/busybox/commit/?id=b664f740d90880560ce46b11f766625341342e80 looks interesting... but not as interesting as