From 8e792e752cbbac63178cebf7cbe80b674c4a60c1 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: May 20 2012 21:08:23 +0000 Subject: Update to 1.4.2 - New upstream release 1.4.2 - Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner - userauth.c: fread() from public key file to correctly detect any errors - configure.ac: add option to disable build of the example applications - added 'Requires.private:' line to libssh2.pc - SFTP: filter off incoming "zombie" responses - gettimeofday: no need for a replacement under cygwin - SSH_MSG_CHANNEL_REQUEST: default to want_reply - win32/libssh2_config.h: remove hardcoded #define LIBSSH2_HAVE_ZLIB --- diff --git a/libssh2.spec b/libssh2.spec index 79b684a..c984575 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -8,8 +8,8 @@ %endif Name: libssh2 -Version: 1.4.1 -Release: 2%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries License: BSD @@ -126,6 +126,17 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libssh2.pc %changelog +* Sun May 20 2012 Paul Howarth 1.4.2-1 +- Update to 1.4.2 + - Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner + - userauth.c: fread() from public key file to correctly detect any errors + - configure.ac: add option to disable build of the example applications + - added 'Requires.private:' line to libssh2.pc + - SFTP: filter off incoming "zombie" responses + - gettimeofday: no need for a replacement under cygwin + - SSH_MSG_CHANNEL_REQUEST: default to want_reply + - win32/libssh2_config.h: remove hardcoded #define LIBSSH2_HAVE_ZLIB + * Fri Apr 27 2012 Paul Howarth 1.4.1-2 - Fix multi-arch conflict again (#816969) diff --git a/sources b/sources index 03137b9..397badd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b94106e046af37fdc0734e487842fe66 libssh2-1.4.1.tar.gz +42e2b3796ac07fc1dbafc7abcc002cd3 libssh2-1.4.2.tar.gz