Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package ldap.2.5.1 #26320

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Package ldap.2.5.1 #26320

merged 1 commit into from
Aug 2, 2024

Conversation

kit-ty-kate
Copy link
Member

ldap.2.5.1

Implementation of the Light Weight Directory Access Protocol



🐫 Pull-request generated by opam-publish v2.3.1

Copy link
Collaborator

@shonfeder shonfeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Windows failure looks to be from a dependency:

  [ERROR] The compilation of ocamlnet.4.1.9-2 failed at "make all".
  -> installed dune.3.16.0
  -> installed csexp.1.5.2
  -> installed camlp-streams.5.0.1
  -> installed re.1.11.0
  -> installed dune-configurator.3.16.0
  [ERROR] The compilation of ssl.0.7.0 failed at "dune build -p ssl -j 3 @install".
  
  #=== ERROR while compiling ssl.0.7.0 ==========================================#
  # context     2.2.0 | win32/x86_64 | ocaml.4.14.2 | file://D:/a/opam-repository/opam-repository
  # path        D:\opamroot\default\.opam-switch\build\ssl.0.7.0
  # command     D:\opamroot\default\bin\dune.exe build -p ssl -j 3 @install
  # exit-code   1
  # env-file    D:\opamroot\log\ssl-1960-5e60e6.env
  # output-file D:\opamroot\log\ssl-1960-5e60e6.out
  ### output ###
  # ssl_stubs.c:1321:3: warning: implicit declaration of function 'ASN1_TIME_to_tm'; did you mean 'ASN1_TIME_set'? [-Wimplicit-function-declaration]
  # [...]
  #       |   ^~~~~~~~~~~~~~~
  #       |   ASN1_TIME_set
  # ssl_stubs.c:1321:19: warning: implicit declaration of function 'X509_get0_notBefore'; did you mean 'X509_get_notBefore'? [-Wimplicit-function-declaration]
  #  1321 |   ASN1_TIME_to_tm(X509_get0_notBefore(cert), &t);
  #       |                   ^~~~~~~~~~~~~~~~~~~
  #       |                   X509_get_notBefore
  # ssl_stubs.c: In function 'ocaml_ssl_get_expiration_date':
  # ssl_stubs.c:1333:19: warning: implicit declaration of function 'X509_get0_notAfter'; did you mean 'X509_get_notAfter'? [-Wimplicit-function-declaration]
  #  1333 |   ASN1_TIME_to_tm(X509_get0_notAfter(cert), &t);
  #       |                   ^~~~~~~~~~~~~~~~~~
  #       |                   X509_get_notAfter

@mseri
Copy link
Member

mseri commented Aug 2, 2024

Thanks

@mseri mseri merged commit c635641 into ocaml:master Aug 2, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants