diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-06 06:57:59 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-06 06:57:59 +0000 |
commit | 1dcd559cd57ca9e8fe0942dfebb16a5d2acafb75 (patch) | |
tree | aa3c59d33f2b686343022632356bfebba5240c98 /net/kamailio/files/patch-src_Makefile | |
parent | net-im/qTox: Update 1.14.1 -> 1.15.0 (diff) |
net/kamailio: update 5.0.1 -> 5.1.3
- 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
Notes
Notes:
svn path=/head/; revision=469180
Diffstat (limited to 'net/kamailio/files/patch-src_Makefile')
-rw-r--r-- | net/kamailio/files/patch-src_Makefile | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/net/kamailio/files/patch-src_Makefile b/net/kamailio/files/patch-src_Makefile index ea050ea4903d..faa1630af042 100644 --- a/net/kamailio/files/patch-src_Makefile +++ b/net/kamailio/files/patch-src_Makefile @@ -1,4 +1,4 @@ ---- src/Makefile.orig 2017-04-21 12:46:05 UTC +--- src/Makefile.orig 2018-03-01 16:24:06 UTC +++ src/Makefile @@ -34,7 +34,7 @@ err_fail?=1 # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default @@ -9,7 +9,7 @@ #extra modules to exclude skip_modules?= -@@ -649,7 +649,7 @@ sunpkg: +@@ -651,7 +651,7 @@ sunpkg: .PHONY: install install: mk_params="compile_for_install=yes" install: install-bin install-every-module install-cfg \ @@ -18,18 +18,3 @@ .PHONY: dbinstall dbinstall: -@@ -764,10 +764,10 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) - fi ; \ - fi ; \ - : ; done; true -- @# radius dictionary -- @$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME) -- @$(INSTALL_CFG) ../etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir) -- @echo "config files installed" -+ # radius dictionary -+ $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample -+ $(INSTALL_CFG) ../etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample -+ echo "config files installed" - - install-bin: $(bin_prefix)/$(bin_dir) $(NAME) - $(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME) |