From: <abe...@us...> - 2014-12-21 15:05:04
|
Revision: 6865 http://sourceforge.net/p/astlinux/code/6865 Author: abelbeck Date: 2014-12-21 15:04:56 +0000 (Sun, 21 Dec 2014) Log Message: ----------- ntp, version bump to 4.2.8, many security fixes: http://support.ntp.org/bin/view/Main/SecurityNotice Modified Paths: -------------- branches/1.0/package/ntp/ntp.mk Modified: branches/1.0/package/ntp/ntp.mk =================================================================== --- branches/1.0/package/ntp/ntp.mk 2014-12-20 00:19:36 UTC (rev 6864) +++ branches/1.0/package/ntp/ntp.mk 2014-12-21 15:04:56 UTC (rev 6865) @@ -3,18 +3,13 @@ # ntp # ############################################################# -NTP_VERSION = 4.2.6p5 +NTP_VERSION = 4.2.8 NTP_SOURCE = ntp-$(NTP_VERSION).tar.gz NTP_SITE = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2 -NTP_CONF_ENV = ac_cv_lib_md5_MD5Init=no - -ifneq ($(BR2_INET_IPV6),y) -NTP_CONF_ENV += isc_cv_have_in6addr_any=no -endif - NTP_CONF_OPT = --with-shared \ --program-transform-name=s,,, \ + --with-yielding-select=yes \ --enable-ipv6=no \ --without-ntpsnmpd @@ -27,7 +22,6 @@ define NTP_PATCH_FIXUPS $(SED) "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," $(@D)/ntpd/refclock_pcf.c - $(SED) '/[[:space:](]rindex[[:space:]]*(/s/[[:space:]]*rindex[[:space:]]*(/ strrchr(/g' $(@D)/ntpd/*.c endef NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTP_KEYGEN) += util/ntp-keygen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |