squid: rebuild with libressl-2.8
This commit is contained in:
parent
33f3daa944
commit
a870fcc9f1
2 changed files with 12 additions and 1 deletions
11
srcpkgs/squid/patches/libressl-2.8.patch
Normal file
11
srcpkgs/squid/patches/libressl-2.8.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/ssl/support.cc.orig 2018-10-28 19:06:18.053009068 +0100
|
||||||
|
+++ src/ssl/support.cc 2018-10-28 19:06:57.711630200 +0100
|
||||||
|
@@ -2159,7 +2159,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
static SSL_SESSION *
|
||||||
|
-get_session_cb(SSL *, unsigned char *sessionID, int len, int *copy)
|
||||||
|
+get_session_cb(SSL *, const unsigned char *sessionID, int len, int *copy)
|
||||||
|
{
|
||||||
|
if (!SslSessionCache)
|
||||||
|
return NULL;
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'squid'
|
# Template file for 'squid'
|
||||||
pkgname=squid
|
pkgname=squid
|
||||||
version=3.5.27
|
version=3.5.27
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue