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