aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-01-21 12:31:14 +0000
committerPascal Terjan <pterjan@mageia.org>2018-01-21 12:34:07 +0000
commit9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5 (patch)
tree4f9b88a109f2c0b7a31d4a0758a82a9df2837046 /NEWS
parent0f3451e11e4abb2cc297afa51d945ec78050ac4b (diff)
downloadperl-URPM-9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5.tar
perl-URPM-9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5.tar.gz
perl-URPM-9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5.tar.bz2
perl-URPM-9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5.tar.xz
perl-URPM-9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5.zip
Fix Urpm_verify_rpm during install
Signatures can't be verified as pubkeys are not available, the code ignores it but that broke with rpm 4.14 (mga#21886). Switch to using rpmtsSetVSFlags and rpmReadPackageFile which should work with older versions too.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index edf131d..18c361f 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@
o advertize the proper pkg for most distros
o skip all rpmdb tests on Debian/Ubutun
o skip failing tests on *BSD
+- switch Urpm_verify_rpm rpmReadPackageFile to support ignoring signatures with
+ rpm 4.14
Version 5.15 - 3 October 2017