Skip to content

Commit

Permalink
net/ipxe: update g20201129 (13a6d17) to g20210413 (8ca43cc)
Browse files Browse the repository at this point in the history
  - ipxe/ipxe@79c0173

    Create util/genfsimg for building filesystem-based images

    Generalise util/geniso, util/gensdsk, and util/genefidsk to
    create a single script util/genfsimg that can be used to build
    either FAT filesystem images or ISO images.

  - ipxe/ipxe@f034ae5

    Allow elf2efi.c to build on FreeBSD

PR:		254600
Reported by:	dch@
  • Loading branch information
egypcio committed Apr 14, 2021
1 parent 9ee8484 commit e91ecf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
6 changes: 3 additions & 3 deletions net/ipxe/Makefile
@@ -1,7 +1,7 @@
# Created by: Guerkan Karaman <gk.freebsd@googlemail.com>

PORTNAME= ipxe
DISTVERSION= g20201129
DISTVERSION= g20210413
PORTEPOCH= 1
CATEGORIES= net

Expand All @@ -17,9 +17,8 @@ USES= gmake perl5 shebangfix
USE_BINUTILS= yes
USE_GCC= yes:build
USE_GITHUB= yes
GH_TAGNAME= 13a6d17
GH_TAGNAME= 8ca43cc
USE_PERL5= build
SHEBANG_FILES= util/geniso util/gensdsk
MAKE_ARGS= AR=${AR} \
ARCH=${ARCH:S/amd64/i386/} \
AS=${AS} \
Expand All @@ -34,6 +33,7 @@ MAKE_ARGS= AR=${AR} \
RANLIB=${RANLIB} \
SIZE=${SIZE} \
V=1

# Append user-settable build args from make.conf
MAKE_ARGS+= ${IPXE_MAKE_ARGS}
ALL_TARGET= bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb \
Expand Down
6 changes: 3 additions & 3 deletions net/ipxe/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1606744168
SHA256 (ipxe-ipxe-g20201129-13a6d17_GH0.tar.gz) = ed3f8f838463d9341988a38aa2f208fe55bf778a7933a62ed01241e35d1e9138
SIZE (ipxe-ipxe-g20201129-13a6d17_GH0.tar.gz) = 3914076
TIMESTAMP = 1618392901
SHA256 (ipxe-ipxe-g20210413-8ca43cc_GH0.tar.gz) = c55d3d45d486a62460152323e329eadb2a24f9f4ef52567efdb3fcccb965f936
SIZE (ipxe-ipxe-g20210413-8ca43cc_GH0.tar.gz) = 3955775
11 changes: 0 additions & 11 deletions net/ipxe/files/patch-util_elf2efi.c

This file was deleted.

0 comments on commit e91ecf9

Please sign in to comment.