freeswitch-stable: Update to FreeSWITCH 1.6.16

- Dropped upstreamed patches

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2017-04-04 21:40:49 +02:00
parent 9d1c7211c0
commit b3b54bda22
4 changed files with 3 additions and 24 deletions

View File

@ -23,13 +23,13 @@ include $(TOPDIR)/rules.mk
PRG_NAME:=freeswitch
PKG_NAME:=$(PRG_NAME)-stable
PKG_VERSION:=1.6.15
PKG_VERSION:=1.6.16
PKG_RELEASE:=1
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://files.$(PRG_NAME).org/releases/$(PRG_NAME)
PKG_MD5SUM:=95b38c07de200a43cd6963d21e0882ab8a7087473ea82ece68d76b9fa78ca27c
PKG_MD5SUM:=4caecd8d246265db4e4d37df0901e396accd84de060525dda8212935cd2ee285
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PRG_NAME)-$(PKG_VERSION)

View File

@ -1,10 +0,0 @@
--- a/scripts/gentls_cert.in
+++ b/scripts/gentls_cert.in
@@ -1,6 +1,6 @@
#!/bin/sh
-CONFDIR=@prefix@/conf/ssl
+CONFDIR=@certsdir@
DAYS=2190
KEY_SIZE=2048
export KEY_SIZE=${KEY_SIZE}

View File

@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
@@ -1958,7 +1958,13 @@ AC_SUBST(OUR_DISABLED_INSTALL_MODS)
@@ -1959,7 +1959,13 @@ AC_SUBST(OUR_DISABLED_INSTALL_MODS)
AC_SUBST(OUR_DISABLED_UNINSTALL_MODS)
AC_SUBST(AM_MAKEFLAGS)

View File

@ -1,11 +0,0 @@
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -71,7 +71,7 @@ install:
@echo " + +"
@echo " +-------------------------------------------------+"
@cat $(switch_srcdir)/cluecon2.tmpl
- @sh $(switch_srcdir)/build/modcheck.sh $(modulesdir)
+ @sh $(switch_srcdir)/build/modcheck.sh $(DESTDIR)$(modulesdir)
.PHONY: check dvi html info install-data \
install-dvi install-exec install-html install-info install-pdf install-ps installcheck installdirs pdf \