New package: awsvpnclient-5.4.0 - #61700
Open
H4ndrycx wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
New package
Local build testing
AWS VPN Client from the upstream GTK
.deb(nonfree,restricted=yes).Notes from getting it running on Void (
void-base, x86_64, glibc 2.41, kernel 6.18):Upstream only publishes
awsvpnclient_amd64.deb, so this is x86_64 only. Cross builds don't apply.The
.debexpects systemd. Void uses runit, sofiles/awsvpnclient/runstartsACVC.GTK.Service. The GUI does not connect without that daemon.configure-dnscallsresolvectl(systemd-resolved), which Void does not have. Patching that script failed withOvpnResourcesChecksumValidationFailed. The shim lives in/usr/libexec/awsvpnclient, and the run script prepends that dir toPATHso the lookup works without touching the checksummed file. libexec keeps it out of/usr/bin.The
.desktopExec line ships asAWS\sVPN\sClient, which breaks on Void.patches/awsvpnclient.desktop.patchfixes the path.Connect hit
UnableToEnforceFipsExceptionuntilfipsmodule.cnfwas generated with the bundled musl OpenSSL/fips.so. The INSTALL hook does that after install.