Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jun 2022 19:41:41 16.27.0
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.27.0 |
20 May 2022 07:28:53 16.26.1
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.26.1 |
17 May 2022 15:14:20 16.26.0
|
Guido Falsi (madpilot)  |
net/asterisk16: Fix configure issue when PJSIP option is disabled
pkgconfig is now used by asterisk to detect most required dependencies,
so add it to the global USES.
At the same time there is a bug in the menuselect configure script
that shows up when the PJSIP option is disabled. It tries to run
sed through a $SED variable before populating it.
As a workaround for now I just replace the $SED variable with the
bare sed command.
PR: 263980
Fixes: e8e6fba878cf12 |
13 May 2022 22:26:30 16.26.0
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.26.0
- Embedded pjproject updated from 2.10 to 2.12
- Fix terminfo detection by adding the correct path to detection code [1]
- Add note to pkg-descr to explain that the misc/terminfo-db port
is required to get color in the console
Reported by: ogogon@ogogon.org (via email) [1] |
27 Apr 2022 22:44:44 16.25.3
|
Piotr Kubaj (pkubaj)  |
net/asterisk16: sync options for powerpc64le with powerpc64 |
27 Apr 2022 13:21:52 16.25.3
|
Piotr Kubaj (pkubaj)  |
net/asterisk16: sync options for powerpc and powerpc64 with other architectures |
27 Apr 2022 07:49:43 16.25.3
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.25.3 |
15 Apr 2022 07:50:30 16.25.2
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.25.2
MFH: 2022Q2
Security: a5de43ed-bc49-11ec-b516-0897988a1c07
8838abf0-bc47-11ec-b516-0897988a1c07 |
10 Apr 2022 19:11:41 16.25.1_1 
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
30 Mar 2022 11:04:46 16.25.1 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.25.1 |
26 Mar 2022 08:27:27 16.25.0_1 
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
24 Mar 2022 23:48:47 16.25.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.25.0 |
05 Mar 2022 12:00:39 16.24.1 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.24.1
MFH: 2022Q1
Security: 964c5460-9c66-11ec-ad3a-001999f8d30b |
12 Feb 2022 14:28:05 16.24.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Fix build when textproc/xmlstarlet is installed
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 |
10 Feb 2022 22:16:59 16.24.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.24.0 |
13 Dec 2021 16:37:56 16.23.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.23.0
Also remove old, unneeded patch. |
25 Nov 2021 21:40:11 16.22.0_1 
|
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
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) |
16 Nov 2021 18:22:30 16.22.0_1 
|
Guido Falsi (madpilot)  |
net/asterisk1[68]: Remove obsolete patches
These patches are already included upstream. No functional change.
Reported by: Naveen Albert <asterisk at phreaknet.org> (via email) |
10 Nov 2021 06:20:12 16.22.0_1 
|
Fernando ApesteguÃa (fernape)  |
comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.
PR: 258999
Reported by: jailbird@fdf.net (maintainer)
Reviewed by: madpilot@ |
02 Nov 2021 17:49:27 16.22.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.22.0 |
29 Oct 2021 09:50:18 16.21.1 
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
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) |
11 Oct 2021 22:49:47 16.21.1 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.21.1
Fixes runtime issue: pbx_ael: Infinite loop on reload
MFH: 2021Q4 |
07 Oct 2021 18:02:27 16.21.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.21.0 |
13 Aug 2021 08:37:53 16.20.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.20.0 |
28 Jul 2021 21:47:51 16.19.1 
|
Guido Falsi (madpilot)  |
net/asterisk16: Add back g729 files distinfo
I removed these by mistake in commit 99857c53ae27
PR: 257478
Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
MFH: 2021Q3 |
24 Jul 2021 09:27:14 16.19.1 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.19.1
Security: ffa364e1-ebf5-11eb-aef1-0897988a1c07,
fb3455be-ebf6-11eb-aef1-0897988a1c07,
53fbffe6-ebf7-11eb-aef1-0897988a1c07 |
17 Jul 2021 08:25:04 16.19.0 
|
Guido Falsi (madpilot)  |
net/asterisk*: Remove ONLY_FOR_ARCHS restriction
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 |
14 Jul 2021 10:32:49 16.19.0 
|
Guido Falsi (madpilot)  Author: José Pérez |
net/asterisk*: Add aarch64 support
User testing reports asterisk compiles and works fine on aarch64.
PR: 257176
Tested by: José Pérez <pr@aoek.com>
MFH: 2021Q3 |
24 Jun 2021 21:05:47 16.19.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.19.0 |
07 May 2021 19:59:32 16.18.0 
|
Guido Falsi (madpilot)  |
net/asterisk16: Update to 16.18.0 |
07 Apr 2021 08:09:01 16.17.0 
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 16.17.0 
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 16.17.0 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Mar 2021 16:56:34
16.17.0 
|
madpilot  |
Update asterisk16 to 16.17.0 |
15 Mar 2021 22:22:11
16.16.2_1 
|
madpilot  |
- Add variable to configure group owner for asterisk runtime directory
creation in startup script
- Correct order of variables
PR: 254232
SUbmitted by: Boris Korzun <drtr0jan@yandex.ru> |
05 Mar 2021 00:04:08
16.16.2 
|
madpilot  |
Update asterisk16 to 16.16.2
Security: 9e8f0766-7d21-11eb-a2be-001999f8d30b
MFH: 2021Q1 |
19 Feb 2021 00:26:04
16.16.1 
|
madpilot  |
Update asterisk16 to 16.16.1
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 |
21 Jan 2021 20:52:30
16.16.0 
|
madpilot  |
Update asterisk16 to 16.16.0 |
23 Dec 2020 11:06:10
16.15.1 
|
madpilot  |
- Update asterisk16 to 16.15.1
Security: 6adf6ce0-44a6-11eb-95b7-001999f8d30b |
20 Nov 2020 15:18:58
16.15.0 
|
madpilot  |
Update asterisk16 to 16.15.0 |
06 Nov 2020 07:40:39
16.14.1 
|
madpilot  |
Update asterisk16 to 16.14.1
Security: 972fe546-1fb6-11eb-b9d4-001999f8d30b
29b7f0be-1fb7-11eb-b9d4-001999f8d30b
MFH: 2020Q4 |
23 Oct 2020 08:13:58
16.14.0 
|
madpilot  |
- Repocopy asterisk16 to asterisk18 and update to new version 18.0.0
- Add conflicts and flavors for version 18 to asterisk modules I maintain. |
23 Oct 2020 08:08:00
16.14.0 
|
madpilot  |
Update asterisk16 to 16.14.0 |
04 Oct 2020 11:27:16
16.13.0_1 
|
madpilot  |
Add XMLDOC option to control installation of XML documentation.
This is on by default, which prodiuces the same behavior as before.
PR: 249531
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> |
23 Sep 2020 19:50:37
16.13.0_1 
|
linimon  |
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
14 Sep 2020 16:29:01
16.13.0_1 
|
madpilot  |
Add to support for configurable umask to asterisk startup script.
PR: 249177
Submitted by: mickey242@gmx.net |
03 Sep 2020 16:20:25
16.13.0 
|
madpilot  |
Update asterisk16 to 16.13.0 |
17 Jul 2020 08:21:54
16.12.0 
|
madpilot  |
- Update asterisk16 to 16.12.0
- 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 |
03 Jul 2020 21:59:25
16.11.1_1 
|
madpilot  |
Remove SQLITE2 option. |
19 Jun 2020 08:56:36
16.11.1_1 
|
madpilot  |
Apply patch from upstream to fix regression in chan_dahdi channel
variables.
Obtainer from: https://issues.asterisk.org/jira/browse/ASTERISK-28955
MFH: 2020Q2 |
16 Jun 2020 22:25:28
16.11.1 
|
madpilot  |
Update asterisk16 to 16.11.1 |
11 Jun 2020 22:12:59
16.11.0 
|
madpilot  |
- Update asterisk16 to 16.11.0
- Enable OPUS option by default [1]
Suggested by: mr44er <mr44er@gmail.com> |
09 May 2020 15:46:06
16.10.0_2 
|
madpilot  |
- Add new URIPARSER option, enabled by default
- Change to CONFIGURE_WITH options helper where applicable
PR: 246300
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> |
08 May 2020 15:11:03
16.10.0_1 
|
madpilot  |
Add patch for bundled pjproject to avoid failed build due to race
conditions.
PR: 246300
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> |
01 May 2020 17:14:22
16.10.0_1 
|
madpilot  |
- Remove bashisms from configure script which can cause wrong options
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 |
30 Apr 2020 20:28:42
16.10.0 
|
madpilot  |
- Update asterisk16 to 16.10.0
- Remove unneeded patch |
18 Apr 2020 10:18:25
16.9.0_1 
|
madpilot  |
Remove conflicts against removed asterisk15. |
18 Apr 2020 09:50:29
16.9.0_1 
|
madpilot  |
Make asterisk16 port use the bundled pjproject(pjsip) library, as
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 |
13 Mar 2020 08:50:07
16.9.0 
|
madpilot  |
Update asterisk16 to 16.9.0 |
04 Feb 2020 22:52:16
16.8.0 
|
madpilot  |
Update asterisk16 to 16.8.0 |
28 Jan 2020 17:35:26
16.7.0_1 
|
bapt  |
Revert accidental change
Reported by: sunpoet
Pointyhat: bapt |
28 Jan 2020 17:20:40
16.7.0_1 
|
bapt  |
Fix bad dependency on pkg origin which prevents using pkg-devel |
25 Dec 2019 06:53:38
16.7.0 
|
tobik  |
net/asterisk*: Remove now unused BASE_DESC |
24 Dec 2019 21:48:30
16.7.0 
|
madpilot  |
- Update asterisk16 to 16.7.0
- Fix build on powerpc64 [1]
- Remove COMPILER option [1]
PR: 242831 [1]
Submitted by: pkubaj |
22 Nov 2019 10:38:46
16.6.2 
|
madpilot  |
Update asterisk16 to 16.6.2
Security: a8d94711-0d03-11ea-87ca-001999f8d30b
49b61ab6-0d04-11ea-87ca-001999f8d30b
MFH: 2019Q4 |
20 Nov 2019 21:51:11
16.6.1 
|
madpilot  |
Really build the opus module when the OPUS option is enabled.
PR: 242103
Submitted by: ben@desync.com
MFH: 2019Q4 |
16 Oct 2019 21:33:59
16.6.1 
|
madpilot  |
Update asterisk16 to 16.6.1 |
16 Oct 2019 12:47:14
16.6.0 
|
rene  |
net/asterisk1[36]: Remove expired option for Japanese sound.
Drop SOUNDS submenu (only G729 is left). |
09 Oct 2019 14:32:26
16.6.0 
|
madpilot  |
Update asterisk16 to 16.6.0 |
09 Oct 2019 14:27:51
16.5.1_1 
|
madpilot  |
Fix CDR with PostgreSQL 12
PR: 241116
Submitted by: cmt
MFH: 2019Q4 |
06 Sep 2019 10:53:17
16.5.1 
|
madpilot  |
Update asterisk16 to 16.5.1
Security: 7d53d8da-d07a-11e9-8f1a-001999f8d30b
d94c08d2-d079-11e9-8f1a-001999f8d30b
MFH: 2019Q3 |
14 Aug 2019 08:48:51
16.5.0_1 
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
26 Jul 2019 20:46:57
16.5.0_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
25 Jul 2019 20:48:02
16.5.0 
|
madpilot  |
Update asterisk16 to 16.5.0 |
12 Jul 2019 16:49:58
16.4.1 
|
madpilot  |
- Update asterisk16 to 16.4.1
Security: 818b2bcb-a46f-11e9-bed9-001999f8d30b,
e9d2e981-a46d-11e9-bed9-001999f8d30b
MFH: 2019Q3 |
19 Jun 2019 17:18:05
16.4.0_1 
|
madpilot  |
- Update pjsip to 2.9
- Remove patches already applied upstream
- Bump PORTREVISION on asterisk ports to avoid crashes |
31 May 2019 07:41:54
16.4.0 
|
madpilot  |
- Update asterisk16 to 16.4.0
- Avoid overriding previous LDFLAGSS values
- Remove upstreamed patch |
03 May 2019 12:36:48
16.3.0_1 
|
madpilot  |
Bump PORTREVISION on asterisk ports after r500705 changes to pjsip.
Crashes have been reported, which are fixed by reinstallation.
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
MFH: 2019Q2 |
07 Apr 2019 16:19:14
16.3.0 
|
madpilot  |
Fix build on live system when gcc 8 is also installed.
PR: 237058
Submitted by: VVD <vvd@unislabs.com> |
04 Apr 2019 17:02:51
16.3.0 
|
madpilot  |
Update asterisk16 to 16.3.0 |
01 Mar 2019 18:23:56
16.2.1 
|
madpilot  |
Update asterisk16 to 16.2.1
Security: be0e3817-3bfe-11e9-9cd6-001999f8d30b
CVE-2019-7251
MFH: 2019Q1 |
18 Feb 2019 08:24:01
16.2.0 
|
madpilot  |
Update asterisk16 to 16.2.0 |
28 Jan 2019 19:00:15
16.1.1_2 
|
madpilot  |
- Force asterisk ports to prefer newly compiled libasteriskssl.so
to already installed one when compiling the port on live system
where asterisk is already present.
- While here Make some minor cosmetic changes.
PR: 235233
Submitted by: pfduch@yandex.ru |
24 Jan 2019 09:53:44
16.1.1_2 
|
madpilot  |
Add MACRO option to asterisk16 to enable compiling the app_macro
module.
Make the option default to on.
This module used to be present by default in older asterisk versions
and even though the module is deprecated and disabled by default
upstream now, it's required by many asterisk tools to work properly,
so provide it in the binary package by default for the time being.
Requested by: admin@wildwolf.ru,
lidl |
18 Jan 2019 20:10:14
16.1.1_1 
|
madpilot  |
Use github helper to get OPUS option distfile.
Suggested by: mat |
17 Jan 2019 17:31:17
16.1.1_1 
|
madpilot  |
Fix extract phase when G729 option is enabled.
I involuntarily introduced the failure in the previous commit. |
17 Jan 2019 13:06:18
16.1.1_1 
|
madpilot  |
Add OPUS option to asterisk ports to enable the opus codec.
While here use DIST_SUBDIR to keep all the asterisk files in one
subdirectory.
PR: 234547
Submitted by: Ludovic Desweemer <ludovic.desweemer@gmail.com> |
27 Dec 2018 15:55:46
16.1.1 
|
madpilot  |
- Update net/asterisk13 to 13.24.1
- Update net/asterisk15 to 15.7.1
- Update net/asterisk16 to 16.1.1
Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.24.1
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-15.7.1
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.1.1 |
12 Dec 2018 20:48:30
16.1.0 
|
madpilot  |
- Update asterisk13 to 13.24.0
- Update asterisk15 to 15.7.0
- Update asterisk16 to 16.1.0
- Update pjsip to 2.8
- Remove upstreamed patches from pjsip port
- Add USES=gnome to asterisk ports
- Silence portlint warnings |
12 Dec 2018 01:35:36
16.0.1_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
14 Nov 2018 23:03:10
16.0.1 
|
madpilot  |
- Update asterisk15 to 15.6.2
- Update asterisk16 to 16.0.1
MFH: 2018Q4
Security: c6fb2734-e835-11e8-b14b-001999f8d30b |
31 Oct 2018 23:42:53
16.0.0 
|
madpilot  |
- Add asterisk 16.0.0 to ports
- Update g72x module to 1.4.3, which add support for asterisk 16
- Add asterisk16 flavor and conflicts to asterisk modules ports
which support it
- Add conflicts to other asterisk versions ports
- Add deprecation notice to asterisk15 which will reach EOL on
2019-10-03
- Fix wording on SOUNDS option description
- Remove old MOVED line for asterisk16 which was for the long removed
asterisk 1.6 version
Approved by: portmgr (flavors already approved in the past) |
21 Aug 2012 23:29:38
1.6.2.24_2 
|
flo  |
- Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-sounds
- Update net/appkonference to 2.1 to make it work with net/asterisk [1]
- Switch www/bigbluebutton to net/asterisk
- While here fix typo in www/xxxterm's MOVED entry
PR: ports/169038 [1]
Approved by: maintainer [1] |
05 Aug 2012 23:19:40
1.6.2.24_2 
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
19 Jul 2012 20:15:39
1.6.2.24_2 
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
1.6.2.24_1 
|
dinoex  |
- update png to 1.5.10 |
23 Apr 2012 20:21:17
1.6.2.24 
|
flo  |
Update to 1.6.2.24
Security:
http://www.vuxml.org/freebsd/1c5abbe2-8d7f-11e1-a374-14dae9ebcf89.html |
15 Mar 2012 23:14:49
1.6.2.23 
|
flo  |
Update to 1.6.2.23
Security:
http://www.vuxml.org/freebsd/0d530174-6eef-11e1-afd6-14dae9ebcf89.html
Feature safe: yes |
25 Feb 2012 00:44:18
1.6.2.22_1 
|
flo  |
Mark deprecated and set expiration date. However i won't remove it until the
first security vulnerability without official fix is discovered. |
06 Feb 2012 12:25:50
1.6.2.22_1 
|
miwi  |
- Chase unixODBC shlib bump |