diff --git a/srcpkgs/libevhtp/patches/fix-musl.patch b/srcpkgs/libevhtp/patches/fix-musl.patch deleted file mode 100644 index fa2509dca82..00000000000 --- a/srcpkgs/libevhtp/patches/fix-musl.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6a74ec7a8747c09d77d4fed6feda2530feca5d5c Mon Sep 17 00:00:00 2001 -From: maxice8 -Date: Wed, 23 Jan 2019 01:37:29 -0200 -Subject: [PATCH] add missing include 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 - #include - #include -+#include - - #include "internal.h" - #include "evhtp/parser.h" --- -2.20.1 - - diff --git a/srcpkgs/libevhtp/template b/srcpkgs/libevhtp/template index 3bce4139d8f..bf8ac0a25e8 100644 --- a/srcpkgs/libevhtp/template +++ b/srcpkgs/libevhtp/template @@ -1,6 +1,6 @@ # Template file for 'libevhtp' pkgname=libevhtp -version=1.2.17 +version=1.2.18 revision=1 build_style=cmake makedepends="libevent-devel libressl-devel oniguruma-devel" @@ -9,7 +9,7 @@ maintainer="Toyam Cox " license="BSD-3-Clause" homepage="https://github.com/criticalstack/libevhtp" distfiles="https://github.com/criticalstack/libevhtp/archive/${version}.tar.gz" -checksum=7ee7a01f2413fa6f0d805af93b10a5201a1e84f48775d3de5845e873ed2bf808 +checksum=316ede0d672be3ae6fe489d4ac1c8c53a1db7d4fe05edaff3c7c853933e02795 post_install() { vlicense LICENSE