Commit Graph

24 Commits

Author SHA1 Message Date
Rosen Penev a623e1aaf5 libsrtp: update to 2.6.0
Switch to local tarballs. Smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-26 15:47:21 -07:00
Kuan-Yi Li 87275752df treewide: replace AUTORELEASE with real PKG_RELEASE
Based on Paul Fertser <fercerpav@gmail.com>'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2023-07-19 04:41:35 +08:00
Sebastian Kemper 9b9ef7ff84 libsrtp: use OpenSSL
Use OpenSSL instead of the internal crypto backend. Everything in
OpenWrt that links to libsrtp2 depends on OpenSSL anyway.

Upsides:

  - the libsrtp2 package size shrinks a bit (for example from 35 to 24
    KiB on ath79)
  - allows to use more cipher suites
  - may allow for hardware acceleration

Closes #763

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-04-30 18:14:42 +02:00
Sebastian Kemper 7e8ee8ac26 libsrtp: bump to 2.4.2
- switch to $(AUTORELEASE)
- update upstream URL
- add ABI_VERSION
- drop patch that is included upstream

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-11-28 18:14:12 +01:00
Sebastian Kemper a85ce8450a libsrtp2: move folder, bump to 2.3.0
Bump to upstream release 2.3.0. Move folder and change PKG_NAME so that
we don't have to deal with how github names the tar.gz archive.

Also, don't install the libsrtp2.so symlink anymore on target, as it is
not required and only used in staging.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-10-03 19:00:01 +02:00
Sebastian Kemper a16e2d69db libsrtp: remove
Nothing in this repo nor in packages depends on libsrtp anymore. This
removes it from the tree.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-10-03 18:54:32 +02:00
Sebastian Kemper 07bd27da77 libsrtp: install additional symlink
Makes sure that the libsrtp.so symlink gets installed on the target
devices as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:51:19 +01:00
Sebastian Kemper 4c8e052374 libsrtp: remove $(FPIC) from TARGET_CFLAGS
bgg729 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libsrtp build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:49:45 +01:00
Sebastian Kemper cb4ad59cdf libsrtp: add PKG_MIRROR_HASH
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-20 20:27:08 +01:00
Jiri Slachta 4cc511d0b3 libsrtp: update to 1.6.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-01 11:58:15 +01:00
Sebastian Kemper 3dccee6e76 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>
2017-10-08 09:52:21 +02:00
Jiri Slachta f2c3c887f3 libsrtp: update to 1.5.4
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-08 17:23:03 +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
Daniel Golle 85542a2580 libsrtp: make uninstall before install
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-10 15:16:57 +02:00
Jiri Slachta 9e0d6a6b4a Revert "libsrtp: update to 1.5.0, switch to github repo"
This reverts commit 722ea9b644.
2014-12-12 09:56:50 +01:00
Jiri Slachta 4bd5547b0b Revert "libsrtp: fix CFLAGS: use /dev/urandom"
This reverts commit 057da5525e.
2014-12-12 09:54:43 +01:00
Jiri Slachta 057da5525e libsrtp: fix CFLAGS: use /dev/urandom
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-12-06 19:16:29 +01:00
Jiri Slachta 722ea9b644 libsrtp: update to 1.5.0, switch to github repo
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-12-06 13:02:21 +01:00
Jiri Slachta 88aeeaa3a2 Update a few of the PKG_LICENSE tags to be more accurate
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-05 21:54:40 +01:00
Jiri Slachta a5b4c7d1f9 Add PKG_LICENSE variable to the most of the packages.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 16:00:37 +01:00
Jiri Slachta 237d371f1f iksemel,libosip2,libsrtp,rem,spandsp: move to Telephony submenu in libs
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-28 20:03:29 +01:00
Jiri Slachta e2487d8631 libsrtp: partially revert previous commit
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 03:32:16 +02:00
Mazi Lo d75c4d8d4c FreeSWITCH:
1. Bump to git HEAD e3e84a7820954195e8311be783a3e0cf9c1ba2ad.
  2. mod_enum and mod_erlang flagged as BROKEN (lacking dependencies).
  3. Fix ticket #17410 (error: recursive dependency detected!).

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-09 00:33:39 -04:00
Jiri Slachta 9a294eac7b libsrtp: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-17 20:36:30 +02:00