Sebastian Kemper [Tue, 5 Dec 2017 19:53:47 +0000 (20:53 +0100)]
asterisk-15.x: fix CONFIGURE_ARGS
The way CONFIGURE_ARGS are done for srtp and pjproect does not take into
account that more than one package depends on them. This can result in
build failures. So add ifeqs to test properly if --with or --without is
required.
This commit also adds CONFIGURE_ARGS checks for:
alsa (asound)
portaudio
speex
speexdsp
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 5 Dec 2017 19:46:54 +0000 (20:46 +0100)]
asterisk-13.x: fix CONFIGURE_ARGS
The way CONFIGURE_ARGS are done for srtp and pjproect does not take into
account that more than one package depends on them. This can result in
build failures. So add ifeqs to test properly if --with or --without is
required.
This commit also adds CONFIGURE_ARGS checks for:
alsa (asound)
portaudio
speex
speexdsp
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Sun, 3 Dec 2017 19:28:44 +0000 (20:28 +0100)]
Merge pull request #218 from micmac1/master
asterisk: add samples, modules, utilities and a dep
Jiri Slachta [Sun, 3 Dec 2017 19:27:02 +0000 (20:27 +0100)]
Merge pull request #217 from micmac1/chan-lantiq
chan-lantiq: revert (non-working) hack, add Asterisk 15 variant
Sebastian Kemper [Sun, 3 Dec 2017 16:38:02 +0000 (17:38 +0100)]
asterisk-15.x: add libcap dep
With libcap support Asterisk is able to set the TOS bits even when
dropping its privileges to a non-root user.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 16:35:51 +0000 (17:35 +0100)]
asterisk-13.x: add libcap dep
With libcap support Asterisk is able to set the TOS bits even when
dropping its privileges to a non-root user.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 16:32:10 +0000 (17:32 +0100)]
asterisk-15.x: add utilities
Adds the command line tools that ship with Asterisk as optional
packages.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 16:29:49 +0000 (17:29 +0100)]
asterisk-15.x: add modules
Adds modules that aren't deprecated. These include dependencies and
configuration files.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 16:26:04 +0000 (17:26 +0100)]
asterisk-15.x: add missing config samples
Adds some missing config files.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 16:06:14 +0000 (17:06 +0100)]
asterisk-13.x: add utilities
Adds the command line tools that ship with Asterisk as optional
packages.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 16:02:31 +0000 (17:02 +0100)]
asterisk-13.x: add modules
Adds modules that aren't deprecated. These include dependencies and
configuration files.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 15:57:12 +0000 (16:57 +0100)]
asterisk-13.x: add missing config samples
Adds some missing config files.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 15:46:12 +0000 (16:46 +0100)]
chan-lantiq: add variant for Asterisk 15
@kochstefan got the module to work on Asterisk 15. Update the Makefile
and include the new variant.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 3 Dec 2017 15:40:18 +0000 (16:40 +0100)]
chan-lantiq: revert previous commit
The hack does not work on the buildbots. In the SDK the other packages'
Makefiles and patch directories aren't available, hence the hack fails.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Sun, 3 Dec 2017 14:33:48 +0000 (15:33 +0100)]
kamailio-5.x: bump to 5.0.4
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sat, 2 Dec 2017 18:00:20 +0000 (19:00 +0100)]
Merge pull request #209 from micmac1/chan-lantiq
chan-lantiq: setup Lantiq kernel headers locally
Jiri Slachta [Sat, 2 Dec 2017 17:44:14 +0000 (18:44 +0100)]
Merge pull request #215 from micmac1/prevent-build-all
Asterisk: Prevent building of all default modules
Jiri Slachta [Sat, 2 Dec 2017 17:42:28 +0000 (18:42 +0100)]
Merge pull request #214 from micmac1/fix-module-load-failure
asterisk-15.x: add 053-musl-mutex-init.patch
Jiri Slachta [Sat, 2 Dec 2017 17:41:56 +0000 (18:41 +0100)]
Merge pull request #216 from micmac1/baresip
baresip: add missing dependency
Sebastian Kemper [Tue, 28 Nov 2017 21:43:10 +0000 (22:43 +0100)]
baresip: add missing dependency
The avcodec module needs a depend on libx264.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 28 Nov 2017 21:25:03 +0000 (22:25 +0100)]
asterisk-15.x: add menuselect mechanism
This adds a mechanism that disables all modules by default and then
enables only the modules needed for the packages selected, resulting in
less build time.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 28 Nov 2017 21:20:16 +0000 (22:20 +0100)]
asterisk-13.x: add menuselect mechanism
This adds a mechanism that disables all modules by default and then
enables only the modules needed for the packages selected, resulting in
less build time.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 28 Nov 2017 20:59:38 +0000 (21:59 +0100)]
asterisk-15.x: add 053-musl-mutex-init.patch
@kochstefan pointed out that asterisk 15 doesn't load any modules. It
turned out that this happens because of patch that was dropped. Add the
patch again.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 27 Nov 2017 14:50:56 +0000 (15:50 +0100)]
Merge pull request #212 from micmac1/chan-sccp
asterisk-chan-sccp: improve package
Jiri Slachta [Mon, 27 Nov 2017 12:07:06 +0000 (13:07 +0100)]
Merge pull request #213 from micmac1/baresip
New PR: re, rem, restund and baresip
Sebastian Kemper [Sun, 26 Nov 2017 22:12:21 +0000 (23:12 +0100)]
asterisk-chan-sccp: improve package
- remove some whitespaces
- install only the configuration example from the source instead of the
locally kept files (which are probably outdated anyway)
- add a comment explaining the iostream hack
- use proper install routine instead of "$(CP)"
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 22:04:17 +0000 (23:04 +0100)]
baresip: build fix
The package currently fails to build because librem headers cannot be
found. For reasons unknown baresip searches in SYSROOT instead of
SYSROOT_ALT for them. Fix this by patching the Makefile.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 22:03:15 +0000 (23:03 +0100)]
baresip: add patch to fix ld call
ld expects '-shared' when called with '--export-dynamic'. Patch the
Makefile accordingly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 22:01:25 +0000 (23:01 +0100)]
baresip: add modules
Add some more modules to the Makefile.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:56:38 +0000 (22:56 +0100)]
baresip: improve module routine and descriptions
- improve routine regarding dependencies
- improve module descriptions
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:45:24 +0000 (22:45 +0100)]
baresip: Clean up Makefile
Remove unneeded variables, whitespaces and trailing slashes, use
specific INSTALL directive instead of "$(CP)".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:42:05 +0000 (22:42 +0100)]
baresip: Use default Build/Compile routine
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO, to the package if they are enabled (default).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:36:39 +0000 (22:36 +0100)]
restund: add patch to fix ld call
ld expects '-shared' when called with '--export-dynamic'. Patch the
Makefile accordingly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:33:56 +0000 (22:33 +0100)]
restund: module fixes/improvements
- add missing modules to base package
- improve module DEPENDS handling routine
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:32:10 +0000 (22:32 +0100)]
restund: Clean up Makefile
Remove unneeded variables, dependencies, whitespaces and trailing
slashes, use specific INSTALL directive instead of "$(CP)".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:27:58 +0000 (22:27 +0100)]
restund: Use default Build/Compile routine
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO, to the package if they are enabled (default).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:23:11 +0000 (22:23 +0100)]
librem: clean up Makefile
Remove unneeded variables, whitespaces, depends and trailing slashes.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:20:31 +0000 (22:20 +0100)]
librem: Use default Build/Compile routine
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO, to the package if they are enabled (default).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:13:20 +0000 (22:13 +0100)]
libre: prevent re.mk from applying its own optimizations
Using the CFLAGS from the environment of Build/Compile the optimizations
from libre now appear after OpenWrt CFLAGS, overriding them. Prevent
that by disabling libre's optimization altogether.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:09:40 +0000 (22:09 +0100)]
libre: fix ld argument
When using the default Build/Compile routine $LD is set to the actual
linker, so libre's build system is not using ld indirectly via the
compiler anymore. But it feeds -rdynamic to ld instead of
--export-dynamic. Fix that with this patch.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:07:02 +0000 (22:07 +0100)]
libre: Add patch to prevent ssize_t redefinition
With FORTIFY_SOURCE enabled the compiler errors our when libre defines
ssize_t again. Prevent that by adding the proper hint to the header in
question.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 21:04:23 +0000 (22:04 +0100)]
libre: Clean up Makefile
Remove unneeded variables, whitespaces and trailing slashes, use
specific INSTALL directive instead of "$(CP)".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Nov 2017 20:58:15 +0000 (21:58 +0100)]
libre: Use default Build/Compile routing
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO to the package, if they are enabled (default).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Fri, 24 Nov 2017 08:57:07 +0000 (09:57 +0100)]
Merge pull request #208 from micmac1/asterisk-g72x
Asterisk g72x
Jiri Slachta [Fri, 24 Nov 2017 08:55:33 +0000 (09:55 +0100)]
Merge pull request #210 from micmac1/chan-sccp
Chan sccp
Sebastian Kemper [Thu, 23 Nov 2017 18:28:13 +0000 (19:28 +0100)]
asterisk-g72x: add Asterisk 15 variant
Add a package for Asterisk 15.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 23 Nov 2017 18:24:49 +0000 (19:24 +0100)]
asterisk-g72x: version bump, cleanups
- bump to 1.4.2 (includes Asterisk 15 support)
- clean up the Makefile (whitespaces, remove some leftover defines that
are no longer needed etc.)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 23 Nov 2017 17:11:29 +0000 (18:11 +0100)]
chan-sccp: add Asterisk 15 variant
Define a variant for Asterisk 15.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 23 Nov 2017 17:01:02 +0000 (18:01 +0100)]
chan-sccp: update to latest commit
- Update to latest commit to get support for Asterisk 15
- Upstream renamed the project from chan-sccp-b to chan-sccp. This
commit updates the OpenWrt Makefile accordingly.
- Move the directory from chan-sccp-b to asterisk-chan-sccp (follow the
naming of the other channel drivers' directories).
- OpenWrt Asterisk13 is mistaken for Asterisk15 because it has the
iostream patch applied, fix this with workaround in autoconf script.
- Update upstream URL to the github page.
- Update description of the package.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 23 Nov 2017 15:33:56 +0000 (16:33 +0100)]
chan-lantiq: setup Lantiq kernel headers locally
This commit unpacks the sources of lib_ifxos, drv_tapi and drv_vmmc,
patches them and sets up their header files for the compiler to use when
building chan-lantiq.
The dependency on kmod-ltq-vmmc is dropped so that the package can be
built by the buildbots. Instead, a dependency on mips is added so that
the buildbots will only build the package for the ARCH that Lantiq
actually runs on.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Thu, 23 Nov 2017 11:33:00 +0000 (12:33 +0100)]
Merge pull request #204 from micmac1/master
chan-lantiq: pull the source from github
Jiri Slachta [Thu, 23 Nov 2017 11:32:39 +0000 (12:32 +0100)]
Merge pull request #206 from micmac1/chan-dongle
chan-dongle: add variant for asterisk 15
Sebastian Kemper [Mon, 20 Nov 2017 11:24:35 +0000 (12:24 +0100)]
chan-lantiq: pull the source from github
Instead of using local copies pull the source from github. The source
version is selected via CHAN_LANTIQ_VERSION, so there can be a different
version for each VARIANT.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 23 Nov 2017 10:15:58 +0000 (11:15 +0100)]
chan-dongle: add variant for asterisk 15
chan-dongle already supports asterisk 15. This commit adds a variant for
it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Wed, 22 Nov 2017 10:31:39 +0000 (11:31 +0100)]
Merge pull request #205 from micmac1/calendars
New PR: add calendar integration
Sebastian Kemper [Tue, 21 Nov 2017 20:54:15 +0000 (21:54 +0100)]
asterisk-15.x: fix typo
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 21 Nov 2017 20:52:41 +0000 (21:52 +0100)]
asterisk-15.x: add calendar integration
This adds support for the following calendars:
- CalDAV
- MS Exchange Web Service
- MS Exchange
- iCalendar
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 21 Nov 2017 20:44:57 +0000 (21:44 +0100)]
asterisk-13.x: add calendar integration
This adds support for the following calendars:
- CalDAV
- MS Exchange Web Service
- MS Exchange
- iCalendar
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Sat, 18 Nov 2017 09:47:31 +0000 (11:47 +0200)]
Merge pull request #202 from micmac1/master
New PR: bump asterisk
Sebastian Kemper [Thu, 16 Nov 2017 18:48:03 +0000 (19:48 +0100)]
asterisk-15.x: bump to 15.1.2
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 16 Nov 2017 18:47:08 +0000 (19:47 +0100)]
asterisk-13.x: bump to 13.18.2
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Wed, 15 Nov 2017 04:03:07 +0000 (06:03 +0200)]
Merge pull request #201 from micmac1/master
New PR: libsrtp2, pjproject and asterisk-13/15
Sebastian Kemper [Tue, 14 Nov 2017 22:08:04 +0000 (23:08 +0100)]
asterisk-15.x: upgrade dependency from libsrtp to libsrtp2
With the recently updated libsrtp2 asterisk 15 compiles fine, so it
doesn't need to be forcefully prevented anymore from linking against it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 14 Nov 2017 22:04:05 +0000 (23:04 +0100)]
asterisk-13.x: upgrade dependency from libsrtp to libsrtp2
With the recently updated libsrtp2 asterisk 13 compiles fine, so it
doesn't need to be forcefully prevented anymore from linking against it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 14 Nov 2017 21:59:19 +0000 (22:59 +0100)]
pjproject: bump to 2.7.1
- Update from 2.6 to 2.7.1.
- Update sed script because the TARGET_CFLAGS now occur twice in the .pc
file.
- Upgrade dependency from libsrtp to libsrtp2.
- Drop patches that were included upstream.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 14 Nov 2017 21:54:26 +0000 (22:54 +0100)]
libsrtp2: install library symlink
Install the symlink from libsrtp2.so to libsrtp2.so.1 as well.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 13 Nov 2017 11:26:13 +0000 (13:26 +0200)]
Merge pull request #199 from micmac1/master
asterisk-chan-lantiq: remove nonshared hack
Sebastian Kemper [Sun, 12 Nov 2017 19:17:17 +0000 (20:17 +0100)]
asterisk-chan-lantiq: remove nonshared hack
The previously conceived hack - to make the buildbots actually build
this package during the target phase - does not work. This patch removes
the hack. This includes removing the lines from the asterisk Makefiles
that tar up the asterisk headers.
The upside of removing the hack is that the package name can be reverted
to what it was before, so it can be found in the same place like all the
other asterisk modules, i.e. below its asterisk version.
Another upside is that the Makefile does not pretend to solve the
problem anymore. Issue #193 is still open for the same. Maybe some day
somebody can figure out how to resolve the problem properly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Tue, 7 Nov 2017 19:50:00 +0000 (20:50 +0100)]
rem: update to 0.5.2
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 7 Nov 2017 19:49:23 +0000 (20:49 +0100)]
re: update to 0.5.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 7 Nov 2017 19:48:49 +0000 (20:48 +0100)]
baresip: update to 0.5.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 7 Nov 2017 19:07:03 +0000 (20:07 +0100)]
rtpproxy: fix build for bcg729 >1.0.1
Several method signatures have changed in bcg729 1.0.1
and higher. This issue was already resolved in upstream.
In the current development branch, there is no compilable
version. Due to those changes, I have disabled linking
against bcg729 since we have bcg729 at version 1.0.2.
By disabling bcg729 the internal g729 rtpproxy API
will be used.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 7 Nov 2017 08:29:45 +0000 (09:29 +0100)]
asterisk-15.x: introduce new package
I introduce asterisk 15.x as a replacement for asterisk 11.x. Currently
without support for chan-lantiq and sccp-b. Those features are going to
be added soon after this introduction.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sun, 5 Nov 2017 16:59:58 +0000 (17:59 +0100)]
asterisk-13.x: patch for TLS support, closes #195
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Wed, 1 Nov 2017 10:59:29 +0000 (11:59 +0100)]
libsrtp2: update to 2.1.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Wed, 1 Nov 2017 10:58:15 +0000 (11:58 +0100)]
libsrtp: update to 1.6.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Wed, 1 Nov 2017 09:46:45 +0000 (10:46 +0100)]
asterisk-13.x: rm not applicable patch to 13.18
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 31 Oct 2017 15:10:28 +0000 (16:10 +0100)]
asterisk-13.x: update to 13.18.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sun, 29 Oct 2017 17:29:49 +0000 (18:29 +0100)]
ortp: export to abandoned packages repository
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sun, 29 Oct 2017 17:22:19 +0000 (18:22 +0100)]
asterisk-11.x: export to abandoned repository
Asterisk-11.x has been marked as obsolete by upstream, thus we
cannot provide support for this version in telephony repository.
Asterisk at version 11.x is no longer with us, however its successor
is going to be in the repository for a quite a long time. Please use
13.x or newer version.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sun, 29 Oct 2017 17:20:59 +0000 (18:20 +0100)]
chan-sccp-b: removal of asterisk-11.x variant
The removal of asterisk-11.x variant is made due to
Asterisks 11.x EOL.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sun, 29 Oct 2017 17:19:55 +0000 (18:19 +0100)]
asterisk-g72x: removal of asterisk-11.x variant
The removal of asterisk11.x variant is made due to
asterisk 11.x EOL.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Sun, 29 Oct 2017 17:16:36 +0000 (18:16 +0100)]
asterisk-chan-dongle: remove asterisk-11.x variant
The removal of asterisk-11.x variant is made due to
asterisks 11.x EOL.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Mon, 9 Oct 2017 06:51:01 +0000 (08:51 +0200)]
Merge pull request #191 from micmac1/master
asterisk-chan-lantiq: fix SDK build
Sebastian Kemper [Sun, 8 Oct 2017 17:52:13 +0000 (19:52 +0200)]
asterisk-chan-lantiq: fix SDK build
When building using the SDK the $(SOURCE) variable is set differently,
resulting in files not being found. Not using the variable and using
"./" instead works fine.
This fixes issue #190. Thanks to @Bongo79 for reporting and providing
the fix.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Sun, 8 Oct 2017 14:41:32 +0000 (16:41 +0200)]
Merge pull request #188 from micmac1/master
New PR: asterisk version bumps plus chan-lantiq changes
Sebastian Kemper [Sun, 8 Oct 2017 09:12:00 +0000 (11:12 +0200)]
libosip2: version bump
Bump to 5.0.0, drop patch which was integrated by upstream.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Oct 2017 08:53:54 +0000 (10:53 +0200)]
iksemel: fixes and cleanups
- Currently iksemel doesn't recognize gnutls anymore. Fix that by
substituting the currently used patches with one that also Debian is
using. It allows gnutls detection via pkgconfig.
- Add another patch Debian is using to enable secure gnutls options.
- Update project URL.
- Remove unneeded flags and Build/Prepare customizations.
- Cleanup DEPENDS.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Oct 2017 08:31:56 +0000 (10:31 +0200)]
telephony: use PKG_HASH instead of PKG_MD5SUM
Use sha256 instead of md5 for download verification.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Oct 2017 08:11:00 +0000 (10:11 +0200)]
telephony: use https:// PKG_SOURCE_URLs where possible
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Oct 2017 07:50:41 +0000 (09:50 +0200)]
telephony: replace git:// URIs with https:// equivalents
Plain git:// doesn't add security. Use https:// instead. See
https://gist.github.com/grawity/
4392747.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 27 Sep 2017 13:43:20 +0000 (15:43 +0200)]
asterisk-chan-lantiq: Fix nonshared builds
- Cosmetic: change version from 1.0 to git checkout date.
- Remove dependency on asterisk, as otherwise the package won't be
built by the build bots.
- Without asterisk in the staging directory the asterisk headers are
now taken from an archive in $(DL_DIR), which is stored there by the
asterisk package.
- The naming of the package needs to be changed, as without the
dependency on asterisk it would otherwise mess with asterisk's
menuconfig layout.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 27 Sep 2017 13:27:12 +0000 (15:27 +0200)]
asterisk-13.x: Store headers for chan-lantiq
Store asterisk headers in $(DL_DIR) so chan-lantiq can access them
during the target specific build phase. The headers are tarred up for
"mips_24kc" only because that is currently the only used arch for all
chan-lantiq targets.
Store one archive for each combination of asterisk version (e.g. 13) and
branch (using $(VERSION_NUMBER)). The latter makes sure that a release
build doesn't overwrite the header archive of a master snapshot build
and vice vera.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 27 Sep 2017 13:01:08 +0000 (15:01 +0200)]
asterisk-13.x: Bump to 13.17.2
Fixes: AST-2017-008
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 27 Sep 2017 12:57:43 +0000 (14:57 +0200)]
asterisk-11.x: Bump to 11.25.3
Fixes: AST-2017-008
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 2 Oct 2017 08:56:18 +0000 (10:56 +0200)]
Merge pull request #189 from robho/yate6
yate: Bump to version 6.0.0
Robert Högberg [Sun, 1 Oct 2017 18:26:06 +0000 (20:26 +0200)]
yate: Bump to version 6.0.0
Updates yate to version 6.0.0.
Jiri Slachta [Wed, 20 Sep 2017 07:22:24 +0000 (09:22 +0200)]
Merge pull request #187 from micmac1/master
New PR: asterisk chan-dongle and chan-lantiq
Sebastian Kemper [Thu, 14 Sep 2017 19:02:57 +0000 (21:02 +0200)]
asterisk-chan-lantiq: Move to separate package
Currently chan-lantiq doesn't build on the build bots and users end up
having to build it themselves. The reason for this was explained by
Mathias Kresin here:
http://lists.infradead.org/pipermail/lede-dev/2017-September/008886.html.
To fix this put chan-lantiq into its own package and set
PKG_FLAGS:=nonshared. The new package uses variants already, so it is
easily extendable in the future.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 14 Sep 2017 18:56:35 +0000 (20:56 +0200)]
asterisk-chan-dongle: sync up with master, fix endian issue
- Sync module to master.
- Drop big endian patch as it was included upstream.
- This fixes endian issue reported at
https://github.com/wdoekes/asterisk-chan-dongle/issues/44.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>