Hello community,

here is the log from the commit of package shellinabox for openSUSE:Factory 
checked in at 2013-08-22 09:37:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shellinabox (Old)
 and      /work/SRC/openSUSE:Factory/.shellinabox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shellinabox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shellinabox/shellinabox.changes  2013-02-08 
23:25:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.shellinabox.new/shellinabox.changes     
2013-08-22 09:37:38.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug 14 11:28:34 UTC 2013 - [email protected]
+
+- use "--disable-runtime-loading" configure option - fixes not
+  working SSL support loading at runtime (links SSL library
+  directly at build time)
+- use 127.0.0.1 SSH host name if the machine host name cannot be
+  resolved
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shellinabox.spec ++++++
--- /var/tmp/diff_new_pack.LSD7DM/_old  2013-08-22 09:37:39.000000000 +0200
+++ /var/tmp/diff_new_pack.LSD7DM/_new  2013-08-22 09:37:39.000000000 +0200
@@ -52,7 +52,9 @@
 %setup -q
 %patch -p1
 %patch1 -p1
-%configure
+# disable runtime loading (does not work properly),
+# link the libraries directly
+%configure --disable-runtime-loading
 
 %build
 make %{?_smp_mflags}

++++++ rcshellinabox ++++++
--- /var/tmp/diff_new_pack.LSD7DM/_old  2013-08-22 09:37:39.000000000 +0200
+++ /var/tmp/diff_new_pack.LSD7DM/_new  2013-08-22 09:37:39.000000000 +0200
@@ -120,7 +120,13 @@
 PID_FILE="/var/run/shellinaboxd.pid"
 CERTIFICATEPATH="/etc/shellinabox/certs"
 CERTIFICATEFILE="$CERTIFICATEPATH/certificate.pem"
-OPTIONS="--background=$PID_FILE -u shellinabox -s /:SSH -c $CERTIFICATEPATH"
+
+# use 127.0.0.1 as the host for SSH connection if the machine
+# host name cannot be resolved 
+if ! host `hostname` > /dev/null; then
+    SSH_OPTION=":127.0.0.1"
+fi
+OPTIONS="--background=$PID_FILE -u shellinabox -s /:SSH$SSH_OPTION -c 
$CERTIFICATEPATH"
 
 # Source LSB init functions
 # providing start_daemon, killproc, pidofproc,

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to