Import 389-ds-base_2.4.4+dfsg1-3.debian.tar.xz
authorTimo Aaltonen <tjaalton@debian.org>
Sat, 10 Feb 2024 09:04:23 +0000 (11:04 +0200)
committerTimo Aaltonen <tjaalton@debian.org>
Sat, 10 Feb 2024 09:04:23 +0000 (11:04 +0200)
commit1c9cb0a323b2b801491150005c87a27990ef7cb9
tree99ebea858cf47dee01181f23efa38e572efb1cad
Import 389-ds-base_2.4.4+dfsg1-3.debian.tar.xz

[dgit import tarball 389-ds-base 2.4.4+dfsg1-3 389-ds-base_2.4.4+dfsg1-3.debian.tar.xz]
123 files changed:
389-ds-base-dev.install [new file with mode: 0644]
389-ds-base-libs.install [new file with mode: 0644]
389-ds-base-libs.lintian-overrides [new file with mode: 0644]
389-ds-base.default [new file with mode: 0644]
389-ds-base.dirs [new file with mode: 0644]
389-ds-base.install [new file with mode: 0644]
389-ds-base.links [new file with mode: 0644]
389-ds-base.lintian-overrides [new file with mode: 0644]
389-ds-base.postinst [new file with mode: 0644]
389-ds-base.postrm [new file with mode: 0644]
389-ds-base.prerm [new file with mode: 0644]
README.Debian [new file with mode: 0644]
changelog [new file with mode: 0644]
cockpit-389-ds.install [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
gitlab-ci.yml [new file with mode: 0644]
patches/allow-newer-crates.diff [new file with mode: 0644]
patches/base64-0.21.diff [new file with mode: 0644]
patches/fix-saslpath.diff [new file with mode: 0644]
patches/series [new file with mode: 0644]
patches/use-packaged-rust-registry.diff [new file with mode: 0644]
python3-lib389.install [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
source/include-binaries [new file with mode: 0644]
source/lintian-overrides [new file with mode: 0644]
tests/control [new file with mode: 0644]
tests/setup [new file with mode: 0644]
vendor/concread/.cargo-checksum.json [new file with mode: 0644]
vendor/concread/CACHE.md [new file with mode: 0644]
vendor/concread/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/concread/CONTRIBUTORS.md [new file with mode: 0644]
vendor/concread/Cargo.toml [new file with mode: 0644]
vendor/concread/LICENSE.md [new file with mode: 0644]
vendor/concread/Makefile [new file with mode: 0644]
vendor/concread/README.md [new file with mode: 0644]
vendor/concread/asan_test.sh [new file with mode: 0755]
vendor/concread/benches/arccache.rs [new file with mode: 0644]
vendor/concread/benches/hashmap_benchmark.rs [new file with mode: 0644]
vendor/concread/src/arcache/ll.rs [new file with mode: 0644]
vendor/concread/src/arcache/mod.rs [new file with mode: 0644]
vendor/concread/src/arcache/traits.rs [new file with mode: 0644]
vendor/concread/src/bptree/asynch.rs [new file with mode: 0644]
vendor/concread/src/bptree/impl.rs [new file with mode: 0644]
vendor/concread/src/bptree/mod.rs [new file with mode: 0644]
vendor/concread/src/cowcell/asynch.rs [new file with mode: 0644]
vendor/concread/src/cowcell/mod.rs [new file with mode: 0644]
vendor/concread/src/ebrcell/mod.rs [new file with mode: 0644]
vendor/concread/src/hashmap/asynch.rs [new file with mode: 0644]
vendor/concread/src/hashmap/impl.rs [new file with mode: 0644]
vendor/concread/src/hashmap/mod.rs [new file with mode: 0644]
vendor/concread/src/internals/bptree/cursor.rs [new file with mode: 0644]
vendor/concread/src/internals/bptree/iter.rs [new file with mode: 0644]
vendor/concread/src/internals/bptree/macros.rs [new file with mode: 0644]
vendor/concread/src/internals/bptree/mod.rs [new file with mode: 0644]
vendor/concread/src/internals/bptree/node.rs [new file with mode: 0644]
vendor/concread/src/internals/bptree/states.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/cursor.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/iter.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/macros.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/mod.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/node.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/simd.rs [new file with mode: 0644]
vendor/concread/src/internals/hashmap/states.rs [new file with mode: 0644]
vendor/concread/src/internals/lincowcell/mod.rs [new file with mode: 0644]
vendor/concread/src/internals/lincowcell_async/mod.rs [new file with mode: 0644]
vendor/concread/src/internals/mod.rs [new file with mode: 0644]
vendor/concread/src/lib.rs [new file with mode: 0644]
vendor/concread/src/threadcache/mod.rs [new file with mode: 0644]
vendor/concread/src/unsound.rs [new file with mode: 0644]
vendor/concread/src/unsound2.rs [new file with mode: 0644]
vendor/concread/src/unsound3.rs [new file with mode: 0644]
vendor/concread/src/utils.rs [new file with mode: 0644]
vendor/concread/static/arc_1.png [new file with mode: 0644]
vendor/concread/static/arc_2.png [new file with mode: 0644]
vendor/concread/static/cow_1.png [new file with mode: 0644]
vendor/concread/static/cow_2.png [new file with mode: 0644]
vendor/concread/static/cow_3.png [new file with mode: 0644]
vendor/concread/static/cow_arc_1.png [new file with mode: 0644]
vendor/concread/static/cow_arc_2.png [new file with mode: 0644]
vendor/concread/static/cow_arc_3.png [new file with mode: 0644]
vendor/concread/static/cow_arc_4.png [new file with mode: 0644]
vendor/concread/static/cow_arc_5.png [new file with mode: 0644]
vendor/concread/static/cow_arc_6.png [new file with mode: 0644]
vendor/concread/static/cow_arc_7.png [new file with mode: 0644]
vendor/concread/static/cow_arc_8.png [new file with mode: 0644]
vendor/concread/static/cow_arc_9.png [new file with mode: 0644]
vendor/uuid/.cargo-checksum.json [new file with mode: 0644]
vendor/uuid/CODEOWNERS [new file with mode: 0644]
vendor/uuid/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/uuid/CONTRIBUTING.md [new file with mode: 0644]
vendor/uuid/COPYRIGHT [new file with mode: 0644]
vendor/uuid/Cargo.toml [new file with mode: 0644]
vendor/uuid/LICENSE-APACHE [new file with mode: 0644]
vendor/uuid/LICENSE-MIT [new file with mode: 0644]
vendor/uuid/README.md [new file with mode: 0644]
vendor/uuid/README.tpl [new file with mode: 0644]
vendor/uuid/benches/format_str.rs [new file with mode: 0644]
vendor/uuid/benches/invalid_parse_str.rs [new file with mode: 0644]
vendor/uuid/benches/mod.rs [new file with mode: 0644]
vendor/uuid/benches/serde_support.rs [new file with mode: 0644]
vendor/uuid/benches/slog_support/mod.rs [new file with mode: 0644]
vendor/uuid/benches/slog_support/parse_str.rs [new file with mode: 0644]
vendor/uuid/benches/valid_parse_str.rs [new file with mode: 0644]
vendor/uuid/src/adapter/compact.rs [new file with mode: 0644]
vendor/uuid/src/adapter/mod.rs [new file with mode: 0644]
vendor/uuid/src/builder/error.rs [new file with mode: 0644]
vendor/uuid/src/builder/mod.rs [new file with mode: 0644]
vendor/uuid/src/error.rs [new file with mode: 0644]
vendor/uuid/src/lib.rs [new file with mode: 0644]
vendor/uuid/src/parser/error.rs [new file with mode: 0644]
vendor/uuid/src/parser/mod.rs [new file with mode: 0644]
vendor/uuid/src/prelude.rs [new file with mode: 0644]
vendor/uuid/src/serde_support.rs [new file with mode: 0644]
vendor/uuid/src/slog_support.rs [new file with mode: 0644]
vendor/uuid/src/test_util.rs [new file with mode: 0644]
vendor/uuid/src/v1.rs [new file with mode: 0644]
vendor/uuid/src/v3.rs [new file with mode: 0644]
vendor/uuid/src/v4.rs [new file with mode: 0644]
vendor/uuid/src/v5.rs [new file with mode: 0644]
vendor/uuid/src/winapi_support.rs [new file with mode: 0644]
watch [new file with mode: 0644]