Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 13:19:46 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479411 - head/security/p5-Crypt-OpenPGP/files
Message-ID:  <201809101319.w8ADJkFn073733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Sep 10 13:19:46 2018
New Revision: 479411
URL: https://svnweb.freebsd.org/changeset/ports/479411

Log:
  Regenerate with 'make makepatch' and add a comment.  Note that I am
  unsure if the patch is still required, or even if it is correct.

Added:
  head/security/p5-Crypt-OpenPGP/files/patch-lib_Crypt_OpenPGP_Ciphertext.pm
     - copied, changed from r479410, head/security/p5-Crypt-OpenPGP/files/patch-CVE-2005-0366
Deleted:
  head/security/p5-Crypt-OpenPGP/files/patch-CVE-2005-0366

Copied and modified: head/security/p5-Crypt-OpenPGP/files/patch-lib_Crypt_OpenPGP_Ciphertext.pm (from r479410, head/security/p5-Crypt-OpenPGP/files/patch-CVE-2005-0366)
==============================================================================
--- head/security/p5-Crypt-OpenPGP/files/patch-CVE-2005-0366	Mon Sep 10 13:16:27 2018	(r479410, copy source)
+++ head/security/p5-Crypt-OpenPGP/files/patch-lib_Crypt_OpenPGP_Ciphertext.pm	Mon Sep 10 13:19:46 2018	(r479411)
@@ -1,6 +1,10 @@
---- lib/Crypt/OpenPGP/Ciphertext.pm.orig	Tue Apr 10 15:51:46 2007
-+++ lib/Crypt/OpenPGP/Ciphertext.pm	Tue Apr 10 15:52:03 2007
-@@ -87,8 +87,8 @@ sub decrypt {
+Patch for CVE-2005-0366: plaintext recovery using checksum failure oracle.
+
+https://nvd.nist.gov/vuln/detail/CVE-2005-0366
+
+--- lib/Crypt/OpenPGP/Ciphertext.pm.orig	2009-12-11 00:05:35 UTC
++++ lib/Crypt/OpenPGP/Ciphertext.pm
+@@ -85,8 +85,8 @@ sub decrypt {
      my $padlen = $cipher->blocksize + 2;
      my $pt = $enc->{prefix} =
          $cipher->decrypt(substr $enc->{ciphertext}, 0, $padlen);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101319.w8ADJkFn073733>