Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #1

Open
wants to merge 179 commits into
base: master
Choose a base branch
from
Open

Update #1

wants to merge 179 commits into from

Conversation

sentinel159868
Copy link
Owner

No description provided.

bluelineXY and others added 30 commits February 22, 2018 21:40
The existing regexp to Linux interface names with VLANs (e.g. eth0.10) fails with the new style predictable device names (e.g. enp0s20f2.10), causing fwbuilder to reject the interface name. This makes it impossible to build firewall configurations on recent distributions without disabling predictable device naming.
Update regexp to allow matching of newer style device names
Update interface pattern for VLANs with predictable device naming
This reverts commit f7f1310, reversing
changes made to 131e0a2.
The string "debug1: key_parse_private_pem: PEM_read_PrivateKey failed"
should not be match the rexex for shell errors.

Fixes #58
julianaito and others added 30 commits December 22, 2020 03:34
Install manpages in the system's manpage folder instead of using
CMAKE_INSTALL_DATADIR. This allows to respect manpage hierarchy
on any OS.
Some systems, like OpenBSD for example, have libdl integrated in libc.
Let CMAKE_DL_LIBS decide if '-ldl' is needed as a linker flag
OpenBSD: requires <sys/stat.h> for stat(2)
Use ${CMAKE_DL_LIBS} for portability
Create start menu entries for all users.
Error "Firewall Builder: Unknown option 'n'." when opening files on Windows using double-click.
Delay usage of C++17 to after 6.0,
as there's no current usage, but staying
on C++11 will support Ubuntu 16.04 LTS.

This reverts commit 3359246.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants