Yet another mailman update for xss. The diff is the same for both OPENBSD_6_6 and OPENBSD_6_7 - would like to apply there as well.
In addition, even there is no CVE directly related to this release, the same 2018 CVE is being referenced, so update quirks too for -current. OK? Thank you, Okan Index: Makefile =================================================================== RCS file: /home/open/cvs/ports/mail/mailman/Makefile,v retrieving revision 1.94 diff -u -p -r1.94 Makefile --- Makefile 7 May 2020 19:06:49 -0000 1.94 +++ Makefile 18 May 2020 20:08:51 -0000 @@ -2,7 +2,7 @@ COMMENT= mailing list manager with web interface -DISTNAME= mailman-2.1.32 +DISTNAME= mailman-2.1.33 CATEGORIES= mail www HOMEPAGE= https://www.gnu.org/software/mailman/ Index: distinfo =================================================================== RCS file: /home/open/cvs/ports/mail/mailman/distinfo,v retrieving revision 1.31 diff -u -p -r1.31 distinfo --- distinfo 7 May 2020 19:06:49 -0000 1.31 +++ distinfo 18 May 2020 20:09:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (mailman-2.1.32.tgz) = N1UyKyPLQc1yZAdljcGuDS3MmIfJI5lFSRpVGTNQXl0= -SIZE (mailman-2.1.32.tgz) = 9413055 +SHA256 (mailman-2.1.33.tgz) = bX6BdTx4Eg9HmidepiMZTKwYij2vMB63aqnTmpQtUjQ= +SIZE (mailman-2.1.33.tgz) = 9412979 Index: Makefile =================================================================== RCS file: /home/open/cvs/ports/devel/quirks/Makefile,v retrieving revision 1.945 diff -u -p -r1.945 Makefile --- Makefile 21 May 2020 09:21:46 -0000 1.945 +++ Makefile 21 May 2020 13:44:30 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.336 +PKGNAME = quirks-3.337 PKG_ARCH = * MAINTAINER = Marc Espie <es...@openbsd.org> Index: files/Quirks.pm =================================================================== RCS file: /home/open/cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.964 diff -u -p -r1.964 Quirks.pm --- files/Quirks.pm 21 May 2020 09:21:46 -0000 1.964 +++ files/Quirks.pm 21 May 2020 13:44:39 -0000 @@ -1723,7 +1723,7 @@ my $cve = { 'lang/ruby/2.6,-main' => 'ruby->2.6,<2.6.2', 'mail/dovecot,-main' => 'dovecot-<2.3.6', 'mail/exim' => 'exim-<4.83', - 'mail/mailman' => 'mailman-<2.1.30', + 'mail/mailman' => 'mailman-<2.1.33', 'mail/p5-Mail-SpamAssassin' => 'p5-Mail-SpamAssassin-<3.4.4', 'mail/roundcubemail' => 'roundcubemail-<1.3.8', 'math/hdf5' => 'hdf5-<1.8.21',