Date: Mon, 31 Jul 2023 09:33:44 GMT From: =?utf-8?Q?Vin=C3=ADcius=20Zavam?= <egypcio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 36ae666365d0 - main - net/ipxe: update g20230211 (3c83843e) to g20230719 (c1834f32) Message-ID: <202307310933.36V9XiYS061353@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio: URL: https://cgit.FreeBSD.org/ports/commit/?id=36ae666365d0dfc245e87a3b6fe4cc97c2619665 commit 36ae666365d0dfc245e87a3b6fe4cc97c2619665 Author: VinÃcius Zavam <egypcio@FreeBSD.org> AuthorDate: 2023-07-31 09:29:48 +0000 Commit: VinÃcius Zavam <egypcio@FreeBSD.org> CommitDate: 2023-07-31 09:33:15 +0000 net/ipxe: update g20230211 (3c83843e) to g20230719 (c1834f32) while here: * enable NTP_CMD by default; * add notes about cryptography support from https://ipxe.org/crypto; --- net/ipxe/Makefile | 6 +++--- net/ipxe/distinfo | 6 +++--- net/ipxe/files/pkg-message.in | 10 +++++++++- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index 10756be8c1b6..06fb4414001c 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -1,6 +1,5 @@ PORTNAME= ipxe -DISTVERSION= g20230211 -PORTREVISION= 1 +DISTVERSION= g20230719 PORTEPOCH= 1 CATEGORIES= net @@ -20,7 +19,7 @@ USES= gmake perl5 shebangfix USE_BINUTILS= yes USE_GCC= yes:build USE_GITHUB= yes -GH_TAGNAME= 3c83843e111ece30 +GH_TAGNAME= c1834f323f4f6b9b USE_PERL5= build MAKE_ARGS= AR=${AR} \ ARCH=${ARCH:S/amd64/i386/} \ @@ -59,6 +58,7 @@ _IPXE_BUILDCFG= branding:PRODUCT_NAME="${PKGNAME} (${OPSYS} ${OSREL}/${ARCH})" \ general:DOWNLOAD_PROTO_NFS \ general:IMAGE_TRUST_CMD \ general:NET_PROTO_IPV6 \ + general:NTP_CMD \ general:PING_CMD \ general:POWEROFF_CMD diff --git a/net/ipxe/distinfo b/net/ipxe/distinfo index c58d026de288..0ae65b25864c 100644 --- a/net/ipxe/distinfo +++ b/net/ipxe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676218509 -SHA256 (ipxe-ipxe-g20230211-3c83843e111ece30_GH0.tar.gz) = f7f7e32435fe0faa47d9f6d24b3df4b4641103d7cbcff33042eac636cfa9d5d6 -SIZE (ipxe-ipxe-g20230211-3c83843e111ece30_GH0.tar.gz) = 4071521 +TIMESTAMP = 1690750844 +SHA256 (ipxe-ipxe-g20230719-c1834f323f4f6b9b_GH0.tar.gz) = 1d9ef5cea9081998edccf6839a7a6c8defe5f685f642ae4b4e53bab79e14123b +SIZE (ipxe-ipxe-g20230719-c1834f323f4f6b9b_GH0.tar.gz) = 4137097 diff --git a/net/ipxe/files/pkg-message.in b/net/ipxe/files/pkg-message.in index 54f3d05c1512..b9cc95a32328 100644 --- a/net/ipxe/files/pkg-message.in +++ b/net/ipxe/files/pkg-message.in @@ -1,6 +1,14 @@ [ { type: install message: <<EOD +Should you require overwriting some settings, this port offers you the +_IPXE_BUILDCFG variable that can be set for you to manage extra build +configurations - e.g.: add a custom (self-signed) CA certificate to it. + +In the default configuration, iPXE will automatically trust the same +set of certificates as the Firefox web browser. More information about +iPXE's cryptography support: https://ipxe.org/crypto + The following files have been installed in %%DATADIR%%: - ipxe.dsk for creating a bootable floppy disk - ipxe.efi-* for loading from EFI @@ -15,7 +23,7 @@ The following files have been installed in %%DATADIR%%: only find and boot the specific NIC device it was chained from - snp.efi-* same as snponly but tries to boot all devices - {8086100f,808610d3,10222000,15ad07b0}.rom for replacing the - VMware PXE ROM. See http://ipxe.org/howto/vmware for more + VMware PXE ROM. See https://ipxe.org/howto/vmware for more information. EOD }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307310933.36V9XiYS061353>