Accepting request 1031575 from home:stroeder:iam
Update to version 11.0.1 OBS-URL: https://build.opensuse.org/request/show/1031575 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=62
This commit is contained in:
parent
25ac08ecd1
commit
e1d9609aad
4
_service
4
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v11.0.0</param>
|
||||
<param name="revision">v11.0.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -25,6 +25,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">teleport-11.0.0.tar.gz</param>
|
||||
<param name="archive">teleport-11.0.1.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gravitational/teleport</param>
|
||||
<param name="changesrevision">0c2973dbae77a1a19ebb8bb1d7f059659a674038</param></service></servicedata>
|
||||
<param name="changesrevision">4746a0ad70378492f5fc095276a30927f775c8a0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f3c0763a0a52f782e6e81d83b642b30a7fe61e18f416b8ed7de42b96b33b996
|
||||
size 111937053
|
3
teleport-11.0.1.tar.gz
Normal file
3
teleport-11.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c5c62b8c6626e2b0cf3952fa57b9077781f5b8b4e61c02650bb1861b917f533
|
||||
size 111979314
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 15:29:33 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to version 11.0.1:
|
||||
* Block SFTP in Moderated Sessions #17727
|
||||
* Fixed issue with agent forwarding not working for auto-created users. #17586
|
||||
* Fixed "traits missing" error in Application Access. #17737
|
||||
* Fixed connection leak issue in IAM joining. #17737
|
||||
* Fixed panic in "tsh db ls". #17780
|
||||
* Fixed issue with "tsh mfa add" not displaying OTP QR code image on Windows. #17703
|
||||
* Fixed issue with tctl rm windows_desktop/<name> removing all desktops. #17732
|
||||
* Fixed issue connecting to Redis 7.0 in cluster mode. #17849
|
||||
* Fixed "failed to open user account database" error after exiting SSH session. #17825
|
||||
* Improved tctl UX when using hardware-backed private keys. #17681
|
||||
* Improved tsh mfa add error reporting. #17580
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 04:54:30 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 11.0.0
|
||||
Version: 11.0.1
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b0d45d8578c426edfdf2a574281d35dd1428e481966e033d654275f823b296d
|
||||
size 30470869
|
||||
oid sha256:fc1bf8d017900dc253d692fd9e61691b6e3457adff21ba91f980f25adc912fc8
|
||||
size 30472016
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb4030cdd5c0cf6f5f9cec2796a7e34a1e7dc3e6e369d3c3c2a6ec41bbe41c12
|
||||
size 4222439
|
||||
oid sha256:04180c56f83f0ffccbf00ac49b6f506cf439dd6819b99f70be54b59ef4a0d80f
|
||||
size 4222844
|
||||
|
Loading…
Reference in New Issue
Block a user