[Rpm-maint] [rpm-software-management/rpm] Check for NULL after dereference in rpmfi.c (#1782)

2021-09-21 Thread ex0z3
Issues were detected by static analyzer: [#1](https://github.com/rpm-software-management/rpm/blob/master/lib/rpmfi.c#L738) [#2](https://github.com/rpm-software-management/rpm/blob/master/lib/rpmfi.c#L1951) [#3](https://github.com/rpm-software-management/rpm/blob/master/lib/rpmfi.c#L1956)

Re: [Rpm-maint] [rpm-software-management/rpm] Properly quote %sources and %patches (#1781)

2021-09-21 Thread Demi Marie Obenour
@DemiMarie commented on this pull request. > + print("'"..string.gsub(p, "'", "'''").."'".." ") end} +%sources %{lua: for i, s in ipairs(sources) do \ + print("'"..string.gsub(s, "'", "'''").."'".." ") end} ```suggestion print("'"..string.gsub(p, "'", "'''").."' ") end}

Re: [Rpm-maint] [rpm-software-management/rpm] rpmsign: Adopting PKCS#11 opaque keys support in libfsverity for fsverity signatures (#1779)

2021-09-21 Thread wuyuoss
@wuyuoss pushed 2 commits. 8a6be594669227ce3b6836b4adc09dbcb7ab552c formatting a1e44c4791eef8cc3e76501d4cf1f0d371bd7392 Merge branch 'pkcs11' of https://github.com/wuyuoss/rpm into pkcs11 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] rpmsign: Adopting PKCS#11 opaque keys support in libfsverity for fsverity signatures (#1779)

2021-09-21 Thread wuyuoss
We (Aleksander Adamowski) recently made a change to Kernel fsverity-utils to [Implement PKCS#11 opaque keys support through OpenSSL pkcs11 engine](https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/commit/?id=66b1d8a276cb3836ac275cb9f3f6517a07462737) and the change is

[Rpm-maint] [rpm-software-management/rpm] Properly quote %sources and %patches (#1781)

2021-09-21 Thread Florian Festi
by enclosing them in single quotes (). Replace sigle quotes within with \ as needed for sh Resolves: #1445 You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1781 -- Commit Summary -- *

Re: [Rpm-maint] [rpm-software-management/rpm] rpm-build: %setup and %autosetup crashes on directories with spaces (#1644)

2021-09-21 Thread Florian Festi
See #1781 -- 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/1644#issuecomment-923858687___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] rpm-build: %setup and %autosetup crashes on directories with spaces (#1644)

2021-09-21 Thread Florian Festi
Yes, definitely a duplicate. Closing here - but working on the original issue. -- 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] rpm-build: %setup and %autosetup crashes on directories with spaces (#1644)

2021-09-21 Thread Florian Festi
Closed #1644. -- 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/1644#event-5334505537___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] Don't strip *.go and ELF files with "no maschine" (#1780)

2021-09-21 Thread Florian Festi
Not 100% sure if this no machine business is 100% correct. But it looks like a better defense against `strip` failing than relying on the file name alone. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1780 -- Commit