vapier 15/04/08 21:13:16 Added: ntp-4.2.8-ipc-caps.patch Log: Version bump #545836 by Agostino Sarubbo. Disable IPv6 lines in default restrict.conf when USE=-ipv6 #524726 by Toralf Förster. Increase default rlimit to 256MiB #533232 by Dennis Lichtenthäler. Add patch from upstream for crashes in ntpd #533966 by Wouter Smeltekop. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 net-misc/ntp/files/ntp-4.2.8-ipc-caps.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntp-4.2.8-ipc-caps.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntp-4.2.8-ipc-caps.patch?rev=1.1&content-type=text/plain Index: ntp-4.2.8-ipc-caps.patch =================================================================== http://bugs.ntp.org/show_bug.cgi?id=2646 https://bugs.gentoo.org/533966 --- a/ntpd/ntpd.c +++ a/ntpd/ntpd.c @@ -971,8 +971,8 @@ getgroup: char *captext; captext = (0 != interface_interval) - ? "cap_sys_time,cap_net_bind_service=pe" - : "cap_sys_time=pe"; + ? "cap_ipc_lock,cap_sys_time,cap_net_bind_service=pe" + : "cap_ipc_lock,cap_sys_time=pe"; caps = cap_from_text(captext); if (!caps) { msyslog(LOG_ERR,
