-
See this DMG for example.
https://github.com/kovidgoyal/calibre/releases/download/v4.4.0/calibre-4.4.0.dmg
```shell
[nix-shell:~/Downloads]$ undmg < calibre-4.4.0.dmg
Segmentation fault: 11
…
-
I tried to decompress a BZip2 compressed file, the output is truncated and corrupted.
-
It looks like bizp2 archives (.bz2) cannot be extracted at all.
I tested the extraction, using the example program:
```cs
using (ArchiveFile archiveFile = new ArchiveFile(@"C:\temp\test.txt.bz2"))
…
-
How should I fix it?
![1](https://github.com/user-attachments/assets/217413f1-8d54-4631-ad75-1293265eea18)
![2](https://github.com/user-attachments/assets/2523b567-a81d-4fa5-b48f-44f6234b715b)
-
Hi pysam devs!
I really love pysam; I use it in nearly all of my code, so thank you!
I see that htslib requires `libbz2.so.*`, but `FastxFile` doesnt appear to read bzip2-compressed files. Is th…
-
## CVE-2016-3189 - Medium Severity Vulnerability
Vulnerable Library - bzip2-sys-0.1.7.crate
Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
Library ho…
-
While investigating a issue with getting `khmer` to use a different compiler I noticed that one of the third-party bits of code hardcodes `CC`:
```
bash -c cd third-party/bzip2 && make -f Makefile-li…
-
### Package information | 软件包信息
包名 | 版本
-- | --
sysvinit | [3.11-1](https://github.com/deepin-community/sysvinit/commit/ec27c4031d107207d8aec8870bd67ca6fad38033)
debianutils | [5.20](https://github.…
-
### Original size
```
$ du -sh green_urls_2021-02-19.db
121M green_urls_2021-02-19.db
```
### gzip
```
$ gzip --force --best green_urls_2021-02-19.db
$ du -sh green_urls_2021-02-19.db.gz…
-
platform needs to be checked to use bzip2 or bzip2.exe around line 28 in bzip2.go