Update to 8.29.0

Changes:	https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
This commit is contained in:
Matthew Seaman 2017-08-10 13:31:49 +00:00
parent 2fa98ffa39
commit aad1a36ba1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447676
3 changed files with 4 additions and 14 deletions

View file

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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1498662549 TIMESTAMP = 1502366182
SHA256 (rsyslog-8.28.0.tar.gz) = 4ca5405908d612d45da700e36856430510875518eb8028d296d1ee4d2c44678e SHA256 (rsyslog-8.29.0.tar.gz) = 220ba30b5afb0f3ddb328613fea7aa3966b01e4d0c52d6de9ab27b0858f19738
SIZE (rsyslog-8.28.0.tar.gz) = 2471122 SIZE (rsyslog-8.29.0.tar.gz) = 2447907

View file

@ -1,10 +0,0 @@
--- plugins/impstats/impstats.c.orig 2017-04-28 07:04:53 UTC
+++ plugins/impstats/impstats.c
@@ -36,6 +36,7 @@
#include <errno.h>
#include <sys/time.h>
#include <sys/resource.h>
+#include <unistd.h>
#include "dirty.h"
#include "cfsysline.h"