diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index 6927327..e572d43 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -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 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) diff --git a/net/freeswitch-stable/patches/040-fix-path-in-gentls_cert-in.patch b/net/freeswitch-stable/patches/040-fix-path-in-gentls_cert-in.patch deleted file mode 100644 index 518beed..0000000 --- a/net/freeswitch-stable/patches/040-fix-path-in-gentls_cert-in.patch +++ /dev/null @@ -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} diff --git a/net/freeswitch-stable/patches/120-fix-copts.diff b/net/freeswitch-stable/patches/120-fix-copts.diff index 0be83ad..a8ca5d0 100644 --- a/net/freeswitch-stable/patches/120-fix-copts.diff +++ b/net/freeswitch-stable/patches/120-fix-copts.diff @@ -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) diff --git a/net/freeswitch-stable/patches/140-fix-path-for-modcheck.diff b/net/freeswitch-stable/patches/140-fix-path-for-modcheck.diff deleted file mode 100644 index 950c87f..0000000 --- a/net/freeswitch-stable/patches/140-fix-path-for-modcheck.diff +++ /dev/null @@ -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 \