1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
From: Sophie Brun <sophie@offensive-security.com>
Date: Thu, 29 Aug 2019 10:36:45 +0200
Subject: Add note on how to install and use old sample binaries
Origin: upstream
Author: Thomas Hungenberg
---
contrib/sample.README | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/contrib/sample.README b/contrib/sample.README
index d6d8c26..8a8ea9a 100644
--- a/contrib/sample.README
+++ b/contrib/sample.README
@@ -1 +1,19 @@
You can find precompiled binaries for the sample .exe files in ../data/http/fakefiles/
+
+IMPORTANT NOTE:
+---------------
+Debian Policy does not allow Windows executable binaries to be included
+in Debian packages. To comply with this policy, starting with INetSim
+version 1.3.0 the sample binaries for HTTP fakefile mode are compiled
+from source at package build time. This means the (hashsums of the)
+sample binaries changed and might change again with future releases.
+
+If your setup relies on INetSim to continue serving a sample binary
+(sample_gui.exe or sample_con.exe) included with INetSim versions
+prior to 1.3.0 in HTTP fakefile mode, download
+<https://www.inetsim.org/downloads/old-sample-binaries.tar.gz>
+and unpack the files to /var/lib/inetsim/http/fakefiles/.
+Then, replace all occurrences of 'sample_gui.exe' in the configuration
+file (/etc/inetsim/inetsim.conf) by 'old-sample_gui.exe'.
+This needs only to be done once after upgrading to INetSim version
+1.3.0 or later.
|