[libssh2] Update to 1.4.3

Paul Howarth pghmcfc at fedoraproject.org
Wed Nov 28 12:52:15 UTC 2012


commit c256d188f4af3b4b98f578742846d851954f4504
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Nov 28 12:47:04 2012 +0000

    Update to 1.4.3
    
    - New upstream release 1.4.3
      - compression: add support for zlib at openssh.com
      - sftp_read: return error if a too large package arrives
      - libssh2_hostkey_hash.3: update the description of return value
      - Fixed MSVC NMakefile
      - examples: use stderr for messages, stdout for data
      - openssl: do not leak memory when handling errors
      - improved handling of disabled MD5 algorithm in OpenSSL
      - known_hosts: Fail when parsing unknown keys in known_hosts file
      - configure: gcrypt doesn't come with pkg-config support
      - session_free: wrong variable used for keeping state
      - libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL
      - comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating
    - Drop upstreamed patches

 libssh2-1.4.2-examples.patch | 1019 ------------------------------------------
 libssh2-1.4.2-fips.patch     |  334 --------------
 libssh2.spec                 |   34 +-
 sources                      |    2 +-
 4 files changed, 22 insertions(+), 1367 deletions(-)
---
diff --git a/libssh2.spec b/libssh2.spec
index cff63e8..7ea624f 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -8,16 +8,14 @@
 %endif
 
 Name:		libssh2
-Version:	1.4.2
-Release:	4%{?dist}
+Version:	1.4.3
+Release:	1%{?dist}
 Summary:	A library implementing the SSH2 protocol
 Group:		System Environment/Libraries
 License:	BSD
 URL:		http://www.libssh2.org/
 Source0:	http://libssh2.org/download/libssh2-%{version}.tar.gz
 Patch0:		libssh2-1.4.2-utf8.patch
-Patch1:		libssh2-1.4.2-fips.patch
-Patch2:		libssh2-1.4.2-examples.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	openssl-devel
 BuildRequires:	zlib-devel
@@ -67,12 +65,6 @@ developing applications that use libssh2.
 # Make sure things are UTF-8...
 %patch0 -p1
 
-# Make sure libssh2 works in FIPS mode...
-%patch1 -p1
-
-# examples: use stderr for messages, stdout for data
-%patch2 -p1
-
 # Make sshd transition appropriately if building in an SELinux environment
 %if !(0%{?fedora} >= 17 || 0%{?rhel} >= 7)
 chcon $(/usr/sbin/matchpathcon -n /etc/rc.d/init.d/sshd) tests/ssh2.sh || :
@@ -136,13 +128,29 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libssh2.pc
 
 %changelog
+* Wed Nov 28 2012 Paul Howarth <paul at city-fan.org> 1.4.3-1
+- Update to 1.4.3
+  - compression: add support for zlib at openssh.com
+  - sftp_read: return error if a too large package arrives
+  - libssh2_hostkey_hash.3: update the description of return value
+  - Fixed MSVC NMakefile
+  - examples: use stderr for messages, stdout for data
+  - openssl: do not leak memory when handling errors
+  - improved handling of disabled MD5 algorithm in OpenSSL
+  - known_hosts: Fail when parsing unknown keys in known_hosts file
+  - configure: gcrypt doesn't come with pkg-config support
+  - session_free: wrong variable used for keeping state
+  - libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL
+  - comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating
+- Drop upstreamed patches
+
 * Wed Nov 07 2012 Kamil Dudka <kdudka at redhat.com> 1.4.2-4
 - examples: use stderr for messages, stdout for data (upstream commit b31e35ab)
-- update libssh2_hostkey_hash(3) man page (upstream commit fe8f3deb)
+- Update libssh2_hostkey_hash(3) man page (upstream commit fe8f3deb)
 
 * Wed Sep 26 2012 Kamil Dudka <kdudka at redhat.com> 1.4.2-3
-- fix basic functionality of libssh2 in FIPS mode
-- skip SELinux-related quirks on recent distros to prevent a test-suite failure
+- Fix basic functionality of libssh2 in FIPS mode
+- Skip SELinux-related quirks on recent distros to prevent a test-suite failure
 
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 397badd..fab710a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42e2b3796ac07fc1dbafc7abcc002cd3  libssh2-1.4.2.tar.gz
+071004c60c5d6f90354ad1b701013a0b  libssh2-1.4.3.tar.gz


More information about the scm-commits mailing list