From f7eed6caa1942fddda86f7c9a36eea8128c19651 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Wed, 6 Sep 2023 10:45:10 +0200 Subject: [PATCH] regenerate patch stats Apparently wasn't correct in 0cff91a ("fix #1534: vma: Add extract filter for disk images"). Signed-off-by: Fiona Ebner --- .../0027-PVE-Backup-add-vma-backup-format-code.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch b/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch index b131dd8..15db16f 100644 --- a/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch +++ b/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch @@ -15,11 +15,11 @@ Signed-off-by: Fiona Ebner --- block/meson.build | 2 + meson.build | 5 + - vma-reader.c | 867 +++++++++++++++++++++++++++++++++++++++++++++ - vma-writer.c | 793 +++++++++++++++++++++++++++++++++++++++++ - vma.c | 878 ++++++++++++++++++++++++++++++++++++++++++++++ + vma-reader.c | 867 ++++++++++++++++++++++++++++++++++++++++++++ + vma-writer.c | 793 ++++++++++++++++++++++++++++++++++++++++ + vma.c | 900 ++++++++++++++++++++++++++++++++++++++++++++++ vma.h | 150 ++++++++ - 6 files changed, 2695 insertions(+) + 6 files changed, 2717 insertions(+) create mode 100644 vma-reader.c create mode 100644 vma-writer.c create mode 100644 vma.c @@ -1735,7 +1735,7 @@ index 0000000000..ac7da237d0 +} diff --git a/vma.c b/vma.c new file mode 100644 -index 0000000000..1604d955d8 +index 0000000000..cf2a2a74af --- /dev/null +++ b/vma.c @@ -0,0 +1,900 @@