public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Wright <jonathan@almalinux.org>
To: git-commits@fedoraproject.org
Subject: [rpms/vaultwarden] epel9: update to 1.34.2
Date: Wed, 03 Jun 2026 13:21:18 GMT	[thread overview]
Message-ID: <178049287831.1.8762840864829261006.rpms-vaultwarden-0c947d1d6d87@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/vaultwarden
Branch : epel9
Commit : 0c947d1d6d873a31f6c0f5f0f01f6b23593eba1b
Author : Jonathan Wright <jonathan@almalinux.org>
Date   : 2025-07-29T13:59:29-05:00
Stats  : +9/-27 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/vaultwarden/c/0c947d1d6d873a31f6c0f5f0f01f6b23593eba1b?branch=epel9

Log:
update to 1.34.2

---
diff --git a/.gitignore b/.gitignore
index 38d3a04..e76fdc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@
 /vaultwarden-1.33.0-vendor.tar.xz
 /vaultwarden-1.33.2.tar.gz
 /vaultwarden-1.33.2-vendor.tar.xz
+/vaultwarden-1.34.2.tar.gz
+/vaultwarden-1.34.2-vendor.tar.xz

diff --git a/sources b/sources
index c435024..d4e7312 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (vaultwarden-1.33.2.tar.gz) = 51f1d431794f2b4bf1f3b70a66f3fc9329cf74732201faaa0948ac0025f1384a486d0a5c757506068ea822f13c6c5bf10429cfe1a291e4bb154bc2332aba778d
-SHA512 (vaultwarden-1.33.2-vendor.tar.xz) = a1b909c78ec6f538290bddb173b6d1b1a6ea6766a8130ea6df52ec564bfb6434faa7f2363cb17002be260098c4f55e03b6ad40b6d149357432888e7e8d47c92e
+SHA512 (vaultwarden-1.34.2.tar.gz) = 85e3849bb9db398b8691a68d675ee7e1c85c65818a86eade9685785f9456d9c6f91048b4fd304f50544f1842623a92fe2c2143cd23b193202cb8b8062f71c693
+SHA512 (vaultwarden-1.34.2-vendor.tar.xz) = 702680f2acc164cfcdff5f09b118426f2ddd44241873d18ea8de5bbdf9903d5d4092fdd2a5a62bb977a2fc8ba88feddb5ea8a03cb879fd6781fc00cf3f96165b

diff --git a/vaultwarden.spec b/vaultwarden.spec
index 6d5e01b..0712987 100644
--- a/vaultwarden.spec
+++ b/vaultwarden.spec
@@ -9,8 +9,8 @@
 %global rustflags_debuginfo 1
 
 Name:           vaultwarden
-Version:        1.33.2
-Release:        3%{?dist}
+Version:        1.34.2
+Release:        1%{?dist}
 Summary:        Unofficial Bitwarden compatible server
 
 ExcludeArch:    ppc64le s390x
@@ -56,15 +56,6 @@ BuildRequires:  systemd-rpm-macros
 
 Requires:       %{name}-web
 
-Patch:          remove-remote-git-patch.patch
-Patch:          downgrade_diesel_version.patch
-%if 0%{?rhel} == 9
-Patch:          remove-rust-version-check.patch
-Patch:          enable-unstable-apis.patch
-Patch:          fix-is_none_or.patch
-Patch:          fix-refutable-pattern-in-for-loop.patch
-%endif
-
 %{?sysusers_requires_compat}
 
 %global _description %{expand:
@@ -84,20 +75,6 @@ Patch:          fix-refutable-pattern-in-for-loop.patch
 %cargo_generate_buildrequires
 %endif
 
-%if %{with vendor}
-# ring doesn't specify a license at all, should be "ISC AND MIT AND OpenSSL"
-# determined in https://bugzilla.redhat.com/show_bug.cgi?id=2269411#c8
-# if a license spec is added upstream in an update lets fail out so we don't miss it
-if grep -q 'license =' vendor/ring/Cargo.toml; then
-    echo "License specification found in ring crate.  Please review."
-    exit 1
-else
-    sed -i '/\[package\]/a license = "ISC AND MIT AND OpenSSL"' vendor/ring/Cargo.toml
-    # we modified Cargo.toml so checksums are on longer valid on it
-    sed -E -i 's/"Cargo.toml":"[a-z0-9]{64}",//g' vendor/ring/.cargo-checksum.json
-fi
-%endif
-
 %build
 export VW_VERSION=%{version}
 %cargo_build -f sqlite,mysql,postgresql
@@ -167,6 +144,9 @@ install -Dp %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
 
 
 %changelog
+* Tue Jul 29 2025 Jonathan Wright <jonathan@almalinux.org> - 1.34.2-1
+- update to 1.34.2 rhbz#2368636
+
 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
 

                 reply	other threads:[~2026-06-03 13:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178049287831.1.8762840864829261006.rpms-vaultwarden-0c947d1d6d87@fedoraproject.org \
    --to=jonathan@almalinux.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox