idella4 15/07/21 05:36:23 Modified: ChangeLog Added: libtar-1.2.20-r3.ebuild Log: revbump; sec. patch from Bug 487686, sourced, prepared and runtested by proxy maintainer (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.40 dev-libs/libtar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtar/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtar/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtar/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtar/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 21 Jul 2015 05:13:18 -0000 1.39 +++ ChangeLog 21 Jul 2015 05:36:23 -0000 1.40 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libtar # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtar/ChangeLog,v 1.39 2015/07/21 05:13:18 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtar/ChangeLog,v 1.40 2015/07/21 05:36:23 idella4 Exp $ + +*libtar-1.2.20-r3 (21 Jul 2015) + + 21 Jul 2015; Ian Delaney <[email protected]> +files/CVE-2013-4420.patch, + +libtar-1.2.20-r3.ebuild: + revbump; sec. patch from Bug 487686, sourced, prepared and runtested by proxy + maintainer 21 Jul 2015; Ian Delaney <[email protected]> metadata.xml: set proxy maintainer under the proxy-maintainers herd 1.1 dev-libs/libtar/libtar-1.2.20-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtar/libtar-1.2.20-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtar/libtar-1.2.20-r3.ebuild?rev=1.1&content-type=text/plain Index: libtar-1.2.20-r3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtar/libtar-1.2.20-r3.ebuild,v 1.1 2015/07/21 05:36:23 idella4 Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="C library for manipulating tar archives" HOMEPAGE="http://www.feep.net/libtar/ http://repo.or.cz/w/libtar.git/" SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs zlib" RDEPEND="zlib? ( sys-libs/zlib ) !zlib? ( app-arch/gzip )" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" PATCHES=( "${FILESDIR}"/${PN}-1.2.11-free.patch "${FILESDIR}"/${PN}-1.2.11-impl-dec.patch "${FILESDIR}"/CVE-2013-4420.patch ) src_prepare() { sed -i \ -e '/INSTALL_PROGRAM/s:-s::' \ {doc,lib{,tar}}/Makefile.in || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( --disable-encap --disable-epkg-install $(use_with zlib) ) autotools-utils_src_configure } src_install() { autotools-utils_src_install dodoc ChangeLog* README TODO newdoc compat/README README.compat newdoc compat/TODO TODO.compat newdoc listhash/TODO TODO.listhash }
