h2o: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:02 +01:00
parent ac43ca51c2
commit 33efbc85c0

View file

@ -1,11 +1,11 @@
# Template file for 'h2o' # Template file for 'h2o'
pkgname=h2o pkgname=h2o
version=2.2.6 version=2.2.6
revision=2 revision=3
build_style=cmake build_style=cmake
conf_files="/etc/h2o.conf" conf_files="/etc/h2o.conf"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libressl-devel libuv-devel zlib-devel" makedepends="openssl-devel libuv-devel zlib-devel"
depends="perl" depends="perl"
short_desc="Optimized HTTP server with support for HTTP/1.x and HTTP/2" short_desc="Optimized HTTP server with support for HTTP/1.x and HTTP/2"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"