diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-05 11:13:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-05 11:13:00 +0000 |
commit | 7fca3339aa7c6e98b1e805811590c30e3b2160d1 (patch) | |
tree | 2bd0b234e1b44161612568b33d367f41ef865251 /NEWS | |
parent | 23eb7d26bcb2d276bca4ba1220c29048f78d0b8b (diff) | |
download | perl-URPM-7fca3339aa7c6e98b1e805811590c30e3b2160d1.tar perl-URPM-7fca3339aa7c6e98b1e805811590c30e3b2160d1.tar.gz perl-URPM-7fca3339aa7c6e98b1e805811590c30e3b2160d1.tar.bz2 perl-URPM-7fca3339aa7c6e98b1e805811590c30e3b2160d1.tar.xz perl-URPM-7fca3339aa7c6e98b1e805811590c30e3b2160d1.zip |
(verify_signature) make checking urpmi signatures works in chrooted environments
(especially important for installer where there's no rpmdb in / (really
/var/lib/rpm) and thus no keys to check against)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +- verify_signature: enable to check signatures against a chrooted rpmdb + (especially important for installer where there's no rpmdb in / and thus no + keys to check against) + Version 3.25 - 16 January 2009, by Christophe Fergeau - previous fix for bug #46874 was bogus, really fix it this time |