forked from pool/kanidm
Accepting request 1192442 from network:idm
- Update to version 1.3.1~git0.eed7c07: * Fix incorrect logic in cred update flow (#2956) * Resolve maintainer bikeshedding - Update to version 1.3.0~git0.e2a563f: * Release 1.3.0 (#2941) * New orca models (#2909) * Run rust_build CI between multiple Rust versions (#2939) * Bump the all group across 1 directory with 9 updates (#2938) * Bump the all group in /pykanidm with 4 updates (#2937) * fixing println bug (#2935) * Reorganising the daemon startup so it doesn't fail with OTEL configured (#2934) * clippying all the things (#2931) * docs reordering and cleanup (#2932) * Add scim proto to kanidm, refactor to improve serde performance. (#2933) * 20240725 allow connection to older servers (#2930) * Ubuntu/Debian buildy scripty tweaky things (#2928) * kanidm graph graphviz unfit for scripting bc. of non-graphviz output (#2876) * Improve workflow when account policy isnt satisfied (#2927) * Docs rework (#2919) * Bump the all group in /pykanidm with 4 updates (#2924) * Bump the all group with 5 updates (#2925) * Substring Indexing (#2905) * Oauth2 in htmx (#2912) * Strict redirect URL enforcement (#2917) * Bump gix-path from 0.10.8 to 0.10.9 in the cargo group (#2918) * fix typos (#2908) * Add missing groups scope to Grafana example scope-map (#2914) * build profiles: rename release_suse_generic to release_linux (#2907) * 20240716 check mkdir (#2906) OBS-URL: https://build.opensuse.org/request/show/1192442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanidm?expand=0&rev=33
This commit is contained in:
commit
8e0de9b6eb
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/kanidm/kanidm.git</param>
|
<param name="url">https://github.com/kanidm/kanidm.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">1.2.0</param>
|
<param name="revision">1.3.0</param>
|
||||||
<param name="match-tag">v*</param>
|
<param name="match-tag">v*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/kanidm/kanidm.git</param>
|
<param name="url">https://github.com/kanidm/kanidm.git</param>
|
||||||
<param name="changesrevision">c4153c96bb10b9299aa5592b9d326872838c5d2d</param></service></servicedata>
|
<param name="changesrevision">eed7c071567942efffc406107384b24a90142b4b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:afd10f85af96b1ebf0942d178d1aeaa181ddb423bbff0feed93538a6861bc275
|
|
||||||
size 11175378
|
|
3
kanidm-1.3.1~git0.eed7c07.tar.zst
Normal file
3
kanidm-1.3.1~git0.eed7c07.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5965a13cb0cd03a420fef2ced4119f4f3cab188f94684f12ec2a676e6bbf294d
|
||||||
|
size 11627809
|
124
kanidm.changes
124
kanidm.changes
@ -1,3 +1,127 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 08 02:16:57 UTC 2024 - william.brown@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.3.1~git0.eed7c07:
|
||||||
|
* Fix incorrect logic in cred update flow (#2956)
|
||||||
|
* Resolve maintainer bikeshedding
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 07 03:15:00 UTC 2024 - william.brown@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.3.0~git0.e2a563f:
|
||||||
|
* Release 1.3.0 (#2941)
|
||||||
|
* New orca models (#2909)
|
||||||
|
* Run rust_build CI between multiple Rust versions (#2939)
|
||||||
|
* Bump the all group across 1 directory with 9 updates (#2938)
|
||||||
|
* Bump the all group in /pykanidm with 4 updates (#2937)
|
||||||
|
* fixing println bug (#2935)
|
||||||
|
* Reorganising the daemon startup so it doesn't fail with OTEL configured (#2934)
|
||||||
|
* clippying all the things (#2931)
|
||||||
|
* docs reordering and cleanup (#2932)
|
||||||
|
* Add scim proto to kanidm, refactor to improve serde performance. (#2933)
|
||||||
|
* 20240725 allow connection to older servers (#2930)
|
||||||
|
* Ubuntu/Debian buildy scripty tweaky things (#2928)
|
||||||
|
* kanidm graph graphviz unfit for scripting bc. of non-graphviz output (#2876)
|
||||||
|
* Improve workflow when account policy isnt satisfied (#2927)
|
||||||
|
* Docs rework (#2919)
|
||||||
|
* Bump the all group in /pykanidm with 4 updates (#2924)
|
||||||
|
* Bump the all group with 5 updates (#2925)
|
||||||
|
* Substring Indexing (#2905)
|
||||||
|
* Oauth2 in htmx (#2912)
|
||||||
|
* Strict redirect URL enforcement (#2917)
|
||||||
|
* Bump gix-path from 0.10.8 to 0.10.9 in the cargo group (#2918)
|
||||||
|
* fix typos (#2908)
|
||||||
|
* Add missing groups scope to Grafana example scope-map (#2914)
|
||||||
|
* build profiles: rename release_suse_generic to release_linux (#2907)
|
||||||
|
* 20240716 check mkdir (#2906)
|
||||||
|
* Fix issues with suspend reported by himmelblau (#2911)
|
||||||
|
* Implement home_mount_path logic (#2894)
|
||||||
|
* Forcing the http2 feature on hyper, but also chasing some out of date packages (#2896)
|
||||||
|
* Updating service type per kanidm/kanidm#2892 (#2898)
|
||||||
|
* making the internals of kanidmclientconfig public for other users (#2895)
|
||||||
|
* enable build htmx in docker (#2893)
|
||||||
|
* Fixes the logout flow in htmx and improves the login error dialog (#2889)
|
||||||
|
* htmx logout tidy up (#2884)
|
||||||
|
* Tidy up replication poll interval (#2883)
|
||||||
|
* Bump the all group with 8 updates (#2899)
|
||||||
|
* Bump the all group in /pykanidm with 2 updates (#2900)
|
||||||
|
* Add a migration for future versions that will notify and warn about the removal of security keys. (#2885)
|
||||||
|
* Update mtls cert lifetime (#2886)
|
||||||
|
* Bump zipp from 3.16.2 to 3.19.1 in /pykanidm in the pip group (#2888)
|
||||||
|
* [htmx] Apps page (#2868)
|
||||||
|
* Bump the all group in /pykanidm with 3 updates (#2879)
|
||||||
|
* Bump the all group across 1 directory with 10 updates (#2881)
|
||||||
|
* 20240703 htmx (#2870)
|
||||||
|
* Bump certifi from 2023.7.22 to 2024.7.4 in /pykanidm (#2877)
|
||||||
|
* Offer configuration of images for Oauth2 resources (#2665)
|
||||||
|
* 2818 2511 oauth2 urls (#2867)
|
||||||
|
* Vale Edits 0.1 (#2869)
|
||||||
|
* added orca docker file, make target and credential reset capabilities (#2846)
|
||||||
|
* 20240620 htmx (#2854)
|
||||||
|
* Bump the all group in /pykanidm with 2 updates (#2864)
|
||||||
|
* Bump the all group with 5 updates (#2865)
|
||||||
|
* Fixed link to the developers guide (#2862)
|
||||||
|
* Tweaks to make the makefile make things make easier.
|
||||||
|
* Update sssd.md
|
||||||
|
* adding freebsd target_os
|
||||||
|
* Bump the all group across 1 directory with 8 updates (#2852)
|
||||||
|
* Bump the all group in /pykanidm with 3 updates (#2849)
|
||||||
|
* Bump the all group with 2 updates (#2850)
|
||||||
|
* Configurable thread count (#2847)
|
||||||
|
* 20240613 performance improvements (#2844)
|
||||||
|
* Bump urllib3 from 2.0.7 to 2.2.2 in /pykanidm (#2843)
|
||||||
|
* Allow providers to be box dyn (#2794)
|
||||||
|
* Bump the all group in /pykanidm with 2 updates (#2842)
|
||||||
|
* illumos support (#2838)
|
||||||
|
* 20240611 performance (#2836)
|
||||||
|
* Bump the all group across 1 directory with 3 updates (#2837)
|
||||||
|
* Bump the all group across 1 directory with 5 updates (#2835)
|
||||||
|
* 20240607 2417 piv (#2829)
|
||||||
|
* fix: typos in OpenApi (#2827)
|
||||||
|
* Bump authlib from 1.3.0 to 1.3.1 in /pykanidm (#2834)
|
||||||
|
* Bump the all group with 7 updates (#2811)
|
||||||
|
* Double shutdown doesn't help! (#2828)
|
||||||
|
* Stats collection improvements and a bunch of other stuff (#2820)
|
||||||
|
* Add development taint flag to prevent mismatch of server versions (#2821)
|
||||||
|
* Remove small ambiguity in docs (#2823)
|
||||||
|
* lowering "access search" security log levels (#2819)
|
||||||
|
* Better WebAuthn and other error responses (#2608)
|
||||||
|
* Update examples/server_container.toml (#2814)
|
||||||
|
* Bump the all group in /pykanidm with 3 updates (#2812)
|
||||||
|
* 20240530 nightly warnings (#2806)
|
||||||
|
* Regrets Dot Pee Enn Gee (#2804)
|
||||||
|
* Resolve incorrect handling of tokens in logout flow (#2795)
|
||||||
|
* 2756 - resolve invalid loading of dyngroups at startup (#2779)
|
||||||
|
* WIP: serialization and domain info setting wonkiness (#2791)
|
||||||
|
* Bump the all group in /pykanidm with 3 updates (#2799)
|
||||||
|
* fix DB_PATH variable propagation (#2797)
|
||||||
|
* feat: add support for ldap compare request (#2780)
|
||||||
|
* Add ACP checking to exists operations. (#2790)
|
||||||
|
* Allow name write privileges to be withheld (#2773)
|
||||||
|
* Check for same version with backup/restore (#2789)
|
||||||
|
* Revive Cookies. (#2788)
|
||||||
|
* Fixing up the docs deploy script (#2787)
|
||||||
|
* chore(deps-dev): bump the all group in /pykanidm with 3 updates (#2781)
|
||||||
|
* Update our domain TGT level (#2776)
|
||||||
|
* Fix PIN and MFA Code pam prompts (#2759)
|
||||||
|
* Update design for KRC (#2713)
|
||||||
|
* Add some extra comparisons to the readme (#2768)
|
||||||
|
* strip out some debug messages unless *really* debugging. (#2767)
|
||||||
|
* Update dev version (#2726)
|
||||||
|
* Don't need to check versions when there's an intermediary reporting connectivity issues (#2758)
|
||||||
|
* updating text to fix typo, add more info (#2761)
|
||||||
|
* Changing TOTP "copy" box from form field to code block. (#2765)
|
||||||
|
* chore(deps-dev): bump ruff in /pykanidm in the all group (#2763)
|
||||||
|
* Use fully qualified container URLS (#2754)
|
||||||
|
* chore(deps-dev): bump the all group in /pykanidm with 3 updates (#2747)
|
||||||
|
* chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 in /pykanidm (#2752)
|
||||||
|
* Fixing up build for rust 1.78, hiding things behind cfg(test) etc. (#2753)
|
||||||
|
* Fix broken links in <details> sections (#2737)
|
||||||
|
* Update Webauthn and Base64 (#2734)
|
||||||
|
* Add some metadata for lib macros (#2735)
|
||||||
|
* chore(deps): bump the all group in /pykanidm with 7 updates (#2729)
|
||||||
|
* Clean up utils password rand generation. (#2727)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 02:47:22 UTC 2024 - william.brown@suse.com
|
Thu May 30 02:47:22 UTC 2024 - william.brown@suse.com
|
||||||
|
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define kanidm_profile release_suse_generic
|
%define kanidm_profile release_linux
|
||||||
%define configdir %{_sysconfdir}/kanidm
|
%define configdir %{_sysconfdir}/kanidm
|
||||||
|
|
||||||
Name: kanidm
|
Name: kanidm
|
||||||
Version: 1.2.2~git0.c4153c9
|
Version: 1.3.1~git0.eed7c07
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A identity management service and clients.
|
Summary: A identity management service and clients.
|
||||||
License: ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR ISC OR MIT ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Apache-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+
|
License: ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR ISC OR MIT ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Apache-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:09b8f5a0972a295cf673ba060622db48cafe3d669c7087ed3226c0308f4bfb08
|
oid sha256:f922a2a06d85bb6f396f8e8ce0632c676fe3b6d2798a4c406fe9f7671ed70c90
|
||||||
size 63465878
|
size 69568976
|
||||||
|
Loading…
x
Reference in New Issue
Block a user