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:           Thu Aug  4 12:26:19 UTC 2022

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

Log Message:
memcached: updated to 1.6.16

1.6.16

Overview

Minor bugfixes for memcached daemon. Critical bugfixes and API additions for the experimental proxy code (if using, please upgrade)

Fixes

proxy: add req:flag_token("F")
proxy: mcp.response code and rline API
proxy: add r:has_flag(), fix r:token() length
proxy: mcp.request() improvements
proxy: mcplib_request_token() doesn't delimit the final token in a request
tls: Disable TLS re-negotiation from SSL context
Fix undefined behavior and warning with clang
proxy: fix the hashstring size for evcache ketama
core: Fix FTBFS with GCC 12 on ppc64el
proxy: fix race crash from io obj use-after-free
proxy: fix mcp.await() when using extended args
proxy: add missing errno.h include to proxy.h
proxy: fix potential corruption on partial write
proxy: rework backend buffer handling to fix protocol desync bug
tests: skip whitespace on vendor/*
tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+
core: checks port number at start time
Add a command to dump keys for memcached-tool
proxy: 'proxyreqs' does not work unless 'proxyuser' also provided
proxy: replace proxycmds stream with proxyreqs
proxy: mcp.log_req* API interface


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.50 -r1.51 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.81 pkgsrc/devel/memcached/Makefile:1.82
--- pkgsrc/devel/memcached/Makefile:1.81        Fri Jul 15 08:11:28 2022
+++ pkgsrc/devel/memcached/Makefile     Thu Aug  4 12:26:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2022/07/15 08:11:28 adam Exp $
+# $NetBSD: Makefile,v 1.82 2022/08/04 12:26:19 adam Exp $
 
-DISTNAME=      memcached-1.6.15
+DISTNAME=      memcached-1.6.16
 CATEGORIES=    devel
 MASTER_SITES=  https://memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.50 pkgsrc/devel/memcached/distinfo:1.51
--- pkgsrc/devel/memcached/distinfo:1.50        Fri Jul 15 08:11:28 2022
+++ pkgsrc/devel/memcached/distinfo     Thu Aug  4 12:26:19 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2022/07/15 08:11:28 adam Exp $
+$NetBSD: distinfo,v 1.51 2022/08/04 12:26:19 adam Exp $
 
-BLAKE2s (memcached-1.6.15.tar.gz) = ca122e287a3afa46e7e0d21fd87c5afb37328dd2fd4ccffea4993de3dfd3481b
-SHA512 (memcached-1.6.15.tar.gz) = 00ee15eb7932420a25f3ce973bc7fcc5ba77a514091883f8b4e58ea861073caa91c676c0020f03c768077e20c76f34bca96616be104af3fbc8e7e78303958f3d
-Size (memcached-1.6.15.tar.gz) = 1051109 bytes
+BLAKE2s (memcached-1.6.16.tar.gz) = 892c8e32798ed22cd28800687fea716007435b9ec5a27459888feb0caaa6a43c
+SHA512 (memcached-1.6.16.tar.gz) = cacd71d11aaa575361b83b5c565b6d665cac7a6dc6768af209d5108620d6883a7b3159351b7eab6da034a15162fa71fefe8024e41a1f46911acd1ca3aa23b209
+Size (memcached-1.6.16.tar.gz) = 1054877 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-configure) = af14c5bbbd0db296bb100f70761ac60ee71c70f4
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0



Home | Main Index | Thread Index | Old Index