Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#71353 - Decide what we will support in terms of URL redirections
|
DetailsThere are URL redirects everywhere! We can try following them, stripping the query part of the URL, checking if the URL appears to include a file name, and finally hoping we get the matched signature file, but this appears to be a fragile approach.
Look into removing support for anything but plain database/package URLs where we can assume adding ".sig" to the end gets the signature file. We need to figure out: - does this break anything we actually care about - deprecation strategy. |
This task depends upon