Accepting request 20531 from network
Copy from network/libssh based on submit request 20531 from user jmcdough OBS-URL: https://build.opensuse.org/request/show/20531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=6
This commit is contained in:
parent
5bad23ace2
commit
166620c1b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:248951c0e997b81073a6b0dc5d6967e9d05030dd93269a7c641bd1c843908663
|
||||
size 159656
|
3
libssh-0.3.4.tar.bz2
Normal file
3
libssh-0.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05218b5f549b0144f351a4259a491bed4ebc43520175525e3e51b770b1215fb2
|
||||
size 160887
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:20:52 CEST 2009 - anschneider@exsuse.de
|
||||
|
||||
- Update to version 0.3.4.
|
||||
* Added ssh_basename and ssh_dirname.
|
||||
* Added a portable ssh_mkdir function.
|
||||
* Added a sftp_tell64() function.
|
||||
* Added missing NULL pointer checks to crypt_set_algorithms_server.
|
||||
* Fixed ssh_write_knownhost if ~/.ssh doesn't exist.
|
||||
* Fixed a possible integer overflow in buffer_get_data().
|
||||
* Fixed possible security bug in packet_decrypt().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 15:28:06 CEST 2009 - anschneider@exsuse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libssh (Version 0.3.3)
|
||||
# spec file for package libssh (Version 0.3.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@ Name: libssh
|
||||
BuildRequires: cmake doxygen openssl-devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Version: 0.3.3
|
||||
Version: 0.3.4
|
||||
Release: 1
|
||||
Summary: SSH library
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user