notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/asterisk11/distinfo

Number of commits found: 44

Wednesday, 20 Sep 2017
05:35 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.25.3
- Update net/asterisk13 to 13.17.2

Security:	c2ea3b31-9d75-11e7-bb13-001999f8d30b
MFH:		2017Q3
Original commitRevision:450187 
Friday, 1 Sep 2017
09:05 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.25.2
- Update net/asterisk13 to 13.17.1

Security:	ec1df2a1-8ee6-11e7-8be8-001999f8d30b,
		c599f95c-8ee5-11e7-8be8-001999f8d30b
Original commitRevision:449063 
Saturday, 10 Dec 2016
22:55 madpilot search for other commits by this committer
Update asterisk11 to 11.25.1

Security:	c0b13887-be44-11e6-b04f-001999f8d30b
MFH:		2016Q4
Original commitRevision:428327 
Friday, 25 Nov 2016
10:46 madpilot search for other commits by this committer
- Update asterisk11 to 11.25.0
- Make user provided makeopts work again [1]

PR:		214810 [1]
Submitted by:	yani@pi-greece.eu
Original commitRevision:427102 
Friday, 28 Oct 2016
08:32 madpilot search for other commits by this committer
Update asterisk11 to 11.24.1
Original commitRevision:424814 
Wednesday, 26 Oct 2016
13:34 madpilot search for other commits by this committer
Update asterisk11 to 11.24.0
Original commitRevision:424696 
Thursday, 8 Sep 2016
21:56 madpilot search for other commits by this committer
Update net/asterisk11 to 11.23.1

Security:	5cb18881-7604-11e6-b362-001999f8d30b
MFH:		2016Q3
Original commitRevision:421586 
Thursday, 21 Jul 2016
22:28 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.23.0
- Update net/asterisk13 to 13.10.0
Original commitRevision:418897 
Wednesday, 30 Mar 2016
19:08 madpilot search for other commits by this committer
- Update asterisk11 to 11.22.0
- Update asterisk13 to 13.8.0
Original commitRevision:412188 
Friday, 12 Feb 2016
17:30 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.21.2, which provides a fix for the
  old OpenSSL included in 9.x
- Backport the fis to net/asterisk (asterisk 1.8)
- net/asterisk13 already includes this fix, so remove my workaround

While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE
it and add an expiration time.

MFH:	2016Q1
Original commitRevision:408743 
Thursday, 4 Feb 2016
11:43 madpilot search for other commits by this committer
- Add security fixes to net/asterisk port (PORTVERSION bumped)
- Update net/asterisk11 to 11.21.1
- Update net/asterisk13 to 13.7.1

The security update included in these commits introduces an unexpected
incompatibility with FreeBSD 9.3 bundled OpenSSL.
Unluckily simply forcing this port to use ports provided openssl
on 9.x isn't viable, since ftp/curl  by default links with base
openssl. A default binary package would just crash on startup
when loading the asterisk curl module, due to conflicting openssl
implementations being used.

This commit adds a check in the Makefile, copied from the ftp/curl
port, which removes the offending (and unsupported on that openssl
version) code from the source file when linking against base OpenSSL
on 9.x.

Security:	559f3d1b-cb1d-11e5-80a4-001999f8d30b
MFH:		2016Q1
Original commitRevision:408026 
Saturday, 16 Jan 2016
17:18 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.21.0
- Update net/asterisk13 to 13.7.0
Original commitRevision:406243 
Saturday, 10 Oct 2015
09:30 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.20.0
- Update net/asterisk13 to 13.6.0
- Remove upstreamed patch

In net/asterisk13:

- Add ASTVERSION option to control installation of bash only script
astversion, and avoid an unconditional dependency on bash
Original commitRevision:398981 
Tuesday, 1 Sep 2015
20:07 madpilot search for other commits by this committer
Integrate recent changes to asterisk port in asterisk11 and asterisk13
ones:

This port now supports custom Asterisk configurations using a
*user-supplied* menuselect.makeopt file.

This feature is of most value for users that want to disable or
override default functionality that they dont want or need, particular
in space and/or resource constrained, or embedded environments.

For more information see this ports pkg-message file.

OPTIONS Changes:

- Make speex, libexecinfo and mpg123 OPTION'al
- Make menuselect backends (curses/newt) OPTION'al
- Remove override-able OPTION descriptions (dont appear necessary)
- Add CODECS, SOUNDS and DATABASE options groups for better UX
- Improve OPTION descriptions

General Changes:

