Merge pull request #8984 from mlichvar/chrony-update-3.5

chrony: update to 3.5
This commit is contained in:
Rosen Penev 2019-05-14 12:42:38 -07:00 committed by GitHub
commit 016843ea43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 25 deletions

View 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

View File

@ -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 */

View File

@ -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"