diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-03 21:47:30 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-22 13:48:03 +0000 |
commit | fad2b66d1ba8c66c66d86db092ebbd53b8fa8a2c (patch) | |
tree | 09627da89d77b1f52d4a9414c53c013a3af7ba77 | |
parent | 628f340b1218a1f85dc0003f7bca3c4fd6a84f7d (diff) | |
download | aports-fad2b66d1ba8c66c66d86db092ebbd53b8fa8a2c.zip |
main/freeswitch: add mod_http_cache
fixes #10748
-rw-r--r-- | main/freeswitch/APKBUILD | 4 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index e43166b8f4f..da6933c0886 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Cameron Banta <cbanta@gmail.com> pkgname=freeswitch pkgver=1.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -229,6 +229,6 @@ c1960f3c7acf729468b819f7f15d66a251c3967b2784bce18c7755b333156e687c55fdc1aceda588 4ceb48f64d2bc26a02cc0846276506241bfd30c156422b0a1d608fd172c099feb5c121a763652e9a45046dcdd0ba0eb71eab240e0c6ce2ad63ff781719e135a4 getlib.patch 98a53f289c3647cafd05b6f847da0504a838a6e06545c133c10fb058c2d941e6bccf2820f44649fc25f94a4a5b7c1280eaee91098e8110f96ed3342c1cb4346c libvpx-fix-arm-float-abi.patch 16e9208fca7f0a1985dd01ec38ddabb6a79da83ad6ab004bb66de528ac45f02fadaddc50a9f228e1aa38fae213fa5af0ca858b7af629b67a7d654339f813a68c disable-Werror.patch -8026bdf040100bdfe58ce03e33b4d0b670599b75e669dd5e22ae30285609995a9519fe041e0e7153c32082eb6492eac0af5cdef8d8bd21f8ba3b5cbf83f42fbb modules.conf +eb8949d6cc8f441e94355dfc74928d944c0c763cd438b450186b53044f3999fbef83006d191d3dcd48a0f57d4b7642fd35ac987e942febbe74418b10b78e16a8 modules.conf a585f6411185a26206137a1ad97a06fd6c73e80c5439e9be45eabfa70e7a83120169ba882971fcd328436c8e0242cbd664170b80754ea2846021689baf1f1595 freeswitch.confd 643d0a2e43f5d3bf3b99fcb6f6422302cb4b74a95eccf844eafb100b15aa9856b4ff41f112d6637255c2e9e2bec9fedc9a9215dfff214dfb83b52eae16b71dca freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 9ede90e813b..bf3ca847936 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -21,7 +21,7 @@ applications/mod_fifo #applications/mod_fsv applications/mod_hash applications/mod_httapi -#applications/mod_http_cache +applications/mod_http_cache #applications/mod_ladspa #applications/mod_lcr #applications/mod_memcache |