From 503c950a7e2d08a4fc5fec2d0f16d412b9f1d8a8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:35:52 +0100 Subject: [PATCH] update to 17.9.0 [release 17.9.0-1mamba;Sun Dec 13 2020] --- README.md | 1 - asterisk.spec | 20 +++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df56d29..93fa586 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # asterisk Asterisk is an Open Source PBX and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server. - Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone). For more information and a current list of supported hardware, see www.asteriskpbx.com. diff --git a/asterisk.spec b/asterisk.spec index 8310cdd..105acb3 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -1,5 +1,5 @@ Name: asterisk -Version: 17.4.0 +Version: 17.9.0 Release: 1mamba Summary: Asterisk PBX Group: System/Telephony @@ -16,6 +16,7 @@ Patch4: asterisk-11.2.1-libpt-2.10.9-1.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libSDL-devel BuildRequires: libSDL_image-devel BuildRequires: libX11-devel @@ -34,6 +35,7 @@ BuildRequires: libical-devel BuildRequires: libjansson-devel BuildRequires: libkrb5-devel BuildRequires: liblua-devel +BuildRequires: liblzma-devel BuildRequires: libmISDN-devel BuildRequires: libneon-devel BuildRequires: libnetsnmp-devel @@ -43,18 +45,23 @@ BuildRequires: libogg-devel BuildRequires: libopenldap-devel BuildRequires: libopenssl-devel BuildRequires: libpci-devel +BuildRequires: libpcre-devel BuildRequires: libportaudio-devel BuildRequires: libpostgresql-devel BuildRequires: libproxy-devel BuildRequires: libradiusclient-ng-devel +BuildRequires: librpm-devel BuildRequires: libspeex-devel BuildRequires: libsqlite-devel BuildRequires: libsqlite2-devel BuildRequires: libsrtp-devel BuildRequires: libstdc++6-devel +BuildRequires: libsystemd-devel BuildRequires: libtermcap-devel +BuildRequires: libunbound-devel BuildRequires: libuuid-devel BuildRequires: libvorbis-devel +BuildRequires: libvpx-devel BuildRequires: libwrap-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel @@ -63,6 +70,7 @@ BuildRequires: libz-devel BuildRequires: ptlib-devel BuildRequires: libncurses-devel >= 5.4 BuildRequires: libopenh323-devel >= 1.17.3 +BuildRequires: libnetsnmp-devel >= 5.9 BuildRequires: libmISDN-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -70,7 +78,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Asterisk is an Open Source PBX and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server. - Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone). For more information and a current list of supported hardware, see www.asteriskpbx.com. @@ -81,16 +88,15 @@ Requires: %{name} = %{version}-%{release} %description devel Asterisk is an Open Source PBX and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server. - Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone). For more information and a current list of supported hardware, see www.asteriskpbx.com. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %debug_package %prep %setup -q +#-D -T #%patch0 -p1 #%patch1 -p1 #%patch2 -p1 @@ -101,6 +107,7 @@ This package contains static libraries and header files need for development. %build %configure \ --with-misdn + %make %install @@ -170,6 +177,9 @@ exit 0 %doc BUGS ChangeLog %changelog +* Sun Dec 13 2020 Silvan Calarco 17.9.0-1mamba +- update to 17.9.0 + * Mon May 18 2020 Automatic Build System 17.4.0-1mamba - automatic update by autodist