diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-04-12 02:16:10 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-04-12 02:16:10 +0000 |
commit | b1a3c5a1164c62ece7eea2c956bcf1685557e48b (patch) | |
tree | 4178f4ee9bf5254ddbed6c1ffe539d5d5b8d5b36 /dns/dnsmasq | |
parent | 9297dc78fbcf47c5c64af82335b91757bb838f14 (diff) | |
download | ports-b1a3c5a1164c62ece7eea2c956bcf1685557e48b.tar.gz ports-b1a3c5a1164c62ece7eea2c956bcf1685557e48b.zip |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/files/pkg-message.in | 26 |
2 files changed, 11 insertions, 17 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 5918ebe757f4..eb317c96f839 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -4,7 +4,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.81 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/files/pkg-message.in b/dns/dnsmasq/files/pkg-message.in index 931dec5f38c0..7848ab24e533 100644 --- a/dns/dnsmasq/files/pkg-message.in +++ b/dns/dnsmasq/files/pkg-message.in @@ -1,18 +1,12 @@ -[ -{ type: install - message: <<EOM - To enable dnsmasq, edit %%PREFIX%%/etc/dnsmasq.conf and - set dnsmasq_enable="YES" in /etc/rc.conf[.local] +To enable dnsmasq, edit %%PREFIX%%/etc/dnsmasq.conf and +set dnsmasq_enable="YES" in /etc/rc.conf[.local] - Further options and actions are documented inside - %%PREFIX%%/etc/rc.d/dnsmasq +Further options and actions are documented inside +%%PREFIX%%/etc/rc.d/dnsmasq - SECURITY RECOMMENDATION - ~~~~~~~~~~~~~~~~~~~~~~~ - It is recommended to enable the wpad-related options - at the end of the configuration file (you may need to - copy them from the example file to yours) to fix - CERT Vulnerability VU#598349. -EOM -} -] +SECURITY RECOMMENDATION +~~~~~~~~~~~~~~~~~~~~~~~ +It is recommended to enable the wpad-related options +at the end of the configuration file (you may need to +copy them from the example file to yours) to fix +CERT Vulnerability VU#598349. |