- Dec 27, 2017
-
-
Jiri Slachta authored
New PR: freeswitch-stable
-
Jiri Slachta authored
bcg729: update to the 1.0.4 version
-
Jiri Slachta authored
New PR: Asterisk
-
Jiri Slachta authored
New PR: Baresip suite
-
- Dec 26, 2017
-
-
Sebastian Kemper authored
- add procd init script - script starts the daemon as user "baresip" instead of root - add /etc/default/baresip - add example configuration into /etc/baresip - add conffiles definition - prevent autostart after upgrade by using ENABLE_BARESIP variable in /etc/default/baresip Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- add procd init script - script starts the daemon as user "restund" instead of root - add /etc/default/restund - declare /etc/init.d/restund a configuration file - prevent autostart after upgrade by using ENABLE_RESTUND variable in /etc/default/restund Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- add CROSS_COMPILE and OS to MAKE_FLAGS; this should help when compiling on other OSes, e.g. Darwin. - move RELEASE up (alphabetical sort) Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The patch is wrong. It may cause errors of the "illegal instruction" variety. The libre package fix in commit e40f0ea0 makes this patch unnecessary anyway. Drop it. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
"OPENWRT" needs to be defined for 001-extend-ninit-nclose-check.patch to work. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The current approach (creating a blocker file) is clumsy. Use a variable in /etc/default/freeswitch instead. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Alex Samorukov authored
-
- Dec 22, 2017
-
-
Sebastian Kemper authored
Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Add some dependencies to select modules. Dependencies confirmed by menuselect. Also fix description of res_monitor. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Add some dependencies to select modules. Dependencies confirmed by menuselect. Also fix description of res_monitor. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- Use autoconf_bool instead of manually calling configure switches. - Revision bump. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove the possibility to prevent the dependency on libedit. freeswitch behaves very quirky without it. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- Use "-nc -nf" always. When started by procd freeswitch detects the console to be orphaned and disables it. So disable the interactive console but force freeswitch to not fork into background. - Improve readability of command parameters. - Minor changes. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Dec 14, 2017
-
-
Jiri Slachta authored
baresip/re: build fix and a workaround
-
- Dec 13, 2017
-
-
Sebastian Kemper authored
Currently baresip often fails to build because the FFmpeg compile was not successful: CC [M] build-mipsel/modules/avcodec/avcodec.o modules/avcodec/avcodec.c:9:32: fatal error: libavcodec/avcodec.h: No such file or directory compilation terminated. Address this by adding a configuration symbol that prevents the FFmpeg-depending modules from being selected by default, except on i386 and x86_64. It is better having baresip packages without these video modules than not having baresip packages at all. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
On most mipsel targets re fails to build because the re Makefile adds "-march=mips32" to CFLAGS: Assembler messages: Error: -mips32r2 conflicts with the other architecture options, which imply -mips32 src/sip/addr.c:1:0: error: '-mips32r2' conflicts with the other architecture options, which specify a mips32 processor /** ^ Makefile:92: recipe for target 'build-mipsel/sip/addr.o' failed Fix this by preventing re from adding to OpenWrt CFLAGS. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Dec 12, 2017
-
-
Jiri Slachta authored
baresip: fix build failure on 32bit x86 targets
-
- Dec 08, 2017
-
-
Jiri Slachta authored
kamailio-5.x: remove build timestamp
-
- Dec 07, 2017
-
-
Sebastian Kemper authored
re and baresip builds for 32bit x86 targets are currently failing: build-i386/sip/auth.o: In function `sip_auth_encode': /build/lede-snapshots/i386_pentium/build/sdk/build_dir/target-i386_pentium_musl/re-0.5.6/src/sip/auth.c:279: undefined reference to `__stack_chk_fail_local' The undefined references occur because there is no linking done to ssp. Fix this by setting LD to TARGET_CC, so ld is not called directly. This also means one patch is not needed anymore. Do the same for rem and restund as they basically all share the same build system. Compile-tested for x86, x86_64 and mips. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Alexander Couzens authored
Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Jiri Slachta authored
asterisk: reproducible builds
-
- Dec 06, 2017
-
-
Alexander Couzens authored
Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Alexander Couzens authored
Build timestamps prevent reproducible builds [0]. Thanks to debian for the patch [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Alexander Couzens authored
Build timestamps prevent reproducible builds [0]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Jiri Slachta authored
copy .github/templates from package feed
-
Jiri Slachta authored
restund: remove build timestamp
-
Jiri Slachta authored
sipp: remove build timestamp
-
Jiri Slachta authored
Asterisk: fixups, version bumps
-
- Dec 05, 2017
-
-
Alexander Couzens authored
The template will be used by issues and pull-request. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Alexander Couzens authored
Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Alexander Couzens authored
Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Sebastian Kemper authored
AST-2017-013: chan_skinny: Call pthread_detach when sess threads end ASTERISK-27452 Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
AST-2017-013: chan_skinny: Call pthread_detach when sess threads end ASTERISK-27452 Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
On the buildbots (and locally, too) the x86 builds currently fail. It's visible that the Asterisk build system attempts to build menuselect a second time, which fails because it follows the standard recipes in its Makefiles. The first build of menuselect on the other hand only works because the OpenWrt package sets up the build properly. The second build attempt happens because the menuselect CFLAGS category is setup to delete a stamp file when anything in it changes. On x86 -march=native is available, so the OpenWrt package disables that via menuselect, hence this item in the category is changed and the stamp file automatically removed. The missing stamp file triggers a rebuild of menuselect (which is not required for OpenWrt's intents and purposes). Another item in the CFLAGS category with which the package can have the same issue is LOW_MEMORY, but that is not enabled (changed) by default. Work around this problem by recreating the stamp file after the menuselect calls. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
On the buildbots (and locally, too) the x86 builds currently fail. It's visible that the Asterisk build system attempts to build menuselect a second time, which fails because it follows the standard recipes in its Makefiles. The first build of menuselect on the other hand only works because the OpenWrt package sets up the build properly. The second build attempt happens because the menuselect CFLAGS category is setup to delete a stamp file when anything in it changes. On x86 -march=native is available, so the OpenWrt package disables that via menuselect, hence this item in the category is changed and the stamp file automatically removed. The missing stamp file triggers a rebuild of menuselect (which is not required for OpenWrt's intents and purposes). Another item in the CFLAGS category with which the package can have the same issue is LOW_MEMORY, but that is not enabled (changed) by default. Work around this problem by recreating the stamp file after the menuselect calls. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-