From owner-svn-ports-head@freebsd.org Sat Feb 11 21:08:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95E96CDA2E1; Sat, 11 Feb 2017 21:08:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70A43BC1; Sat, 11 Feb 2017 21:08:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BL8mrF071169; Sat, 11 Feb 2017 21:08:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BL8meW071166; Sat, 11 Feb 2017 21:08:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702112108.v1BL8meW071166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 Feb 2017 21:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433914 - in head/net/ipxe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 21:08:49 -0000 Author: jbeich Date: Sat Feb 11 21:08:48 2017 New Revision: 433914 URL: https://svnweb.freebsd.org/changeset/ports/433914 Log: net/ipxe: update to 20161208 Changes: https://git.ipxe.org/ipxe.git/shortlog/26050fd4c87c50503d5bd573b2ec91703676e211 PR: 216329 Submitted by: Tobias Kortkamp (maintainer) Deleted: head/net/ipxe/files/patch-util_parserom.pl Modified: head/net/ipxe/Makefile (contents, props changed) head/net/ipxe/distinfo (contents, props changed) head/net/ipxe/files/patch-config_general.h (contents, props changed) Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Sat Feb 11 21:08:30 2017 (r433913) +++ head/net/ipxe/Makefile Sat Feb 11 21:08:48 2017 (r433914) @@ -4,8 +4,7 @@ # With helpful hints from net/gpxe PORTNAME= ipxe -PORTVERSION= 20160213 -PORTREVISION= 2 +PORTVERSION= 20161208 CATEGORIES= net MAINTAINER= t@tobik.me @@ -27,7 +26,7 @@ GH_PROJECT= ipxe # A: iPXE uses a rolling release model, in which every commit is intended # to be production-ready. You should always use the latest code. # -GH_TAGNAME= 7ecfe7159f94193a666200a17057d4cd5981b850 +GH_TAGNAME= 26050fd4c87c50503d5bd573b2ec91703676e211 USES= gmake perl5 shebangfix USE_BINUTILS= yes Modified: head/net/ipxe/distinfo ============================================================================== --- head/net/ipxe/distinfo Sat Feb 11 21:08:30 2017 (r433913) +++ head/net/ipxe/distinfo Sat Feb 11 21:08:48 2017 (r433914) @@ -1,2 +1,3 @@ -SHA256 (ipxe-ipxe-20160213-7ecfe7159f94193a666200a17057d4cd5981b850_GH0.tar.gz) = 81e5a199c179ea993368beca55b40f810dddf789c6da48bace72aae3d94a6aba -SIZE (ipxe-ipxe-20160213-7ecfe7159f94193a666200a17057d4cd5981b850_GH0.tar.gz) = 3490722 +TIMESTAMP = 1484933375 +SHA256 (ipxe-ipxe-20161208-26050fd4c87c50503d5bd573b2ec91703676e211_GH0.tar.gz) = 2bc78183aa863bf4491e9d948f4321bc951413a2faca1654ef0d276dae1e365e +SIZE (ipxe-ipxe-20161208-26050fd4c87c50503d5bd573b2ec91703676e211_GH0.tar.gz) = 3674693 Modified: head/net/ipxe/files/patch-config_general.h ============================================================================== --- head/net/ipxe/files/patch-config_general.h Sat Feb 11 21:08:30 2017 (r433913) +++ head/net/ipxe/files/patch-config_general.h Sat Feb 11 21:08:48 2017 (r433914) @@ -1,4 +1,4 @@ ---- config/general.h.orig 2016-02-12 14:04:51 UTC +--- config/general.h.orig 2016-12-08 09:35:52 UTC +++ config/general.h @@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ @@ -8,8 +8,8 @@ +#define NET_PROTO_IPV6 /* IPv6 protocol */ #undef NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ #define NET_PROTO_STP /* Spanning Tree protocol */ - -@@ -53,10 +53,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + #define NET_PROTO_LACP /* Link Aggregation control protocol */ +@@ -54,10 +54,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ @@ -19,10 +19,10 @@ #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ -#undef DOWNLOAD_PROTO_NFS /* Network File System Protocol */ +#define DOWNLOAD_PROTO_NFS /* Network File System Protocol */ + //#undef DOWNLOAD_PROTO_FILE /* Local filesystem access */ /* - * SAN boot protocols -@@ -136,7 +136,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +@@ -141,7 +141,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define PXE_CMD /* PXE commands */ //#define REBOOT_CMD /* Reboot command */ //#define POWEROFF_CMD /* Power off command */