mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
dns/dnsmasq update to release v2.79
Note there are a few incompatible changes. For details, please see the... Changelog: <http://thekelleys.org.uk/dnsmasq/CHANGELOG>
This commit is contained in:
parent
6d6a2285c7
commit
1533140b17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465034
12
UPDATING
12
UPDATING
@ -5,6 +5,16 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20180319:
|
||||
AFFECTS: users of dns/dnsmasq
|
||||
AUTHOR: mandree@FreeBSD.org
|
||||
|
||||
Note that with dnsmasq 2.79, some parts of the interface have changed in an
|
||||
incompatible way versus previous versions. This comprises changed recursion
|
||||
behaviour, signature support, a change for SIGINT (vs. SIGHUP) behaviour.
|
||||
|
||||
Please see the CHANGELOG that ships with dnsmasq for details.
|
||||
|
||||
20180317:
|
||||
AFFECTS: users of multimedia/plexpy
|
||||
AUTHOR: feld@FreeBSD.org
|
||||
@ -78,7 +88,7 @@ you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
to the CONFIG array before the updater will run.
|
||||
|
||||
20180214
|
||||
20180214:
|
||||
AFFECTS: users of lang/ruby23
|
||||
AUTHOR: swills@FreeBSD.org
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.78
|
||||
DISTVERSION= 2.79
|
||||
PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns ipv6
|
||||
@ -32,7 +32,7 @@ OPTIONS_RADIO_INTL= IDN NLS
|
||||
INTL_DESC= Internationalization Support Level
|
||||
NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support
|
||||
IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS
|
||||
IPSET_DESC= Dynamic firewall managment of resolved names (require PF)
|
||||
IPSET_DESC= Dynamic firewall managment of resolved names (needs PF)
|
||||
LUA_DESC= Support lease-change scripts written in Lua
|
||||
DNSSEC_DESC= Enable DNSSEC caching and validation
|
||||
USES= cpe shebangfix tar:xz
|
||||
@ -79,7 +79,7 @@ USES+= lua
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDNSSEC}
|
||||
CFLAGS+= -DHAVE_DNSSEC
|
||||
CFLAGS+= -DHAVE_DNSSEC -I${LOCALBASE}/include
|
||||
USES+= pkgconfig
|
||||
LIB_DEPENDS+= libnettle.so:security/nettle
|
||||
LIB_DEPENDS+= libgmp.so:math/gmp
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506953238
|
||||
SHA256 (dnsmasq-2.78.tar.xz) = 89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b
|
||||
SIZE (dnsmasq-2.78.tar.xz) = 489172
|
||||
TIMESTAMP = 1521491408
|
||||
SHA256 (dnsmasq-2.79.tar.xz) = 78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f
|
||||
SIZE (dnsmasq-2.79.tar.xz) = 493036
|
||||
|
Loading…
Reference in New Issue
Block a user