Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dex-oidc for openSUSE:Factory 
checked in at 2021-10-15 23:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dex-oidc (Old)
 and      /work/SRC/openSUSE:Factory/.dex-oidc.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dex-oidc"

Fri Oct 15 23:03:42 2021 rev:4 rq:925210 version:2.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dex-oidc/dex-oidc.changes        2021-05-17 
18:45:31.548569867 +0200
+++ /work/SRC/openSUSE:Factory/.dex-oidc.new.1890/dex-oidc.changes      
2021-10-15 23:03:58.626098041 +0200
@@ -1,0 +2,38 @@
+Wed Oct 13 18:56:45 UTC 2021 - [email protected]
+
+- set go_version to 1.16 as required
+- Update to version 2.30.0:
+  * v2.30.0
+    - Features:
+      + Improve auth flow error handling (#1862, @tkleczek)
+      + Create CRDs as apiextensions.k8s.io/v1 (#2025, @nabokihms)
+      + Read a namespace from the file for the Kubernetes storage client 
(#2092, @nabokihms)
+      + Update token periodically if Dex is running in a Kubernetes cluster 
(#2112, @nabokihms)
+    - Bugfixes:
+      + Fix refreshing tokens that obtained with the password grant type 
(#2199, @hensur)
+      + Use only one sqlite3 connection to avoid the "database is locked" 
error (#2212, @salmanisd)
+    - Minor changes:
+      + Add the ent-based postgres storage (#2121, @nabokihms)
+      + Demonstrate use of the htpasswd for the bCrypt hashing in static 
passwords (#2218, @jglick)
+    - Dependencies:
+      + github.com/spf13/cobra 1.1.3 -> 1.2.1
+      + google.golang.org/grpc 1.38.0 -> 1.39.0
+      + google.golang.org/api 0.49.0 -> 0.52.0
+      + Build golang docker image 1.16.5-alpine3.13 -> 1.16.6-alpine3.13
+    * v2.29.0
+    - Features:
+      + Add sprig v3 functions to web templates (#2152, @nabokihms)
+      + Add ent-based sqlite3 storage (#1906, @nabokihms)
+      + Support setting the prompt type for the Microsoft connector (#1912, 
@ricky26)
+      + Embed web assets (#2054, @sagikazarmark)
+    - Bugfixes:
+      + Defer creation of auth request (#1865, @al45tair)
+      + Use /token endpoint to get tokens with device flow (#2010, @nabokihms)
+      + Fix MySQL connection to use the provided port (#2100, @sagikazarmark)
+    - Security:
+      + Use constant time comparison for client secret verification (#1861, 
@xtremerui)
+    - Minor changes:
+      + Dependency upgrades
+      + Tons of small fixes and changes
+
+-------------------------------------------------------------------

Old:
----
  dex-2.28.1.tar.xz

New:
----
  dex-2.30.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dex-oidc.spec ++++++
--- /var/tmp/diff_new_pack.tZ81x5/_old  2021-10-15 23:03:59.286098511 +0200
+++ /var/tmp/diff_new_pack.tZ81x5/_new  2021-10-15 23:03:59.290098514 +0200
@@ -17,10 +17,10 @@
 
 
 # Project name when using go tooling.
-%define go_version 1.15
+%define go_version 1.16
 
 Name:           dex-oidc
-Version:        2.28.1
+Version:        2.30.0
 Release:        0
 Summary:        OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with 
Pluggable Connectors
 License:        Apache-2.0
@@ -55,14 +55,12 @@
 
 %build
 %define ldflags "-w -X github.com/dexidp/dex/version.Version=%{version}"
-
 %{goprep} github.com/dexidp/dex
 %{gobuild} -mod=vendor -ldflags %{ldflags} cmd/dex
 
 %install
 %{goinstall}
 %{gofilelist}
-
 # Install the web content
 for file in $(find web -type f); do
   install -D -m 0644 $file %{buildroot}/%{_datadir}/%{name}/$file

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tZ81x5/_old  2021-10-15 23:03:59.322098537 +0200
+++ /var/tmp/diff_new_pack.tZ81x5/_new  2021-10-15 23:03:59.322098537 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="filename">dex</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.28.1</param>
+    <param name="revision">v2.30.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.+)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tZ81x5/_old  2021-10-15 23:03:59.342098551 +0200
+++ /var/tmp/diff_new_pack.tZ81x5/_new  2021-10-15 23:03:59.342098551 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/dexidp/dex.git</param>
-              <param 
name="changesrevision">27dfbc0344450b257d297306d563354dfcea8643</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">3fac2ab6bc3bc3cb56afa6d71adce293d5abbed8</param></service></servicedata>
\ No newline at end of file

++++++ dex-2.28.1.tar.xz -> dex-2.30.0.tar.xz ++++++
++++ 57329 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/dex-oidc/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.dex-oidc.new.1890/vendor.tar.gz differ: char 5, 
line 1

Reply via email to