Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer http mirrors when using a mirrorlist | Anssi Hannula | 2016-07-11 | 1 | -0/+2 |
| | | | | | | | | | | Sort http mirrors to the beginning of the mirror list. This avoids an rsync mirror being selected as the mirror sometimes, which causes the preferred aria2 downloader from not being used. This also has the effect that in practice aria2 will only be given http mirrors. If this causes issues, the sorting code can be changed to reverse sort with the presence of "rsync://" instead. | ||||
* | do not break orphan tracking when downgrading | Thierry Vignaud | 2015-09-04 | 1 | -0/+2 |
| | | | | | thus fixing unmarking packages as potential orphans when downgrading (mga#16149) | ||||
* | fix using a proxy without an auth user (mga#11265) | Thierry Vignaud | 2015-08-27 | 1 | -0/+3 |
| | |||||
* | 8.068.06 | Thierry Vignaud | 2015-05-18 | 1 | -0/+4 |
| | |||||
* | 8.058.05 | Thierry Vignaud | 2015-03-18 | 1 | -0/+2 |
| | |||||
* | install perl-Glib-Object-Introspection... | Thierry Vignaud | 2015-03-18 | 1 | -0/+3 |
| | | | | ...as priority upgrades prior to restart | ||||
* | remove removed change from log | Thierry Vignaud | 2015-02-26 | 1 | -1/+0 |
| | |||||
* | 8.048.04 | Thierry Vignaud | 2015-02-26 | 1 | -0/+2 |
| | |||||
* | always display the right package name on errors | unknown | 2015-02-26 | 1 | -0/+1 |
| | | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04 | ||||
* | Don't give a wrong package name when it is unknown in a callback (mga#15032) | Pascal Terjan | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | 8.038.03 | Thierry Vignaud | 2015-01-01 | 1 | -0/+4 |
| | |||||
* | 8.028.02 | Thierry Vignaud | 2014-11-25 | 1 | -0/+2 |
| | |||||
* | fix gurpmi --auto not working anymore (mga#14565) | Thierry Vignaud | 2014-11-25 | 1 | -0/+4 |
| | | | | | | jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80 | ||||
* | 8.018.01 | Thierry Vignaud | 2014-10-09 | 1 | -0/+2 |
| | |||||
* | Revert "bump split-length from 8 to 50" | Thierry Vignaud | 2014-10-09 | 1 | -0/+2 |
| | | | | | This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8. Sadly, this currently breaks stage2 which is more urgent... | ||||
* | actually bump to 8.008.00 | Thierry Vignaud | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | 7.33 | Thierry Vignaud | 2014-09-07 | 1 | -0/+2 |
| | |||||
* | adapt to URPM-5.00 | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | rename '--suggests' option as '--recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | rename 'allow-suggests' as 'allow-recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | | | | but keep an alias (with a warning) for compatibility | ||||
* | rename 'no-suggests' option as 'no-recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | | | | keep --no-suggests but with a warning | ||||
* | rename 'no_suggests' parameter as 'no_recommends' | Thierry Vignaud | 2014-09-05 | 1 | -0/+3 |
| | |||||
* | 7.327.32 | Thierry Vignaud | 2014-09-05 | 1 | -0/+2 |
| | |||||
* | fix crashing when choosing to save file | Thierry Vignaud | 2014-09-05 | 1 | -0/+1 |
| | | | | | aka port from FileSelection to FileChooser (FileSelection no more exists in Gtk3...) | ||||
* | report crashes through drakbug | Thierry Vignaud | 2014-09-04 | 1 | -0/+1 |
| | |||||
* | fix segfaulting when managing exceptions | Thierry Vignaud | 2014-09-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | we were loading gtk+2 in order to set my_gtk_main_level to gtk_main_level which resulted in us strange segfaults when eg trying to save a package: $ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm (gdb) s generic_exceptions_handler () at GClosure.xs:774 774 if ((*my_gtk_main_level)()) (gdb) print my_gtk_main_level $1 = (guint (*)()) 0x7fffe75eebf0 (gdb) print *my_gtk_main_level Cannot access memory at address 0x7fffe75eebf0 (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x00007fffe75eebf0 in ?? () (gdb) print gtk_main_level $2 = {guint (void)} 0x7fffee90d650 <gtk_main_level> | ||||
* | bump split-length from 8 to 50 | Thierry Vignaud | 2014-06-29 | 1 | -0/+2 |
| | | | | improves installing gnome in a chroot from 14m to 11m | ||||
* | fix some warnings with perl 5.20 | Pascal Terjan | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires' | Pascal Terjan | 2014-05-31 | 1 | -0/+1 |
| | |||||
* | add --downgrade to bash-completion | Thierry Vignaud | 2014-01-27 | 1 | -0/+2 |
| | |||||
* | 7.317.31 | Thierry Vignaud | 2014-01-24 | 1 | -0/+2 |
| | |||||
* | fix garbaged UTF-8 in file name arguments (mga#12407) | Thierry Vignaud | 2014-01-24 | 1 | -0/+2 |
| | | | | @ARGV encoding is changed after calling Gtk3->init | ||||
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵ | Colin Guthrie | 2014-01-22 | 1 | -0/+3 |
| | | | | issues mga#11184 mga#12364 | ||||
* | 7.307.30 | Thierry Vignaud | 2013-12-05 | 1 | -0/+4 |
| | |||||
* | 7.297.29 | Thierry Vignaud | 2013-12-03 | 1 | -0/+2 |
| | |||||
* | Use /proc/self/mountinfo for ro filesystem checks mga#11319 | Colin Guthrie | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | polkit: Only use pkexec when not already root | Colin Guthrie | 2013-11-17 | 1 | -0/+2 |
| | |||||
* | 7.287.28 | Thierry Vignaud | 2013-11-05 | 1 | -0/+2 |
| | |||||
* | add support for --deploops option | Thierry Vignaud | 2013-11-05 | 1 | -0/+2 |
| | |||||
* | download: fix parsing download progress with rsync >= 3.10 | Olivier Blin | 2013-10-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | rsync 3.10 now defaults to human readable output, with sizes being printed with a separator between group of 3 digits. This broke our download progress parser. We can fix this by using the --no-human-readable command line option, to get the old rsync progress output format. This option already existed in older rsync versions (tried in Mageia 2), so this change should be safe to include in backports of urpmi to older distributions. | ||||
* | 7.27.47.27.5 | Colin Guthrie | 2013-10-13 | 1 | -0/+2 |
| | |||||
* | Use polkit for authorisation (mga#11125) | Colin Guthrie | 2013-10-12 | 1 | -0/+2 |
| | |||||
* | 7.27.47.27.4 | Thierry Vignaud | 2013-10-04 | 1 | -0/+2 |
| | |||||
* | adapt to perl-5.18's random hash keys ordering | Thierry Vignaud | 2013-10-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | (translate_why_removed_one) ensure we got the right reason (testsuite) adapt to new URPM predictible behaviour it was previously relying on the following fixed hash order: $ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2', 'rr2'} ]; \ warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]' $VAR1 = [ 'rr2', 'rr1' ]; $VAR1 = [ 'bb1', 'bb2' ]; | ||||
* | prevent removing orphan kernels if we failed to detect running kernel version | Thierry Vignaud | 2013-10-04 | 1 | -0/+4 |
| | | | | (eg: running testsuite in a chroot) | ||||
* | remove bogus line from NEWS | Thierry Vignaud | 2013-05-30 | 1 | -1/+0 |
| | |||||
* | 7.27.37.27.3 | Thierry Vignaud | 2013-05-30 | 1 | -0/+2 |
| | |||||
* | revert fix for mga#10254 in previous release (mga#10335) | Thierry Vignaud | 2013-05-30 | 1 | -0/+5 |
| | | | | | | | the bug was actually in media.cfg basically reverting commit r8361 on 2013-05-24 (was: "fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)") | ||||
* | 7.27.27.27.2 | Thierry Vignaud | 2013-05-24 | 1 | -0/+2 |
| | |||||
* | fix wrongly enabling backports/testing for tainted/nonfree (mga#10254) | Thierry Vignaud | 2013-05-24 | 1 | -0/+2 |
| | | | | (when such packages are already installed) |