summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-01-14 09:11:42 +0000
committerglebius <glebius@FreeBSD.org>2016-01-14 09:11:42 +0000
commit924e9fd65e75f0b1f25b22443f905c323a489c11 (patch)
tree0ead046e380329851a42682978596c116adac8dc /etc
parent66d55487b96620356eabe606681cb650cab137a9 (diff)
downloadFreeBSD-src-924e9fd65e75f0b1f25b22443f905c323a489c11.zip
FreeBSD-src-924e9fd65e75f0b1f25b22443f905c323a489c11.tar.gz
o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]
o Fix Linux compatibility layer incorrect futex handling. [SA-16:03.linux] o Fix Linux compatibility layer setgroups(2) system call. [SA-16:04.linux] o Fix TCP MD5 signature denial of service. [SA-16:05.tcp] o Fix insecure default bsnmpd.conf permissions. [SA-16:06.bsnmpd] Security: FreeBSD-SA-16:01.sctp, CVE-2016-1879 Security: FreeBSD-SA-16:03.linux, CVE-2016-1880 Security: FreeBSD-SA-16:04.linux, CVE-2016-1881 Security: FreeBSD-SA-16:05.tcp, CVE-2016-1882 Security: FreeBSD-SA-16:06.bsnmpd, CVE-2015-5677
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c50014d..1030f5f 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -86,10 +86,6 @@ BIN1+= apmd.conf
BIN1+= auto_master
.endif
-.if ${MK_BSNMP} != "no"
-BIN1+= snmpd.config
-.endif
-
.if ${MK_FREEBSD_UPDATE} != "no"
BIN1+= freebsd-update.conf
.endif
@@ -218,6 +214,11 @@ distribution:
${BIN2} ${DESTDIR}/etc; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
+.if ${MK_BSNMP} != "no"
+ cd ${.CURDIR}; \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
+ snmpd.config ${DESTDIR}/etc;
+.endif
.if ${MK_AT} == "no"
sed -i "" -e 's;.*/usr/libexec/atrun;#&;' ${DESTDIR}/etc/crontab
.endif
OpenPOWER on IntegriCloud