freeswitch/build
Christian Marangi b87c179f7e
[Core] Move project to PCRE2
Move project to PCRE2 as PCRE is EOL and won't receive any security
updates anymore.

PCRE2 have different API compared to PCRE. Mainly PCRE2 have the concept
of match_data, no ovector needs to be passed, different handling for
error string and different handling for substring manipulation.

Update any user of PCRE library with the new API

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-11-05 20:30:25 +01:00
..
config [Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead. 2020-08-03 23:46:45 +04:00
freeswitch.build/freeswitch.pbxindex add freeswitch xcode project shell. Nothing here yet. 2007-11-02 18:22:24 +00:00
standalone_module [build] add addr sanitizer to out of tree mod stubs 2020-09-10 14:33:26 -04:00
Makefile.am FS-10056: Fix modcheck.sh invokation 2017-02-19 11:49:54 +01:00
Makefile.centos5 [Core] Move project to PCRE2 2024-11-05 20:30:25 +01:00
Makefile.centos6 [Core] Move project to PCRE2 2024-11-05 20:30:25 +01:00
Makefile.openbsd [Core] Move project to PCRE2 2024-11-05 20:30:25 +01:00
Makefile.solaris11 [Core] Move project to PCRE2 2024-11-05 20:30:25 +01:00
build_patch.sh Add script for build testing patches 2014-01-09 16:10:50 +00:00
buildlib.sh change lib download paths to use http://files.freeswitch.org 2009-07-02 02:06:15 +00:00
buildopal.sh FS-6973 revert this line 2014-11-07 17:41:29 -06:00
cc.sh add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
config.layout wip move towards adding directory layout control to configure 2010-01-11 14:36:29 +00:00
coverity_model.c basic mutex model for coverity 2014-05-22 18:40:30 +00:00
curses.patch add more stuff for rpm's 2007-11-20 23:39:44 +00:00
debpkgs.sh FS-8271 adding some logging, and more cautious handling of spaces in params 2015-10-08 14:32:17 -05:00
fixautoconf.sh add fixautoconf 2007-05-09 01:33:10 +00:00
fixautomake.sh use newer versions 2007-09-19 14:58:40 +00:00
fixlibtool.sh use newer versions 2007-09-19 14:58:40 +00:00
freeswitch-tmpfiles.conf Revert "FS-8369 Debian8/CentOS7 systemd installer additions" 2015-11-20 14:54:13 -06:00
freeswitch.init.archlinux FSSCRIPTS-10 thanks Sergey 2008-12-15 18:14:53 +00:00
freeswitch.init.redhat FS-7723 #resolve change RPMs to use -ncwait instead of -nc. This will cause the initscript to pause and wait for FS to be ready before continuing. 2015-06-24 16:03:09 -05:00
freeswitch.init.suse --resolve FS-4234 2012-05-21 09:58:02 -05:00
freeswitch.ld.so.conf add more stuff for rpm's 2007-11-20 23:39:44 +00:00
freeswitch.monitrc FSBUILD-240 2010-02-09 19:18:00 +00:00
freeswitch.pc.in FS-8055: [build] add confdir variable to freeswitch.pc 2015-08-26 15:54:45 -05:00
freeswitch.service [Core] Add systemd sd_notify support 2021-10-23 21:59:52 +03:00
freeswitch.sysconfig we moved this to the init file instead as you allways need it 2008-03-19 18:36:56 +00:00
fs_ivrd.init.redhat fs_ivrd init script for redhat/centos. 2010-03-13 22:23:54 +00:00
gen_indent.pl add gen_indent.pl 2008-05-27 04:31:01 +00:00
getg729.sh.in FS-7574 #resolve Make curl in getg729.sh.in and getsounds.sh follow 3XX redirecrts 2015-05-26 09:14:30 -05:00
getlib.sh.in make curl call in getlib.sh follow 301 redirects 2015-05-26 00:09:42 -05:00
getsounds.sh.in FS-7574 #resolve Make curl in getg729.sh.in and getsounds.sh follow 3XX redirecrts 2015-05-26 09:14:30 -05:00
ignore_helper.pl update a copyright date 2015-06-23 13:55:35 -04:00
indent_options.sh clean up indenting in sofia 2010-06-23 13:22:52 -05:00
modcheck.sh [Build-System] Allow out-of-tree modules to stay commented out in modules.conf and fix false-positive warnings from module integrity checking when running make install. 2021-08-19 19:32:18 +03:00
modmake.rules.in [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
modmake.rulesam [Build-System] Add print_tests make target to output the list of tests being built including in modules 2020-01-14 22:08:16 +04:00
modules.conf.in [Core] Remove mod_kazoo from tree 2024-02-21 21:27:35 +03:00
modules.conf.most [Core] Remove mod_kazoo from tree 2024-02-21 21:27:35 +03:00
moh_version.txt FS-10451: Updated sound files descriptions 2017-06-30 04:37:54 -04:00
next-release.txt version bump 2024-08-03 18:24:55 +03:00
print_git_revision.c Condense the humanized FS version string 2012-09-23 04:13:04 +00:00
set-fs-version.sh debian: Add support for humanized version string 2012-09-23 07:49:21 +00:00
sounds_upgradecode.txt FS-11797: Add metadata for two new Russian sound sets: ru/RU/kirill and ru/RU/vika 2019-06-29 20:54:32 +04:00
sounds_version.txt [Sounds] Add new sounds to en-us-callie and correct en-us-allison 40.wav and 60.wav 2022-08-05 20:52:48 +03:00
strip.pl add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer 2010-05-10 13:07:34 -05:00
swigall.sh [mod_python3, ESL py3mod] Add Python3 support. 2021-10-14 23:26:36 +03:00
turbo_build.sh tweak 2009-02-16 13:57:25 +00:00