summaryrefslogtreecommitdiff
path: root/databases/ocaml-ldap
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packagesjaapb1-2/+2
2022-05-04Update databases/ocaml-ldap to version 2.4.2jaapb3-68/+76
This changes the build system to dune, and adds other minor improvements and bugfixes.
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-03-08Recursive revbump associated with update of lang/ocamljaapb1-2/+2
2020-01-26all: migrate some SourceForge homepage URLs back from https to httprillig1-2/+2
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2019-11-02databases: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned -r No manual corrections.
2018-11-12Revbumps associated with update of lang/ocaml.jaapb1-2/+2
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb1-2/+2
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb1-2/+2
(this is the upgrade from 4.06 to 4.06.1)
2018-01-10Recursive revbump associated with the update to OCaml 4.06.jaapb1-2/+2
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb1-1/+2
2017-09-07Updated package to latest version, 2.3 and changed distribution tojaapb4-112/+82
GitHub. Changes include: 2.3.0 * Enable OCaml >= 4.02 compatibility * Enable safe-string compatibility * Backport fixes from 2.1.8 * Use OASIS to build the documentation * Bug fixed: Ldap_protocol doesn't handle SASL correctly (RFC 4511 4.2.2) (Patch by David Allsopp) * Added paged result control (Patch by Christian Wills) * Fix: Add Str to the build dependencies
2017-07-11Revbump associated with ocaml-4.04.2jaapb1-2/+2
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb1-1/+2
2016-09-20Added PKGNAME to conform to directory namejaapb1-2/+4
2016-09-20New package databases/ocaml-ldap, an LDAP library for OCaml.jaapb5-0/+216
Ocamldap is an implementation of the Light Weight Directory Access Protocol, and a set of useful tools built around it. It includes high level libraries for creating ldap clients and ldap servers. It also includes many of the auxiliary tools needed for building intelligent solutions, and interoperating with other directories. These include, an rfc2252 schema parser, and an schema checker, an ldif parser and printer, a search filter parser (but no printer yet), and a rudimentary ldap url parser.