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:           Mon Jan 30 07:59:12 UTC 2023

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

Log Message:
memcached: updated to 1.6.18

1.6.18

Overview

Mostly fixes and improvements to proxy mode.

Meta protocol has some adjusments: extra spaces were being returns in a few instances. If your client is looking for an exact number of spaces in meta responses please take note. We regret the error.

Fixes

core: do not stop threads on SIGINT/SIGTERM
core: remove printf from signal handlers
proxy: iterate modified request handling
proxy: expose resp:elapsed()
proxy: log time now relative to resp lifetime
proxy: fix crash in await during SIGHUP reloads
proxy: fix lifecycle of backend connections
proxy: IO thread performance improvements
proxy: add mcp.AWAIT_BACKGROUND
proxy: fix lua registry corruption on data chunk error
proxy: add proxy_await_active stat
proxy: fix partial response read handling
proxy: fix flushing partial writes
proxy: add more backend failure messages
proxy: fix mcp.log_req crash on nil res
core: fix tagged listeners for len < 8
proxy: add debug symbols to lua build
core: give threads unique names
proxy: fix crash when backends are gc'd
remove libevent license from usage
Fixes to build with clang-15:
meta: remove meta_response_old start option
meta: allow mg without flags + reflect O/k on EN
meta: meta arithmetic command had excess spaces
meta: remove excess spaces from meta responses
proxy: fix bugs with backend connection initialization
Fix log timestamps after 2038
Fix function protypes for clang errors
proxy: add mcp.await FASTGOOD flag


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.52 -r1.53 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.83 pkgsrc/devel/memcached/Makefile:1.84
--- pkgsrc/devel/memcached/Makefile:1.83        Thu Sep  1 07:06:24 2022
+++ pkgsrc/devel/memcached/Makefile     Mon Jan 30 07:59:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2022/09/01 07:06:24 adam Exp $
+# $NetBSD: Makefile,v 1.84 2023/01/30 07:59:12 adam Exp $
 
-DISTNAME=      memcached-1.6.17
+DISTNAME=      memcached-1.6.18
 CATEGORIES=    devel
 MASTER_SITES=  https://memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.52 pkgsrc/devel/memcached/distinfo:1.53
--- pkgsrc/devel/memcached/distinfo:1.52        Thu Sep  1 07:06:24 2022
+++ pkgsrc/devel/memcached/distinfo     Mon Jan 30 07:59:12 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.52 2022/09/01 07:06:24 adam Exp $
+$NetBSD: distinfo,v 1.53 2023/01/30 07:59:12 adam Exp $
 
-BLAKE2s (memcached-1.6.17.tar.gz) = 162f7e27906ac5a1a44b20c5fb45a87668b3e0f36d72139c85aa0dc06e3c532a
-SHA512 (memcached-1.6.17.tar.gz) = 90ddd1e0dac3eb27273c1ee0bf6a7f75248f0267bca37b88455ff48727ab4f9db07382484d1e0c9b4a0126198b147f53aea4c993259ac608e8de393e11dad673
-Size (memcached-1.6.17.tar.gz) = 1713186 bytes
+BLAKE2s (memcached-1.6.18.tar.gz) = bf68d489b699dc3a627d4196650bc24913ac5c45ff7acdd55273ae486436a1da
+SHA512 (memcached-1.6.18.tar.gz) = 85e5a5e7c901b02158ea20cc58f2e7e6ba4806c40a0105185140b31fa40f3ce0fc704f6f17ea4a425a9ff543f9d30092aadbb202ea4ca46476c151e65eac97e6
+Size (memcached-1.6.18.tar.gz) = 1081928 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-configure) = af14c5bbbd0db296bb100f70761ac60ee71c70f4
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0



Home | Main Index | Thread Index | Old Index