pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/kore kore: update to 4.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/480988928cf4
branches:  trunk
changeset: 383798:480988928cf4
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Aug 22 21:10:34 2022 +0000

description:
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.

diffstat:

 www/kore/Makefile |  4 ++--
 www/kore/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 4afbd5f8bb7f -r 480988928cf4 www/kore/Makefile
--- a/www/kore/Makefile Mon Aug 22 20:43:39 2022 +0000
+++ b/www/kore/Makefile Mon Aug 22 21:10:34 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/06/27 15:29:18 fcambus Exp $
+# $NetBSD: Makefile,v 1.21 2022/08/22 21:10:34 fcambus Exp $
 
-DISTNAME=      kore-4.2.2
+DISTNAME=      kore-4.2.3
 CATEGORIES=    www
 MASTER_SITES=  https://kore.io/releases/
 
diff -r 4afbd5f8bb7f -r 480988928cf4 www/kore/distinfo
--- a/www/kore/distinfo Mon Aug 22 20:43:39 2022 +0000
+++ b/www/kore/distinfo Mon Aug 22 21:10:34 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2022/04/21 20:41:41 fcambus Exp $
+$NetBSD: distinfo,v 1.12 2022/08/22 21:10:34 fcambus Exp $
 
-BLAKE2s (kore-4.2.2.tar.gz) = 4e3d2a003810c803cebd8b5a96f6f8a8f24d91069f63c8eaa6cc417ee76d3b9c
-SHA512 (kore-4.2.2.tar.gz) = 4490a9f35a4b81a516bcbd0bfcf77e50522efcf6167e6de5d4aee976005862aff007c5cd4386d20ca3168a740871adb9c10404afe27ce8c1f12006b648f3a74b
-Size (kore-4.2.2.tar.gz) = 1085762 bytes
+BLAKE2s (kore-4.2.3.tar.gz) = 2d3c17e05a690d8370d7c8ec1cf07667eead896b83befb70294141501b1426df
+SHA512 (kore-4.2.3.tar.gz) = 7ed5eb116da190640605d40c757bf49d503d2d866fc7effe9ad658f84f12aec671ec5935677767dd9721b686b61e278b16d8b4360c2fe9ea1eb57068746f52b1
+Size (kore-4.2.3.tar.gz) = 1085717 bytes
 SHA1 (patch-Makefile) = 15bd43f4460e6db0b34f9a16f2a262c94c002278
 SHA1 (patch-kodev_Makefile) = b47802614534567a1cfe3eba37bdcb620f24abd1



Home | Main Index | Thread Index | Old Index