On Tue, Feb 13, 2018 at 03:18:02PM -0800, Ryan Freeman wrote: > On Wed, Feb 07, 2018 at 08:12:07AM -0800, Ryan Freeman wrote: > > On Wed, Feb 07, 2018 at 07:22:04AM +0000, Mikolaj Kucharski wrote: > > > On Tue, Feb 06, 2018 at 08:58:29AM -0800, Ryan Freeman wrote: > > > > -DISTNAME = urbanterror-4.3.2 > > > > +DISTNAME = urbanterror-4.3.2p1 > > > > > > I think `p` marker is reserved for REVISION, so why not useing > > > revision directly? > > > > Woops, thanks. That 'p' should be 'pl' for patch level. Unless > > I am wrong, the REVISION marker is more for updating a package > > that itself hasn't changed, but a dependency of it has? Or > > some other small tweak to the port that doesn't actually change > > the src of the program in question. > > > > As this is a hotfix update from upstream, I meant to use 'pl' for > > patchlevel. > > > > Thank you, > > -ryan > > ping
Anyone to merge this? I should reiterate, this does address a security bug found in ioq3 (awhile ago, so ioquake3 port is already fine, iourbanterror was just based off much older version) http://www.urbanterror.info/news/514-urban-terror-security-update/ Cheers, -ryan > > > > > > > ? urt.diff > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/games/urbanterror/Makefile,v > > retrieving revision 1.4 > > diff -u -p -r1.4 Makefile > > --- Makefile 8 Feb 2017 12:55:18 -0000 1.4 > > +++ Makefile 7 Feb 2018 16:11:26 -0000 > > @@ -1,14 +1,13 @@ > > # $OpenBSD: Makefile,v 1.4 2017/02/08 12:55:18 sthen Exp $ > > > > -USE_WXNEEDED = Yes > > ONLY_FOR_ARCHS = amd64 i386 > > > > COMMENT = fast-paced hollywood-tactical shooter: "fun over realism" > > -DISTNAME = urbanterror-4.3.2 > > +DISTNAME = urbanterror-4.3.2pl1 > > > > GH_ACCOUNT = Barbatos > > GH_PROJECT = ioq3-for-UrbanTerror-4 > > -GH_TAGNAME = release-4.3.2 > > +GH_TAGNAME = release-4.3.2-hotfix > > > > CATEGORIES = games x11 > > > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/games/urbanterror/distinfo,v > > retrieving revision 1.3 > > diff -u -p -r1.3 distinfo > > --- distinfo 7 Feb 2017 06:12:27 -0000 1.3 > > +++ distinfo 7 Feb 2018 16:11:26 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (urbanterror-4.3.2.tar.gz) = > > gRrLDcuQNQnFbNwFaz0qZuQ1myO6Smj1bw6hRSEJzvs= > > -SIZE (urbanterror-4.3.2.tar.gz) = 11775787 > > +SHA256 (urbanterror-4.3.2pl1.tar.gz) = > > kyvOLKLR+uSd9mLoUQmf1kmNV8VuDE+dXMOg+NtAhNI= > > +SIZE (urbanterror-4.3.2pl1.tar.gz) = 3326324 > > >