summaryrefslogtreecommitdiffstats
path: root/urpm/xml_info.pm
Commit message (Collapse)AuthorAgeFilesLines
* Make it work with no feature qw(indirect) (aka perl7)Thierry Vignaud2020-06-251-1/+1
|
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* use XML::LibXML::Parser's 'huge' optionThierry Vignaud2017-09-181-1/+1
| | | | | | | | | | this is needed b/c of eg: ruby-google-api-client-doc which filelist is 11mb. However this makes libxml2 to fail b/c XML_MAX_TEXT_LENGTH is 10mb: $ urpmf-fast iso-grk2.gml Entity: line 4014501: parser error : xmlSAX2Characters: huge text node sr/share/gems/doc/google-api-client-0.13.5/ri/Google/Apis/SqladminV1beta3/Import
* Update Mageia copyright statementsRĂ©mi Verschelde2017-04-261-0/+2
|
* (open_lzma) use xz instead of lzma in order to read metadataThierry Vignaud2012-09-051-1/+1
|
* add basic POD documentationThierry Vignaud2012-08-311-0/+22
|
* perl_checker cleanupsThierry Vignaud2012-02-011-1/+1
|
* (open_lzma) fix using xml info files with quotess in medium name (withThierry Vignaud2012-01-061-1/+1
| | | | | | | | | urpmf & urpmq) introduced in r232995 by pixel on 2008-01-15 ("fix using xml info files with spaces in medium name") (cautgh by perl_checker)
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
|
* - urpmf:Pascal Rigaux2008-01-181-3/+9
| | | | | | o add special code for --files simple case, it makes urpmf 3x faster for this often used case
* - urpmf, urpmq:Pascal Rigaux2008-01-151-1/+2
| | | | | | | o fix using xml info files with spaces in medium name (as reported in a comment of bug #36742)
* - 5.0Pascal Rigaux2008-01-111-0/+168
- urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option