Hauke Mehrtens
fbe2ad6c60
Revert "toolchain: fortify-headers: Update to version 2.3.3"
...
This reverts commit 6268692bd2 .
The new fortify-headers version needs some more work to be usable in
OpenWrt. Revert this to fix the builds again.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2025-10-28 21:59:42 +01:00
Hauke Mehrtens
ab221cfcd9
Revert "toolchain: fortify-headers: Fix build of some packages"
...
This reverts commit 61f16a6960 .
The new fortify-headers version needs some more work to be usable in
OpenWrt. Revert this to fix the builds again.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2025-10-28 21:59:39 +01:00
Hauke Mehrtens
61f16a6960
toolchain: fortify-headers: Fix build of some packages
...
Fix some warnings and compile errors generated by the new
fortify-headers when compiling some applications like strace.
Fixes: 6268692bd2 ("toolchain: fortify-headers: Update to version 2.3.3")
Link: https://github.com/openwrt/openwrt/pull/20561
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2025-10-27 00:47:43 +01:00
Hauke Mehrtens
6268692bd2
toolchain: fortify-headers: Update to version 2.3.3
...
Update to recent fortify-headers version. This version also supports
_FORTIFY_SOURCE=3.
Changes: https://github.com/jvoisin/fortify-headers/compare/1.1...2.3.3
A patch similar to the removed one was applied upstream:
https://github.com/jvoisin/fortify-headers/commit/b40f6d87482f20e968b27470baca042e50cd6792
The root file system is getting a bit bigger.
Without this commit:
5250380 bin/targets/armsr/armv8/openwrt-armsr-armv8-generic-rootfs.tar.gz
4919997 bin/targets/malta/be/openwrt-malta-be-default-rootfs.tar.gz
With this commit:
5263407 bin/targets/armsr/armv8/openwrt-armsr-armv8-generic-rootfs.tar.gz
4930011 bin/targets/malta/be/openwrt-malta-be-default-rootfs.tar.gz
Link: https://github.com/openwrt/openwrt/pull/20313
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2025-10-26 01:41:06 +02:00
Yanase Yuki
ee64e7f202
toolchain/fortify-headers: update download url
...
Development of fortify-headers has been moved to GitHub.
Gentoo [1] and Alpine Linux [2] already uses it.
Since updating fortify-headers to new version causes a lot of
compile errors, this commit does not bump version.
This commit also refresh patch.
[1]: https://packages.gentoo.org/packages/sys-libs/fortify-headers
[2]: https://git.alpinelinux.org/aports/log/main/fortify-headers
Signed-off-by: Yanase Yuki <dev@zpc.st >
Link: https://github.com/openwrt/openwrt/pull/16374
Signed-off-by: Robert Marko <robimarko@gmail.com >
2024-09-14 13:55:15 +02:00
Matthias Van Parys
2425d6df12
fortify-headers: add __extension__ mark to strings.h
...
Add the __extension__ mark before #include_next in strings.h
to avoid a compiler error when -pedantic is enabled.
This has been done for all other headers in the past.
Signed-off-by: Matthias Van Parys <matthias.vanparys@softathome.com >
2023-07-12 20:24:56 +02:00
Georgi Valkov
9145c4fbcb
fortify-headers: fix build error when _REDIR_TIME64 is not defined
...
some targets do not define the _REDIR_TIME64 macro resulting in a
build error regression since ddfe5678a4
fix by checking if the macro is defined
[1] https://github.com/openwrt/openwrt/issues/12587
Fixes : #12587
Fixes: ddfe5678a4 ("fortify-headers: fix inconsistent time_t version of ppoll")
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2023-05-13 14:09:53 +02:00
Georgi Valkov
ddfe5678a4
fortify-headers: fix inconsistent time_t version of ppoll
...
Bug:
fortify/poll.h includes poll.h, which redirects ppoll to __ppoll_time64
if the _REDIR_TIME64 macro is 1. Then fortify/poll.h will #undef ppoll
and use the 32 bit version.
Fix: we should not do this when _REDIR_TIME64 is 1.
[1] https://forum.openwrt.org/t/idle-cpu-usage-of-usbmuxd/140331/15
[2] https://github.com/openwrt/openwrt/issues/12574
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2023-05-12 12:16:11 +02:00
Daniel Cousens
3bd04767ba
build: prefer HTTPS if available (for packages)
...
Changes PKG_SOURCE_URL's for arptables, bsdiff, dnsmasq,
fortify-headers, ipset, ipset-dns, libaudit, libpcap, libressl,
lua, lua5.3, tcpdump and valgrind, to HTTPS
Signed-off-by: Daniel Cousens <github@dcousens.com >
2022-10-05 17:37:07 +02:00
Kevin Darbyshire-Bryant
cbe08e6b56
toolchain/fortify-headers: Update to 1.1
...
Update fortify-headers to 1.1
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk >
2019-07-28 09:43:49 +01:00
Daniel Engberg
969d052e96
toolchain/fortify-headers: Update to 1.0
...
Update fortify-headers to 1.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-10-07 02:10:15 +02:00
Daniel Engberg
e95f22da36
toolchain/fortify-headers: Update to 0.9
...
Update fortify-headers to 0.9
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2017-09-30 22:44:18 +02:00
Felix Fietkau
720b99215d
treewide: clean up download hashes
...
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2016-12-16 22:39:22 +01:00
Kevin Darbyshire-Bryant
1bc68e1379
fortify-headers: update to 0.8
...
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk >
2016-09-27 17:50:22 +02:00
Steven Barth
bee26ca0de
fortify-headers: update to 0.7
...
Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 46480
2015-07-24 13:51:45 +00:00
Steven Barth
9bdae8fc1e
fortify-headers: fix compatibility with -pedantic
...
Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 46122
2015-06-24 18:52:13 +00:00
Steven Barth
2738526a16
toolchain: add fortify-headers, enable FORTIFY_SOURCE by default
...
Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 46117
2015-06-23 14:38:03 +00:00