www/varnish-libvmod-redis: Update to 20221004

This commit is contained in:
Ryan Steinmetz 2022-10-04 12:04:11 -04:00
parent 5701f4ab6e
commit 8c594db33f
No known key found for this signature in database
GPG Key ID: D2C3D2B2FEF36DD7
4 changed files with 5 additions and 29 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= libvmod-redis
PORTVERSION= 20220118
PORTVERSION= 20221004
CATEGORIES= www
PKGNAMEPREFIX= varnish-
@ -28,7 +28,7 @@ CFLAGS+= -I${WRKSRC}/src
USE_GITHUB= yes
GH_ACCOUNT= carlosabalde
GH_TAGNAME= 5e1c20e
GH_TAGNAME= 652314e
OPTIONS_DEFINE= DOCS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1649271156
SHA256 (carlosabalde-libvmod-redis-20220118-5e1c20e_GH0.tar.gz) = 2e2896950c2b5c06e30c7b1887cc17e9ad2ff5f473d12fc3c1ce57230e979af9
SIZE (carlosabalde-libvmod-redis-20220118-5e1c20e_GH0.tar.gz) = 219765
TIMESTAMP = 1664897812
SHA256 (carlosabalde-libvmod-redis-20221004-652314e_GH0.tar.gz) = 0df4b669ee16b054456ed5a10d6d4f11ab801a7aee3e09a2e35646c4309466db
SIZE (carlosabalde-libvmod-redis-20221004-652314e_GH0.tar.gz) = 220009

View File

@ -1,12 +0,0 @@
--- src/core.c.orig 2022-04-06 18:56:08 UTC
+++ src/core.c
@@ -11,6 +11,9 @@
#include <hiredis/hiredis_ssl.h>
#endif
#include <arpa/inet.h>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
#include "cache/cache.h"

View File

@ -1,12 +0,0 @@
--- src/vmod_redis.c.orig 2022-04-06 18:57:49 UTC
+++ src/vmod_redis.c
@@ -10,6 +10,9 @@
#include <hiredis/hiredis_ssl.h>
#endif
#include <arpa/inet.h>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
#include "cache/cache.h"
#include "vsb.h"