summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-03 03:39:19 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-03 03:39:19 +0100
commit17a149b8a2b85db13a752cd96db594789da4a563 (patch)
tree13da7a70fdf31feb12605cb07ede6873098be53d /debian/patches
parent96376f0df63c5df8c1380f0dd58b70d33566d48e (diff)
new upstream release; switch to OpenSSL 1.1
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0700-init.patch8
-rw-r--r--debian/patches/series2
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch
index 3d10755..d0701e4 100644
--- a/debian/patches/0700-init.patch
+++ b/debian/patches/0700-init.patch
@@ -200,7 +200,7 @@ Index: trunk/scripts/ipmi_port.service
===================================================================
--- trunk.orig/scripts/ipmi_port.service
+++ trunk/scripts/ipmi_port.service
-@@ -10,5 +10,3 @@ ExecStart=/usr/share/ipmiutil/ipmiutil.s
+@@ -11,5 +11,3 @@ ExecStart=-/usr/sbin/ipmi_port -b
[Install]
WantedBy=multi-user.target
@@ -223,6 +223,6 @@ Index: trunk/configure.ac
+# sed -i 's/# Default-Start:/# Default-Start: 3 4 5/' $init_scripts
+# sed -i 's/# Default-Stop:/# Default-Stop: 0 1 2 6/' $init_scripts
+# fi
- if test -f "$LIB_DIR/libcrypto.so"; then
- strings $LIB_DIR/libcrypto.so | grep EVP_md2 >/dev/null 2>&1
- if test $? -ne 0; then
+ # The openssl rpm might not be installed
+ which rpm >/dev/null 2>&1
+ if test $? -eq 0 ; then
diff --git a/debian/patches/series b/debian/patches/series
index 1f4e061..6fce8b9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,4 @@
0700-init.patch
0600-typo-man.patch
0705-crontab.patch
-0710-systemd.patch
+#0710-systemd.patch