1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-12 08:47:54 +01:00
slackware-current/source/n/openvpn
Patrick J Volkerding 6c177b8ec1 Wed Jan 15 19:00:18 UTC 2025
a/lvm2-2.03.30-x86_64-1.txz:  Upgraded.
a/mkinitrd-1.4.11-x86_64-64.txz:  Rebuilt.
  setup.01.mkinitrd: fix the "is this a linux kernel" grep test. I appreciate
  that using "file" might seem better here, but a) I don't expect a non-kernel
  to be passed into this script regularly, and b) file has been known to change
  its output without warning. Thanks to Mechanikx.
  Escape the dots. Thanks to Petri Kaukasoina.
d/git-2.48.1-x86_64-1.txz:  Upgraded.
  This release lets Git refuse to accept URLs that contain control sequences.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2024-50349
    https://www.cve.org/CVERecord?id=CVE-2024-52006
  (* Security fix *)
d/luajit-2.1.1736781742-x86_64-1.txz:  Upgraded.
l/fmt-11.1.2-x86_64-1.txz:  Upgraded.
l/libsecret-0.21.5-x86_64-1.txz:  Upgraded.
l/libwnck3-43.2-x86_64-1.txz:  Upgraded.
l/polkit-126-x86_64-1.txz:  Upgraded.
l/python-tomli-w-1.2.0-x86_64-1.txz:  Upgraded.
n/openvpn-2.6.13-x86_64-1.txz:  Upgraded.
2025-01-15 21:00:58 +01:00
..
doinst.sh Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
openvpn.SlackBuild Wed Jan 15 19:00:18 UTC 2025 2025-01-15 21:00:58 +01:00
openvpn.url Wed Feb 20 23:59:17 UTC 2019 2019-02-21 08:59:46 +01:00
rc.openvpn Wed Mar 13 19:46:48 UTC 2024 2024-03-13 21:30:19 +01:00
README Wed Mar 13 19:46:48 UTC 2024 2024-03-13 21:30:19 +01:00
slack-desc Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
slackware.conf Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00

OpenVPN is a full-featured SSL VPN which can accomodate a wide
range of configurations, including remote access, site-to-site VPNs,
WiFi security, and enterprise-scale remote access with load
balancing, failover, and fine-grained access-controls.

OpenVPN implements OSI layer 2 or 3 secure network extension using the
industry standard SSL/TLS protocol, supports flexible client
authentication methods based on certificates, smart cards, and/or
2-factor authentication, and allows user or group-specific access
control policies using firewall rules applied to the VPN virtual
interface.

This build of OpenVPN depends upon having openssl (not just
openssl-solibs) and lzo installed on your computer. 

Please note that there is no default config file for OpenVPN. This is
by design. OpenVPN can technically use any config file in any location.
However, this script does create an /etc/openvpn/ directory with certs/
and keys/ subdirectories. Feel free to place config files, keys, and
certificates in these directories. certs/ and keys/ are owned by user
root and group openvpn and are not world readable nor writable.
Additionally, they are not writable by group openvpn. It is recommended
that you run openvpn openvpn:openvpn, but you may use another
non-privileged user and group at your option. Just change the
permissions on these permissions to reflect that if you do.