summaryrefslogtreecommitdiffstats
path: root/urpm/signature.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+2
|
* drop useless __END__Thierry Vignaud2015-10-091-1/+0
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* fix missing parametersThierry Vignaud2012-11-211-1/+1
|
* (_check) remove useless "\n" at end of two messagesThierry Vignaud2012-08-311-2/+2
|
* (_check) slighty better security messagesThierry Vignaud2012-08-311-2/+2
|
* (_check) prefix some messages with "SECURITY:"Thierry Vignaud2012-08-311-2/+2
|
* (_check) warn about packages we don't check even if not using -vThierry Vignaud2012-08-311-1/+1
|
* document some functionsThierry Vignaud2012-08-311-1/+18
|
* add basic POD documentationThierry Vignaud2012-08-311-0/+24
|
* (_check) only warn about missing signature for local packagesThierry Vignaud2012-08-311-1/+1
| | | | | | | | | (aka those _not_ coming from any medium) rationale: we downgrade the missing signature check for local packages from a question (defaulting to "n") to a warning, thus fixing a testsuite regression introduced in 7.4
* (_check) do not ask about _virtual_ media without keys when using 'urpmi ↵Thierry Vignaud2012-08-311-0/+2
| | | | | | | | --use-distrib' aka downgrade missing medium key check question to a warning for virtual media without keys when using urpmi --use-distrib (fix testsuite)
* (_check) s/signatur/key/ in medium messageThierry Vignaud2012-08-311-1/+1
|
* (_check) honor per medium "verify-rpm" option for missing signature checkThierry Vignaud2012-08-311-4/+7
| | | | | | | | | | | | | aka do not check too early about unsigned packages (missing signatures) (fix testsuite, regression introduced in commit r5393) rationale: we wanted to warn about missing signatures on packages from media without signatures, but in doing so we did it too early before the 'verify-rpm' option check since we already have a check after (when we have a medium key), we can just check here for packages that do not came from any mirror (which we would have skiped just after)
* perl_checker cleanupThierry Vignaud2012-08-241-1/+1
|
* (_check) remove doble testThierry Vignaud2012-08-241-1/+0
| | | | should have been removed in previous-previous commit r5394
* (_check) warn when a medium has no signatureThierry Vignaud2012-08-241-0/+2
|
* (_check) log when signature checking is disabled per mediumThierry Vignaud2012-08-241-0/+4
|
* (_check) warn about missing signatures and ask whether to install or notThierry Vignaud2012-08-241-0/+3
| | | | | (in the case where a package is unsigned and came from media without signatures)
* use newly introduced any()Thierry Vignaud2012-06-081-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* (_check) fix verifying packages signatures in chrooted environmentsThierry Vignaud2009-03-051-1/+1
| | | | | | (especially important for installer where there's no rpmdb in / (really /var/lib/rpm) and thus no keys to check against)
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
|
* - urpmi:Pascal Rigaux2008-10-071-1/+4
| | | | | o fix displaying "bad signature" in non-utf8 (#44587)
* urpmi: do not verify signature of .spec files (#32824)Pascal Rigaux2007-08-281-0/+2
| | | | | | (see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns "src" and so urpmi doesn't say it's going to install it (even if it skips it))
* one more debug messagePascal Rigaux2007-06-081-0/+1
|
* create urpm::signature out of urpm.pmPascal Rigaux2006-11-211-0/+75