Skip to content

chore: bump tarantool-sys, remove cracklib

Yaroslav Dynnikov requested to merge remove-cracklib into master

Summary

  • chore: bump tarantool-sys, remove cracklib
  1. Rebase on top of fresh 2.11.0-picodata branch (2.11.0-40-g8277665cf0)
  2. Drop two commits related to cracklib vendoring. The original feature was abandoned (https://git.picodata.io/picodata/picodata/picodata/-/issues/283, !608 (closed)) so the cracklib isn't needed anymore.

See corresponding picodata/tarantool!95.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if API docs changed) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov

Merge request reports