From 17a149b8a2b85db13a752cd96db594789da4a563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 3 Jan 2017 03:39:19 +0100 Subject: new upstream release; switch to OpenSSL 1.1 --- debian/patches/0700-init.patch | 8 ++++---- debian/patches/series | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches') 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 -- cgit v1.2.3