| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
MFH: 2022Q1
Security: 964c5460-9c66-11ec-ad3a-001999f8d30b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Also remove old, unneeded patch.
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
These patches are already included upstream. No functional change.
Reported by: Naveen Albert <asterisk at phreaknet.org> (via email)
|
|
|
|
|
|
|
|
| |
Patch consumers and bump PORTREVISION where appropriate.
PR: 258999
Reported by: jailbird@fdf.net (maintainer)
Reviewed by: madpilot@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Fixes runtime issue: pbx_ael: Infinite loop on reload
MFH: 2021Q4
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
I removed these by mistake in commit 99857c53ae27
PR: 257478
Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
MFH: 2021Q3
|
|
|
|
|
|
| |
Security: ffa364e1-ebf5-11eb-aef1-0897988a1c07,
fb3455be-ebf6-11eb-aef1-0897988a1c07,
53fbffe6-ebf7-11eb-aef1-0897988a1c07
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
User testing reports asterisk compiles and works fine on aarch64.
PR: 257176
Tested by: José Pérez <pr@aoek.com>
MFH: 2021Q3
|
| |
|
| |
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
creation in startup script
- Correct order of variables
PR: 254232
SUbmitted by: Boris Korzun <drtr0jan@yandex.ru>
|
|
|
|
|
| |
Security: 9e8f0766-7d21-11eb-a2be-001999f8d30b
MFH: 2021Q1
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Security: 6adf6ce0-44a6-11eb-95b7-001999f8d30b
|
| |
|
|
|
|
|
|
| |
Security: 972fe546-1fb6-11eb-b9d4-001999f8d30b
29b7f0be-1fb7-11eb-b9d4-001999f8d30b
MFH: 2020Q4
|
|
|
|
| |
- Add conflicts and flavors for version 18 to asterisk modules I maintain.
|
| |
|
|
|
|
|
|
|
| |
This is on by default, which prodiuces the same behavior as before.
PR: 249531
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 249177
Submitted by: mickey242@gmx.net
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
variables.
Obtainer from: https://issues.asterisk.org/jira/browse/ASTERISK-28955
MFH: 2020Q2
|
| |
|
|
|
|
|
|
| |
- Enable OPUS option by default [1]
Suggested by: mr44er <mr44er@gmail.com>
|
|
|
|
|
|
|
| |
- Change to CONFIGURE_WITH options helper where applicable
PR: 246300
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
|
|
|
|
|
|
|
| |
conditions.
PR: 246300
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Remove unneeded patch
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
Reported by: sunpoet
Pointyhat: bapt
|
| |
|