View Issue Details

IDProjectCategoryView StatusLast Update
0000439fileGeneralpublic2023-05-21 16:03
Reporterdajhorn Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.44 
Fixed in Version5.45 
Summary0000439: Add magic for SmartVersion binary patch files
DescriptionThis patch recognizes SVF files, which do the same thing as VCDIFF files.
Tagsmagic

Activities

dajhorn

2023-04-07 21:43

reporter  

0001-Add-magic-for-SmartVersion-binary-patch-files.patch (1,082 bytes)   
From b9569cf46976b3ce18cc38750468112606a8ae14 Mon Sep 17 00:00:00 2001
From: Darik Horn <dajhorn@gmail.com>
Date: Fri, 7 Apr 2023 16:48:36 -0400
Subject: [PATCH] Add magic for SmartVersion binary patch files

---
 magic/Magdir/svf  | 5 +++++
 magic/Makefile.am | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 magic/Magdir/svf

diff --git a/magic/Magdir/svf b/magic/Magdir/svf
new file mode 100644
index 00000000..d88fd9eb
--- /dev/null
+++ b/magic/Magdir/svf
@@ -0,0 +1,5 @@
+# $File: $
+# 
+# file(1) magic(5) data for SmartVersion files with the .svf extension.
+
+0	string	DFS\ File\x0D\x0Ahttp\://www.difstream.com\x0D\x0A	SmartVersion binary patch file
diff --git a/magic/Makefile.am b/magic/Makefile.am
index 0b4b7bdd..7a52c3e4 100644
--- a/magic/Makefile.am
+++ b/magic/Makefile.am
@@ -296,6 +296,7 @@ $(MAGIC_FRAGMENT_DIR)/ssl \
 $(MAGIC_FRAGMENT_DIR)/statistics \
 $(MAGIC_FRAGMENT_DIR)/subtitle \
 $(MAGIC_FRAGMENT_DIR)/sun \
+$(MAGIC_FRAGMENT_DIR)/svf \
 $(MAGIC_FRAGMENT_DIR)/sylk \
 $(MAGIC_FRAGMENT_DIR)/symbos \
 $(MAGIC_FRAGMENT_DIR)/sysex \
-- 
2.34.1

christos

2023-05-21 16:03

manager   ~0003931

Added, thanks!

Issue History

Date Modified Username Field Change
2023-04-07 21:43 dajhorn New Issue
2023-04-07 21:43 dajhorn Tag Attached: magic
2023-04-07 21:43 dajhorn File Added: 0001-Add-magic-for-SmartVersion-binary-patch-files.patch
2023-05-21 16:03 christos Assigned To => christos
2023-05-21 16:03 christos Status new => assigned
2023-05-21 16:03 christos Status assigned => resolved
2023-05-21 16:03 christos Resolution open => fixed
2023-05-21 16:03 christos Fixed in Version => 5.45
2023-05-21 16:03 christos Note Added: 0003931