Update to new upstream release candidate #2.
Changes in upstream Git between releases (git shortlog): Sergey Nechaev (1): Stricter command line args validation to dhcp_release6. Simon Kelley (4): Fix error in PXE arch names and add ARM32 and ARM64. Tweak CSAs affected by UEFI PXE workaround code. Tweak UEFI workaround code. Merge messages into translation files. Upstream CHANGELOG diff since rc #1: Swap the values if BC_EFI and x86-64_EFI in --pxe-service. These were previously wrong due to an error in RFC 4578. If you're using BC_EFI to boot 64-bit EFI machines, you will need to update your config. Add ARM32_EFI and ARM64_EFI as valid architectures in --pxe-service.
This commit is contained in:
parent
6318cc5ff8
commit
6913e4789a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415366
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dnsmasq
|
PORTNAME= dnsmasq
|
||||||
DISTVERSION= 2.76rc1
|
DISTVERSION= 2.76rc2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= dns ipv6
|
CATEGORIES= dns ipv6
|
||||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (dnsmasq-2.76rc1.tar.xz) = 8d1064ba898fef683f8579d699111cd75cd2e16d50b0a7c0534c34a36722cd27
|
TIMESTAMP = 1463439275
|
||||||
SIZE (dnsmasq-2.76rc1.tar.xz) = 494620
|
SHA256 (dnsmasq-2.76rc2.tar.xz) = 12c5a263791e6c8717a3dffd4eaae655de5dfc4875caab6cdce636beb879d46e
|
||||||
|
SIZE (dnsmasq-2.76rc2.tar.xz) = 495296
|
||||||
|
|
Loading…
Reference in a new issue