mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-02 08:39:51 +08:00

Bumps kamailio to version 5.4.2 and removes the suffix, as there is only one kamailio version at a time anyway. Also: - Replaces a few $(PKG_NAME) uses with simply "kamailio" - Drops the use of variable PKG_VARIANT (was not set anyway) - Drops 160-openssl-deprecated.patch (upstream first accepted the patch, then dropped it again after crashes were reported, see [1]) [1] https://github.com/kamailio/kamailio/issues/2466 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
11 lines
236 B
Diff
11 lines
236 B
Diff
--- a/src/modules/janssonrpcc/netstring.h
|
|
+++ b/src/modules/janssonrpcc/netstring.h
|
|
@@ -24,6 +24,7 @@
|
|
#define __NETSTRING_STREAM_H
|
|
|
|
#include <string.h>
|
|
+#include <event2/buffer.h>
|
|
#include <event2/bufferevent.h>
|
|
|
|
typedef struct {
|