./www/kore, Web application framework for writing scalable web APIs in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.2.3nb4, Package name: kore-4.2.3nb4, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1060.271 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-02 09:10:27 by Nia Alarie | Files touched by this commit (3)
Log message:
kore: Disable -Werror to help OpenSSL 3 builds.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687)
Log message:
*: bump PKGREVISION for libunistring shlib major bump
   2022-08-22 23:10:34 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
kore: update to 4.2.3.

New features:

- Ability to add authenticators to filemaps.
- Python: Add support for CRLs in kore.domain().

Bug fixes:

- The Kore parent process will use the correct exit code if a worker
  process calls fatalx().
- Fix a bug in kore.recvmsg() related to the returned length of the
  ancdata.
- Several bug fixes for concurrency when using Python 3.10.x.

Other changes:

- Removed useless debug messages all across the board.
- Added more format attributes where useful.
- Added KORE_TMPDIR define (default /tmp) for single binary builds.
   2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41)
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
   2022-04-21 22:41:41 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
kore: update to 4.2.2.

Bug fixes:

- Fixed incorrect order in kore.connection.x509dict