civil       14/03/11 18:40:27

  Modified:             ChangeLog
  Added:                perltidy-20130922.0.0.ebuild
  Log:
  Version bump.
  With fix for #504178
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  Changes    Path
1.69                 dev-perl/perltidy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   26 Mar 2013 10:12:58 -0000      1.68
+++ ChangeLog   11 Mar 2014 18:40:27 -0000      1.69
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/perltidy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.68 
2013/03/26 10:12:58 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.69 
2014/03/11 18:40:27 civil Exp $
+
+*perltidy-20130922.0.0 (11 Mar 2014)
+
+  11 Mar 2014; Vladimir Smirnov <[email protected]>
+  +files/perltidy-20130922.0.0-CVE-2014-2277.patch,
+  +perltidy-20130922.0.0.ebuild:
+  Version bump. With fix for #504178
 
   26 Mar 2013; Agostino Sarubbo <[email protected]> perltidy-20121207.0.0.ebuild:
   Stable for ppc, wrt bug #456596



1.1                  dev-perl/perltidy/perltidy-20130922.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/perltidy-20130922.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/perltidy-20130922.0.0.ebuild?rev=1.1&content-type=text/plain

Index: perltidy-20130922.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20130922.0.0.ebuild,v 1.1 
2014/03/11 18:40:27 civil Exp $

EAPI=4

MY_PN=Perl-Tidy
MODULE_AUTHOR=SHANCOCK
MODULE_VERSION=20130922
inherit perl-module

DESCRIPTION="Perl script indenter and beautifier"
HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
IUSE=""

SRC_TEST="do"

src_prepare() {
        epatch "${FILESDIR}/${P}-CVE-2014-2277.patch"
}

src_install() {
        perl-module_src_install
        docinto examples
        dodoc "${S}"/examples/*
}




Reply via email to