Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2012-05-21 10:01:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh", Maintainer is "pce...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2012-02-21 
12:39:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes     2012-05-21 
10:01:19.000000000 +0200
@@ -1,0 +2,8 @@
+Thu May 10 20:50:33 UTC 2012 - crrodrig...@opensuse.org
+
+- By default openSSH checks at *runtime* if the openssl 
+  API version matches with the running library, that might
+  be good if you are compiling SSH yourself but it is a totally
+  insane way to check for binary/source compatibility in a distribution.
+
+-------------------------------------------------------------------

New:
----
  openssh-nocrazyabicheck.patch

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

Other differences:
------------------
++++++ openssh.spec ++++++
--- /var/tmp/diff_new_pack.ce7twV/_old  2012-05-21 10:01:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ce7twV/_new  2012-05-21 10:01:22.000000000 +0200
@@ -72,6 +72,7 @@
 Patch18:        %{name}-5.9p1-sshconfig-knownhostschanges.diff
 Patch19:        %{name}-5.9p1-host_ident.diff
 Patch20:        converter-linking.patch
+Patch21:        openssh-nocrazyabicheck.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1140
 BuildRequires:  systemd
@@ -121,6 +122,7 @@
 %patch18
 %patch19 -p1
 %patch20
+%patch21
 cp -v %{SOURCE4} .
 cp -v %{SOURCE6} .
 cd ../x11-ssh-askpass-%{xversion}

++++++ openssh-nocrazyabicheck.patch ++++++
--- entropy.c.orig
+++ entropy.c
@@ -213,10 +213,11 @@ seed_rng(void)
         * OpenSSL version numbers: MNNFFPPS: major minor fix patch status
         * We match major, minor, fix and status (not patch)
         */
+    /*
        if ((SSLeay() ^ OPENSSL_VERSION_NUMBER) & ~0xff0L)
                fatal("OpenSSL version mismatch. Built against %lx, you "
                    "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay());
-
+*/
 #ifndef OPENSSL_PRNG_ONLY
        if (RAND_status() == 1) {
                debug3("RNG is ready, skipping seeding");
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to