diff --git a/.cvsignore b/.cvsignore index 9f8a2c3..51b0fdc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/libssh.spec b/libssh.spec index 50e8409..e0a4741 100644 --- a/libssh.spec +++ b/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 - 0.4.2-1 +- bounce versionn to 0.4.2 (#573972) + * Tue Feb 16 2010 Jan F. Chadima - 0.4.1-1 - bounce versionn to 0.4.1 (#565870) diff --git a/sources b/sources index e285eab..adb4db1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -258402bf1fabf664daeba4e5fc7a8d09 libssh-0.4.1.tar.gz -4481aa9d725ac10c2a1c5afdbed16400 libssh-0.4.1.tar.gz.asc +249fd41dff094f6b236d69a9d1bbb971 libssh-0.4.2.tar.gz +698d6f12154adbf3e59693ebdb95e6f5 libssh-0.4.2.tar.gz.asc