Merge pull request #8984 from mlichvar/chrony-update-3.5
authorRosen Penev <rosenp@gmail.com>
Tue, 14 May 2019 19:42:38 +0000 (12:42 -0700)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 19:42:38 +0000 (12:42 -0700)
chrony: update to 3.5

net/chrony/Makefile
net/chrony/patches/001-freebind_uclibc.patch [deleted file]
net/chrony/patches/002-undefined_MIN.patch [deleted file]

index c6cc67c94d60aa8e4cda9067a40ac57179f4ddc9..b08d158b6acfd5cd5613e06207832ebcd8058951 100644 (file)
@@ -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 <mlichvar0@gmail.com>
 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 (file)
index 7a3dd82..0000000
+++ /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 <sys/random.h>
- #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 (file)
index 9381b8d..0000000
+++ /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"