Has anything changed in this newest release with respect to DNS resolution? Since updating I'm finding that hostnames with private DNS records are not resolving, and the public information is being used instead.
Search Criteria
Package Details: openvpn3 24-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvpn3.git (read-only, click to copy) |
---|---|
Package Base: | openvpn3 |
Description: | OpenVPN 3 Linux client |
Upstream URL: | https://codeberg.org/OpenVPN/openvpn3-linux |
Keywords: | openvpn vpn |
Licenses: | AGPL3 |
Submitter: | bhyoo |
Maintainer: | bhyoo |
Last Packager: | bhyoo |
Votes: | 20 |
Popularity: | 1.46 |
First Submitted: | 2020-07-04 06:51 (UTC) |
Last Updated: | 2024-12-23 12:57 (UTC) |
Dependencies (19)
- gdbusppAUR (gdbuspp-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libcap-ng (libcap-ng-gitAUR)
- libnl (libnl-gitAUR)
- lz4 (lz4-gitAUR)
- protobuf (protobuf-gitAUR)
- python-dbus
- python-gobject
- python-systemd
- tinyxml2 (tinyxml2-gitAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- meson (meson-gitAUR) (make)
- python-docutils (make)
- python-jinja (make)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR) (optional) – mbed TLS version
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – OpenSSL version
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for systemd-resolved integration
- repkgAUR (optional) – Automatically rebuild the package on dependency updates
Required by (2)
- eovpn (optional)
- openvpn3-indicator-git
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »
thesharkcharles commented on 2024-06-13 07:44 (UTC)
bhyoo commented on 2024-06-11 08:54 (UTC)
@TwIsL The command is already included in https://aur.archlinux.org/cgit/aur.git/tree/openvpn3.install?h=openvpn3
TwIsL commented on 2024-06-11 08:01 (UTC)
Maybe PKGBUILD file should be updated according this issue - https://codeberg.org/OpenVPN/openvpn3-linux/issues/4
bhyoo commented on 2024-05-29 05:42 (UTC)
You can skip the check
step by adding --mflags='--nocheck'
before the issue is resolved.
bhyoo commented on 2024-05-29 05:40 (UTC)
@leonkacowicz Can you upload the full test log?
leonkacowicz commented on 2024-05-29 02:55 (UTC) (edited on 2024-05-29 02:55 (UTC) by leonkacowicz)
I getting an error in the during the test phase of build:
Summary of Failures:
6/7 openvpn3-linux:dbus / config-override-selftest FAIL 0.17s killed by signal 6 SIGABRT
Ok: 6
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
bhyoo commented on 2024-05-28 20:46 (UTC)
@remanifest @craftmaster @Pierre Updated. Please let me know if it does not work
remanifest commented on 2024-05-28 15:29 (UTC)
Can we please update this package to use this PKGBUILD? https://github.com/OpenVPN/openvpn3-linux/issues/171#issuecomment-2134919419
Everything appears to be in working order on this end.
craftmaster commented on 2024-05-11 11:34 (UTC)
makepkg --syncdeps
was not able to find distutils dependency for me. So, I had a configuring build error.
Installing python-distudils-extra
package worked for me.
Pierre commented on 2024-04-27 19:26 (UTC)
Would you mind switching to the dev branch until a new upstream release is available? This was actually suggested by the upstream developer. See: https://github.com/OpenVPN/openvpn3-linux/issues/251#issuecomment-2079368278
This should no longer need the glib workaround.
Pinned Comments
bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)
If you have trouble with building it, please run
yay -Scc
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.