<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/net/ipxe/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>net/ipxe: update g20230822 (9e99a55b) to g20240403 (59f27d69)</title>
<updated>2024-04-09T15:21:18+00:00</updated>
<author>
<name>Vinícius Zavam</name>
<email>egypcio@FreeBSD.org</email>
</author>
<published>2024-04-09T15:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=069a3fb3b21ca3465341783ec5a1ffbc40ba5a8e'/>
<id>069a3fb3b21ca3465341783ec5a1ffbc40ba5a8e</id>
<content type='text'>
  * delete 'files/patch-src_arch_x86_include_librm.h' as it's now landed
    in upstream code; https://github.com/ipxe/ipxe/pull/1036

  * other upstream changes include, but are not limited to:

    - [bnxt] Add support for BCM957608;
    - [build] Fix building on older versions of gcc;
    - [build] Fix building with newer binutils;
    - [crypto] Add X25519 key exchange algorithm;
    - [crypto] Add implementation of MS-CHAPv2 authentication (RFC2759);
    - [efi] Update to current EDK2 headers;
    - [intel] Add PCI ID for I219-LM (23), OK on FUJITSU LIFEBOOK U7413;
    - [libc] Replace linker_assert() with build_assert();
    - [librm] Use explicit operand size when pushing a label address;
    - [tls] Add ECDHE cipher suites;
    - [tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman K.E;
    - [ucode] Add support for updating x86 microcode;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * delete 'files/patch-src_arch_x86_include_librm.h' as it's now landed
    in upstream code; https://github.com/ipxe/ipxe/pull/1036

  * other upstream changes include, but are not limited to:

    - [bnxt] Add support for BCM957608;
    - [build] Fix building on older versions of gcc;
    - [build] Fix building with newer binutils;
    - [crypto] Add X25519 key exchange algorithm;
    - [crypto] Add implementation of MS-CHAPv2 authentication (RFC2759);
    - [efi] Update to current EDK2 headers;
    - [intel] Add PCI ID for I219-LM (23), OK on FUJITSU LIFEBOOK U7413;
    - [libc] Replace linker_assert() with build_assert();
    - [librm] Use explicit operand size when pushing a label address;
    - [tls] Add ECDHE cipher suites;
    - [tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman K.E;
    - [ucode] Add support for updating x86 microcode;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Add patch to fix build with upcoming binutils 2.41</title>
<updated>2023-08-29T03:06:38+00:00</updated>
<author>
<name>Yasuhiro Kimura</name>
<email>yasu@FreeBSD.org</email>
</author>
<published>2023-08-09T07:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=042ea734575462e59b9901bf3dc037d17c1c3050'/>
<id>042ea734575462e59b9901bf3dc037d17c1c3050</id>
<content type='text'>
Obtained from:	https://github.com/ipxe/ipxe/pull/1011
PR:		273024
Approved by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	https://github.com/ipxe/ipxe/pull/1011
PR:		273024
Approved by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: update g20230211 (3c83843e) to g20230719 (c1834f32)</title>
<updated>2023-07-31T09:33:15+00:00</updated>
<author>
<name>Vinícius Zavam</name>
<email>egypcio@FreeBSD.org</email>
</author>
<published>2023-07-31T09:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=36ae666365d0dfc245e87a3b6fe4cc97c2619665'/>
<id>36ae666365d0dfc245e87a3b6fe4cc97c2619665</id>
<content type='text'>
  while here:
  * enable NTP_CMD by default;
  * add notes about cryptography support from https://ipxe.org/crypto;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  while here:
  * enable NTP_CMD by default;
  * add notes about cryptography support from https://ipxe.org/crypto;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: update g20201129 (13a6d17) to g20210413 (8ca43cc)</title>
<updated>2021-04-14T11:11:06+00:00</updated>
<author>
<name>Vinícius Zavam</name>
<email>egypcio@FreeBSD.org</email>
</author>
<published>2021-04-14T11:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e91ecf9b7664d357cf9270b0edc43524957e9777'/>
<id>e91ecf9b7664d357cf9270b0edc43524957e9777</id>
<content type='text'>
  - https://github.com/ipxe/ipxe/commit/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.

  - https://github.com/ipxe/ipxe/commit/f034ae5

    Allow elf2efi.c to build on FreeBSD

PR:		254600
Reported by:	dch@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - https://github.com/ipxe/ipxe/commit/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.

  - https://github.com/ipxe/ipxe/commit/f034ae5

    Allow elf2efi.c to build on FreeBSD

PR:		254600
Reported by:	dch@
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Update to latest commit</title>
<updated>2020-07-27T13:00:48+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-07-27T13:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0db578517145259aebf5378b1d9e865d2ce7881c'/>
<id>0db578517145259aebf5378b1d9e865d2ce7881c</id>
<content type='text'>
Changes:	https://github.com/ipxe/ipxe/compare/9ee70fb95bc266885ff88be228b044a2bb226eeb...b76052335788d0ad2c4b0bded116c3b02dd4bbc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:	https://github.com/ipxe/ipxe/compare/9ee70fb95bc266885ff88be228b044a2bb226eeb...b76052335788d0ad2c4b0bded116c3b02dd4bbc2
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Update to latest commit</title>
<updated>2020-06-13T16:47:09+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-06-13T16:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a469cece5f6ecdea16c517e9b2ba3e8178066356'/>
<id>a469cece5f6ecdea16c517e9b2ba3e8178066356</id>
<content type='text'>
- Build more EFI images [1]

Changes:	https://github.com/ipxe/ipxe/compare/bdf0e029ae8c9a0e173d5988ee64ff910538af53...9ee70fb95bc266885ff88be228b044a2bb226eeb
Submitted by:	skozlov (based on) [1]
Differential Revision:	https://reviews.freebsd.org/D25213
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Build more EFI images [1]

Changes:	https://github.com/ipxe/ipxe/compare/bdf0e029ae8c9a0e173d5988ee64ff910538af53...9ee70fb95bc266885ff88be228b044a2bb226eeb
Submitted by:	skozlov (based on) [1]
Differential Revision:	https://reviews.freebsd.org/D25213
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Update to latest commit</title>
<updated>2019-07-15T13:08:55+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-07-15T13:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=112f0faf85b08ee314221e0a53ac6138bae289a9'/>
<id>112f0faf85b08ee314221e0a53ac6138bae289a9</id>
<content type='text'>
- Convert pkg-message to UCL while here

Changes:	https://github.com/ipxe/ipxe/compare/b28ccfc725c9a52401aaa09de0734a44bd44a02d...a385e2376859dc0195ec77aeab220876b201c16b
PR:		239222
Reported by:	dch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Convert pkg-message to UCL while here

Changes:	https://github.com/ipxe/ipxe/compare/b28ccfc725c9a52401aaa09de0734a44bd44a02d...a385e2376859dc0195ec77aeab220876b201c16b
PR:		239222
Reported by:	dch
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Build VMware ROMs</title>
<updated>2019-01-06T11:50:46+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-01-06T11:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b38e2112fb89c3dd204bc1c05ceb7e8d6daf7321'/>
<id>b38e2112fb89c3dd204bc1c05ceb7e8d6daf7321</id>
<content type='text'>
PR:		234658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		234658
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Update to latest commit</title>
<updated>2018-11-23T08:57:55+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2018-11-23T08:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=596d8b7072d3df555305ccd9898beae6defd6571'/>
<id>596d8b7072d3df555305ccd9898beae6defd6571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ipxe: Build undionly and EFI images</title>
<updated>2018-04-25T15:13:48+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2018-04-25T15:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7bd53a164ac94f54354b903e8fe7e8081c7e0df5'/>
<id>7bd53a164ac94f54354b903e8fe7e8081c7e0df5</id>
<content type='text'>
Submitted by:	fabian.freyer@physik.tu-berlin.de
Differential Revision:	https://reviews.freebsd.org/D15194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	fabian.freyer@physik.tu-berlin.de
Differential Revision:	https://reviews.freebsd.org/D15194
</pre>
</div>
</content>
</entry>
</feed>
