From: <abe...@us...> - 2016-11-27 00:58:54
|
Revision: 7993 http://sourceforge.net/p/astlinux/code/7993 Author: abelbeck Date: 2016-11-27 00:58:52 +0000 (Sun, 27 Nov 2016) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2016-11-27 00:16:09 UTC (rev 7992) +++ branches/1.0/docs/ChangeLog.txt 2016-11-27 00:58:52 UTC (rev 7993) @@ -70,6 +70,15 @@ -- ntpd/sntp, version bump to 4.2.8p9, security fixes: 2 medium-, 2 medium-/low-, and 5 low-severity +-- ntpd, now runs with 'ntp' user/group permissions using the new libcap support, for added security. + Note: If you use a custom /mnt/kd/ntpd.conf and a persistent driftfile, you must create a directory with ntp:ntp permissions. + The new default, non-persistent driftfile location is: /var/lib/ntp/ntpd.drift + Example: "driftfile /mnt/kd/ntp/ntpd.drift" is defined in /mnt/kd/ntpd.conf + # mkdir /mnt/kd/ntp + # chown ntp:ntp /mnt/kd/ntp + +-- avahi, now runs with 'avahi' user/group permissions using the new libcap support, for added security. + -- msmtp, version bump to 1.6.6 -- iproute2 (ip, tc, bridge, etc.) version bump to version 3.16.0, now including the 'bridge' utility. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |