From c1b438e7f85a1c7c76e08b1307d30d585ea4e6ce Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Wed, 19 Jul 2023 15:33:08 +0200 Subject: [PATCH 1/6] Update to version 1.7.0 - Update to version 1.7.0 - Drop no longer needed temporary patch Signed-off-by: Sergio Lopez --- .gitignore | 1 + sources | 2 +- virtiofsd.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1872255..1192b26 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /virtiofsd-1.4.0.crate /virtiofsd-1.5.0.crate /virtiofsd-1.5.1.crate +/virtiofsd-1.7.0.crate diff --git a/sources b/sources index 6ffbee7..98a39d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virtiofsd-1.5.1.crate) = e8a4aaaa6084b5c111333fff738ed8082cd114098dbf4ff42f48192449e899e64fc406de3872adc8e8d82c7a4f9730989e691c80f85ddabb2441908be8460873 +SHA512 (virtiofsd-1.7.0.crate) = 5312faacd7d43ebc1cfd2b4271fec9072599e8aa7295377ab446c45279f4f6a8d3ab5980327cf916c49897e0934ebc9d946346abce53cf6b22f8d212699e25f0 diff --git a/virtiofsd.spec b/virtiofsd.spec index 3da8ab1..30a240e 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,13 +1,12 @@ Name: virtiofsd -Version: 1.5.1 -Release: 3%{?dist} +Version: 1.7.0 +Release: 1%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) # Upstream license specification: Apache-2.0 AND BSD-3-Clause License: ASL 2.0 and BSD URL: https://gitlab.com/virtio-fs/virtiofsd Source: %{crates_source} -Patch: virtiofsd-relax-env_logger-dep.diff ExclusiveArch: %{rust_arches} # Some of our deps (i.e. vm-memory) are not available on 32 bits targets. @@ -49,6 +48,10 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Tue Jul 18 2023 Sergio Lopez - 1.7.0-1 +- Update to version 1.7.0 +- Drop no longer needed temporary patch + * Tue May 09 2023 Sergio Lopez - 1.5.1-3 - Only use Obsoletes/Provides on Fedora 39 and later From 8f1d2928114bb031e848c5036b032f3e72fee4db Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Wed, 19 Jul 2023 15:56:42 +0200 Subject: [PATCH 2/6] Update license specification to conform SPDX format Signed-off-by: Sergio Lopez --- virtiofsd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index 30a240e..c9ee425 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,10 +1,9 @@ Name: virtiofsd Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) -# Upstream license specification: Apache-2.0 AND BSD-3-Clause -License: ASL 2.0 and BSD +License: Apache-2.0 AND BSD-3-Clause URL: https://gitlab.com/virtio-fs/virtiofsd Source: %{crates_source} @@ -48,6 +47,9 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Wed Jul 19 2023 Sergio Lopez - 1.7.0-2 +- Update license specification to conform SPDX format + * Tue Jul 18 2023 Sergio Lopez - 1.7.0-1 - Update to version 1.7.0 - Drop no longer needed temporary patch From e0c2531cb42387649fc34f671f6af16f5fcf037e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:45:39 +0000 Subject: [PATCH 3/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- virtiofsd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index c9ee425..d757e9e 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -47,6 +47,9 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jul 19 2023 Sergio Lopez - 1.7.0-2 - Update license specification to conform SPDX format From ffc630f81c8db2ca3c70cf68c382f6f2b176a8e8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 19 Sep 2023 12:55:56 +0200 Subject: [PATCH 4/6] Rebuild for vm-memory v0.12.2 / CVE-2023-41051 --- virtiofsd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index d757e9e..cd5665d 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -47,6 +47,9 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Tue Sep 19 2023 Fabio Valentini - 1.7.0-4 +- Rebuild for vm-memory v0.12.2 / CVE-2023-41051. + * Sat Jul 22 2023 Fedora Release Engineering - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 4fdd23db7459026c4dc9436ebf5bed3e935a78f0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Sep 2023 15:15:00 -0400 Subject: [PATCH 5/6] Rebuild with latest vhost-user-backend; xref https://gitlab.com/virtio-fs/virtiofsd/-/issues/62#note_1584371000 --- virtiofsd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index cd5665d..8149763 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd Version: 1.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -47,6 +47,10 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Fri Sep 29 2023 Colin Walters - 1.7.0-5 +- Rebuild with latest vhost-user-backend; xref + https://gitlab.com/virtio-fs/virtiofsd/-/issues/62#note_1584371000 + * Tue Sep 19 2023 Fabio Valentini - 1.7.0-4 - Rebuild for vm-memory v0.12.2 / CVE-2023-41051. From e354758f339f1981d4c8dc94c480dd53d05a7254 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Sun, 24 Dec 2023 17:23:01 +0100 Subject: [PATCH 6/6] Update to version 1.9.0 --- .gitignore | 1 + sources | 2 +- virtiofsd.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1192b26..2b958e1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /virtiofsd-1.5.0.crate /virtiofsd-1.5.1.crate /virtiofsd-1.7.0.crate +/virtiofsd-1.9.0.crate diff --git a/sources b/sources index 98a39d7..41dd7b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virtiofsd-1.7.0.crate) = 5312faacd7d43ebc1cfd2b4271fec9072599e8aa7295377ab446c45279f4f6a8d3ab5980327cf916c49897e0934ebc9d946346abce53cf6b22f8d212699e25f0 +SHA512 (virtiofsd-1.9.0.crate) = 18d35699a51989c03721c04f74d29f864e5fea3b29ce535bef891680433fd65d4aa7abd9ff43b17273f0411406b7225ce1b50c165264a75553d16534e350ebc6 diff --git a/virtiofsd.spec b/virtiofsd.spec index 8149763..5864731 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd -Version: 1.7.0 -Release: 5%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -38,7 +38,7 @@ Provides: qemu-virtiofsd = 2:7.2.1-1 %install mkdir -p %{buildroot}%{_libexecdir} install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd -install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json +install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %files %license LICENSE-APACHE LICENSE-BSD-3-Clause @@ -47,6 +47,9 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Sun Dec 24 2023 Sergio Lopez - 1.9.0-1 +- Update to version 1.9.0 + * Fri Sep 29 2023 Colin Walters - 1.7.0-5 - Rebuild with latest vhost-user-backend; xref https://gitlab.com/virtio-fs/virtiofsd/-/issues/62#note_1584371000