Permalink
Please sign in to comment.
Browse files
release: Add security/export checks to gitian and fix current failures
- fix parsing of BIND_NOW with older readelf - add _IO_stdin_used to ignored exports For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109 - add check-symbols and check-security make targets These are not added to the default checks because some of them depend on release-build configs. - always link librt for glibc back-compat builds glibc absorbed clock_gettime in 2.17. librt (its previous location) is safe to link in anyway for back-compat. Fixes #7420 - add security/symbol checks to gitian Github-Pull: #7424 Rebased-From: cd27bf5 475813b f3d3eaf a8ce872 a81c87f
- Loading branch information...
Showing
with
34 additions
and 7 deletions.
- +4 −1 Makefile.am
- +9 −3 configure.ac
- +1 −1 contrib/devtools/security-check.py
- +4 −1 contrib/devtools/symbol-check.py
- +2 −0 contrib/gitian-descriptors/gitian-linux.yml
- +1 −0 contrib/gitian-descriptors/gitian-win.yml
- +13 −1 src/Makefile.am
12
configure.ac
0 comments on commit
aa26ee0