Mageia Bugzilla – Attachment 11034 Details for
Bug 24309
libreoffice new security issue CVE-2018-16858
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
rely on /etc/urpmi/prefer.vendor.list
rpmdrake-24309.diff (text/plain), 467 bytes, created by
Thierry Vignaud
on 2019-05-29 11:59:20 CEST
(
hide
)
Description:
rely on /etc/urpmi/prefer.vendor.list
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2019-05-29 11:59:20 CEST
Size:
467 bytes
patch
obsolete
>--- ./Rpmdrake/gui.pm 2016-10-16 10:56:52.963592160 +0200 >+++ ./Rpmdrake/gui.pm 2019-05-29 11:53:39.612228428 +0200 >@@ -704,6 +704,8 @@ > > sub callback_choices { > my (undef, undef, undef, $choices) = @_; >+ my ($prefered, $other) = urpm::select::get_preferred($urpm, $choices, undef); >+ $choices = [ @$prefered, @$other ]; > return $choices->[0] if $::rpmdrake_options{auto}; > foreach my $pkg (@$choices) { > foreach ($pkg->requires_nosense) {
--- ./Rpmdrake/gui.pm 2016-10-16 10:56:52.963592160 +0200 +++ ./Rpmdrake/gui.pm 2019-05-29 11:53:39.612228428 +0200 @@ -704,6 +704,8 @@ sub callback_choices { my (undef, undef, undef, $choices) = @_; + my ($prefered, $other) = urpm::select::get_preferred($urpm, $choices, undef); + $choices = [ @$prefered, @$other ]; return $choices->[0] if $::rpmdrake_options{auto}; foreach my $pkg (@$choices) { foreach ($pkg->requires_nosense) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24309
:
10780
|
11034
|
11093