This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
asterisk
Watch
1
Star
0
Fork
0
You've already forked asterisk
mirror of
https://github.com/asterisk/asterisk.git
synced
2025-09-29 18:19:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1950cec3fd9648f7d430f8b7a8f200d1a2a17b62
asterisk
/
third-party
/
versions.mak
3 lines
48 B
Makefile
Raw
Normal View
History
Unescape
Escape
jansson: Update bundled to 2.14 version. ASTERISK-29353 Change-Id: I4ea43eda1691565563a4c03ef37166952d211b2b
2022-02-23 09:58:25 -04:00
JANSSON_VERSION
=
2.14
pjproject: Upgrade bundled version to pjproject 2.10 This patch makes the usual necessary changes when upgrading to a new version pjproject. For instance, version number bump, patches removed from third-party, new *.md5 file added, etc.. This patch also includes a change to the Asterisk pjproject Makefile to explicitly create the 'source/pjsip-apps/lib' directory. This directory is no longer there by default so needs to be added so the Asterisk malloc debug can be built. This patch also includes some minor changes to Asterisk that were a result of the upgrade. Specifically, there was a backward incompatibility change made in 2.10 that modified the "expires header" variable field from a signed to an unsigned value. This potentially effects comparison. Namely, those check for a value less than zero. This patch modified a few locations in the Asterisk code that may have been affected. Lastly, this patch adds a new macro PJSIP_MINVERSION that can be used to check a minimum version of pjproject at compile time. ASTERISK-28899 #close Change-Id: Iec8821c6cbbc08c369d0e3cd2f14e691b41d0c81
2020-05-15 16:08:20 -05:00
PJPROJECT_VERSION
=
2.10
Reference in New Issue
Copy Permalink