bounce versionn to 0.4.2
This commit is contained in:
parent
dc0eb9931c
commit
1ce14b2e1d
@ -1,2 +1,2 @@
|
||||
libssh-0.4.1.tar.gz
|
||||
libssh-0.4.1.tar.gz.asc
|
||||
libssh-0.4.2.tar.gz
|
||||
libssh-0.4.2.tar.gz.asc
|
||||
|
24
libssh.spec
24
libssh.spec
@ -1,5 +1,5 @@
|
||||
Name: libssh
|
||||
Version: 0.4.1
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A library implementing the SSH2 protocol (0xbadc0de version)
|
||||
|
||||
@ -7,8 +7,8 @@ Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
#original URL: http://0xbadc0de.be/?part=libssh
|
||||
URL: http://www.libssh.org/
|
||||
Source0: http://www.libssh.org/files/rc/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.libssh.org/files/rc/%{name}-%{version}.tar.gz.asc
|
||||
Source0: http://www.libssh.org/files/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.libssh.org/files/%{name}-%{version}.tar.gz.asc
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: openssl-devel
|
||||
@ -16,13 +16,14 @@ BuildRequires: zlib-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
The SSH library with
|
||||
-Full C library functions for manipulating a client-side SSH connection
|
||||
-Fully configurable sessions
|
||||
-Support for AES-128,AES-192,AES-256,blowfish, in cbc mode
|
||||
-use multiple SSH connections in a same process, at same time.
|
||||
-usable SFTP implementation
|
||||
-Public key and password authentication
|
||||
The ssh library was designed to be used by programmers needing a
|
||||
working SSH implementation by the mean of a library. The complete
|
||||
control of the client is made by the programmer. With libssh, you can
|
||||
remotely execute programs, transfer files, use a secure and transparent
|
||||
tunnel for your remote programs. With its Secure FTP implementation,
|
||||
you can play with remote files easily, without third-party programs
|
||||
others than libcrypto (from openssl).
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Mar 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.2-1
|
||||
- bounce versionn to 0.4.2 (#573972)
|
||||
|
||||
* Tue Feb 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.1-1
|
||||
- bounce versionn to 0.4.1 (#565870)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user