Revision: 149393 https://trac.macports.org/changeset/149393 Author: mps@macports.org Date: 2016-06-16 06:41:37 -0700 (Thu, 16 Jun 2016) Log Message: ----------- p7zip: apply Debian patches for CVE-2016-2334 and CVE-2016-2335 Modified Paths: -------------- trunk/dports/archivers/p7zip/Portfile Modified: trunk/dports/archivers/p7zip/Portfile =================================================================== --- trunk/dports/archivers/p7zip/Portfile 2016-06-16 13:32:22 UTC (rev 149392) +++ trunk/dports/archivers/p7zip/Portfile 2016-06-16 13:41:37 UTC (rev 149393) @@ -4,6 +4,7 @@ name p7zip version 15.14.1 +revision 1 categories archivers # contains unrar code which has a restrictive license license LGPL-2.1+ Restrictive/Distributable @@ -25,6 +26,10 @@ checksums rmd160 1b240131d6fc8322830fa893357a62a9cdb81bdb \ sha256 699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4 +# security patches from Debian (will no longer be needed when version >= 16.0.2) +patchfiles CVE-2016-2334.patch \ + CVE-2016-2335.patch + variant universal {} post-patch {
participants (1)
-
mps@macports.org