Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 84bd44321e9b18f7bcaed3dbdea27ecc545b4890
https://github.com/kronosnet/kronosnet/commit/84bd44321e9b18f7bcaed3dbdea27…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M build-aux/check.mk
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libnozzle/Makefile.am
M libnozzle/tests/Makefile.am
Log Message:
-----------
[build] Add annobin build/check support
the annobin check is enabled only if all compiler flags, linker flags
and annocheck binary are available.
the build will use as many of the hardening options required to pass
the annocheck regardless.
the check is performed / enabled only with gcc. clang currently suffers
from some limitations to automatically detect the annobin plugin, that
would increase drastacally the complexity of the build system
unnecessarely.
implementation based on:
- https://bugzilla.redhat.com/show_bug.cgi?id=1961686
- https://developers.redhat.com/blog/2019/02/04/annocheck-examining-the-conte…
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/ht…
Original idea by Christine Caulfield <ccaulfie(a)redhat.com>
CentOS Stream CI insists on this but it's generally a 'good thing'
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 9a8fd89bf52c8381f7c46f427a024eb3d70d0ccf
https://github.com/kronosnet/kronosnet/commit/9a8fd89bf52c8381f7c46f427a024…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M build-aux/check.mk
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libnozzle/Makefile.am
M libnozzle/tests/Makefile.am
Log Message:
-----------
[build] Add annobin build/check support
the annobin check is enabled only if all compiler flags, linker flags
and annocheck binary are available.
the build will use as many of the hardening options required to pass
the annocheck regardless.
the check is performed / enabled only with gcc. clang currently suffers
from some limitations to automatically detect the annobin plugin, that
would increase drastacally the complexity of the build system
unnecessarely.
implementation based on:
- https://bugzilla.redhat.com/show_bug.cgi?id=1961686
- https://developers.redhat.com/blog/2019/02/04/annocheck-examining-the-conte…
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/ht…
Original idea by Christine Caulfield <ccaulfie(a)redhat.com>
CentOS Stream CI insists on this but it's generally a 'good thing'
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 50e5e806bf0b05428f57a3546aa34d1d5790390b
https://github.com/kronosnet/kronosnet/commit/50e5e806bf0b05428f57a3546aa34…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M build-aux/check.mk
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libnozzle/Makefile.am
M libnozzle/tests/Makefile.am
Log Message:
-----------
Merge pull request #361 from kronosnet/stack-clash-protection
[build] Add annobin build/check support
Compare: https://github.com/kronosnet/kronosnet/compare/f8ef822486a9...50e5e806bf0b
Branch: refs/heads/stack-clash-protection
Home: https://github.com/kronosnet/kronosnet
Commit: 9a8fd89bf52c8381f7c46f427a024eb3d70d0ccf
https://github.com/kronosnet/kronosnet/commit/9a8fd89bf52c8381f7c46f427a024…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M build-aux/check.mk
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libnozzle/Makefile.am
M libnozzle/tests/Makefile.am
Log Message:
-----------
[build] Add annobin build/check support
the annobin check is enabled only if all compiler flags, linker flags
and annocheck binary are available.
the build will use as many of the hardening options required to pass
the annocheck regardless.
the check is performed / enabled only with gcc. clang currently suffers
from some limitations to automatically detect the annobin plugin, that
would increase drastacally the complexity of the build system
unnecessarely.
implementation based on:
- https://bugzilla.redhat.com/show_bug.cgi?id=1961686
- https://developers.redhat.com/blog/2019/02/04/annocheck-examining-the-conte…
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/ht…
Original idea by Christine Caulfield <ccaulfie(a)redhat.com>
CentOS Stream CI insists on this but it's generally a 'good thing'
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/stack-clash-protection
Home: https://github.com/kronosnet/kronosnet
Commit: 0267451ba1e81e9520ea24e43e5ef39435db54b0
https://github.com/kronosnet/kronosnet/commit/0267451ba1e81e9520ea24e43e5ef…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M build-aux/check.mk
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libnozzle/Makefile.am
M libnozzle/tests/Makefile.am
Log Message:
-----------
[build] Add annobin build/check support
the annobin check is enabled only if all compiler flags, linker flags
and annocheck binary are available.
the build will use as many of the hardening options required to pass
the annocheck regardless.
the check is performed / enabled only with gcc. clang currently suffers
from some limitations to automatically detect the annobin plugin, that
would increase drastacally the complexity of the build system
unnecessarely.
implementation based on:
- https://bugzilla.redhat.com/show_bug.cgi?id=1961686
- https://developers.redhat.com/blog/2019/02/04/annocheck-examining-the-conte…
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/ht…
Original idea by Christine Caulfield <ccaulfie(a)redhat.com>
CentOS Stream CI insists on this but it's generally a 'good thing'
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/stack-clash-protection
Home: https://github.com/kronosnet/kronosnet
Commit: 0b15f588e9065360a2610549dc29f212444c67a3
https://github.com/kronosnet/kronosnet/commit/0b15f588e9065360a2610549dc29f…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M build-aux/check.mk
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libnozzle/Makefile.am
M libnozzle/tests/Makefile.am
Log Message:
-----------
[build] Add annobin build/check support
the annobin check is enabled only if all compiler flags, linker flags
and annocheck binary are available.
the build will use as many of the hardening options required to pass
the annocheck regardless.
the check is performed / enabled only with gcc. clang currently suffers
from some limitations to automatically detect the annobin plugin, that
would increase drastacally the complexity of the build system
unnecessarely.
implementation based on:
- https://bugzilla.redhat.com/show_bug.cgi?id=1961686
- https://developers.redhat.com/blog/2019/02/04/annocheck-examining-the-conte…
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/ht…
Original idea by Christine Caulfield <ccaulfie(a)redhat.com>
CentOS Stream CI insists on this but it's generally a 'good thing'
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 36f5460f4da189c48680bba4b00b35dd5533344e
https://github.com/kronosnet/kronosnet/commit/36f5460f4da189c48680bba4b00b3…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M libnozzle/tests/api_nozzle_add_ip.c
M libnozzle/tests/api_nozzle_close.c
M libnozzle/tests/api_nozzle_del_ip.c
M libnozzle/tests/api_nozzle_get_fd.c
M libnozzle/tests/api_nozzle_get_handle_by_name.c
M libnozzle/tests/api_nozzle_get_ips.c
M libnozzle/tests/api_nozzle_get_mac.c
M libnozzle/tests/api_nozzle_get_mtu.c
M libnozzle/tests/api_nozzle_get_name_by_handle.c
M libnozzle/tests/api_nozzle_open.c
M libnozzle/tests/api_nozzle_run_updown.c
M libnozzle/tests/api_nozzle_set_down.c
M libnozzle/tests/api_nozzle_set_mac.c
M libnozzle/tests/api_nozzle_set_mtu.c
M libnozzle/tests/api_nozzle_set_up.c
M libnozzle/tests/test-common.c
M libnozzle/tests/test-common.h
Log Message:
-----------
nozzle: skip tests if TUN support is not available
Commit: e8ee37d663a7443eb09713bcf5ce29c9542d8433
https://github.com/kronosnet/kronosnet/commit/e8ee37d663a7443eb09713bcf5ce2…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M libnozzle/tests/api_nozzle_run_updown.c
Log Message:
-----------
nozzle: preserve test result across cleanup
Commit: f617f256fd5add1b6726173c9a8ea58a192db87f
https://github.com/kronosnet/kronosnet/commit/f617f256fd5add1b6726173c9a8ea…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M libnozzle/tests/nozzle_run_updown_exit_false
M libnozzle/tests/nozzle_run_updown_exit_true
Log Message:
-----------
[nozzle] fix tests on machines that don´t have bash
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/0123ecebce0a...f617f256fd5a