Random number generator related utilities
Go to file
Vladis Dronov 805e2b6172 Get rid of text relocations in -fPIE build
Fedora build system forces a PIE build with -fPIE indirectly via gcc spec
/usr/lib/rpm/redhat/redhat-hardened-cc1. This does not work for assembly
sources, so a PIC-aware assembly code won't be built as PIC (PIE implies
PIC). rdrand_asm.S is PIC-aware in 32bit mode, so force PIC for it, fixing
the following build warning:

/usr/bin/ld: rdrand_asm.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
2023-02-02 21:43:43 +01:00
tests Fix test script permissions 2022-04-26 13:25:08 +02:00
.gitignore Update to the latest upstream v6.15 2022-02-26 10:38:28 +01:00
1-rt-comment-out-have-aesni.patch Update to the newer upstream v6.15 2022-09-21 19:13:07 +02:00
2-rt-revert-build-randstat.patch Update to the newer upstream v6.15 2022-09-21 19:13:07 +02:00
rng-tools.spec Get rid of text relocations in -fPIE build 2023-02-02 21:43:43 +01:00
rngd.service Add a config file for storing rngd options 2021-09-20 14:25:17 +02:00
rngd.sysconfig Update to the latest upstream v6.15 2022-02-26 10:38:28 +01:00
sources Update to the newer upstream v6.15 2022-12-27 14:49:24 +01:00