pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/memcached



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 16 09:01:59 UTC 2024

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

Log Message:
memcached: updated to 1.6.31

1.6.31

Fixes an a critical crash introduced in 1.6.30 when TLS (SSL) is in use.
If a connection is closed before memcached can accept and handshake it, it can crash due to a null reference.

1.6.30

Memcached's usage of the OpenSSL API has been overhauled to better handle
errors. The logstream watch connevents can be used to see detailed
OpenSSL-related errors.

The builtin proxy has removed its old style lua API. There should be no active
users of it, but if you use res = pool(r) or mcp.await syntax, please see the
wiki documentation for updated API calls. This paves the way for many
performance improvements.

Fixes

proxy: fix proxy_req_active accounting
core: fix usleep not working on NetBSD
proxy: [EXPERIMENTAL] mutator framework
proxy: str = rctx:tls_peer_cn()
proxy: req/res inspector objects
proxy: req:token_int()
proxy: req:flag_token_int("f")
tls: per-listener cert validation
tls: actually look at TLS errors
tls: update min OpenSSL to 1.1.1
tls: quarantine openssl headers
proxy: fix potential mcp.match false negative
proxy: fix O token for some mcp.internal calls
proxy: fix router regression with cmaps


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/memcached/distinfo

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

Modified files:

Index: pkgsrc/devel/memcached/Makefile
diff -u pkgsrc/devel/memcached/Makefile:1.92 pkgsrc/devel/memcached/Makefile:1.93
--- pkgsrc/devel/memcached/Makefile:1.92        Wed Aug  7 15:19:43 2024
+++ pkgsrc/devel/memcached/Makefile     Wed Oct 16 09:01:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2024/08/07 15:19:43 adam Exp $
+# $NetBSD: Makefile,v 1.93 2024/10/16 09:01:59 adam Exp $
 
-DISTNAME=      memcached-1.6.29
+DISTNAME=      memcached-1.6.31
 CATEGORIES=    devel
 MASTER_SITES=  https://memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.59 pkgsrc/devel/memcached/distinfo:1.60
--- pkgsrc/devel/memcached/distinfo:1.59        Wed Aug  7 15:19:43 2024
+++ pkgsrc/devel/memcached/distinfo     Wed Oct 16 09:01:59 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.59 2024/08/07 15:19:43 adam Exp $
+$NetBSD: distinfo,v 1.60 2024/10/16 09:01:59 adam Exp $
 
-BLAKE2s (memcached-1.6.29.tar.gz) = bd0fb366556224f6f9e65d62eed4c362b105e5796aa9577b1e1b08c4ce1c0d3d
-SHA512 (memcached-1.6.29.tar.gz) = 9cc955b7a7f89b354662f055d957e0120b81c92d5d5735415238ee0989a1dcf51e401290a594f6d0937ef1b7b99ac40c33af769a7d5713cb05da49b0afb32217
-Size (memcached-1.6.29.tar.gz) = 1198593 bytes
+BLAKE2s (memcached-1.6.31.tar.gz) = 3a8fb2c8f7908ed1d17d2915c18e6293347a7058205cc011d5afc2c66c4d13f7
+SHA512 (memcached-1.6.31.tar.gz) = 6531e161d31ac27addf65fb925c3db54c9dca5782220bc4725b6e6829c59a54a4c1ff364ad271c34de29298fbbc7cb13d67e05e1bf165e9c582d975d3404947d
+Size (memcached-1.6.31.tar.gz) = 1216497 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0
 SHA1 (patch-logger.h) = 130c573e07b7d9b6caff1c98e40b36a96cb3c064



Home | Main Index | Thread Index | Old Index