Register security updates in quirks. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.211 diff -u -p -u -r1.211 Makefile --- Makefile 24 Mar 2015 00:06:40 -0000 1.211 +++ Makefile 27 Mar 2015 10:10:22 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES =
# API.rev -PKGNAME = quirks-2.57 +PKGNAME = quirks-2.58 PKG_ARCH = * MAINTAINER = Marc Espie <[email protected]> Index: files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.219 diff -u -p -u -r1.219 Quirks.pm --- files/Quirks.pm 24 Mar 2015 00:06:40 -0000 1.219 +++ files/Quirks.pm 27 Mar 2015 10:10:22 -0000 @@ -598,6 +598,8 @@ my $cve = { 'www/drupal7/core' => 'drupal->=7.0,<7.32', 'audio/flac' => 'flac-<1.3.0p1', 'www/drupal6/views' => 'drupal6-views-<2.18', + 'net/putty' => 'putty-<0.64', + 'textproc/xerces-c' => 'xerces-c-<2.8.0p2', }; # ->check_security($path) OK? > > xerces http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0252 > > putty https://www.debian.org/security/2015/dsa-3190 >
