diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-03-05 12:40:55 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-03-05 12:40:55 +0000 |
commit | 72a49c53bbfebc46967510fe2d685a83f1d18c1d (patch) | |
tree | a5b0f983806b49b7167e5caa45a64402da76cc4b /net-libs/libssh | |
parent | Ensure USE="pam" is enabled for x11-misc/alock since the patch is calling it ... (diff) | |
download | gentoo-2-72a49c53bbfebc46967510fe2d685a83f1d18c1d.tar.gz gentoo-2-72a49c53bbfebc46967510fe2d685a83f1d18c1d.tar.bz2 gentoo-2-72a49c53bbfebc46967510fe2d685a83f1d18c1d.zip |
Security bump (bug #503504). Removed old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.3.ebuild (renamed from net-libs/libssh/libssh-0.6.0.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index b25b711f2e89..d5efe34f7e21 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.99 2014/03/01 22:34:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.100 2014/03/05 12:40:55 polynomial-c Exp $ + +*libssh-0.6.3 (05 Mar 2014) + + 05 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> -libssh-0.6.0.ebuild, + +libssh-0.6.3.ebuild: + Security bump (bug #503504). Removed old. 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libssh-0.6.0.ebuild, libssh-0.6.1.ebuild: diff --git a/net-libs/libssh/libssh-0.6.0.ebuild b/net-libs/libssh/libssh-0.6.3.ebuild index cb5a6cbed643..1f85f6830086 100644 --- a/net-libs/libssh/libssh-0.6.0.ebuild +++ b/net-libs/libssh/libssh-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.0.ebuild,v 1.4 2014/03/01 22:34:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3.ebuild,v 1.1 2014/03/05 12:40:55 polynomial-c Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils cmake-utils multilib DESCRIPTION="Access a working SSH implementation by means of a library" HOMEPAGE="http://www.libssh.org/" -SRC_URI="https://red.libssh.org/attachments/download/71/${MY_P}.tar.xz -> ${P}.tar.xz" +SRC_URI="https://red.libssh.org/attachments/download/87/${MY_P}.tar.xz -> ${P}.tar.xz" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux" @@ -34,7 +34,6 @@ S=${WORKDIR}/${MY_P} PATCHES=( "${FILESDIR}/${PN}-0.5.0-tests.patch" - "${FILESDIR}/${PN}-0.6.0-libgcrypt-1.6.0.patch" ) src_prepare() { |