FS#33992 - pacman -U http://... fails to fetch signature when file is in cache
Attached to Project:
Pacman
Opened by Allan McRae (Allan) - Sunday, 24 February 2013, 03:00 GMT
Last edited by Anatol Pomozov (anatolik) - Saturday, 25 July 2020, 04:14 GMT
Opened by Allan McRae (Allan) - Sunday, 24 February 2013, 03:00 GMT
Last edited by Anatol Pomozov (anatolik) - Saturday, 25 July 2020, 04:14 GMT
|
Details
Using "pacman -U
http://remote/file" when the file is in the pacman cache will fail to
download the .sig file if required. This should be a
reasonably rare occurrence...
This is caused by the need to record the actual URL a file is coming from to add the ".sig" afterwards. One potential work around is to always download the file when using -U on a URL regardless of whether it is in the cache. |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Saturday, 25 July 2020, 04:14 GMT
Reason for closing: Implemented
Additional comments about closing: master branch
Saturday, 25 July 2020, 04:14 GMT
Reason for closing: Implemented
Additional comments about closing: master branch
pacman --nosig -U http://example.com/foobar.pkg.tar.gz
It seems fairly easy to fix if someone knows where to look.
Please install pacman from git master if you want to verify that it works as expected.