Version: 4.1.0, Package name: kore-4.1.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Kore is an easy to use web application framework for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs. Because of this Kore is an ideal candidate for building robust, scalable and secure web things. |
Filesize: 1043.342 KB |
Version History (View Complete History) |
|
2021-01-23 13:35:02 by Frederic Cambus | Files touched by this commit (4) |
Log message: Update kore to 4.1.0. |
2021-01-14 14:55:22 by Frederic Cambus | Files touched by this commit (23) |
Log message: Drop maintainership. |
2020-09-09 14:32:22 by Frederic Cambus | Files touched by this commit (5) |
Log message: Update kore to 4.0.1, and remove patch which was merged upstream. |
2020-09-08 11:46:58 by Theo Buehler | Files touched by this commit (2) |
Log message: www/kore: fix sparc64 build As found by kmos, -Werror breaks the sparc64 build due to an unneeded comparison of the u_int8_t ch against 0. Fix upstreamed & ok fcambus |
2020-09-01 10:50:50 by Frederic Cambus | Files touched by this commit (6) |
Log message: Update kore to 4.0.0 and add a new acme FLAVOR. |
2020-07-03 15:11:13 by Stuart Henderson | Files touched by this commit (4) |
Log message: use --embed on python3.8-config --ldflags lines |
2020-07-01 08:02:02 by Stuart Henderson | Files touched by this commit (2) |
Log message: www/kore,python: use the correct python3.X-config rather than python3-config to retrieve includes/ldflags, so that e.g. setting MODPY_VERSION=3.8 uses the correct lookup. ok fcambus@ (py 3.8 still fails because it also needs --embed as well as --libs but that's a separate issue and fixing is messy until the py3 default is switched to 3.8) |
2020-04-17 10:14:41 by Christian Weisgerber | Files touched by this commit (3) |
Log message: explicitly specify devel/gettext,-runtime rather than relying on subpackage defaults for devel/gettext |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-03 10:31:08 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update kore to 3.3.1. |
2019-05-28 06:57:45 by Frederic Cambus | Files touched by this commit (1) |
Log message: Add a python FLAVOR to Kore. |
2019-05-16 13:47:49 by Frederic Cambus | Files touched by this commit (2) |
Log message: Add a curl FLAVOR to Kore, and regen PLIST. |
2019-05-16 08:08:53 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update kore to 3.3.0. |
2019-01-21 09:52:48 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update kore to 3.2.2. |
2018-12-22 03:35:17 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update kore to 3.2.1. |
2018-11-30 14:26:04 by Frederic Cambus | Files touched by this commit (3) |
Log message: Update kore to 3.2.0. |
2018-07-18 11:54:55 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update kore to 3.1.0. |
2018-07-09 11:39:57 by Frederic Cambus | Files touched by this commit (7) |
Log message: Update kore to 3.0.0. |
2018-03-10 16:00:33 by Frederic Cambus | Files touched by this commit (2) |
Log message: Switch from GitHub auto-generated tarballs to MASTER_SITES. |
2018-01-20 07:03:39 by Jonathan Gray | Files touched by this commit (22) |
Log message: Now that arm has switched to clang the base compiler has atomic builtins and accepts -mfpu=neon. ok jca@ sthen@ |
2017-05-02 13:55:23 by Frederic Cambus | Files touched by this commit (3) |
Log message: Fix build errors with Clang. |
2017-05-01 13:32:31 by Frederic Cambus | Files touched by this commit (2) |
Log message: Honour CC and remove hardcoded optimization (-O2) flag. |
2016-12-29 07:15:15 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Needs atomic builtins, use lang/gcc on arm. ok fcambus@ (maintainer) |