From cd67b854900b9b8d57bc0ded169181dcd6d8770e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 14 May 2019 14:54:00 +0200 Subject: [PATCH] chrony: update to 3.5 Signed-off-by: Miroslav Lichvar --- net/chrony/Makefile | 4 ++-- net/chrony/patches/001-freebind_uclibc.patch | 13 ------------- net/chrony/patches/002-undefined_MIN.patch | 10 ---------- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 net/chrony/patches/001-freebind_uclibc.patch delete mode 100644 net/chrony/patches/002-undefined_MIN.patch diff --git a/net/chrony/Makefile b/net/chrony/Makefile index c6cc67c94..b08d158b6 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=3.4 +PKG_VERSION:=3.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/ -PKG_HASH:=af77e47c2610a7e55c8af5b89a8aeff52d9a867dd5983d848b52d374bc0e6b9f +PKG_HASH:=4e02795b1260a4ec51e6ace84149036305cc9fc340e65edb9f8452aa611339b5 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 deleted file mode 100644 index 7a3dd8269..000000000 --- a/net/chrony/patches/001-freebind_uclibc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/sysincl.h b/sysincl.h -index a9e4da0..e2a6e78 100644 ---- a/sysincl.h -+++ b/sysincl.h -@@ -80,4 +80,8 @@ - #include - #endif - -+#if defined(LINUX) && !defined(IP_FREEBIND) -+#define IP_FREEBIND 15 -+#endif -+ - #endif /* GOT_SYSINCL_H */ diff --git a/net/chrony/patches/002-undefined_MIN.patch b/net/chrony/patches/002-undefined_MIN.patch deleted file mode 100644 index 9381b8dcd..000000000 --- a/net/chrony/patches/002-undefined_MIN.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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" -