On Mon, Oct 08 2018, Daniel Jakots <[email protected]> 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?
If in doubt, add all of them. Please see below, > 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', Should be + 'devel/git,-main' => 'git-<2.19.1', With that, ok jca@ > + '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', > -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
