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 Mar  9 07:38:48 UTC 2023

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo
Removed Files:
        pkgsrc/devel/memcached/patches: patch-configure

Log Message:
memcached: updated to 1.6.19

Memcached 1.6.19

Many fixes and new features for the Proxy feature. Rest are small fixes or code cleanups to the cache daemon. If you're trying out the Proxy code, please upgrade or continue to track the next branch.

If you use the lru_crawler metadump hash command, specifically the hash mode, there is a fix for potential slowdowns.

-Werror is no longer the default when compiling. Add --enable-werror to restore the feature.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/memcached/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/memcached/patches/patch-configure

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.84 pkgsrc/devel/memcached/Makefile:1.85
--- pkgsrc/devel/memcached/Makefile:1.84        Mon Jan 30 07:59:12 2023
+++ pkgsrc/devel/memcached/Makefile     Thu Mar  9 07:38:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2023/01/30 07:59:12 adam Exp $
+# $NetBSD: Makefile,v 1.85 2023/03/09 07:38:48 adam Exp $
 
-DISTNAME=      memcached-1.6.18
+DISTNAME=      memcached-1.6.19
 CATEGORIES=    devel
 MASTER_SITES=  https://memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.53 pkgsrc/devel/memcached/distinfo:1.54
--- pkgsrc/devel/memcached/distinfo:1.53        Mon Jan 30 07:59:12 2023
+++ pkgsrc/devel/memcached/distinfo     Thu Mar  9 07:38:48 2023
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.53 2023/01/30 07:59:12 adam Exp $
+$NetBSD: distinfo,v 1.54 2023/03/09 07:38:48 adam Exp $
 
-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
+BLAKE2s (memcached-1.6.19.tar.gz) = 1616824122244f68c84e513ddf620fac912f1d0f454b00eec5fda00d1e3e80f9
+SHA512 (memcached-1.6.19.tar.gz) = 60d93065e0ef2b17e9da5370a497a4fbfc64c0af70e14fdfdab60c0c94c0b19e30da31d615e19565474c278141a4cb401c65fd79bd70947dd96a9fee81824a74
+Size (memcached-1.6.19.tar.gz) = 2599941 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
-SHA1 (patch-configure) = af14c5bbbd0db296bb100f70761ac60ee71c70f4
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0
 SHA1 (patch-logger.h) = 130c573e07b7d9b6caff1c98e40b36a96cb3c064
 SHA1 (patch-memcached.c) = ce42a0b1aea95b1e4126b08310ac7276cadcdaef



Home | Main Index | Thread Index | Old Index