public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vaultwarden] epel9: update to 1.34.2
@ 2026-06-03 13:21 Jonathan Wright
0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2026-06-03 13:21 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 13:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 13:21 [rpms/vaultwarden] epel9: update to 1.34.2 Jonathan Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox