pkgsrc-WIP-changes archive

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

kore: update to 3.3.1.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Mon Jun 3 19:12:32 2019 +0200
Changeset:	8e1f832b684f07a60e2e357942117b2d75ab36c7

Modified Files:
	kore/Makefile
	kore/distinfo

Log Message:
kore: update to 3.3.1.

ChangeLog:

This release improves on Python locks, adds HTTP runlocks and fixes a
few minor bugs.

New HTTP runlock API
--------------------

HTTP runlocks are an excellent way of synchronizing access to page
handlers that run asynchronous code.

New API functions:

- http_runlock_init
- http_runlock_acquire
- http_runlock_release

Other improvements
------------------

- Improved the worker event loop.
- Added a kore_curl_strerror() api call.
- Fixed a problem with unix binds on the BSDs.
- Added macros for arguments passed to parameterized pgsql queries.
- Fixed a problem with asynchronous locks in Python not properly working.
- Exceptions in Python code running from timers are now logged if not caught.
- The tlsverify keyword for the asynchronous Python httpclient is no longer
  tied to client certificates.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e1f832b684f07a60e2e357942117b2d75ab36c7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kore/Makefile | 2 +-
 kore/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/kore/Makefile b/kore/Makefile
index a0d0181a5b..285a42f3df 100644
--- a/kore/Makefile
+++ b/kore/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	kore-3.3.0
+DISTNAME=	kore-3.3.1
 CATEGORIES=	www
 MASTER_SITES=	https://kore.io/releases/
 
diff --git a/kore/distinfo b/kore/distinfo
index 84219532a8..62f3c8f7b2 100644
--- a/kore/distinfo
+++ b/kore/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (kore-3.3.0.tar.gz) = 42d2f55ad2d200ca5b11f9120175222b68ffb174
-RMD160 (kore-3.3.0.tar.gz) = 79559a1952db0cd6678bde4d0ca6b16ad645604c
-SHA512 (kore-3.3.0.tar.gz) = 817244a6f32360a1f6b73806c06ac4fd32f58fa98a58ae2b18df8306181b99d71a2092b1706c75a7d622ba342ee04675589a5bcaa254eb29f7ce9d4941fad1b3
-Size (kore-3.3.0.tar.gz) = 1009304 bytes
+SHA1 (kore-3.3.1.tar.gz) = 6f1caa21cbedda8b9757bc3d363bf8389ecb47fc
+RMD160 (kore-3.3.1.tar.gz) = 706efbac47e047427ed50d6e55f709c52626850b
+SHA512 (kore-3.3.1.tar.gz) = a6641632fdd125948379884920e5804f428650644b25c757adaace86a286b69ff62947ba85601f9851abbacd697e6fd9385c37c1b2571e55a3f23b15e33a4750
+Size (kore-3.3.1.tar.gz) = 1009866 bytes
 SHA1 (patch-Makefile) = aff05cd0cce01cbb63481b3b4229f165e06765f1
 SHA1 (patch-kodev_Makefile) = 74aadccd5db6fb739242a9356538fd63a9eaebf0


Home | Main Index | Thread Index | Old Index