Hello, We should add git to quirks because it fixes a security problem. Should we add all the subpackages or only -main?
Cheers, Daniel Index: Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.620 diff -u -p -r1.620 Makefile --- Makefile 4 Oct 2018 09:25:19 -0000 1.620 +++ Makefile 6 Oct 2018 18:10:37 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.13 +PKGNAME = quirks-3.14 PKG_ARCH = * MAINTAINER = Marc Espie <[email protected]> Index: files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.634 diff -u -p -r1.634 Quirks.pm --- files/Quirks.pm 4 Oct 2018 09:25:19 -0000 1.634 +++ files/Quirks.pm 6 Oct 2018 18:10:37 -0000 @@ -1157,6 +1157,9 @@ my $cve = { 'databases/mariadb,-server' => 'mariadb-server-<10.0.36', 'databases/postgresql,-main' => 'postgresql-client-<10.5', 'databases/postgresql,-server' => 'postgresql-server-<10.5', + 'devel/git,-main' => 'git-main-<2.19.1', + 'devel/git,-svn' => 'git-svn-<2.19.1', + 'devel/git,-x11' => 'git-x11-<2.19.1', 'devel/mercurial,-main' => 'mercurial-<4.5.3p1', 'devel/mercurial,-x11' => 'mercurial-x11-<4.5.3p1', 'devel/pcre' => 'pcre-<8.38',
