
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
gitlab.com/tobyb121/aws-vpn-client-patch
Scripts for patching the AWS VPN client for Linux.
net.ipv4.ip_forward
when connecting.To setup the build, run:
make init
This copies the DLLs that will be patched into the origin
directory.
Note:
- After install the unpatched versions can be restored by running
make reset
.- When upgrading the AWS VPN client, delete the origin directory to clear the local copies of the patched DLLs.
- If the origin directory is removed and the DLLs have not been reset then you must re-install the AWS VPN client.
To build patched binaries, run:
make
To install the binaries, first close any VPN client windows, then run:
make install
Note: May need to be run as root
After install, make sure you restart the VPN service:
systemctl restart awsvpnclient.service
Check out the relevant branch for your tool version.
Run:
make unpack
This creates a directory .unpack
and disassembles the DLLs into it.
To apply the existing patches, run:
patch .unpack/${ASSEMBLY}.il src/${ASSEMBLY}.il.diff
Modify the .il files as required then run:
diff -u .unpack/${ASSEMBLY}.il.original .unpack/${ASSEMBLY}.il > src/${ASSEMBLY}.il.diff
This generates the patch that will be applied by the build process.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.