Commit d4d05d76 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

liblogging: bump to version 1.0.5



Also add hash file and drop upstream patch.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 1e3dc8f9
Loading
Loading
Loading
Loading
+0 −29
Original line number Diff line number Diff line
[PATCH] stdlog: va_list needs stdarg.h

Otherwise we get compilation errors like:

In file included from stdlogctl.c:32:0:
stdlog.h:80:75: error: unknown type name 'va_list'
In file included from stdlogctl.c:32:0:
stdlog.h:81:131: error: unknown type name 'va_list'

Simplified version of upstream fix:
https://github.com/rsyslog/liblogging/commit/3bf42ae392c1a317f09711846ea1c7072ef45634

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 stdlog/stdlog.h |    1 +
 1 file changed, 1 insertion(+)

Index: liblogging-1.0.2/stdlog/stdlog.h
===================================================================
--- liblogging-1.0.2.orig/stdlog/stdlog.h
+++ liblogging-1.0.2/stdlog/stdlog.h
@@ -28,6 +28,7 @@
 #ifndef LIBLOGGING_STDLOG_H_INCLUDED
 #define LIBLOGGING_STDLOG_H_INCLUDED
 #include <stdint.h>
+#include <stdarg.h>
 
 /* options for stdlog_open() call */
 #define STDLOG_SIGSAFE 1	/* enforce signal-safe implementation */
+2 −0
Original line number Diff line number Diff line
# From http://www.liblogging.org/
sha256	310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b	liblogging-1.0.5.tar.gz
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

LIBLOGGING_VERSION = 1.0.2
LIBLOGGING_VERSION = 1.0.5
LIBLOGGING_SITE = http://download.rsyslog.com/liblogging
LIBLOGGING_LICENSE = BSD-2c
LIBLOGGING_LICENSE_FILES = COPYING