[Pkg-voip-commits] [kamailio] 04/05: remove no_tls_certs_generate.patch already applied on 4.4 branch

Victor Seva vseva at moszumanska.debian.org
Mon Apr 4 17:02:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

vseva pushed a commit to branch master
in repository kamailio.

commit 4d45250e8cc1f0684982365c8296e0fc1d808eaf
Author: Victor Seva <vseva at debian.org>
Date:   Mon Apr 4 18:39:38 2016 +0200

    remove no_tls_certs_generate.patch already applied on 4.4 branch
---
 debian/patches/no_tls_certs_generate.patch | 28 ----------------------------
 debian/patches/series                      |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/no_tls_certs_generate.patch b/debian/patches/no_tls_certs_generate.patch
deleted file mode 100644
index 43af280..0000000
--- a/debian/patches/no_tls_certs_generate.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0c627ca8fc2f9269956933fd8830909d44f3bccf Mon Sep 17 00:00:00 2001
-From: Victor Seva <linuxmaniac at torreviejawireless.org>
-Date: Tue, 11 Aug 2015 09:44:49 +0200
-Subject: [PATCH] tls: install-cfg: do not generate tls-cert by default
-
----
- modules/tls/Makefile | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/modules/tls/Makefile b/modules/tls/Makefile
-index 167863d..c6969c1 100644
---- a/modules/tls/Makefile
-+++ b/modules/tls/Makefile
-@@ -40,7 +40,10 @@ include ../../Makefile.modules
- install-tls-cert: $(cfg_prefix)/$(cfg_dir)
- 	MAIN_NAME=$(MAIN_NAME) ./$(SCR_NAME)_cert.sh -d $(cfg_prefix)/$(cfg_dir)
- 
--install-cfg:  install-tls-cert
-+install-cfg:
-+	@if ! [ -d $(cfg_prefix)/$(cfg_dir) ]; then \
-+		mkdir -p "$(cfg_prefix)/$(cfg_dir)" ; \
-+	fi
- 	@$(call try_err, $(INSTALL_TOUCH) \
- 			"$(cfg_prefix)/$(cfg_dir)tls.cfg.sample" )
- 	@sed -e "s#\/usr/local/etc/kamailio/#$(cfg_target)#g" \
--- 
-2.5.0
-
diff --git a/debian/patches/series b/debian/patches/series
index 11208ef..1e12938 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ upstream/0002-core-test-if-AF_PACKET-is-defined-at-compile-time.patch
 no_lib64_on_64_bits.patch
 no_INSTALL_file.patch
 fix_export.patch
-no_tls_certs_generate.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/kamailio.git



More information about the Pkg-voip-commits mailing list