From 3d13b4e16ba5a03cc46b04428b1b3fafe62cd27575357ef27ef973da408d72d2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Oct 2020 22:29:28 +0000 Subject: [PATCH] Accepting request 840342 from network OBS-URL: https://build.opensuse.org/request/show/840342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanidm?expand=0&rev=2 --- _service | 4 +-- cargo_config | 9 ++++++ kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz | 3 ++ kanidm-v1.1.0alpha~git0.c8ac497.tar.xz | 3 -- kanidm.changes | 37 ++++++++++++++++++++++-- kanidm.spec | 15 +++++----- vendor.tar.xz | 4 +-- 7 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz delete mode 100644 kanidm-v1.1.0alpha~git0.c8ac497.tar.xz diff --git a/_service b/_service index be07712..2389693 100644 --- a/_service +++ b/_service @@ -4,9 +4,9 @@ @PARENT_TAG@~git@TAG_OFFSET@.%h git - v1.1.0-alpha + v1.1.0-alpha.2 v* - v(\d+\.\d+\.\d+)-alpha + v(\d+\.\d+\.\d+)-alpha\.2 \1~alpha enable wbrown@suse.de diff --git a/cargo_config b/cargo_config index 454fa76..9797e66 100644 --- a/cargo_config +++ b/cargo_config @@ -6,5 +6,14 @@ git = "https://github.com/csnewman/libnss-rs.git" rev = "eab2d93d2438652773699b0807d558ce75b1e748" replace-with = "vendored-sources" +[source."https://github.com/http-rs/tide-rustls.git"] +git = "https://github.com/http-rs/tide-rustls.git" +rev = "c1f13a77e82369323274d832b8d3f33ba7c272c7" +replace-with = "vendored-sources" + +[source."https://github.com/mozilla-services/fernet-rs.git"] +git = "https://github.com/mozilla-services/fernet-rs.git" +replace-with = "vendored-sources" + [source.vendored-sources] directory = "vendor" \ No newline at end of file diff --git a/kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz b/kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz new file mode 100644 index 0000000..db90e6f --- /dev/null +++ b/kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3e70291e04553202935a1f909bfc34e6aafa111e615ad99ce20b8efa27d1f6 +size 4145072 diff --git a/kanidm-v1.1.0alpha~git0.c8ac497.tar.xz b/kanidm-v1.1.0alpha~git0.c8ac497.tar.xz deleted file mode 100644 index abc64df..0000000 --- a/kanidm-v1.1.0alpha~git0.c8ac497.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bd98d65a783ec72f25578e98dec4d43c14514fb7e6bec4229130e9bcbd48957 -size 30054264 diff --git a/kanidm.changes b/kanidm.changes index c0911da..aa12b13 100644 --- a/kanidm.changes +++ b/kanidm.changes @@ -1,7 +1,38 @@ -------------------------------------------------------------------- -Wed Sep 23 01:17:22 UTC 2020 - William Brown +Thu Oct 01 00:19:19 UTC 2020 - wbrown@suse.de -- Correct missing license details +- Update to version v1.1.0alpha.2~git0.764e727: + * Update + * (cargo-release) version 1.1.0-alpha.2 + * (cargo-release) version 1.1.0-alpha.2 + * (cargo-release) version 1.1.0-alpha.2 + * (cargo-release) version 1.1.0-alpha.2 + * (cargo-release) version 1.1.0-alpha.2 + * (cargo-release) version 1.1.0-alpha.2 + * (cargo-release) version 1.1.0-alpha.2 + * gitignore + * Update Release Notes + * 250 cookie to auth bearer (#321) + * 259 reduce clones (#319) + * Xxx clippy outdated (#318) + * 314 improve async (#316) + * Update README.md + * On login pw upgrade (#315) + * Add python3 support to radius + * Dynamic crypto rounds (#311) + * tweak book chapter + * 67 resource limits impl (#307) + * Update based on review + * Apply suggestions from code review + * doc + * Build improvements + * Support zfs page size + * V large cleanup + * Cleanup and improve client error handling + * Improve server hardening + * Update deps + add simd support in container + * Add FAQ + eap selection + * Minor updates + * tweak release steps ------------------------------------------------------------------- Mon Aug 3 00:38:29 UTC 2020 - William Brown diff --git a/kanidm.spec b/kanidm.spec index 5a95eb4..97576a6 100644 --- a/kanidm.spec +++ b/kanidm.spec @@ -1,7 +1,7 @@ # # spec file for package kanidm # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + # Solid source of inspiration. # https://build.opensuse.org/package/view_file/home:luke_nukem:rust_apps/nushell/nushell.spec?expand=1 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 Name: kanidm -Version: v1.1.0alpha~git0.c8ac497 +Version: v1.1.0alpha.2~git0.ca71b12 Release: 0 Summary: Kanidm identity project License: MPL-2.0 AND Apache-2.0 AND MIT AND ISC AND OpenSSL AND APSL-2.0 -Url: https://github.com/Firstyear/kanidm +URL: https://github.com/kanidm/kanidm Source: kanidm-%{version}.tar.xz Source1: vendor.tar.xz Source2: cargo_config @@ -36,9 +37,9 @@ Source12: server.toml ExcludeArch: %ix86 BuildRequires: cargo -BuildRequires: rust >= 1.39.0 -BuildRequires: rust-std-static BuildRequires: lld +BuildRequires: rust >= 1.45.0 +BuildRequires: rust-std-static # BuildRequires: pkgconfig(openssl) # BuildRequires: sqlite-devel BuildRequires: pam-devel @@ -73,7 +74,7 @@ Server for kanidm Summary: Client nsswitch/pam/ssh integration for consuming kanidm License: MPL-2.0 Requires: %{name}-clients -Requires: pam +Requires: pam # Requires: libsqlite3-0 %description unixd-clients @@ -177,5 +178,3 @@ install -m 0640 %{SOURCE12} %{buildroot}%{configdir}/server.toml %{_unitdir}/kanidm-unixd.service %changelog - - diff --git a/vendor.tar.xz b/vendor.tar.xz index bc5a2a5..4eb2e21 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34211423de725bcd3329b84e02642dbf9bc229c15ca971b614c9c057a21a8816 -size 26096900 +oid sha256:907ccccf95b2b6a734d0a7ca1dddfc29032b95503888e4c5ed49331876c6efe8 +size 27356440