Hello community,

here is the log from the commit of package libssh2_org for openSUSE:Factory
checked in at Thu Aug 18 09:37:20 CEST 2011.



--------
--- libssh2_org/libssh2_org.changes     2010-10-29 19:12:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/libssh2_org/libssh2_org.changes        
2011-08-17 23:11:23.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug 17 21:08:57 UTC 2011 - [email protected]
+
+- Update to version 1.2.9
+* Added libssh2_session_set_timeout() and 
+  libssh2_session_get_timeout() to make blocking calls get a timeout
+* userauth_keyboard_interactive: fix buffer overflow 
+
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libssh2-1.2.7.tar.bz2

New:
----
  libssh2-1.2.9.tar.bz2

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

Other differences:
------------------
++++++ libssh2_org.spec ++++++
--- /var/tmp/diff_new_pack.4tnHFL/_old  2011-08-18 09:36:36.000000000 +0200
+++ /var/tmp/diff_new_pack.4tnHFL/_new  2011-08-18 09:36:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libssh2_org (Version 1.2.7)
+# spec file for package libssh2_org
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Summary:        A library implementing the SSH2 protocol
 
 Name:           libssh2_org
-Version:        1.2.7
+Version:        1.2.9
 Release:        1
+License:        BSD3c
+Url:            http://www.libssh2.org/
 %define pkg_name libssh2
 Group:          Development/Libraries/C and C++
 Source:         
http://heanet.dl.sourceforge.net/sourceforge/libssh2/%{pkg_name}-%{version}.tar.bz2
 Source2:        baselibs.conf
-Url:            http://www.libssh2.org/
-License:        BSD3c
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
+#for the test suite
+BuildRequires:  openssh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  openssl-devel pkgconfig zlib-devel
 
 %description
 libssh2 is a library implementing the SSH2 protocol as defined by
@@ -37,8 +40,6 @@
 SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and
 SECSH-PUBLICKEY.
 
-
-
 %define debug_package_requires libssh2-1 = %{version}-%{release}
 
 %package -n libssh2-1
@@ -52,13 +53,12 @@
 SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and
 SECSH-PUBLICKEY.
 
-
-
 %package -n libssh2-devel
 License:        BSD3c
 Summary:        A library implementing the SSH2 protocol
 Group:          Development/Libraries/C and C++
-Requires:       libssh2-1 = %{version} glibc-devel
+Requires:       glibc-devel
+Requires:       libssh2-1 = %{version}
 
 %description -n libssh2-devel
 libssh2 is a library implementing the SSH2 protocol as defined by
@@ -66,27 +66,25 @@
 SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and
 SECSH-PUBLICKEY.
 
-
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
 %build
 %configure     --enable-hidden-symbols \
                        --disable-static --with-pic \
-                       --disable-rpath --with-libz=%{_usr} \
-                       --with-openssl=%{_usr} 
-%{__make} %{?jobs:-j%jobs}
+                       --disable-rpath --with-libz=%{_prefix} \
+                       --with-openssl=%{_prefix}
+make %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=%{buildroot}
-%{__rm} -f  %{buildroot}%{_libdir}/*.la
+make install DESTDIR=%{buildroot}
+rm -f  %{buildroot}%{_libdir}/*.la
 
 %check
-%{__make} check
+make check
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %post -n libssh2-1 -p /sbin/ldconfig
 

++++++ libssh2-1.2.7.tar.bz2 -> libssh2-1.2.9.tar.bz2 ++++++
++++ 18698 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to