public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Signature: Module-Signature-0.770.0.ebuild ChangeLog
@ 2015-04-08 15:39 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-04-08 15:39 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/04/08 15:39:11

  Modified:             ChangeLog
  Added:                Module-Signature-0.770.0.ebuild
  Log:
  Version bump to 0.77. Fix security bug 545946.
  
  Signed-off-by: monsieurp@gentoo.org
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.45                 dev-perl/Module-Signature/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	21 Aug 2013 14:36:29 -0000	1.44
+++ ChangeLog	8 Apr 2015 15:39:11 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Signature
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.44 2013/08/21 14:36:29 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.45 2015/04/08 15:39:11 monsieurp Exp $
+
+*Module-Signature-0.770.0 (08 Apr 2015)
+
+  08 Apr 2015; Patrice Clement <monsieurp@gentoo.org>
+  +Module-Signature-0.770.0.ebuild:
+  Version bump to 0.77. Fix security bug 545946.
 
   21 Aug 2013; Mikle Kolyada <zlogene@gentoo.org>
   -Module-Signature-0.680.0.ebuild, -Module-Signature-0.700.0.ebuild:



1.1                  dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild

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

Index: Module-Signature-0.770.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v 1.1 2015/04/08 15:39:11 monsieurp Exp $

EAPI=5

MODULE_AUTHOR=AUDREYT
MODULE_VERSION=0.77
inherit perl-module

DESCRIPTION="Module signature file manipulation "

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE="test"

RDEPEND="
	virtual/perl-MIME-Base64
	dev-perl/PAR-Dist
	virtual/perl-IO-Compress
	dev-perl/crypt-cbc
	dev-perl/Crypt-DES
	dev-perl/Crypt-Blowfish
	dev-perl/Crypt-RIPEMD160
	dev-perl/class-loader
	dev-perl/tie-encryptedhash
	dev-perl/convert-ascii-armour
	dev-perl/data-buffer
	dev-perl/digest-md2
	>=dev-perl/math-pari-2.010603
	dev-perl/crypt-random
	dev-perl/crypt-primes
	dev-perl/crypt-des-ede3
	dev-perl/crypt-dsa
	dev-perl/crypt-rsa
	dev-perl/Convert-ASN1
	dev-perl/convert-pem
	dev-perl/Crypt-OpenPGP
	app-crypt/gnupg
"
DEPEND="${RDEPEND}
	test? (
		dev-perl/IPC-Run
	)
"

SRC_TEST="do"

src_test() {
	export TEST_SIGNATURE="1"
	perl-module_src_test
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Signature: Module-Signature-0.770.0.ebuild ChangeLog
@ 2015-06-15  8:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-15  8:11 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/15 08:11:57

  Modified:             Module-Signature-0.770.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #545946
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild?r1=1.1&r2=1.2

Index: Module-Signature-0.770.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Module-Signature-0.770.0.ebuild	8 Apr 2015 15:39:11 -0000	1.1
+++ Module-Signature-0.770.0.ebuild	15 Jun 2015 08:11:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v 1.1 2015/04/08 15:39:11 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v 1.2 2015/06/15 08:11:57 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="CC0-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.46                 dev-perl/Module-Signature/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	8 Apr 2015 15:39:11 -0000	1.45
+++ ChangeLog	15 Jun 2015 08:11:57 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Module-Signature
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.45 2015/04/08 15:39:11 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.46 2015/06/15 08:11:57 ago Exp $
+
+  15 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
+  Module-Signature-0.770.0.ebuild:
+  Stable for amd64, wrt bug #545946
 
 *Module-Signature-0.770.0 (08 Apr 2015)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Signature: Module-Signature-0.770.0.ebuild ChangeLog
@ 2015-06-15  8:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-15  8:12 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/15 08:12:54

  Modified:             Module-Signature-0.770.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #545946
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild?r1=1.2&r2=1.3

Index: Module-Signature-0.770.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Module-Signature-0.770.0.ebuild	15 Jun 2015 08:11:57 -0000	1.2
+++ Module-Signature-0.770.0.ebuild	15 Jun 2015 08:12:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v 1.2 2015/06/15 08:11:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild,v 1.3 2015/06/15 08:12:54 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="CC0-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 x86 ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.47                 dev-perl/Module-Signature/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	15 Jun 2015 08:11:57 -0000	1.46
+++ ChangeLog	15 Jun 2015 08:12:54 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Module-Signature
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.46 2015/06/15 08:11:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.47 2015/06/15 08:12:54 ago Exp $
+
+  15 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
+  Module-Signature-0.770.0.ebuild:
+  Stable for x86, wrt bug #545946
 
   15 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
   Module-Signature-0.770.0.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-15  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 15:39 [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Signature: Module-Signature-0.770.0.ebuild ChangeLog Patrice Clement (monsieurp)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-15  8:11 Agostino Sarubbo (ago)
2015-06-15  8:12 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox