svn commit: r479411 - head/security/p5-Crypt-OpenPGP/files

Dag-Erling Smørgrav des at FreeBSD.org
Mon Sep 10 13:19:47 UTC 2018


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);


More information about the svn-ports-head mailing list