Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill dead code | Thierry Vignaud | 2011-09-20 | 1 | -4/+0 |
| | |||||
* | (rpmtag_from_string) enable to traverse db by fullname | Thierry Vignaud | 2011-09-20 | 1 | -0/+2 |
| | |||||
* | (Urpm_spec2srcheader) fix urpmi segfaulting on 'urpmi foobar.spec' when some | Thierry Vignaud | 2011-09-12 | 1 | -1/+1 |
| | | | | | files are missing | ||||
* | (spec2srcheader) fix it for rpm-4.9.x | Thierry Vignaud | 2011-09-09 | 1 | -1/+4 |
| | |||||
* | (Urpm_spec2srcheader) revers a rpm-4.9.0 change that breaks the testsuite | Thierry Vignaud | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | (return_list_str) memset some struct, thus fixing crashing while removing ↵ | Thierry Vignaud | 2011-04-21 | 1 | -0/+2 |
| | | | | several packages (#248) | ||||
* | (spec2srcheader) replace malloc()+memset() by calloc() | Thierry Vignaud | 2011-04-16 | 1 | -2/+1 |
| | |||||
* | clean rpm5 support out | Thierry Vignaud | 2011-04-16 | 1 | -102/+0 |
| | |||||
* | Backport thierry fix (first try to build with rpm-4.9.1) | Dexter Morgan | 2011-04-15 | 1 | -6/+56 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r419 | dmorgan | 2011-02-04 13:41:50 +0000 (Fri, 04 Feb 2011) | 1 line Import cleaned perl-URPM ------------------------------------------------------------------------ | ||||
* | comment out unused code | Christophe Fergeau | 2009-08-10 | 1 | -0/+2 |
| | |||||
* | remove no longer used SPEC_VERIFY constant | Per Øyvind Karlsen | 2009-08-05 | 1 | -2/+0 |
| | |||||
* | disttag & distepoch isn't utf8… | Per Øyvind Karlsen | 2009-08-04 | 1 | -2/+2 |
| | |||||
* | cast (es-s) to U32 (as the hv_fetch prototype expects) rather than casting ↵ | Per Øyvind Karlsen | 2009-08-04 | 1 | -1/+1 |
| | | | | strlen(s) to signed | ||||
* | remove unused variable | Christophe Fergeau | 2009-07-27 | 1 | -1/+0 |
| | |||||
* | add support for %disttag & %distepoch | Per Øyvind Karlsen | 2009-07-26 | 1 | -0/+18 |
| | |||||
* | just use (void) rather than assign rpmtsFree() since it seems to cause ↵ | Per Øyvind Karlsen | 2009-07-26 | 1 | -15/+15 |
| | | | | crashy behaviour certain places... | ||||
* | oops, put back line that accidentally got removed in the previous commit… | Per Øyvind Karlsen | 2009-07-26 | 1 | -0/+1 |
| | |||||
* | enable and fix additional (-Wextra) warnings | Per Øyvind Karlsen | 2009-07-26 | 1 | -13/+12 |
| | |||||
* | fix gcc warnings about values not being used | Per Øyvind Karlsen | 2009-07-26 | 1 | -26/+26 |
| | |||||
* | * clean out compatibility code for older rpm versions that's not really | Per Øyvind Karlsen | 2009-07-26 | 1 | -102/+29 |
| | | | | | | supported anymore anyways and move out as much as possible rpm5.org compatibility code out of URPM into new rpm46compat.h @ rpm5.org | ||||
* | Removed forgotten debugging logs | Christophe Fergeau | 2009-05-11 | 1 | -2/+0 |
| | |||||
* | Introduce get_gpg_fingerprint XS function | Christophe Fergeau | 2009-05-11 | 1 | -0/+36 |
| | |||||
* | (verify_signature) make checking urpmi signatures works in chrooted environments | Thierry Vignaud | 2009-03-05 | 1 | -2/+3 |
| | | | | | | (especially important for installer where there's no rpmdb in / (really /var/lib/rpm) and thus no keys to check against) | ||||
* | - fix bad free() (thanks to glibc for detecting it) | Pascal Rigaux | 2008-12-15 | 1 | -4/+4 |
| | |||||
* | - fix scriptlet failing: | Pascal Rigaux | 2008-12-12 | 1 | -2/+2 |
| | | | | | adapt to librpm4.6, rpmtsSetRootDir(ts, "") is forbidden | ||||
* | - adapt to rpm 4.6 changes: | Pascal Rigaux | 2008-12-09 | 1 | -11/+16 |
| | | | | | | | - headerNextIterator -> headerNext - headerAddEntry -> headerPut - headerModifyEntry -> headerMod | ||||
* | - adapt to rpm 4.6 changes: headerGetEntry -> headerGet | Pascal Rigaux | 2008-12-09 | 1 | -104/+112 |
| | |||||
* | - adapt to some easy rpm 4.6 changes: | Pascal Rigaux | 2008-12-09 | 1 | -31/+29 |
| | | | | | | | | - headerSprintf -> headerFormat - headerAddEntry -> headerPutString - headerRemoveEntry -> headerDel - rpmProblemGetLong -> rpmProblemGetDiskNeed | ||||
* | free the iterator *after* use | Pascal Rigaux | 2008-12-09 | 1 | -2/+4 |
| | | | | | (otherwise it segfaults with 4.6.0-rc1, and i wonder how it worked before...) | ||||
* | do free the ts after user, this is especially needed since rpmVerifySignature | Pascal Rigaux | 2008-12-09 | 1 | -0/+1 |
| | | | | | | (wrongly) called in rpmReadPackageFile can open the rpmdb which won't get closed if ts is not closed | ||||
* | - drop list_rpm_tag() | Pascal Rigaux | 2008-12-09 | 1 | -30/+2 |
| | |||||
* | adapt types to rpm-4.6.x | Pascal Rigaux | 2008-12-09 | 1 | -56/+58 |
| | |||||
* | fix rpmRelocation usage with rpm 5.2 | Per Øyvind Karlsen | 2008-12-08 | 1 | -2/+13 |
| | |||||
* | - $trans->run can now return both the translated errors, and some parsable | Pascal Rigaux | 2008-10-14 | 1 | -5/+8 |
| | | | | | errors (useful for example to detect diskspace issues) | ||||
* | use rpmuint64_t rather than long long, we know that it should stay compatible:) | Per Øyvind Karlsen | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-10-10 | 1 | -5/+11 |
| | |||||
* | - handle flag "replacefiles" | Pascal Rigaux | 2008-10-07 | 1 | -0/+2 |
| | |||||
* | add filelinktos() & dirnames() to URPM::Package | Per Øyvind Karlsen | 2008-07-18 | 1 | -0/+16 |
| | |||||
* | ensure that initSourceHeader gets run for rpm5.org, otherwise querying of ↵ | Per Øyvind Karlsen | 2008-07-17 | 1 | -0/+2 |
| | | | | spec files won't work | ||||
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-07-14 | 1 | -0/+9 |
| | |||||
* | - add traverse_tag_find() | Pascal Rigaux | 2008-07-04 | 1 | -0/+43 |
| | |||||
* | create rpmtag_from_string() out of Db_traverse_tag | Pascal Rigaux | 2008-07-01 | 1 | -15/+19 |
| | |||||
* | - fix urpmi wrongly considering epochless conflicts to match any epoch in a | Pascal Rigaux | 2008-06-17 | 1 | -1/+2 |
| | | | | | | | | | | | case when urpmi should upgrade a conflicting package to an actually non-conflicting version (cf epochless-conflict-with-promotion urpmi test) from Anssi. i tested various upgrades from some chroot with 2008.0, 2007.1, 2007.0, and it didn't change the result, so it should be quite safe :) | ||||
* | un-revert rpm5.org cosmetics now that cooker has reopened | Per Øyvind Karlsen | 2008-04-14 | 1 | -25/+30 |
| | |||||
* | update authors and copyright notic | Pascal Rigaux | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | revert unneeded commit for nowtopic/3.12 | Pascal Rigaux | 2008-03-25 | 1 | -28/+25 |
| | |||||
* | fix a typo in a comment </pedanticlamer> | Per Øyvind Karlsen | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | make URPM more portable by using standard %{_target_vendor} & %{_target_cpu} ↵ | Per Øyvind Karlsen | 2008-03-19 | 1 | -5/+5 |
| | | | | macros in stead of Mandriva specific %{_real_vendor} & (now dead) %{_real_arch} | ||||
* | change x,y check to y,x. More intuitive, for me at least, other order ↵ | Per Øyvind Karlsen | 2008-03-19 | 1 | -25/+25 |
| | | | | frequently confuses me ;p |