mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
1dcd559cd5
- lots of changes PR: 227677 Submitted by: Ben Hood <ben@relops.com> Relnotes: https://www.kamailio.org/w/kamailio-v5-1-0-release-notes/ https://www.kamailio.org/pub/kamailio/5.1.3/ChangeLog https://www.kamailio.org/pub/kamailio/5.1.2/ChangeLog https://www.kamailio.org/pub/kamailio/5.1.1/ChangeLog https://www.kamailio.org/pub/kamailio/5.1.0/ChangeLog https://www.kamailio.org/pub/kamailio/5.0.6/ChangeLog Security: CVE-2018-8828
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
--- src/modules/tls/Makefile.orig 2018-03-01 16:24:10 UTC
|
|
+++ src/modules/tls/Makefile
|
|
@@ -8,6 +8,8 @@ include ../../Makefile.defs
|
|
auto_gen=
|
|
NAME=tls.so
|
|
|
|
+skip_cfg_install?=yes
|
|
+
|
|
ifeq ($(CROSS_COMPILE),)
|
|
SSL_BUILDER=$(shell \
|
|
if pkg-config --exists libssl; then \
|