Commit graph

41 commits

Author SHA1 Message Date
Sebastian Kemper
2e2e59938e re: update to 0.6.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:08:03 +01:00
Sebastian Kemper
0c3107e968 re: fix copyright
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:06:42 +01:00
Sebastian Kemper
624a5c7a00 re: bump to 0.5.8
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-28 13:58:52 +02:00
Sebastian Kemper
3f3340a007 libs/re: bump to 0.5.7
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-16 21:45:08 +01:00
Sebastian Kemper
4219368092 baresip suite: improve MAKE_FLAGS
- 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>
2017-12-26 14:34:47 +01:00
Sebastian Kemper
e40f0ea06f libre: add forgotten define
"OPENWRT" needs to be defined for 001-extend-ninit-nclose-check.patch to
work.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-26 14:16:17 +01:00
Sebastian Kemper
c22c60b9fd re: fix build errors on mipsel targets
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>
2017-12-13 19:29:06 +01:00
Sebastian Kemper
d3a784ca78 baresip: fix build failure on 32bit x86 targets
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>
2017-12-07 21:32:56 +01:00
Sebastian Kemper
7e1106ff83 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>
2017-11-26 22:13:23 +01:00
Sebastian Kemper
c2f7efa6a1 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>
2017-11-26 22:09:55 +01:00
Sebastian Kemper
a178a9ecc8 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>
2017-11-26 22:07:05 +01:00
Sebastian Kemper
53d727b592 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>
2017-11-26 22:04:24 +01:00
Sebastian Kemper
01243348d3 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>
2017-11-26 21:58:22 +01:00
Jiri Slachta
cab635755e re: update to 0.5.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-07 20:49:23 +01:00
Jiri Slachta
2e999a0ba3 re: update to 0.5.5
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-09-12 14:09:48 +02:00
Daniel Engberg
7513cd8b82 libs/re: Add zlib dependency
Adds missing zlib dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-05 00:32:36 +01:00
Alfred E. Heggestad
f915b796ba libre: update to version 0.4.17 2016-06-25 17:01:20 +02:00
Jiri Slachta
7a4de7c71d multiple packages: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:12:51 +02:00
Alfred E. Heggestad
acd16b9353 telephony: upgrade libre to 0.4.16 2016-05-05 16:52:40 +02:00
Jiri Slachta
b2ce117c69 re: update to 0.4.15
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-04-05 09:10:19 +02:00
Jiri Slachta
c68070ff30 re: update to 0.4.13
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-07-02 11:35:13 +02:00
Daniel Golle
96bdf92c0a libs/re: fix build with musl and glibc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-22 16:51:58 +02:00
Jiri Slachta
53fad68cdf re: update to 0.4.12
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:29:09 +02:00
Jiri Slachta
dc4198fbef re: update to 0.4.11
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-12-13 11:18:55 +01:00
Jiri Slachta
30ffae1ecc Add PKG_LICENSE to the rest of the packages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 17:00:24 +01:00
Jiri Slachta
d4342273c3 re: update to 0.4.10
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-28 19:59:15 +01:00
Jiri Slachta
011f055380 re: bump to 0.4.9
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-06-26 09:23:28 +02:00
Alfred E. Heggestad
10a7de705f upgrade libre and librem
upgrade libre to v0.4.7
upgrade librem to v0.4.5

Signed-off-by: Alfred E. Heggestad <aeh@db.org>
2014-01-29 20:51:13 +01:00
Luka Perkov
69ba02ac03 libre: update to 0.4.3
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-01-29 13:52:20 +00:00
Mirko Vogt
cfe9da6c3f With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
9557e16c6a upgrade baresip, restund, libre, librem to version 0.4.1
Hi,

this patch upgrades the following packages to v0.4.1:

   baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support)
   restund v0.4.1 (Modular STUN/TURN server)
   libre   v0.4.1 (Generic library for real-time communications with async IO support)
   librem  v0.4.1 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad <aeh@db.org>
2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
ef611c602e re, rem, baresip, restund: use another approach to find the "sysroot", the current way still fails on Backfire - sigh 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
214e361c8a remove now empty patch files 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
2de303bcd7 infer SYSROOT from the cross cpp's idea of pthread.h location Until now, SYSROOT was always assumed to be $(TOOLCHAIN_DIR), but neither backfire nor external toolchains put their core headers into $(TOOLCHAIN_DIR)/include, therfore feature detection failed badly. 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
26bd66f7b3 include stdint.h to solve build failure 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
888691c57b upgrade baresip, restund, libre, librem to version 0.4.0
Hi,

this patch upgrades the following packages to v0.4.0:

    baresip v0.4.0 (Portable and modular SIP User-Agent with audio and video support)
    restund v0.4.0 (Modular STUN/TURN server)
    libre   v0.4.0 (Generic library for real-time communications with async IO support)
    librem  v0.4.0 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad  <aeh@db.org>
2014-01-29 13:52:19 +00:00
Nicolas Thill
ceaa6439f9 packages/re: update to 0.3.0 (thanks to Alfred E. Heggestad) 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
d84f4765b9 re, restund: mark as broken, its buildsystem fails completely, does not support anything besides mipsel and mixes host with target variables, attempts to fix it where unsucessful 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
f2dd96e52d restund, baresip, libre: update to v0.2.0 2014-01-29 13:52:19 +00:00
Outback Dingo
e041bd2981 reconvert spaces to tabs - Signed-off-by: Alfred E. Heggestad <aeh@db.org <mailto:aeh@db.org> 2014-01-29 13:52:19 +00:00
Outback Dingo
acd8a619f4 new packages - restund, baresip, re Open-Source VoIP project - Signed-Off-By: Alfred E. Heggestad <aeh@db.org> 2014-01-29 13:52:19 +00:00