Path to this page:
./
databases/ocaml-ldap,
OCamL implementation of the LDAP protocol
Branch: CURRENT,
Version: 2.4.2nb1,
Package name: ocaml-ldap-2.4.2nb1,
Maintainer: jaapbOcamldap 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.
Required to run:[
lang/ocaml] [
net/ocamlnet] [
security/ocaml-ssl] [
devel/ocaml-findlib] [
devel/pcre-ocaml] [
devel/ocaml-dune]
Required to build:[
misc/ocaml-opaline]
Master sites:
Filesize: 80.092 KB
Version history: (Expand)
- (2023-10-25) Updated to version: ocaml-ldap-2.4.2nb1
- (2022-05-04) Updated to version: ocaml-ldap-2.4.2
- (2021-03-08) Updated to version: ocaml-ldap-2.3.0nb7
- (2020-01-19) Updated to version: ocaml-ldap-2.3.0nb6
- (2018-11-12) Updated to version: ocaml-ldap-2.3.0nb5
- (2018-07-24) Updated to version: ocaml-ldap-2.3.0nb4
CVS history: (Expand)
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145) |
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
|
2022-05-04 12:06:59 by Jaap Boender | Files touched by this commit (3) |
Log message:
Update databases/ocaml-ldap to version 2.4.2
This changes the build system to dune, and adds other minor improvements
and bugfixes.
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
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-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | |
Log message:
Recursive revbump associated with update of lang/ocaml
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
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-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
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.
|