2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message:
revbump for boost-libs
|
2021-05-14 12:45:34 by Nia Alarie | Files touched by this commit (1) |
Log message:
kore: needs openssl
|
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message:
revbump for boost-libs
|
2021-04-07 11:17:09 by Frederic Cambus | Files touched by this commit (2) |
Log message:
kore: enable additional tools target to build and install kore-serve.
This tool makes it easy to quickly spin up a static serving webserver.
|
2021-03-12 22:25:53 by Frederic Cambus | Files touched by this commit (1) |
Log message:
kore: add an 'acme' build option to allow compiling in ACME support.
|
2021-01-23 16:35:44 by Frederic Cambus | Files touched by this commit (3) |  |
Log message:
kore: update to 4.1.0.
ChangeLog:
This minor release improves on internal APIs and has some minor bug fixes.
New tool: kore-serve
This tool makes it easy to spin up static serving webserver quickly. To
build it, run make tools-build and make tools-install.
JSON API Improvements:
- More strict parsing of JSON objects.
- Allow int64_t and uint64_t as JSON numbers.
Additionally the parser has been tested heavily in a security critical
product. This work was sponsored by my employer, Tutus Data.
ACME improvements:
- Added and enabled POST-as-GET.
- Fixed a bug on LibreSSL where multi-domain setup could fail to
renew certificates.
Python API improvements:
- Adds async socket.recvmsg to the Python API.
Other changes:
- Enabled TLS 1.3 for LibreSSL 3.2.2
- All Kore hooks prototypes now live inside of kore/hooks.h.
- Renamed "foreground" to "kore_foreground".
- Kore will now install its sources under $PREFIX/share/kore, allowing
kodev build to build single binaries out of the box.
- kodev source command added (shows the location of the built-in source
code).
- Added missing seccomp_tracing to the example configuration.
- Added kore build scripts under misc.
- Linux: added missing seccomp calls for certain platforms.
- Added kore_default_getopt(), which should be called from
kore_parent_configure() in single binary builds if you want to retain
the argument parsing.
|
2020-09-09 11:19:35 by Frederic Cambus | Files touched by this commit (6) |  |
Log message:
kore: update to 4.0.1.
ChangeLog:
This patch release fixes an issue with the accept lock and pulls in a few
patches from NetBSD and OpenBSD ports to make maintainer life a little bit
easier.
Important changes:
- Pull in NetBSD and OpenBSD ports patches
- Only reset accept_avail if we actually grabbed the accept lock
- Fixed building with multiple make jobs if PYTHON=1 was specified
Small changes:
- Added BEERS file
- Fixed a few typos
- Removed lingering x86 seccomp code (Linux)
|
2020-09-01 21:25:00 by Frederic Cambus | Files touched by this commit (7) |  |
Log message:
kore: update to 4.0.0.
ChangeLog:
- Fully priviledge seperated ACME support with Let's Encrypt or any
compatible ACME provider.
- A better way of writing Kore Python applications.
- Full seccomp sandboxing for acme, keymgr and worker processes on Linux.
- Ability to mix TLS and non-TLS servers in a single configuration.
- Many improvements to the Python asynchronous runtime.
- Configuration based redirection.
- A complete builtin and easy to use JSON parser.
- Several bug fixes and speed improvements.
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) |  |
Log message:
revbump after boost update
|