From: <abe...@us...> - 2015-10-28 15:28:12
|
Revision: 7291 http://sourceforge.net/p/astlinux/code/7291 Author: abelbeck Date: 2015-10-28 15:28:10 +0000 (Wed, 28 Oct 2015) Log Message: ----------- ntp, version bump to 4.2.8p4, security fixes: CVE-2015-7871 plus 12 other low- and medium-severity vulnerabilities Modified Paths: -------------- branches/1.0/package/ntp/ntp.mk Modified: branches/1.0/package/ntp/ntp.mk =================================================================== --- branches/1.0/package/ntp/ntp.mk 2015-10-28 15:02:04 UTC (rev 7290) +++ branches/1.0/package/ntp/ntp.mk 2015-10-28 15:28:10 UTC (rev 7291) @@ -3,16 +3,17 @@ # ntp # ############################################################# -NTP_VERSION = 4.2.8p3 +NTP_VERSION = 4.2.8p4 NTP_SOURCE = ntp-$(NTP_VERSION).tar.gz -NTP_SITE = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2 +NTP_SITE = --no-check-certificate https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2 NTP_DEPENDENCIES = host-bison host-flex host-pkg-config -NTP_CONF_OPT = --with-shared \ - --program-transform-name=s,,, \ - --with-yielding-select=yes \ - --enable-ipv6=no \ - --without-ntpsnmpd +NTP_CONF_OPT = \ + --with-shared \ + --program-transform-name=s,,, \ + --with-yielding-select=yes \ + --enable-ipv6=no \ + --without-ntpsnmpd ifeq ($(BR2_PACKAGE_OPENSSL),y) NTP_CONF_OPT += --with-crypto This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |