Search Criteria
Package Details: libreswan 4.2-1
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: | |
Conflicts: | |
Submitter: | abique |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 39 |
Popularity: | 1.30 |
First Submitted: | 2014-03-07 08:29 |
Last Updated: | 2021-02-05 03:35 |
Dependencies (12)
- curl (curl-git, curl-minimal-git)
- libcap-ng (libcap-ng-git, libcap-ng-minimal-git)
- nss (nss-hg)
- python3 (python)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- unbound
- bison (byacc-bison, bison-git) (make)
- docbook-xsl (make)
- flex (flex-git) (make)
- xmlto (xmlto-git) (make)
- networkmanager-l2tp (optional) – L2TP support for NetworkManager using libreswan for IPSec
- networkmanager-libreswan (networkmanager-libreswan-git) (optional) – NetworkManager support
Required by (4)
- hash-slinger (optional)
- hash-slinger-git (optional)
- networkmanager-libreswan
- networkmanager-libreswan-git
Latest Comments
1 2 3 4 5 6 Next › Last »
lano1106 commented on 2021-03-02 08:05
I agree with dkosovic.
I do need modp1024 too for my libreswan usage for the same reason (modp1024)
dkosovic commented on 2021-02-09 07:40
It'll be great if libreswan can be built with
USE_DH2=true
like how Red Hat are with CentOS Stream 8 (and upcoming RHEL 8.4) :https://git.centos.org/rpms/libreswan/blob/c8s/f/SPECS/libreswan.spec
USE_DH2=true
will allowmodp1024
which many legacy VPN servers are only proposing. Additionally, networkmanager-l2tp will need to be built with--enable-libreswan-dh2
configure switch.severach commented on 2021-02-09 03:00
Move to community is fine.
xyproto commented on 2021-02-08 12:56
@severach Would you mind if I adopted and moved this package to [community]?
grossws commented on 2020-12-08 16:58
libreswan removed
-DALLOW_MICROSOFT_BAD_PROPOSAL
in v4.0 by default in mk/config.mk, see 1.Could you please reenable it for now? It would be enabled in next release automatically (and ifdef removed), see 2.
aita commented on 2020-06-23 08:54
ipsec verify
shows some errors.severach commented on 2020-05-20 19:31
Compile with nss 3.51 then you can immediately upgrade to nss 3.52. The nss 3.52 headers are the problem. nss 3.51 headers work for nss 3.52.
squalou commented on 2020-05-20 11:07
@defts : THANKS !
oddy commented on 2020-05-20 10:59
@defts is a lifesaver. As mentioned in https://github.com/libreswan/libreswan/issues/342 nss needs to be downgraded. In my case I have downgraded from nss 3.52.1 to nss 3.51.1-1 and rebuilt libreswan. This fixes the issue.
defts commented on 2020-05-20 09:40
@squalou @oddy
same issue here
for a quick fix, you can downgrade nss to 3.51 and rebuild libreswan
i post that reponse here https://github.com/libreswan/libreswan/issues/342