Christian Prochaska
ed5cbbfa1b
fiasco: fix build errors with gcc 12
...
Fixes #4836
2023-05-30 12:03:25 +02:00
Emery Hemingway
72cb71c827
Replace SHA1 hashes of port downloads with SHA256
...
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.
Ref #2767
2018-05-30 13:36:22 +02:00
Christian Prochaska
623e0be0e1
fiasco: fix compilation with GCC 6
...
Issue #2372
2017-05-31 13:15:57 +02:00
Christian Prochaska
1207a4cecd
fiasco: remove 'const' GCC attribute from some functions
...
Some functions in the kernel, which create a static object and return its
address, are declared with a GCC 'const' attribute, which can cause GCC
4.9 to optimize the function call out and use the static object's address
without calling the constructor.
Fixes #1509
2015-05-26 09:39:47 +02:00
Christian Helmuth
e479b9e8e8
ports: also hash patches with absolute path names
...
Fixes #1305
2015-01-27 12:17:53 +01:00
Norman Feske
615830e107
Enable hash checks for ports mechanism
2014-05-27 13:45:03 +02:00
Stefan Kalkowski
de4335b443
base-fiasco: migrate to new ports mechanism
...
Issue #1082
2014-05-27 11:14:43 +02:00