Bug 199564 - [PATCH] games/minecraft-server: Update from 1.8.1 -> 1.8.4
Summary: [PATCH] games/minecraft-server: Update from 1.8.1 -> 1.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-04-20 20:02 UTC by Jonathan Price
Modified: 2015-05-01 12:35 UTC (History)
1 user (show)

See Also:


Attachments
patch file (3.54 KB, patch)
2015-04-20 20:02 UTC, Jonathan Price
no flags Details | Diff
poudriere testport output (20.66 KB, text/plain)
2015-04-20 20:03 UTC, Jonathan Price
no flags Details
portlint -A output (684 bytes, text/plain)
2015-04-20 20:04 UTC, Jonathan Price
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.