Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 3c7ab40de27e925e8709414a227a4c3630ce6049
https://github.com/openSUSE/obs-build/commit/3c7ab40de27e925e8709414a227a4c…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M Build/Flatpak.pm
Log Message:
-----------
drop Data::Dumper usage in flatpak
To avoid plenty of warning/errors lines for all build types
on some distributions like Fedora
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-sign
Commit: 023376c5763dd2a0630d3edb3f5de8f3001594d6
https://github.com/openSUSE/obs-sign/commit/023376c5763dd2a0630d3edb3f5de8f…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M inc.h
M rpm.c
Log Message:
-----------
Fix signing of rpms with a size greater than 4GByte
The main fix is changing lensig in rpm_readheaderpayload to be
64bit instead of 32bit. With 32bit, it will wrap around to zero
after the first 4GByte are read. This triggers a re-calculation
of the header size, leading to a misleading "bad header size"
error.
Also prepare to read the 64bit size if present.