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:           Tue Sep  8 17:59:45 UTC 2020

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

Log Message:
memcached: updated to 1.6.7

Memcached 1.6.7

Overview

Mainly a bugfix release. -o resp_obj_mem_limit is deprecated, as the memory is all pooled from read_buf_mem_limit now. Almost all connection memory is now managed by this one tunable.

Fixes a bug preventing 1.6 series to work properly on OS X. Improves automated slab rebalancing for bursty writes.

Contains code refactors and fixes related to future work. Should not have any functional changes.

Fixes

Dockerfile - allow override of config opts
Improve page balancing when writes are bursty
main: split binary protocol into proto_bin.c
main: split text protocol into proto_text.c
add openssl errors to SSL certificate loading error messages
skip setting the resource limits in debug builds
Use signal function instead of sigignore
fixing the basic tls test so it exits correctly when fails
net: remove most response obj cache related code
net: carve response buffers from read buffers
Do not join lru and slab maintainer threads if they do not exist
Restore SAN entries in testing TLS certificates
Changed code using strtol to use safe_strtol wrapper
Fix TCP failure under OS X.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.41 -r1.42 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.72 pkgsrc/devel/memcached/Makefile:1.73
--- pkgsrc/devel/memcached/Makefile:1.72        Mon Aug 31 18:07:24 2020
+++ pkgsrc/devel/memcached/Makefile     Tue Sep  8 17:59:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2020/08/31 18:07:24 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2020/09/08 17:59:45 adam Exp $
 
-DISTNAME=      memcached-1.6.6
-PKGREVISION=   1
+DISTNAME=      memcached-1.6.7
 CATEGORIES=    devel
 MASTER_SITES=  http://www.memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.41 pkgsrc/devel/memcached/distinfo:1.42
--- pkgsrc/devel/memcached/distinfo:1.41        Mon Jun  1 19:14:48 2020
+++ pkgsrc/devel/memcached/distinfo     Tue Sep  8 17:59:45 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.41 2020/06/01 19:14:48 adam Exp $
+$NetBSD: distinfo,v 1.42 2020/09/08 17:59:45 adam Exp $
 
-SHA1 (memcached-1.6.6.tar.gz) = d8895b12dc9fc82b389f1713e2c09cc6ca3d03e4
-RMD160 (memcached-1.6.6.tar.gz) = d2c2620b2ea3a80223921bb90112eaa51b9d6c31
-SHA512 (memcached-1.6.6.tar.gz) = dfd19bf42d35fff391bb479338706a83082e3cdd3ff6e225d3d4da9df01b0a1f659a012dc30766651ffd57f0c19128fc4c3df29b721e588c909656d02cfdaa0a
-Size (memcached-1.6.6.tar.gz) = 543661 bytes
+SHA1 (memcached-1.6.7.tar.gz) = 49336bb0a4b7ad296422b08148581ed54edf32d0
+RMD160 (memcached-1.6.7.tar.gz) = 16563a14622030d0d31ae0d66a589d81cbd6fba7
+SHA512 (memcached-1.6.7.tar.gz) = 8b4c44ae4da8577cc5431aaca6118fdba27c42418a51a6d319d9040a975371a2fda9fcea2cb44c3d20c92f08961cb5f0ddd28c2f4cd12986b73c9342d91ea2c8
+Size (memcached-1.6.7.tar.gz) = 547791 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-configure) = af14c5bbbd0db296bb100f70761ac60ee71c70f4
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0



Home | Main Index | Thread Index | Old Index