FS#1068 - Patch to fix two common package upgrading problems
Attached to Project:
Pacman
Opened by Jason Chu (jason) - Sunday, 04 July 2004, 18:47 GMT
Last edited by Judd Vinet (judd) - Wednesday, 07 July 2004, 16:38 GMT
Opened by Jason Chu (jason) - Sunday, 04 July 2004, 18:47 GMT
Last edited by Judd Vinet (judd) - Wednesday, 07 July 2004, 16:38 GMT
|
Details
It fixes the pacman-doesn't-handle-symlinks-properly problem
(where a package used to have a file in
/usr/lib/perl5/5.8.4/... and now has it in
/usr/lib/perl5/current/... and pacman thinks there's already
a file there, not realizing it's the same file) and the
file-moves-from-one-package-to-another problem (such as the
recent coreutils/shadow upgrade).
Feel free to rip it apart, I wasn't sure about memory allocation conventions... it seemed that sometimes you MALLOC'd strings but never freed them... |
This task depends upon
Comment by Judd Vinet (judd) -
Saturday, 17 July 2004, 01:28 GMT
This patch will be in 2.8.1. Thanks, Jason.
xentac.patch