On Wed 25/04/2018 17:39, Landry Breuil wrote: > On Wed, Apr 25, 2018 at 03:45:50PM +0200, Björn Ketelaars wrote: > > ocserv 0.12.0 has been released, which has improvements for openconnect > > server to support virtual hosts, and other improvements in the supported > > authentication methods. From > > http://lists.infradead.org/pipermail/openconnect-devel/2018-April/004854.html > > : > > > > - Allow DTLS stream to come from different IP from TLS stream. There are > > situations where internet providers send the UDP stream from different > > IP (#61). > > - Increased possibilities of allowed combinations of authentication > > methods (#108). > > - Corrected regression since 0.11.8 with OTP authentication (#137). > > - Added support for hostname-based virtual hosts, utilizing TLS SNI. > > With that change it is possible to configure multiple servers running > > over the same port (#133). > > > > Changes to port: > > - There is no need any more for libintl, as such remove devel/gettext > > from LDEP and sync WANTLIB > > support for it was removed upstream ? doesnt seem to from the release > notes, would be nice to figure out why you can remove it, or its just > the configure goo to detect it that got broken... > > Other than that it reads okay.
Upstream replaced the configuration parser with inih parser eliminating the dependency on libopts as well as on gettext. Relevant commits: https://gitlab.com/ocserv/ocserv/commit/533677bd73987f0d2b4fb8194f35e5456088ec1b https://gitlab.com/ocserv/ocserv/commit/1b8079a11a24c0a1a6f468acaf23ba6f26f5dece
