libevhtp: update to 1.2.18.
This commit is contained in:
parent
e99045477a
commit
8291504cb1
2 changed files with 2 additions and 27 deletions
|
@ -1,25 +0,0 @@
|
||||||
From 6a74ec7a8747c09d77d4fed6feda2530feca5d5c Mon Sep 17 00:00:00 2001
|
|
||||||
From: maxice8 <thinkabit.ukim@gmail.com>
|
|
||||||
Date: Wed, 23 Jan 2019 01:37:29 -0200
|
|
||||||
Subject: [PATCH] add missing include <sys/types.h> for ssize_t
|
|
||||||
|
|
||||||
---
|
|
||||||
parser.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/parser.c b/parser.c
|
|
||||||
index a4e3d78..3e3e25f 100644
|
|
||||||
--- parser.c
|
|
||||||
+++ parser.c
|
|
||||||
@@ -2,6 +2,7 @@
|
|
||||||
#include <stddef.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <string.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
|
|
||||||
#include "internal.h"
|
|
||||||
#include "evhtp/parser.h"
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libevhtp'
|
# Template file for 'libevhtp'
|
||||||
pkgname=libevhtp
|
pkgname=libevhtp
|
||||||
version=1.2.17
|
version=1.2.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="libevent-devel libressl-devel oniguruma-devel"
|
makedepends="libevent-devel libressl-devel oniguruma-devel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/criticalstack/libevhtp"
|
homepage="https://github.com/criticalstack/libevhtp"
|
||||||
distfiles="https://github.com/criticalstack/libevhtp/archive/${version}.tar.gz"
|
distfiles="https://github.com/criticalstack/libevhtp/archive/${version}.tar.gz"
|
||||||
checksum=7ee7a01f2413fa6f0d805af93b10a5201a1e84f48775d3de5845e873ed2bf808
|
checksum=316ede0d672be3ae6fe489d4ac1c8c53a1db7d4fe05edaff3c7c853933e02795
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue