From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id F30A86C421 for ; Fri, 6 Aug 2021 13:58:19 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id DFD2FD46D for ; Fri, 6 Aug 2021 13:57:49 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id C7ECDD443 for ; Fri, 6 Aug 2021 13:57:47 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 9088142ED8; Fri, 6 Aug 2021 13:57:47 +0200 (CEST) From: Dietmar Maurer To: pbs-devel@lists.proxmox.com Date: Fri, 6 Aug 2021 13:57:44 +0200 Message-Id: <20210806115744.1959420-9-dietmar@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210806115744.1959420-1-dietmar@proxmox.com> References: <20210806115744.1959420-1-dietmar@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.456 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] [PATCH proxmox-openid-rs v2 6/6] bump version to 0.7.0-1 X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2021 11:58:20 -0000 --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ debian/control | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc839c2..ed41091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.6.1" +version = "0.7.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2e0baf4..0b400a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-openid (0.7.0-1) unstable; urgency=medium + + * allow to configure prompt behaviour + + * new helper verify_authorization_code_simple() + + * also return data from UserInfo endpoint + + * allow to configure used scopes + + -- Proxmox Support Team Fri, 06 Aug 2021 08:07:12 +0200 + rust-proxmox-openid (0.6.1-1) unstable; urgency=medium * depend on proxmox 0.12.0 diff --git a/debian/control b/debian/control index 297a1bb..44c5a18 100644 --- a/debian/control +++ b/debian/control @@ -41,10 +41,10 @@ Provides: librust-proxmox-openid+default-dev (= ${binary:Version}), librust-proxmox-openid-0-dev (= ${binary:Version}), librust-proxmox-openid-0+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.6-dev (= ${binary:Version}), - librust-proxmox-openid-0.6+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.6.1-dev (= ${binary:Version}), - librust-proxmox-openid-0.6.1+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.7-dev (= ${binary:Version}), + librust-proxmox-openid-0.7+default-dev (= ${binary:Version}), + librust-proxmox-openid-0.7.0-dev (= ${binary:Version}), + librust-proxmox-openid-0.7.0+default-dev (= ${binary:Version}) Description: Rust crate "proxmox-openid" - Rust source code This package contains the source for the Rust proxmox-openid crate, packaged by debcargo for use with cargo and dh-cargo. -- 2.30.2