602 Commits

Author SHA1 Message Date
ajacoutot
cd28d9de8d Second and last pass at pre-entively fixing ports that would break once
guenther's header pollution cleanup diff is in.
2016-09-11 20:54:12 +00:00
sthen
4e6d9bca42 sync WANTLIB 2016-09-02 11:09:37 +00:00
sthen
a1a632dfb1 update to asterisk-13.11.0 2016-09-02 10:34:59 +00:00
ian
79e4bbd34c Add 6.0 songs, ok naddy 2016-09-01 14:29:50 +00:00
sthen
fa276bcf88 bump ports that might pick up IP_SENDSRCADDR 2016-08-17 20:58:46 +00:00
naddy
e3485466b2 catch up to 5.9 2016-08-03 22:03:17 +00:00
czarkoff
0174f61178 update to baresip-0.4.20 2016-08-03 09:21:30 +00:00
sthen
f877de500c update to asterisk-13.10.0 and patch for libressl (upstream tests
OPENSSL_VERSION_NUMBER < 0x10002000L to see if DTLSv1_method is available;
it's an error at runtime only as it's in a dlopen'd module, and doesn't
crash the process, just fails loading the module, so you don't notice
until you wonder why calls are all failing...)
2016-07-30 21:12:15 +00:00
czarkoff
4aff01fd60 fix line breaks (no binary changes) 2016-07-10 19:39:29 +00:00
czarkoff
040389c6b1 update to re-0.4.17 2016-07-10 19:09:20 +00:00
sthen
087042f190 update en_AU / es asterisk core-sounds packages to 1.5, plus a hack to
rename strangely named text files in the archive.
2016-06-25 13:38:16 +00:00
czarkoff
437f6b250f update to re-0.4.16 and baresip-0.4.19
Changes:
 - removed remaining static archs support goo,
 - use arc4random() in re,
 - new baresip module "mpa" for corresponding codec,
 - multiple bugfixes.
2016-06-14 16:15:55 +00:00
ajacoutot
af1f8139af Bump after the devel/gmime mono subpackage removal. 2016-06-13 09:22:41 +00:00
sthen
162d3d5fe0 update to stuntman-1.2.9, from maintainer Roman Kravchuk 2016-05-27 22:50:31 +00:00
sthen
14b99460bc update to asterisk-13.9.1 2016-05-14 13:45:17 +00:00
sthen
969d45532e update to asterisk-13.9.0 2016-05-09 16:07:13 +00:00
sthen
72808c31bf update to asterisk-13.8.2 2016-04-22 22:37:40 +00:00
naddy
f3b8b04687 Update to 0.8.2.
Major changes:
- support dealing with anonymous calls
- support for SIP Trunks
- various interoperability issues have been resolved
  (Snom phones no longer require the "broken registrar" setting)

New plugins:
stripheader, codecfilter, siptrunk, fix_DTAG, fix_fbox_anoncall

In the port, don't build useless static versions of the modules in
the first place instead of deleting them later.

ok lteo@
2016-04-21 19:44:17 +00:00
sthen
a9d0d114a7 security update to asterisk-13.8.1
AST-2016-005: TCP denial of service in PJProject
AST-2016-004: Fix crash on REGISTER with long URI
2016-04-15 11:35:12 +00:00
naddy
59666f3dc6 g/c PFRAG.shared 2016-04-04 16:09:09 +00:00
sthen
dfe14bc282 Fix sample cdr.conf in Asterisk (s/enabled/enable/ - the former used to be
valid but is no more). From Todd Mortimer.

Standardise style while there.
2016-04-02 14:38:19 +00:00
sthen
4f40ab2aa2 update to asterisk-13.8.0 2016-03-29 23:24:46 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
naddy
ef68f42b62 remove SHARED_ONLY from ports that don't use any MODULES 2016-03-16 16:46:31 +00:00
naddy
ce2041b844 the rationale for marking sound files SHARED_ONLY no longer applies 2016-03-16 15:54:25 +00:00
jasper
27b7522eb2 Security fix for CVE-2016-2385
maintainer timed-out
2016-03-16 09:30:01 +00:00
mmcc
f4006e6099 remove redundant EXTRACT_SUFX= .tar.gz 2016-03-11 21:27:08 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy
d378ff4495 remove NO_SHARED_LIBS 2016-03-10 20:15:07 +00:00
naddy
d1fb05fbc3 requires --enable-shared 2016-03-10 11:50:13 +00:00
czarkoff
9a8ad0c362 update to 0.4.15
ok sthen@
2016-02-28 13:18:42 +00:00
sthen
52c2138dbd update to asterisk-13.7.2, regression fix with pjsip realtime (probably not
all that widely used yet)
2016-02-25 00:42:50 +00:00
jsg
578ae7c7ca Don't attempt to build on arm. sync atomic builtins required. 2016-02-21 16:17:25 +00:00
jsg
38bf213906 Remove sparc64 from NOT_FOR_ARCHS. Builds without any problems. 2016-02-21 11:45:25 +00:00
sthen
d23b04c1f7 security update to asterisk-13.7.1 (if anyone has time to look at
pulling -stable up to 11.21.1, that would be appreciated..)

BEAST vulnerability in HTTP server
http://downloads.digium.com/pub/security/AST-2016-001.html

File descriptor exhaustion in chan_sip
http://downloads.digium.com/pub/security/AST-2016-002.html

Remote crash vulnerability when receiving UDPTL FAX data.
http://downloads.digium.com/pub/security/AST-2016-003.html
2016-02-04 02:56:29 +00:00
visa
0d2eb7ae26 Fix build on mips64.
ok jasper@
2016-01-25 14:38:00 +00:00
ajacoutot
1df40f76ef Fix PORTROACH marker. 2016-01-21 22:28:23 +00:00
nigel
9745c932b4 Bump after change to PLIST's
Ok sthen@
2016-01-21 18:34:42 +00:00
sthen
8701657efc Update to the 1.5 versions of asterisk-core-sounds and asterisk-extra-sounds
where available. core-sounds for a couple of languages aren't there yet so
distinfo files and infra have been rearranged to cope.
2016-01-20 16:19:24 +00:00
czarkoff
cbec59e15f update to baresip-0.4.17
OK and fix from feinerer@
2016-01-19 23:00:40 +00:00
sthen
f58b0f2fc4 de-conflict, spotted by jasper@ 2016-01-16 20:48:10 +00:00
sthen
1286d9c954 update to Asterisk 13.7.0 2016-01-16 14:21:53 +00:00
czarkoff
96f5c01706 update to re-0.4.14 rem-0.4.7 baresip-0.4.16
OK feinerer@, sthen@
2016-01-12 09:22:07 +00:00
feinerer
781d4b5bb2 Use libv4l
OK ajacoutot@
2016-01-08 18:48:49 +00:00
jasper
1619aaecce tell portroach to ignore this port for there are no distfiles here that can get outdated 2016-01-01 21:10:42 +00:00
jasper
82de39f0f0 update to gsutil-3.1 2015-12-28 08:46:49 +00:00
jasper
174e19ea05 give this a chance to build on mips64 2015-12-28 08:46:07 +00:00