Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1651 - ipkg files are gzipped twice #6629

Closed
openwrt-bot opened this issue Jul 13, 2018 · 1 comment
Closed

FS#1651 - ipkg files are gzipped twice #6629

openwrt-bot opened this issue Jul 13, 2018 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

shawnl:

they are gzipped tar archives containing

debian-binary
data.tar.gz
control.tar.gz

why aren't these just ar archives of the above files, as to be standard .deb files?

You can't compress compressed data.

@openwrt-bot
Copy link
Author

jow-:

Mainly historical reasons related to the very old ipkg.sh implementation and in modern opkg it avoids the need for having both tar and ar unarchiving code.

Double compression is not ideal but I do not see it causing huge issues either.

Please use the mailing list in the future for such questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant