Search Criteria
Package Details: ocserv 1.1.1-1
Git Clone URL: | https://aur.archlinux.org/ocserv.git (read-only, click to copy) |
---|---|
Package Base: | ocserv |
Description: | OpenConnect VPN Server |
Upstream URL: | https://gitlab.com/ocserv/ocserv |
Licenses: | |
Submitter: | bidulock |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 12 |
Popularity: | 0.149854 |
First Submitted: | 2013-07-06 00:46 |
Last Updated: | 2020-10-18 07:34 |
Dependencies (16)
- autogen
- freeradius-client
- geoip (geoip-git)
- http-parser (http-parser-git)
- libev (milter-manager-git)
- libnl (libnl-git)
- libpcl
- libseccomp (libseccomp-git)
- libsystemd (libsystemd-eudev-standalone, systemd-light-libs, systemd-cdown-libs-git, systemd-libs-git, systemd-libs-selinux, systemd-libs)
- libwrap
- oath-toolkit (oath-toolkit-git)
- protobuf-c
- talloc
- freeradius (make)
- gperf (gperf-git) (make)
- tcp-wrappers (make)
Latest Comments
1 2 Next › Last »
Vanilla commented on 2019-01-12 13:47
Installing ocserv.{config, passwd} into /etc/ocserv would be better? The default conf path in the systemd service is /etc/ocserv/ocserv.conf . And the
biax commented on 2018-12-16 19:55
@bidulock
after updating from 0.11.x to 0.12.0 as well as pacman -Syu after several months..
i get a lot of these:
ocserv[2329]: GnuTLS error (at worker-vpn.c:795): Error in the pull function. ocserv[2346]: worker[user]: x.x.x.x worker-vpn.c:1446: GnuTLS error (at worker-vpn.c:1446): Error in the pull function ocserv[2476]: GnuTLS error (at worker-vpn.c:795): Error decoding the received TLS packet.
i think the client is an iphone. android seem to have no issues.
what seems to be the issue?
bidulock commented on 2018-07-15 03:22
@zynaps, you need to build and install the packages on which ocserv depends. Both libpcl and freeradius-client are available on the AUR and must be built and installed before you attempt to build ocserv. makepkg -s will not install packages from the AUR on which ocserv depends.
zynaps commented on 2018-07-14 11:05
build fail on fresh installed system:
igor@border ocserv (master) % makepkg --cleanbuild --syncdeps --install --needed --clean ==> Making package: ocserv 0.12.0-1 (Sat 14 Jul 2018 11:00:38 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: libpcl error: target not found: freeradius-client ==> ERROR: 'pacman' failed to install missing dependencies. igor@border ocserv (master) %
bidulock commented on 2017-01-11 20:16
Ah, sorry, 0.11.6-2 should work ok.
moparisthebest commented on 2017-01-11 19:18
That doesn't appear to be the issue, even though you have
pkgver=0.11.6
you still have
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/ocserv/ocserv/repository/archive.tar.gz?ref=ocserv_0_11_4")
and should be
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/ocserv/ocserv/repository/archive.tar.gz?ref=ocserv_0_11_6")
It built fine when I changed that and the checksum
bidulock commented on 2016-12-19 06:18
Version 0.11.6 tarball from infradead.org has identical checksum to 0.11.4 tarball. Please report upstream.
zh99998 commented on 2015-09-27 07:04
if depends on gperf when compiling. please add it in building dependencies.
wongsyrone commented on 2015-09-26 00:32
@magicfish1990
GNU fixes this build issue in autogen 5.18.6, but this version not packaged by Arch devs yet.
bidulock commented on 2015-08-16 07:59
Downgrade autogen from 5.18.5-1 to 5.18.4-1 and the error below will disappear. So, it seems to be autogen upstream defect (also, it is the package that owns the offending file: /usr/share/autogen/optlib.tlib).