chrony: update to 3.4
authorMiroslav Lichvar <redacted>
Wed, 19 Sep 2018 15:43:26 +0000 (17:43 +0200)
committerMiroslav Lichvar <redacted>
Wed, 19 Sep 2018 15:43:26 +0000 (17:43 +0200)
Signed-off-by: Miroslav Lichvar <redacted>
net/chrony/Makefile
net/chrony/patches/002-undefined_MIN.patch [new file with mode: 0644]

index d67306109e52fa38c44903c06bce9c04973117af..c6cc67c94d60aa8e4cda9067a40ac57179f4ddc9 100644 (file)
@@ -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 <mlichvar0@gmail.com>
 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 (file)
index 0000000..9381b8d
--- /dev/null
@@ -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"
git clone https://git.99rst.org/PROJECT