kumba 14/04/19 01:43:09 Modified: metadata.xml ChangeLog xc-4.3.2-r3.ebuild Added: xc-4.3.2-r4.ebuild Log: Update DESCRIPTION and add 4.3.2-r4, which corrects a buffer overflow if specifying 115200 baud in xc.init. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)
Revision Changes Path 1.2 net-dialup/xc/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 19 Nov 2003 14:51:43 -0000 1.1 +++ metadata.xml 19 Apr 2014 01:43:08 -0000 1.2 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>net-dialup</herd> + <herd>net-dialup</herd> + </pkgmetadata> 1.35 net-dialup/xc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 8 Mar 2013 05:44:23 -0000 1.34 +++ ChangeLog 19 Apr 2014 01:43:08 -0000 1.35 @@ -1,6 +1,14 @@ # ChangeLog for net-dialup/xc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.34 2013/03/08 05:44:23 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.35 2014/04/19 01:43:08 kumba Exp $ + +*xc-4.3.2-r4 (19 Apr 2014) + + 19 Apr 2014; Joshua Kinard <[email protected]> xc-4.3.2-r3.ebuild, + +xc-4.3.2-r4.ebuild, +files/xc-4.3.2-fix-set_bps-overflow.patch, + metadata.xml: + Update DESCRIPTION and add 4.3.2-r4, which corrects a buffer overflow if + specifying 115200 baud in xc.init. 08 Mar 2013; Sergey Popov <[email protected]> xc-4.3.2-r3.ebuild: Set correct package license 1.11 net-dialup/xc/xc-4.3.2-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?r1=1.10&r2=1.11 Index: xc-4.3.2-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xc-4.3.2-r3.ebuild 8 Mar 2013 05:44:23 -0000 1.10 +++ xc-4.3.2-r3.ebuild 19 Apr 2014 01:43:09 -0000 1.11 @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.10 2013/03/08 05:44:23 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.11 2014/04/19 01:43:09 kumba Exp $ EAPI=5 inherit eutils flag-o-matic multilib toolchain-funcs -DESCRIPTION="unix dialout program" +DESCRIPTION="Modem dialout & serial terminal program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" 1.1 net-dialup/xc/xc-4.3.2-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild?rev=1.1&content-type=text/plain Index: xc-4.3.2-r4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild,v 1.1 2014/04/19 01:43:08 kumba Exp $ EAPI=5 inherit eutils flag-o-matic multilib toolchain-funcs DESCRIPTION="Modem dialout & serial terminal program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="xc-radley" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="sys-libs/ncurses" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch epatch "${FILESDIR}"/${P}-implicit-decl.patch epatch "${FILESDIR}"/${P}-add-115200.patch epatch "${FILESDIR}"/${P}-fix-set_bps-overflow.patch sed -i \ -e "/^libdir/s:/lib/:/$(get_libdir)/:" \ -e "/strip/d" \ Makefile || die # bug 459796 append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" } src_compile() { tc-export AR CC RANLIB emake WARN="" all } src_install() { default insinto /usr/$(get_libdir)/xc doins phonelist xc.init dotfiles/.[a-z]* }