- Add support for fetching G.279 Core and MOH sounds
- Use %%DATADIR%% in pkg-plist (portlint)
- Make DATADIR-safe (portlint)
- Reset @owner/@group after pkg-plist entries
- Pass CFLAGS/LDFLAGS to ASTCFLAGS/ASTLDFLAGS respectively in MAKE_ENV
- Update and cleanup pkg-plist
- Bump PORTREVISION

While here:

- Convert to USE_SQLITE in place of explicit LIB_DEPENDS.

Many thanks to koobs for his work on this!

Differential Revision:	https://reviews.freebsd.org/D3262
Original commitRevision:395796 
Saturday, 8 Aug 2015
13:04 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.19.0
- Update net/asterisk13 to 13.5.0
- Add SQLITE2 option default description
- Rename SQLITE option to SQLITE2, which better describes what it really does
- Clean up Makefile and sort option helpers [1]
- Add missed dependencies on openssl, ncurses and iconv [1]
- Add back shabangfix for sample agi scripts
- Make build log verbose [1]
- Regenerated some patches

Suggested by:	koobs (thanks!) [1]
Original commitRevision:393727 
Friday, 5 Jun 2015
23:30 madpilot search for other commits by this committer
- Update asterisk11 to 11.18.0
- Update asterisk13 to 13.4.0
- Add experimental option to allow using base compiler instead of
  ports gcc (mainly meant to allow compiling with clang)
Original commitRevision:388648 
Thursday, 9 Apr 2015
11:35 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.3
- Update net/asterisk11 to 11.17.1
- Update net/asterisk13 to 13.3.2

Security:	5fee3f02-de37-11e4-b7c3-001999f8d30b
MFH:		2015Q2
Original commitRevision:383635 
Thursday, 2 Apr 2015
00:12 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.17.0
- Update net/asterisk13 to 13.3.0
- Fix mgcp module installation
- Add needed USE_LDCONFIG to asterisk13
- Adapt asterisk-g72x port and bump PORTREVISION

NOTE: While these versions of asterisk can be compiled with clang,
I have seen it crash at startup if so compiled. For this reason at
present I'm leaving the gcc requirement.
Original commitRevision:382976 
Saturday, 7 Feb 2015
00:09 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.16.0
- Update net/asterisk13 to 13.2.0
Original commitRevision:378571 
Thursday, 29 Jan 2015
17:24 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.1
- Update net/asterisk11 to 11.15.1
- Update net/asterisk13 to 13.1.1

MFH:		2015Q1
Security:	7656fc62-a7a7-11e4-96ba-001999f8d30b
Security:	2eeb6652-a7a6-11e4-96ba-001999f8d30b
Original commitRevision:378125 
Monday, 15 Dec 2014
23:14 madpilot search for other commits by this committer
- Update to 11.15.0
- Use @sample
- While here, modify an installation message to remove text which
  is not applicable to our case.
Original commitRevision:374777 
Thursday, 11 Dec 2014
17:05 madpilot search for other commits by this committer
- Update to 11.14.2
- Update home page in pkg-descr [1]

Security:	94268da0-8118-11e4-a180-001999f8d30b
Reported by:	Hans Potter Selasky <hps at selasky.org> [1]
Original commitRevision:374540 
Friday, 21 Nov 2014
14:40 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.1 [1]
- Update net/asterisk11 to 11.14.1 [2]

Security:	a92ed304-716c-11e4-b008-001999f8d30b [1] [2]
Security:	7bfd797c-716d-11e4-b008-001999f8d30b [2]
MFH:		2014Q4
Original commitRevision:372996 
Tuesday, 11 Nov 2014
14:00 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.0
- Update net/asterisk11 to 11.14.0
- Allow customizing startup options used by rc script [1]
- While here, fix some rclint warnings

Reported/Requested by:	Emmanuel Coulon <silicium at orange.fr> [1]
Original commitRevision:372448 
Tuesday, 21 Oct 2014
20:07 madpilot search for other commits by this committer
- Update asterisk to 1.8.31.1
- Update asterisk11 to 11.13.1

Security:	76c7a0f5-5928-11e4-adc7-001999f8d30b
Original commitRevision:371337 
Friday, 26 Sep 2014
11:29 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.31.0
- Update net/asterisk11 to 11.13.0
- Make LUA option enabled by default [1]
- Simplify plist

Requested by:	Dennis Guse <dennis.guse at tu-berlin.de> (and others) [1]
Original commitRevision:369315 
Thursday, 18 Sep 2014
21:38 madpilot search for other commits by this committer
Update to 11.12.1

