IABSD.fr/ports/databases

Branch :


Log

Author Commit Date CI Message
cbe3d261 2021-03-31 20:08:37 update to recoll-1.29.2
d905f4a9 2021-03-25 14:57:10 update to pecl-redis-5.3.4
47557fe0 2021-03-23 18:57:13 simple update 3.6.0 -> 3.7.0
23aef408 2021-03-21 12:05:33 Hook up sqlcipher.
f5336587 2021-03-21 12:04:26 Import databases/sqlcipher. From Tom Murphy with improvements from sthen@ and me. OK sthen@
808fc62c 2021-03-20 21:23:58 update to pg_activity-2.1.2, moving to py3. drop the py- prefix on the pkgname as this is a standalone tool. looks ok landry@, no reply maintainer@
73907bbe 2021-03-18 15:51:13 mongodb: add #includes to fix build with newer Boost, from Brad.
6eaf3081 2021-03-17 08:49:13 update to openldap-2.4.58
86596ab4 2021-03-17 06:25:55 redis: Link to PR for 64-bit time_t patches
7913853c 2021-03-16 21:18:38 redis: switch to bundled Lua The Redis port was hacked up to make use of Lua 5.1 from ports. This is a bad idea since there are known Redis exploits coming from bytecode in Lua. The Lua bundled by Redis has this neutered. In addition, this allows us to get rid of some atrocious hackery which will be a major headache when upstream will update its bundled Lua. ok sthen