diff options
-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. |