Update to 8.31.0

ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
This commit is contained in:
Matthew Seaman 2017-11-30 07:01:14 +00:00
parent 74899bad6f
commit 1e5f2b84a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455172
3 changed files with 4 additions and 14 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rsyslog
PORTVERSION= 8.30.0
PORTVERSION= 8.31.0
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1508307638
SHA256 (rsyslog-8.30.0.tar.gz) = dfb9c3efe52ad03ad9f4479699139fb447177049553b6993315f53b668a2251f
SIZE (rsyslog-8.30.0.tar.gz) = 2468224
TIMESTAMP = 1511983511
SHA256 (rsyslog-8.31.0.tar.gz) = eee6318f8127f56500c1e1f672fac6207eeb87bbf0985f5af964f881a96601b2
SIZE (rsyslog-8.31.0.tar.gz) = 2498675

View file

@ -1,10 +0,0 @@
--- grammar/rainerscript.c.orig 2017-04-28 07:04:53 UTC
+++ grammar/rainerscript.c
@@ -35,6 +35,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <libestr.h>
+#include <unistd.h>
#include "rsyslog.h"
#include "rainerscript.h"
#include "conf.h"