-
Notifications
You must be signed in to change notification settings - Fork 232
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
Publish next release #349
Comments
Yes indeed. I will work on this over the next couple of days. I want to put
fwknop through its paces on various updated platforms.
On Wed, Dec 7, 2022 at 5:39 PM Yonas Yanfa ***@***.***> wrote:
It would great to get the latest commits in a new release.
—
Reply to this email directly, view it on GitHub
<#349>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC42RBWTV7DTJXDTG44NFLWMEGZLANCNFSM6AAAAAASXMMVVU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Michael Rash | Founder
http://www.cipherdyne.org/
Key fingerprint = 53EA 13EA 472E 3771 894F AC69 95D8 5D6B A742 839F
|
So it didn't happen back then? As the issue is still open. |
Just a bump for this. The Homebrew version depends on [email protected], which is now EOL.
Thanks for the work you do. It is very much appreciated. For the life of me, I can't figure out why more people don't use it. |
https://formulae.brew.sh/formula/fwknop#default It says it's disabled and my users are having having to install from source. Any chance we can get an update so the Homebrew formula can be reenabled? |
@mrash As I said above, the current fwknop is dependent on OpenSSL 1.1, which is now EOL. |
As it's silence from the author @mrash again, despite an assurance he is willing to continue the work - maybe it's time to take it in our hands and supply PRs, make forks etc.? It seems like we are on our own here. |
I created a fork here: https://github.com/firewall-knock-operator/fwknop/releases/tag/2.6.11 Everyone is invited to submit PRs and automated tests. Thanks! |
@yonas are you willing to maintain it and do actual work? I recall there are already some great patches flying around (as IPv6 support), which were never adopted here for unknown reason. |
Hi all. The issue with OpenSSL 1.1 mentioned above - fwknop does not depend on the OpenSSL project, and it is not listed as a dependency in the referenced link (https://formulae.brew.sh/formula/fwknop#default). OpenSSL supports a ton of functionality that fwknop does not need. Maybe gpgme depends on OpenSSL (I haven't checked), but fwknop itself does not. For example, for fwknop, the Rijndael (AES) implementation is this one: https://metacpan.org/dist/Crypt-Rijndael/source/_rijndael.c. An explicit goal of the fwknop project is to minimize dependencies as articulated here: https://cipherdyne.org/fwknop/docs/fwknop-tutorial.html#minimize-dependencies |
Hi @mrash . After a year, it were just a few commits merged. Should we rely on you for further work, or it's just false hopes? |
Doesn't the best option seen to be to just rebuild with the latest everything? I realize I can build from source and break the OpenSSL 1.1 dependency. I just don't know how I could get a fixed version into Homebrew that doesn't depend on it. It seems since you own the project, you would need to be the one to do this. If you want to point me to resources, so I can help out, please do. I just don't know how to update what's in Homebrew. Thanks. |
I tried building from source on macOS 14.2.1 with up-to-date Homebrew packages:
This is after running |
It would great to get the latest commits in a new release.
The text was updated successfully, but these errors were encountered: