k_f 14/11/25 13:43:13 Modified: ChangeLog Added: libksba-1.3.2.ebuild Removed: libksba-1.3.1.ebuild Log: Version bump. Security bug #530634. Cleanup old non-stable. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xFC3B17DE05E136A0!)
Revision Changes Path 1.153 dev-libs/libksba/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/ChangeLog?rev=1.153&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/ChangeLog?rev=1.153&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/ChangeLog?r1=1.152&r2=1.153 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- ChangeLog 8 Oct 2014 06:14:01 -0000 1.152 +++ ChangeLog 25 Nov 2014 13:43:13 -0000 1.153 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libksba # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.152 2014/10/08 06:14:01 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.153 2014/11/25 13:43:13 k_f Exp $ + +*libksba-1.3.2 (25 Nov 2014) + + 25 Nov 2014; Kristian Fiskerstrand <k...@gentoo.org> +libksba-1.3.2.ebuild, + -libksba-1.3.1.ebuild: + Version bump. Security bug #530634. Cleanup old non-stable. *libksba-1.3.1 (08 Oct 2014) 1.1 dev-libs/libksba/libksba-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild?rev=1.1&content-type=text/plain Index: libksba-1.3.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 1.1 2014/11/25 13:43:13 k_f Exp $ EAPI="4" # so we won't need to autreconf yet another g10 package AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils DESCRIPTION="X.509 and CMS (PKCS#7) library" HOMEPAGE="http://www.gnupg.org/related_software/libksba" SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2" LICENSE="LGPL-3+ GPL-2+ GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.8" DEPEND="${RDEPEND}"