Bug 199564

Summary: [PATCH] games/minecraft-server: Update from 1.8.1 -> 1.8.4
Product: Ports & Packages Reporter: Jonathan Price <freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino
Priority: --- Keywords: patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file
none
poudriere testport output
none
portlint -A output none

Description Jonathan Price 2015-04-20 20:02:58 UTC
Created attachment 155779 [details]
patch file

Update games/minecraft-server from 1.8.1 to 1.8.4.

1.8.4 introduces several security fixes, including two notable ones:
[Bug MC-79079] – Malicious clients can force a server to freeze
[Bug MC-79612] – Malicious clients can force a server to go out memory

Further details can be found here: https://mojang.com/2015/04/minecraft-1-8-4-security-release/

Included in this patch is a modification to the make config menu, to make the standalone / daemon choice radio choices. Further detail on this change can be found at bug #198217.

portlint -A output and poudriere testport output files have been attached, in addition to the patch itself.

The patch has been tested on both a new and an existing installation, with no immediate issues discovered.
Comment 1 Jonathan Price 2015-04-20 20:03:43 UTC
Created attachment 155780 [details]
poudriere testport output
Comment 2 Jonathan Price 2015-04-20 20:04:05 UTC
Created attachment 155781 [details]
portlint -A output
Comment 3 John Marino freebsd_committer freebsd_triage 2015-04-21 13:55:25 UTC
the only issue I see is minor: PORTREVISION=	0
That line isn't required, it's 0 by default 

The committer can remove it though, I'm promoting the PR.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-05-01 12:34:10 UTC
A commit references this bug:

Author: marino
Date: Fri May  1 12:34:05 UTC 2015
New revision: 385109
URL: https://svnweb.freebsd.org/changeset/ports/385109

Log:
  games/minecraft-server: Upgrade version 1.8.1 => 1.8.4

  PR:		199564
  Submitted by:	maintainer

Changes:
  head/games/minecraft-server/Makefile
  head/games/minecraft-server/distinfo
  head/games/minecraft-server/files/minecraft-server
  head/games/minecraft-server/files/minecraft.in
  head/games/minecraft-server/pkg-plist
Comment 5 John Marino freebsd_committer freebsd_triage 2015-05-01 12:35:11 UTC
sorry it took so long, I hoped somebody would pick up this easy PR.