Skip to content

Changes

Started 3 hr 4 min ago
Took 6 min 18 sec on encumbered_node

Summary

  1. heimdal: add 7.8.0 (commit: 6741c1e) (details)
  2. python/poetry_core: update to 2.3.1 (commit: aa7e8d4) (details)
  3. openldap: multiple ldap server usability fixes (commit: eebcff1) (details)
The file was addedcomponents/library/heimdal/heimdal.license
The file was addedcomponents/library/heimdal/patches/04-string-to-key-test.patch
The file was addedcomponents/library/heimdal/patches/06-skip-ntlm-string2key.patch
The file was addedcomponents/library/heimdal/patches/08-fix-missing-headers.patch
The file was addedcomponents/library/heimdal/files/krb5.conf
The file was addedcomponents/library/heimdal/heimdal.p5m
The file was addedcomponents/library/heimdal/patches/02-skip-mdtest.patch
The file was addedcomponents/library/heimdal/patches/05-skip-test_fx.patch
The file was addedcomponents/library/heimdal/manifests/sample-manifest.p5m
The file was addedcomponents/library/heimdal/patches/09-patch-lib_krb5_krb5_h.patch
The file was addedcomponents/library/heimdal/patches/03-aes-test.patch
The file was addedcomponents/library/heimdal/pkg5
The file was addedcomponents/library/heimdal/test/results-all.master
The file was addedcomponents/library/heimdal/patches/07-check-iprop.patch
The file was addedcomponents/library/heimdal/Makefile
The file was addedcomponents/library/heimdal/patches/01-md-size-memset_s.patch
Commit aa7e8d4ee5c9d5fb1ab3cb03283d52af04e5bae9 by noreply
python/poetry_core: update to 2.3.1

(commit: aa7e8d4)
The file was modifiedcomponents/python/poetry_core/patches/01-no-coverage.patch (diff)
The file was modifiedcomponents/python/poetry_core/test/results-all.master (diff)
The file was modifiedcomponents/python/poetry_core/.gitignore (diff)
The file was modifiedcomponents/python/poetry_core/Makefile (diff)
Commit eebcff149772303862e311aa476bea8e178c7d37 by noreply
openldap: multiple ldap server usability fixes

1) "ldapmodify" looks at argv[0] to see if it should act as "ldapadd";
add a patch so that the right thing happens when the command is
renamed to "openldapadd"

2) The only way to configure the list of service URLs served by slapd
is via the -h option on its command line.  Extend the method script to
pull them out of a multi-valued service property.

3) Add the --enable-crypt configure option which enables traditional
crypt(3C) hashed passwords.

4) Add a schema file derived from the schema installed by idsconfig
which is what the native nsswitch ldap module expects.

5) Several of the replication tests appear to be flaky.  In an attempt
to make them more likely to pass (at the cost of increased test wall
clock time), adjust a few environment variables to make the tests wait
a little longer for replication to complete.
(commit: eebcff1)
The file was addedcomponents/network/openldap/files/idsconfig.schema
The file was modifiedcomponents/network/openldap/files/ldap-olslapd (diff)
The file was modifiedcomponents/network/openldap/files/ldap-olslapd.xml (diff)
The file was modifiedcomponents/network/openldap/Makefile (diff)
The file was modifiedcomponents/network/openldap/openldap.p5m (diff)
The file was addedcomponents/network/openldap/patches/openldapadd.patch
The file was modifiedcomponents/network/openldap/pkg5 (diff)
The file was modifiedcomponents/network/openldap/test/results-all.master (diff)