Security:	http://vuxml.freebsd.org/freebsd/e60d9e65-3f6b-11e4-ad16-001999f8d30b.html
Original commitRevision:368533 
Thursday, 21 Aug 2014
14:21 madpilot search for other commits by this committer
- Update asterisk to 1.8.30.0
- Update asterisk11 to 11.12.0
Original commitRevision:365561 
Tuesday, 29 Jul 2014
22:52 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.29.0
- Update net/asterisk11 to 11.11.0
- Take maintainership [1]
- Add missing ODBC option to OPTIONS_DEFINE [2]
- Convert ports to using option helpers
- Fix LUA option

PR:		192226 [2]
Submitted by:	m.tsatsenko at gmail.com
Approved by:	flo (previous maintainer) [1]
Original commitRevision:363407 
Tuesday, 17 Jun 2014
08:13 flo search for other commits by this committer
- Update net/asterisk to 1.8.28.2
- Update net/asterisk11 to 11.10.2

Security:	f109b02f-f5a4-11e3-82e9-00a098b18457
Original commitRevision:358076 
Friday, 30 May 2014
15:43 flo search for other commits by this committer
- update to 11.10.0
- stage

Submitted by:	madpilot
Original commitRevision:355862 
Tuesday, 11 Mar 2014
20:22 flo search for other commits by this committer
- Update to 11.8.1
- set USE_GCC as asterisk uses gcc extensions

(STAGE support will follow soon, just wanted to get the new version out now)

Security:	03159886-a8a3-11e3-8f36-0025905a4771
MFH:		2014Q1
Original commitRevision:347920 
Tuesday, 17 Dec 2013
23:48 flo search for other commits by this committer
- Update net/aserisk to 1.8.25.0
- Update net/aserisk10 to 10.12.4
- Update net/aserisk11 to 11.7.0
- mark net/aserisk10 DEPRECATED, it has reached its EOL

Security:	0c39bafc-6771-11e3-868f-0025905a4771
Original commitRevision:336791 
Wednesday, 28 Aug 2013
20:51 flo search for other commits by this committer
Update net/asterisk to 1.8.23.1
Update net/asterisk10 to 10.12.3
Update net/asterisk11 to 11.5.1

Security:	fd2bf3b5-1001-11e3-ba94-0025905a4771
Original commitRevision:325551 
Wednesday, 24 Jul 2013
09:47 flo search for other commits by this committer
Update to 11.5.0
Original commitRevision:323585 
Saturday, 25 May 2013
00:01 flo search for other commits by this committer
Update to 11.4.0
Original commitRevision:319019 
Monday, 22 Apr 2013
21:11 flo search for other commits by this committer
- update net/asterisk to 1.8.21.0
- update net/asterisk11 to 11.3.0
- add -F to command_args in the rc script, this ensures that asterisk
  detaches from the controlling terminal. It was possible for the asterisk
  rc script to prevent a box from reaching full multiuser if e.g. -v was
  passed to command_args. [1]

Reported by:	Kurt Lidl <lidl@pix.net>
Original commitRevision:316277 
Friday, 29 Mar 2013
10:04 flo search for other commits by this committer
Update asterisk ports to:

net/asterisk 1.8.20.2
net/asterisk10 10.12.2
net/asterisk11 11.2.2

Security:	daf0a339-9850-11e2-879e-d43d7e0c7c02
Original commitRevision:315534 
Wednesday, 23 Jan 2013
07:47 flo search for other commits by this committer
Update to 11.2.1
Original commitRevision:310855 
Tuesday, 15 Jan 2013
17:00 flo search for other commits by this committer
Update to 11.2.0
Original commitRevision:310453 
Thursday, 3 Jan 2013
19:41 flo search for other commits by this committer
- update net/asterisk to 1.8.19.1
- update net/asterisk10 to 10.11.1
- update net/asterisk11 to 10.1.2
- add vuln.xml entry

Security:	f7c87a8a-55d5-11e2-a255-c8600054b392
Original commitRevision:309903 
Wednesday, 12 Dec 2012
01:48 flo search for other commits by this committer
- update 11.1.0
- use OPTIONS_RADIO instead of OPTIONS_SINGLE
Original commitRevision:308731 
Thursday, 6 Dec 2012
21:49 flo search for other commits by this committer
Update to 11.0.2

Feature safe:	yes
Original commitRevision:308401 
Monday, 26 Nov 2012
23:20 flo search for other commits by this committer
Add Asterisk 11 a new LTS version.

Tested by:	wishmaster <artemrts@ukr.net>
Feature safe:	yes
Original commitRevision:307810 

Number of commits found: 44