From 8a7fc71b527f5fe161b9064561e96705fa06fe1a Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 18 Sep 2017 09:55:16 +0200 Subject: [PATCH] chrony: update to 3.2 Signed-off-by: Miroslav Lichvar --- net/chrony/Makefile | 6 +++--- net/chrony/patches/001-freebind_uclibc.patch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 0d367c6fb4..81fe8267d7 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=3.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/ -PKG_HASH:=9d9107dcdb7768a03dc129d33b2a7a25f1eea2f5620bc85eb00cfea07c1b6075 +PKG_HASH:=329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116 PKG_MAINTAINER:=Miroslav Lichvar PKG_LICENSE:=GPL-2.0 diff --git a/net/chrony/patches/001-freebind_uclibc.patch b/net/chrony/patches/001-freebind_uclibc.patch index e18d07e923..7a3dd82696 100644 --- a/net/chrony/patches/001-freebind_uclibc.patch +++ b/net/chrony/patches/001-freebind_uclibc.patch @@ -1,9 +1,9 @@ diff --git a/sysincl.h b/sysincl.h -index 30e9b48..8fe16c0 100644 +index a9e4da0..e2a6e78 100644 --- a/sysincl.h +++ b/sysincl.h -@@ -70,4 +70,8 @@ - #include +@@ -80,4 +80,8 @@ + #include #endif +#if defined(LINUX) && !defined(IP_FREEBIND)