chrony: update to 3.5
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
This commit is contained in:
parent
30e10c07d3
commit
cd67b85490
3 changed files with 2 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
|
@ -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"
|
||||
|
Loading…
Reference in a new issue