Re: [Rpm-maint] [rpm-software-management/rpm] How to enforce rpm install and upgrade to fail if rpm is not signed (#750)

2019-06-13 Thread Panu Matilainen
Closed #750. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/750#event-2412598169___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] How to enforce rpm install and upgrade to fail if rpm is not signed (#750)

2019-06-13 Thread Panu Matilainen
Starting with rpm 4.14.2, yes. See https://rpm.org/wiki/Releases/4.14.2 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] How to enforce rpm install and upgrade to fail if rpm is not signed (#750)

2019-06-13 Thread Ambika Prasad Tripathy
Is there a way to force rpm -i or -U to fail if rpm is not signed with gpg key? if not how to enable it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Make rpm fail to install unverified packages (#231)

2019-06-13 Thread Ambika Prasad Tripathy
If the code committed? if not, is there a patch available? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Don't fail build trying to kill a non-existent process (RhBug:1720143) (#749)

2019-06-13 Thread Panu Matilainen
Merged #749 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/749#event-2410030073___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Don't fail build trying to kill a non-existent process (RhBug:1720143) (#749)

2019-06-13 Thread Igor Gnatenko
ignatenkobrain approved this pull request. Oh yeah :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-13 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -178,13 +179,17 @@ static int dateToTimet(const char * datestr, time_t * > secs, int * date_words) if (*secs == -1) goto exit; +if (tzname[1][0] == 0) + rpmlog(RPMLOG_WARNING, _("bogus TZ database name in %%changelog: %s\n"),

[Rpm-maint] [rpm-software-management/rpm] Don't fail build trying to kill a non-existent process (RhBug:1720143) (#749)

2019-06-13 Thread Panu Matilainen
The job killer introduced at 06953879d3e0b1e9a434979056d1225ab4646142 failed to take into account the fact that the processes *can* die between us grabbing the pids and actually killing them, and that trying to kill a non-existent process will cause a script running with -e to actually terminate

[Rpm-maint] [rpm-software-management/rpm] Drop bogus condition from header index allocation (#748)

2019-06-13 Thread Panu Matilainen
We always allocate the index here as should be obvious from the code, the condition is a leftover that might've been relevant in the turn of the millenium but not anymore. This construct confused clang into thinking there's a NULL pointer dereference at the end of a long callchain (maybe because

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-13 Thread pavlinamv
Warning instead of info is emitted (in the latest version). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-13 Thread pavlinamv
Corrected in the latest version. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/739#issuecomment-501619925___ Rpm-maint mailing

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-13 Thread Florian Festi
Looks good. Only thing left is a missing "g" in the commit message of 3rd patch. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Fix rpmVerifySignatures() passing garbage as verify flags in rpm >= 4.14 (#747)

2019-06-13 Thread Florian Festi
Merged #747 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/747#event-2409723495___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Fix rpmVerifySignatures() passing garbage as verify flags in rpm >= 4.14 (#747)

2019-06-13 Thread Igor Gnatenko
ignatenkobrain approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: