[Bug 1513293] Re: unzip security update leads to extracting errors
Seth Arnold
1513293 at bugs.launchpad.net
Thu Nov 5 23:48:38 UTC 2015
Owen, to see which versions of unzip can be easily installed, run: apt-
cache show unzip | grep ^Version
Then use apt-get install unzip=version --- replace the "version" with an
older version number.
On my system it looks like:
$ apt-cache show unzip | grep ^Version
Version: 6.0-9ubuntu1.4
Version: 6.0-9ubuntu1
$ sudo apt-get install unzip=6.0-9ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
...
The following packages will be DOWNGRADED:
unzip
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 22 not upgraded.
Need to get 193 kB of archives.
After this operation, 5,120 B disk space will be freed.
Do you want to continue? [Y/n]
...
Setting up unzip (6.0-9ubuntu1) ...
Once you're done with your testing, a new 'apt-get upgrade' should bring your unzip back to the newest.
Thanks
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to unzip in Ubuntu.
https://bugs.launchpad.net/bugs/1513293
Title:
unzip security update leads to extracting errors
Status in unzip package in Ubuntu:
New
Bug description:
This problem appears to have spontaneously arisen for me in 14.4.
I am using the following version of file-roller to manage archives of
an SVN code base:
$ apt-cache policy file-roller
file-roller:
Installed: 3.10.2.1-0ubuntu4.1
Candidate: 3.10.2.1-0ubuntu4.1
Version table:
*** 3.10.2.1-0ubuntu4.1 0
500 http://au.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
3.10.2.1-0ubuntu4 0
500 http://au.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
This application has suddenly decided to display the "An error
occurred when extracting files" dialogue when accessing any of my
archives - some dating back to July. I have tried copies of my
archives from multiple media, and they all appear to have the same
problem.
More specifically, there is at least one file (/svn/db/write-lock) in
this code base that has the problem when I extract files manually. It
is zero bytes in length and displays a lock icon along with every
other file - I conclude this is because, like all the other files, it
would be encrypted if it contained any data.
Hence, my problem appears to be a problem with the Archive Manager
itself, and may have arisen from changes consequent to my last
software update.
I try to unzip an archive from the command line and get the following:
$ unzip 2015-10-18.zip -d ~
Archive: 2015-10-18.zip
creating: /home/owen/svn/
[2015-10-18.zip] svn/format password:
extracting: /home/owen/svn/format
inflating: /home/owen/svn/README.txt
creating: /home/owen/svn/db/
extracting: /home/owen/svn/db/current
extracting: /home/owen/svn/db/format
error: invalid compressed data to inflate
I can extract the archive without incident on an old windows machine
and have put comments about my problem to the Ubuntu forums, but have
yet to receive an answer that would reasonably accord with the problem
I am experiencing.
I am perhaps just a little anxious, but relieved somewhat that I can
still access my archives from another computer. Help would be much
appreciated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unzip/+bug/1513293/+subscriptions
More information about the foundations-bugs
mailing list