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 Aug  2 05:58:19 UTC 2021

Modified Files:
        pkgsrc/devel/memcached: Makefile PLIST distinfo

Log Message:
memcached: updated to 1.6.10

1.6.10:

Fixes

Fix minor severity heap buffer overflow reading --auth-file
stats_prefix.c: Check for NDEBUG before using total_written variable
Add settings stat for shutdown_command enabled
[docker] Add user and expose the memcached port
meta: remove EXPERIMENTAL mark + doc fixes
meta: response code OK -> HD
meta: fix metaset syntax
meta: repairs to mset command
hash: add XXH3 to list of hash algorithms.
fix arm64 crc32 on old glibc/gcc.
extstore: fix crash on 'stats extstore'
seccomp: extend allowed rules for extended usage
The total number of UDP datagrams required for the message is calculated incorrectly.
meta: allow base64'ed binary keys with 'b' flag
small improvements to readme
Added debugtime command for test suite

New Features

The meta protocol can now transmit binary encoded keys by encoding the key in base64 and sending a 'b' flag with the command. If for example your key composes of several large numerics (userids and 
so on), these can be encoded directly as binary. This shortens the key which can save some memory on the server. See doc/protocol.txt for more details.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/memcached/PLIST
cvs rdiff -u -r1.44 -r1.45 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.76 pkgsrc/devel/memcached/Makefile:1.77
--- pkgsrc/devel/memcached/Makefile:1.76        Mon May 24 19:50:02 2021
+++ pkgsrc/devel/memcached/Makefile     Mon Aug  2 05:58:19 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2021/05/24 19:50:02 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2021/08/02 05:58:19 adam Exp $
 
-DISTNAME=      memcached-1.6.9
-PKGREVISION=   1
+DISTNAME=      memcached-1.6.10
 CATEGORIES=    devel
 MASTER_SITES=  https://memcached.org/files/
 

Index: pkgsrc/devel/memcached/PLIST
diff -u pkgsrc/devel/memcached/PLIST:1.16 pkgsrc/devel/memcached/PLIST:1.17
--- pkgsrc/devel/memcached/PLIST:1.16   Mon Nov 23 20:11:24 2020
+++ pkgsrc/devel/memcached/PLIST        Mon Aug  2 05:58:19 2021
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.16 2020/11/23 20:11:24 nia Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/08/02 05:58:19 adam Exp $
 bin/memcached
 bin/memcached-tool
 include/memcached/protocol_binary.h
+include/memcached/xxhash.h
 man/man1/memcached.1
 share/doc/memcached/napi_ids.txt
 share/doc/memcached/new_lru.txt

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.44 pkgsrc/devel/memcached/distinfo:1.45
--- pkgsrc/devel/memcached/distinfo:1.44        Mon Nov 23 20:11:24 2020
+++ pkgsrc/devel/memcached/distinfo     Mon Aug  2 05:58:19 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.44 2020/11/23 20:11:24 nia Exp $
+$NetBSD: distinfo,v 1.45 2021/08/02 05:58:19 adam Exp $
 
-SHA1 (memcached-1.6.9.tar.gz) = 42ae062094fdf083cfe7b21ff377c781011c2be1
-RMD160 (memcached-1.6.9.tar.gz) = 8cfdef0f53121f58eab5fa69e63638cbbdc522a5
-SHA512 (memcached-1.6.9.tar.gz) = 2169225aefe6bd7481d919ae3ef95ed85d2ed595f49daceeb13d2dc268097d4aee98cf604824fca103efcdffa7461bb26814209906a5dabf1a5d30af43f6a66c
-Size (memcached-1.6.9.tar.gz) = 556137 bytes
+SHA1 (memcached-1.6.10.tar.gz) = cb5b9fe77a2a59cc6cc7103a415bc07df9ddc6ec
+RMD160 (memcached-1.6.10.tar.gz) = 2d75659f0978ae8c5edab9da20edcd2493133961
+SHA512 (memcached-1.6.10.tar.gz) = 46d41c87afd0fb3a15bd418d757a25f93bee7d052653a488b4bc29a795826b9c238590cd9ee602ca4e5f645ece74685c644a9bb12bb58ff79b098c4fcf5b3835
+Size (memcached-1.6.10.tar.gz) = 609630 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-configure) = af14c5bbbd0db296bb100f70761ac60ee71c70f4
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0



Home | Main Index | Thread Index | Old Index