Skip to content

Commit

Permalink
dev-perl/Email-Address: Bump to version 1.912.0 re bug #658562
Browse files Browse the repository at this point in the history
Upstream:
- Add mitigation for DoS via pathologically constructed email addresses
  in CVE-2015-7686 and CVE-2015-12558

Bug: https://bugs.gentoo.org/658562
Bug: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686
Bug: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12558
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Jul 10, 2019
1 parent 990320f commit 881118b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dev-perl/Email-Address/Email-Address-1.912.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=RJBS
DIST_VERSION=1.912
inherit perl-module

DESCRIPTION="RFC 2822 Address Parsing and Creation"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Encode
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
virtual/perl-Time-HiRes
)
"
1 change: 1 addition & 0 deletions dev-perl/Email-Address/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST Email-Address-1.908.tar.gz 41925 BLAKE2B 2472c9fc56565c24f25cfeea90b56f2fa0e9749944bcb3e878563950daa4dd2c8d22c43289751239356f57ea5ceabe3c46d9df4c8494d51ae9dfccaeefe7a18e SHA512 041744a43648ca53f3b78b387b8f170c000a2d67cf22f2740609a80feace70bc5d29389f22d96a7b7700efdd6a39c90eae494f17c7dc9e909f421df5ecb473ed
DIST Email-Address-1.912.tar.gz 42390 BLAKE2B f6a05f967a2c98f785e1c615a83e3cca68a800eb49659b6ee6586d46e5693c71f5cb5a4824d9370085460d78774cdd0167e64a1e748169f9fc22a4869e3f110f SHA512 fd8a8c09829f725609aa84c79ad89d1e44cbfb70cc44cae6a9f31174589404f56cf60ab3a4186137f7ff9838a3fe34a95a7c584e0eec2e5d1d79c919610f6e1a

0 comments on commit 881118b

Please sign in to comment.