On Mon, Oct 08, 2018 at 09:32:22AM -0400, Daniel Jakots wrote: > On Sat, 6 Oct 2018 14:13:26 -0400, Daniel Jakots <[email protected]> > wrote: > > > We should add git to quirks because it fixes a security problem. > > Should we add all the subpackages or only -main? > > Updated diff after Marc's changes > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.621 > diff -u -p -r1.621 Makefile > --- Makefile 8 Oct 2018 12:08:08 -0000 1.621 > +++ Makefile 8 Oct 2018 13:31:11 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-3.14 > +PKGNAME = quirks-3.15 > PKG_ARCH = * > MAINTAINER = Marc Espie <[email protected]> > > Index: files/Quirks.pm > =================================================================== > RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.635 > diff -u -p -r1.635 Quirks.pm > --- files/Quirks.pm 8 Oct 2018 12:08:08 -0000 1.635 > +++ files/Quirks.pm 8 Oct 2018 13:31:11 -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', Note that git could use the same model of simplification directly, especially since its main subpackage is not even special.
However, 3 subpackages is on the fence... does it make sense to compactify stuff ? probably not...
