aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - replace ->import_needed_pubkeys and ->import_pubkey in favor ofPascal Rigaux2007-12-103-212/+59
| | | | | | | | | | | | | import_needed_pubkeys_from_file() and ->import_pubkey_file (! this breaks API !) - import_pubkey is dropped because it messes to much with rpmlib internals, whereas import_pubkey_file is plain simple - in Signature.pm, dropping compare_pubkeys() options (since they are not used anymore) - import_needed_pubkeys_from_file() may not do a clean job if the pubkey file contains more than one pubkey.
* create simpler parse_pubkeys_()Pascal Rigaux2007-12-101-5/+18
|
* RPMERR_* doesn't exist anymore in rpm.org HEADPascal Rigaux2007-12-101-0/+2
| | | | | (nb: this code (rpmErrorWriteTo) is currently only used by Drakx)
* simplifyPascal Rigaux2007-12-101-2/+1
|
* cleanupPascal Rigaux2007-12-101-1/+1
|
* get rid of fdFileno()Pascal Rigaux2007-12-101-1/+1
|
* - replace fdClose() with Fclose()Pascal Rigaux2007-12-101-10/+10
| | | | | | | - replace fdOpen() with Fopen() (it seems to be mostly the same, but rpm.org has removed fdOpen and fdClose)
* introduce some compatibility code with rpm.org Pascal Rigaux2007-12-102-11/+34
|
* fix rpmCallbackFunction prototypePascal Rigaux2007-12-101-2/+2
|
* oops, fix typo in previous commitPascal Rigaux2007-12-101-1/+1
|
* simplify version comparison using perl "version" objectsPascal Rigaux2007-12-101-15/+19
|
* simplify: use fdSize()Pascal Rigaux2007-12-101-4/+1
|
* use rpmlogSetCallback() instead of deprecated rpmErrorSetCallback()Pascal Rigaux2007-12-101-1/+1
|
* use rpmlogMessage() instead of obsolete rpmErrorString()Pascal Rigaux2007-12-101-6/+10
|
* - create and use write_nocheck() to avoid warn_unused_resultPascal Rigaux2007-12-101-8/+20
| | | | | - add some ifdef RPM_448 around platform thingie
* add rpmlog.h for future usePascal Rigaux2007-12-101-0/+2
|
* - drop $package->upgrade_files() (unused for a long time afaik)Pascal Rigaux2007-12-053-15/+2
|
* 2.102.10Pascal Rigaux2007-11-222-1/+3
|
* - much simpler --auto-select algorithm Pascal Rigaux2007-11-222-107/+70
| | | | | | (fixes #35718, ie auto-selecting with strict-arch) (!! DANGEROUS CHANGE !!)
* workaround buggy apps modifying $_ (#22144)Pascal Rigaux2007-11-091-2/+2
|
* - rpm 4.5 support (thanks to peroyvind) (#35323)Pascal Rigaux2007-11-093-1/+14
|
* fix test (#35398)Pascal Rigaux2007-11-091-1/+1
|
* 2.092.09Pascal Rigaux2007-11-082-1/+3
|
* - use a simple function to return simple string list from header Pascal Rigaux2007-11-082-8/+31
| | | | | | (fixes getting >4096 long rpm changelogs) (!! static buffer size limitation in callback_list_str_xpush() should be fixed !!)
* fix typoOlivier Blin2007-11-051-1/+1
|
* 2.082.08Pascal Rigaux2007-10-242-1/+3
|
* add to NEWSPascal Rigaux2007-10-241-0/+2
|
* fix build on rpm 4.4.2Pascal Rigaux2007-10-161-0/+2
|
* 2.072.07Pascal Rigaux2007-10-012-1/+3
|
* - prefer precompiled kmod packages corresponding to installed kernelsPascal Rigaux2007-10-012-3/+25
|
* move _find_required_package__kernel_source() out ofPascal Rigaux2007-10-011-5/+5
| | | | | _find_required_package__sort() (since it's not really a sort)
* re-indentPascal Rigaux2007-10-011-4/+4
|
* create _find_required_package__kernel_source() out of ↵Pascal Rigaux2007-10-011-25/+28
| | | | _find_required_package__sort()
* - don't resolve suggested virtual packages if already installed (#34376)Pascal Rigaux2007-10-012-0/+10
|
* 2.06Pascal Rigaux2007-09-282-1/+3
|
* - also handle promotion via obsolete for conflictsPascal Rigaux2007-09-282-0/+7
|
* create _find_packages_obsoleting() out of _handle_diff_provides()Pascal Rigaux2007-09-281-8/+16
|
* cleanup (and prepare next commit)Pascal Rigaux2007-09-281-6/+8
|
* 2.052.062.05Pascal Rigaux2007-09-282-1/+3
|
* - package promotion must respect strict_archPascal Rigaux2007-09-282-2/+15
|
* prepare next commit:Pascal Rigaux2007-09-281-5/+9
| | | | | | - rename strict_arch_check() into strict_arch_check_installed() - create strict_arch()
* - enhance sorted graph by better taking into account conflicts from ↵Pascal Rigaux2007-09-282-1/+12
| | | | | | | state->{rejected} (fixes "big transaction" in urpmi split-transactions--strict-require.t test)
* - create _add_group() out of sort_graph() for future usePascal Rigaux2007-09-281-25/+26
| | | | | - cleanup
* move things (prepare for next commit)Pascal Rigaux2007-09-281-3/+3
|
* indent debug message so that "conflict above" message can still be meaningfulPascal Rigaux2007-09-281-1/+1
|
* more debug messagePascal Rigaux2007-09-281-3/+11
|
* simplify (don't compute twice $_->fullname ne $p->fullname when we alreadyPascal Rigaux2007-09-281-3/+2
| | | | | know $_->name ne $p->name)
* 2.042.04Pascal Rigaux2007-09-272-1/+3
|
* - handle promotion via obsolete, not only providesPascal Rigaux2007-09-274-3/+62
|
* fix previous commitPascal Rigaux2007-09-271-4/+3
|