mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to version 1.5.8.
This commit is contained in:
parent
37eb303bd8
commit
0c49e4e5e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371805
3 changed files with 3 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= haproxy
|
PORTNAME= haproxy
|
||||||
PORTVERSION= 1.5.7
|
PORTVERSION= 1.5.8
|
||||||
CATEGORIES= net www
|
CATEGORIES= net www
|
||||||
MASTER_SITES= http://www.haproxy.org/download/1.5/src/
|
MASTER_SITES= http://www.haproxy.org/download/1.5/src/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (haproxy-1.5.7.tar.gz) = 0ad3ef9db3e33b9345582a528063bf6e40f15159f89b26fd55ba2d4affe47e40
|
SHA256 (haproxy-1.5.8.tar.gz) = db54b3cf08e530fdd5b67100153bb88293e8d6e179e7aa837412d8ea36a03539
|
||||||
SIZE (haproxy-1.5.7.tar.gz) = 1338566
|
SIZE (haproxy-1.5.8.tar.gz) = 1338741
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.orig 2014-10-31 11:26:00.000000000 +0300
|
|
||||||
+++ Makefile 2014-10-31 11:26:06.000000000 +0300
|
|
||||||
@@ -540,7 +540,7 @@
|
|
||||||
# in the usual path, use SSL_INC=/path/to/inc and SSL_LIB=/path/to/lib.
|
|
||||||
BUILD_OPTIONS += $(call ignore_implicit,USE_OPENSSL)
|
|
||||||
OPTIONS_CFLAGS += -DUSE_OPENSSL $(if $(SSL_INC),-I$(SSL_INC))
|
|
||||||
-OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto -ldl
|
|
||||||
+OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto
|
|
||||||
OPTIONS_OBJS += src/ssl_sock.o src/shctx.o
|
|
||||||
ifneq ($(USE_PRIVATE_CACHE),)
|
|
||||||
OPTIONS_CFLAGS += -DUSE_PRIVATE_CACHE
|
|
Loading…
Add table
Reference in a new issue