diff --git a/.gitignore b/.gitignore index dd8ed3a..39322c3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ libssh-0.4.4.tar.gz.asc /libssh-0.5.0.tar.gz.asc /libssh-0.5.2.tar.gz /libssh-0.5.2.tar.gz.asc +/libssh-0.5.3.tar.gz +/libssh-0.5.3.tar.asc diff --git a/libssh.spec b/libssh.spec index d873ff1..80426e5 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh -Version: 0.5.2 -Release: 2%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: A library implementing the SSH2 protocol (0xbadc0de version) Group: System Environment/Libraries @@ -8,7 +8,7 @@ License: LGPLv2+ #original URL: http://0xbadc0de.be/?part=libssh URL: http://www.libssh.org/ Source0: http://www.libssh.org/files/%{name}-%{version}.tar.gz -Source1: http://www.libssh.org/files/%{name}-%{version}.tar.gz.asc +Source1: http://www.libssh.org/files/%{name}-%{version}.tar.asc BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: openssl-devel @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_usr}/share/pkgconfig/*.pc %changelog +* Tue Nov 20 2012 Petr Lautrbach 0.5.3-1 +- update to security 0.5.3 release (#878465) + * Thu Jul 19 2012 Fedora Release Engineering - 0.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index fe115d3..18d8cc3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz -3259532a020f6e153d3f8652c21c3155 libssh-0.5.2.tar.gz.asc +9ad01838d3b89d98e900e0f6260a88cc libssh-0.5.3.tar.gz +cc696a6fe9aa3fd6ff9761438c6846c7 libssh-0.5.3.tar.asc