Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rancher-cli for openSUSE:Factory checked in at 2022-05-14 22:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rancher-cli (Old) and /work/SRC/openSUSE:Factory/.rancher-cli.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rancher-cli" Sat May 14 22:56:57 2022 rev:3 rq:977131 version:2.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/rancher-cli/rancher-cli.changes 2022-03-25 21:55:02.274299021 +0100 +++ /work/SRC/openSUSE:Factory/.rancher-cli.new.1538/rancher-cli.changes 2022-05-14 22:58:40.659479506 +0200 @@ -1,0 +2,6 @@ +Fri May 13 19:42:00 UTC 2022 - [email protected] + +- Update to version 2.6.5: + * Escape quotes in username, password, responseType for an auth request + +------------------------------------------------------------------- Old: ---- cli-2.6.4.tar.gz New: ---- cli-2.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rancher-cli.spec ++++++ --- /var/tmp/diff_new_pack.3G9aFU/_old 2022-05-14 22:58:41.143480111 +0200 +++ /var/tmp/diff_new_pack.3G9aFU/_new 2022-05-14 22:58:41.147480115 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: rancher-cli -Version: 2.6.4 +Version: 2.6.5 Release: 0 Summary: Rancher CLI License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.3G9aFU/_old 2022-05-14 22:58:41.175480150 +0200 +++ /var/tmp/diff_new_pack.3G9aFU/_new 2022-05-14 22:58:41.179480155 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/rancher/cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.6.4</param> + <param name="revision">v2.6.5</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">cli-2.6.4.tar.gz</param> + <param name="archive">cli-2.6.5.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.3G9aFU/_old 2022-05-14 22:58:41.195480176 +0200 +++ /var/tmp/diff_new_pack.3G9aFU/_new 2022-05-14 22:58:41.199480180 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/rancher/cli</param> - <param name="changesrevision">27cb4fdbd27167b8c06b0c6f3318c69fd555948f</param></service></servicedata> + <param name="changesrevision">baa08d8d18f4a92838d3705d763b14ca91423eff</param></service></servicedata> (No newline at EOF) ++++++ cli-2.6.4.tar.gz -> cli-2.6.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli-2.6.4/cmd/kubectl_token.go new/cli-2.6.5/cmd/kubectl_token.go --- old/cli-2.6.4/cmd/kubectl_token.go 2022-02-18 21:28:45.000000000 +0100 +++ new/cli-2.6.5/cmd/kubectl_token.go 2022-04-19 02:24:46.000000000 +0200 @@ -348,7 +348,7 @@ responseType = fmt.Sprintf("%s_%s", responseType, input.clusterID) } - body := fmt.Sprintf(`{"responseType":"%s", "username":"%s", "password":"%s"}`, responseType, username, password) + body := fmt.Sprintf(`{"responseType":%q, "username":%q, "password":%q}`, responseType, username, password) url := fmt.Sprintf("%s/v3-public/%ss/%s?action=login", input.server, input.authProvider, strings.ToLower(strings.Replace(input.authProvider, "Provider", "", 1))) ++++++ vendor.tar.gz ++++++
