summaryrefslogtreecommitdiff
path: root/net/asterisk16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/asterisk16: Update to 16.24.1Guido Falsi2022-03-052-4/+4
| | | | | MFH: 2022Q1 Security: 964c5460-9c66-11ec-ad3a-001999f8d30b
* net/asterisk16: Fix build when textproc/xmlstarlet is installedGuido Falsi2022-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | Asterisk build system checks for presence of xmlstarlet as "xml" binary on the system. If found it triggers part of the build system trying to download some external files during the install phase which even uses a command line tool not available on FreeBSD. Such code is not necessary for the port, as all supported modules are downloaded using ports tree provided functionality. Furthermore downloading files from the internet is forbidden during the install phase. This patch forces the variable used by the Makefiles to identify xmlstarlet presence to be empty. so the code path described above is not triggered. PR: 261884
* net/asterisk16: Update to 16.24.0Guido Falsi2022-02-104-75/+15
|
* net/asterisk16: Update to 16.23.0Guido Falsi2021-12-133-16/+4
| | | | Also remove old, unneeded patch.
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* net/asterisk1[68]: Remove obsolete patchesGuido Falsi2021-11-161-11/+0
| | | | | | These patches are already included upstream. No functional change. Reported by: Naveen Albert <asterisk at phreaknet.org> (via email)
* comms/spandsp: Update to 3.0.0Fernando Apesteguía2021-11-102-0/+63
| | | | | | | | Patch consumers and bump PORTREVISION where appropriate. PR: 258999 Reported by: jailbird@fdf.net (maintainer) Reviewed by: madpilot@
* net/asterisk16: Update to 16.22.0Guido Falsi2021-11-022-4/+4
|
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* net/asterisk16: Update to 16.21.1Guido Falsi2021-10-122-4/+4
| | | | | | Fixes runtime issue: pbx_ael: Infinite loop on reload MFH: 2021Q4
* net/asterisk16: Update to 16.21.0Guido Falsi2021-10-072-4/+4
|
* net/asterisk16: Update to 16.20.0Guido Falsi2021-08-132-4/+4
|
* net/asterisk16: Add back g729 files distinfoGuido Falsi2021-07-281-0/+4
| | | | | | | | I removed these by mistake in commit 99857c53ae27 PR: 257478 Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> MFH: 2021Q3
* net/asterisk16: Update to 16.19.1Guido Falsi2021-07-242-8/+4
| | | | | | Security: ffa364e1-ebf5-11eb-aef1-0897988a1c07, fb3455be-ebf6-11eb-aef1-0897988a1c07, 53fbffe6-ebf7-11eb-aef1-0897988a1c07
* net/asterisk*: Remove ONLY_FOR_ARCHS restrictionGuido Falsi2021-07-171-2/+0
| | | | | | | | | | | | | There is no architecture specific code in asterisk. It used to have problems building on certain architectures due to the software leveraging some then advanced compiler features. At present asterisk is expected to compile and work fine on all supported architectures. This is also shown by the restriction being removed including almost all of them. Noticed by: danfe MFH: 2021Q3
* net/asterisk*: Add aarch64 supportJosé Pérez2021-07-141-1/+1
| | | | | | | | User testing reports asterisk compiles and works fine on aarch64. PR: 257176 Tested by: José Pérez <pr@aoek.com> MFH: 2021Q3
* net/asterisk16: Update to 16.19.0Guido Falsi2021-06-242-4/+4
|
* net/asterisk16: Update to 16.18.0Guido Falsi2021-05-072-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update asterisk16 to 16.17.0Guido Falsi2021-03-262-5/+4
|
* - Add variable to configure group owner for asterisk runtime directoryGuido Falsi2021-03-152-12/+16
| | | | | | | | creation in startup script - Correct order of variables PR: 254232 SUbmitted by: Boris Korzun <drtr0jan@yandex.ru>
* Update asterisk16 to 16.16.2Guido Falsi2021-03-052-4/+4
| | | | | Security: 9e8f0766-7d21-11eb-a2be-001999f8d30b MFH: 2021Q1
* Update asterisk16 to 16.16.1Guido Falsi2021-02-192-4/+4
| | | | | | | | Security: b330db5f-7225-11eb-8386-001999f8d30b, e3894955-7227-11eb-8386-001999f8d30b, 5d8ef725-7228-11eb-8386-001999f8d30b, ca21f5e7-7228-11eb-8386-001999f8d30b, 1bb2826b-7229-11eb-8386-001999f8d30b
* Update asterisk16 to 16.16.0Guido Falsi2021-01-212-4/+4
|
* - Update asterisk16 to 16.15.1Guido Falsi2020-12-232-4/+4
| | | | Security: 6adf6ce0-44a6-11eb-95b7-001999f8d30b
* Update asterisk16 to 16.15.0Guido Falsi2020-11-204-8/+12
|
* Update asterisk16 to 16.14.1Guido Falsi2020-11-062-4/+4
| | | | | | Security: 972fe546-1fb6-11eb-b9d4-001999f8d30b 29b7f0be-1fb7-11eb-b9d4-001999f8d30b MFH: 2020Q4
* - Repocopy asterisk16 to asterisk18 and update to new version 18.0.0Guido Falsi2020-10-231-1/+1
| | | | - Add conflicts and flavors for version 18 to asterisk modules I maintain.
* Update asterisk16 to 16.14.0Guido Falsi2020-10-232-5/+4
|
* Add XMLDOC option to control installation of XML documentation.Guido Falsi2020-10-042-7/+10
| | | | | | | This is on by default, which prodiuces the same behavior as before. PR: 249531 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
* Allow building on powerpc64le.Mark Linimon2020-09-231-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Add to support for configurable umask to asterisk startup script.Guido Falsi2020-09-142-10/+16
| | | | | PR: 249177 Submitted by: mickey242@gmx.net
* Update asterisk16 to 16.13.0Guido Falsi2020-09-033-4/+5
|
* - Update asterisk16 to 16.12.0Guido Falsi2020-07-1714-57/+51
| | | | | | | | - Asterisk project now embeds pjsip 2.10, get it's distribution from github and adapt port - Remove patch merged upstream - Refresh patches and rename to current naming scheme - Reorder some variables to silnce portlint warning
* Remove SQLITE2 option.Guido Falsi2020-07-031-5/+2
|
* Apply patch from upstream to fix regression in chan_dahdi channelGuido Falsi2020-06-192-4/+18
| | | | | | | variables. Obtainer from: https://issues.asterisk.org/jira/browse/ASTERISK-28955 MFH: 2020Q2
* Update asterisk16 to 16.11.1Guido Falsi2020-06-162-4/+4
|
* - Update asterisk16 to 16.11.0Guido Falsi2020-06-114-98/+5
| | | | | | - Enable OPUS option by default [1] Suggested by: mr44er <mr44er@gmail.com>
* - Add new URIPARSER option, enabled by defaultGuido Falsi2020-05-091-7/+10
| | | | | | | - Change to CONFIGURE_WITH options helper where applicable PR: 246300 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
* Add patch for bundled pjproject to avoid failed build due to raceGuido Falsi2020-05-082-0/+61
| | | | | | | conditions. PR: 246300 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
* - Remove bashisms from configure script which can cause wrong optionsGuido Falsi2020-05-013-10/+59
| | | | | | | | | | being passed to bundled pjproject configure script - Prevent pjproject build from trying to touch, calculate checksum and download the pjproject distribution file itself. This can cause build failures in poudriere Reported by: cmt Tested by: cmt
* - Update asterisk16 to 16.10.0Guido Falsi2020-04-304-18/+7
| | | | - Remove unneeded patch
* Remove conflicts against removed asterisk15.Guido Falsi2020-04-181-1/+1
|
* Make asterisk16 port use the bundled pjproject(pjsip) library, asGuido Falsi2020-04-185-16/+39
| | | | | | | | | | | | | suggested by upstream. Force the bundled pjproject to use external srtp library provided by ports to ensure it and asterisk itself link to the same library. This decouples asterisk from the pjsip port, allowing it to be upsdaated without breaking asterisk. [1] PR: 245607 [1] Submitted by: yuri
* Update asterisk16 to 16.9.0Guido Falsi2020-03-132-4/+4
|
* Update asterisk16 to 16.8.0Guido Falsi2020-02-042-5/+4
|
* Revert accidental changeBaptiste Daroussin2020-01-281-1/+1
| | | | | Reported by: sunpoet Pointyhat: bapt
* Fix bad dependency on pkg origin which prevents using pkg-develBaptiste Daroussin2020-01-281-2/+3
|