From 1b68402e9cadaef41daa3b38026caa3a95879e12 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 19 Sep 2018 17:43:26 +0200 Subject: [PATCH] chrony: update to 3.4 Signed-off-by: Miroslav Lichvar --- net/chrony/Makefile | 6 +++--- net/chrony/patches/002-undefined_MIN.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 net/chrony/patches/002-undefined_MIN.patch diff --git a/net/chrony/Makefile b/net/chrony/Makefile index d67306109e..c6cc67c94d 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=3.3 -PKG_RELEASE:=3 +PKG_VERSION:=3.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/ -PKG_HASH:=0d1fb2d5875032f2d5a86f3770374c87ee4c941916f64171e81f7684f2a73128 +PKG_HASH:=af77e47c2610a7e55c8af5b89a8aeff52d9a867dd5983d848b52d374bc0e6b9f PKG_MAINTAINER:=Miroslav Lichvar PKG_LICENSE:=GPL-2.0 diff --git a/net/chrony/patches/002-undefined_MIN.patch b/net/chrony/patches/002-undefined_MIN.patch new file mode 100644 index 0000000000..9381b8dcdb --- /dev/null +++ b/net/chrony/patches/002-undefined_MIN.patch @@ -0,0 +1,10 @@ +--- a/hash_intmd5.c ++++ b/hash_intmd5.c +@@ -29,6 +29,7 @@ + #include "sysincl.h" + #include "hash.h" + #include "memory.h" ++#include "util.h" + + #include "md5.c" +