Search Criteria
Package Details: libreswan 5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libreswan.git (read-only, click to copy) |
---|---|
Package Base: | libreswan |
Description: | IPsec implementation with IKEv1 and IKEv2 keying protocols |
Upstream URL: | https://libreswan.org/ |
Keywords: | ipsec |
Licenses: | GPL, MPL |
Conflicts: | freeswan, ipsec-tools, openswan, strongswan |
Submitter: | abique |
Maintainer: | cedricroijakkers |
Last Packager: | cedricroijakkers |
Votes: | 46 |
Popularity: | 0.004822 |
First Submitted: | 2014-03-07 08:29 (UTC) |
Last Updated: | 2024-10-30 11:11 (UTC) |
Dependencies (13)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR)
- libcap-ng (libcap-ng-gitAUR)
- nss (nss-hgAUR)
- python3 (python)
- systemd (systemd-chromiumosAUR, systemd-gitAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR)
- unbound (unbound-gitAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- docbook-xsl (make)
- flex (flex-gitAUR) (make)
- xmlto (xmlto-gitAUR) (make)
- networkmanager-l2tp (optional) – L2TP support for NetworkManager using libreswan for IPSec
- networkmanager-libreswanAUR (networkmanager-libreswan-gitAUR) (optional) – NetworkManager support
Required by (4)
- hash-slinger (optional)
- hash-slinger-git (optional)
- networkmanager-libreswan
- networkmanager-libreswan-git
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
tapia commented on 2020-03-16 09:18 (UTC)
@heapifyman, @tatumkhamun maybe it is related to this: https://github.com/nm-l2tp/NetworkManager-l2tp/issues/123
At least for me, the workaround described there solved my problem.
tatumkhamun commented on 2020-03-16 09:07 (UTC)
@heapifyman I am having the same issue since upgrading. I am trying to connect to L2TP Ipsec with PSK but it just attempts and fails.
journalctl -u NetworkManager
shows the same error:g_dbus_method_invocation_take_error: assertion 'error != NULL' failed
.Did you find a fix for this?
heapifyman commented on 2020-03-15 19:58 (UTC) (edited on 2020-03-15 19:58 (UTC) by heapifyman)
After updating to 3.31-1 my VPN connection won't start anymore.
journalctl -u NetworkManager
shows the following error:nm-l2tp-service[17626]: g_dbus_method_invocation_take_error: assertion 'error != NULL' failed
xerxies commented on 2019-08-26 14:55 (UTC)
d'oh, thanks. I didn't even think about recompiling this after the libevent upgrade...
squalou commented on 2019-08-23 09:01 (UTC)
@severach : I wonder if publishing a 3.29-2 (with no real change) wouldn't solve these issues, as it would force a clean install ? (not sure about the 'clean' part in my sentence :) )
squalou commented on 2019-08-23 08:58 (UTC)
Hi, faced similar issue (and 5 friends at work).
To solve this
uninstall libreswan
reinstall with a clean buld meaning for instance : remove $HOME/.cache/yay/libreswan if you use yay.
This forces a full compilation against newly installed libevent
xerxies commented on 2019-08-13 21:13 (UTC)
pluto[3686]: /usr/lib/ipsec/pluto: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory
Upgrading from libevent-2.1.10-1 -> libevent 2.1.11-1 appears to have broken ipsec_pluto's dependency on libevent-2.1.so.6. Downgrading libevent resolves this. Symlinking it seems to work as well, but not knowing the difference between the shared object versions I'm hesitant.
gkrukar commented on 2019-05-25 22:38 (UTC) (edited on 2019-05-25 22:38 (UTC) by gkrukar)
Build failed
#include <unbound-event.h> / from unbound devel / ^~~~~~~~~~~~~~~~~ compilation terminated.
Gomasy commented on 2018-09-15 09:57 (UTC)
Thank you for the advice! I just incremented pkgrel.
squalou commented on 2018-09-15 06:11 (UTC)
recent unbound update broke my libreswan.
/usr/lib/libunbound.so.2 has gone missing, replaced by .so.8
quick workaround :
sudo ln -s /usr/lib/libunbound.so.8.0.0 /usr/lib/libunbound.so.2
in this situation, does a reinsallation of package fix things ?
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »