rpms/libssh/F-12 libssh.spec,1.5,1.6 sources,1.4,1.5

Jan F. Chadima jfch2222 at fedoraproject.org
Tue Mar 16 11:54:23 UTC 2010


Author: jfch2222

Update of /cvs/pkgs/rpms/libssh/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29114

Modified Files:
	libssh.spec sources 
Log Message:
bounce versionn to 0.4.2


Index: libssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libssh/F-12/libssh.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libssh.spec	16 Feb 2010 15:46:06 -0000	1.5
+++ libssh.spec	16 Mar 2010 11:54:23 -0000	1.6
@@ -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/Libra
 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 at redhat.com> - 0.4.2-1
+- bounce versionn to 0.4.2 (#573972)
+
 * Tue Feb 16 2010 Jan F. Chadima <jchadima at redhat.com> - 0.4.1-1
 - bounce versionn to 0.4.1 (#565870)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libssh/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	16 Feb 2010 15:46:06 -0000	1.4
+++ sources	16 Mar 2010 11:54:23 -0000	1.5
@@ -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



More information about the scm-commits mailing list