dns/kadnode: Update to 2.3.0

PR:		244020
Submitted by:	moritzwarning@web.de (maintainer)
This commit is contained in:
Tobias Kortkamp 2020-03-19 08:40:17 +00:00
parent 8f134093ae
commit 06159628a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528702
3 changed files with 15 additions and 5 deletions

View File

@ -3,8 +3,8 @@
PORTNAME= kadnode
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.5
PORTREVISION= 1
DISTVERSION= 2.3.0
PORTREVISION= 0
CATEGORIES= dns
MAINTAINER= moritzwarning@web.de

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1535235347
SHA256 (mwarning-KadNode-v2.2.5_GH0.tar.gz) = a72dc54d1869e47e374935cf44aa888a9b13c9dc017ae22e29cf13ead38a506b
SIZE (mwarning-KadNode-v2.2.5_GH0.tar.gz) = 450632
TIMESTAMP = 1581337724
SHA256 (mwarning-KadNode-v2.3.0_GH0.tar.gz) = abb2ca66fb525fab53157d5486bbb43e3a522a4bdc9280a3dcb8cb403ee08583
SIZE (mwarning-KadNode-v2.3.0_GH0.tar.gz) = 450082

View File

@ -0,0 +1,10 @@
--- src/peerfile.c.orig 2020-02-09 21:48:57 UTC
+++ src/peerfile.c
@@ -4,6 +4,7 @@
#include <string.h>
#include <errno.h>
#include <netdb.h>
+#include <sys/socket.h>
#include "main.h"
#include "conf.h"