head 1.2; access; symbols pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2019.01.29.12.47.02; author jaapb; state dead; branches; next 1.1; commitid yLS3Li7avNCW3G9B; 1.1 date 2018.11.29.10.54.14; author jaapb; state Exp; branches; next ; commitid 9DpGb7ETP873pP1B; desc @@ 1.2 log @Updated www/ocsigen to 2.11.0. Changes include: - compatibility with ocaml 4.07 - compatibility with Lwt 4.x (a lot of this was already in patches, which I've now been able to remove) - replace tyxml-parser with xml-light and some other minor bugfixes and improvements. @ text @$NetBSD: patch-src_extensions_authbasic.mli,v 1.1 2018/11/29 10:54:14 jaapb Exp $ Replace tyxml.parser with xml-light (patch from upstream) --- src/extensions/authbasic.mli.orig 2018-02-01 12:55:17.000000000 +0000 +++ src/extensions/authbasic.mli @@@@ -34,7 +34,7 @@@@ val register_basic_authentication_method : - (Simplexmlparser.xml -> string -> string -> bool Lwt.t) -> unit + (Xml.xml -> string -> string -> bool Lwt.t) -> unit (** This function registers an authentication plugin: it adds a new parser to the list of available authentication schemes. @@@@ -55,7 +55,7 @@@@ val register_basic_authentication_method val get_basic_authentication_method : - Simplexmlparser.xml -> string -> string -> bool Lwt.t + Xml.xml -> string -> string -> bool Lwt.t (** This function combines all the parsers registered with [register_basic_authentication_method]. It might be useful for other extensions. Not for the casual user. *) @ 1.1 log @Switched www/ocsigenserver to use ocaml-xml-light parser This is a patch from upstream, applied before release as the new version of tyxml already removed the parser from distribution. @ text @d1 1 a1 1 $NetBSD$ @