lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a0fac8b9a03bdc9b014d1a14bf345b74ec48cde6
parent 6e9cf99476eb5e0d316f8008210f9d5d60602b90
Author: Peter Wagner <tripolar@gmx.at>
Date:   Thu, 14 Jan 2016 17:50:10 +0100

ntpd: update to 4.2.8p5

Signed-off-by: Peter Wagner <tripolar@gmx.at>

Diffstat:
Mnet/ntpd/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp -PKG_VERSION:=4.2.8p4 -PKG_RELEASE:=2 +PKG_VERSION:=4.2.8p5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ -PKG_MD5SUM:=6af96862b09324a8ef965ca76b759c8b +PKG_MD5SUM:=9f02b2a0acc1617ce2716d529a58d2d8 PKG_LICENSE:=Unique PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html