Subject: pkg/30289: update request of devel/memcached to 1.1.12
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <hiramatu@boreas.dti.ne.jp>
List: pkgsrc-bugs
Date: 05/20/2005 11:51:00
>Number:         30289
>Category:       pkg
>Synopsis:       update request of devel/memcached to 1.1.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri May 20 11:51:00 +0000 2005
>Originator:     hiramatu@boreas.dti.ne.jp
>Release:        NetBSD 2.0.2_STABLE
>Organization:
	
>Environment:
	
	
System: NetBSD rhine.my.domain 2.0.2_STABLE NetBSD 2.0.2_STABLE (Rhine) #5: Tue May 10 19:57:59 JST 2005 hiramatsu@rhine.my.domain:/usr/src/sys/arch/i386/compile/Rhine i386
Architecture: i386
Machine: i386
>Description:
memcached 1.1.12 is available.

Changes from 1.1.11:
2005-04-04
        * patch from Don MacAskill <don@smugmug.com> 'flush_all' doesn't
        seem to work properly.  Basically, if you try to add a key which
        is present, but expired, the store fails but the old key is no
        longer expired.

2005-01-14
        * Date: Thu, 18 Nov 2004 15:25:59 -0600
          From: David Phillips <electrum@gmail.com>
        Here is a patch to configure.ac and Makefile.am to put the man page in
        the correct location.  Trying to install the man page from a
        subdirectory results in the subdirectory being used in the install
        path (it tries to install to doc/memcached.1).  This is the correct
        thing to  do:

        - create a Makefile.am in the doc directory that installs the man page
          with man_MANS
        - modify Makefile.am in the base directory to reference the doc
          directory using SUBDIRS
        - modify the AC_CONFIG_FILES macro in configure.ac to output the
          Makefile in doc

2005-01-14
        * pidfile saving support from Lisa Seelye <lisa@gentoo.org>, sent
          Jan 13, 2005

2005-01-14
        * don't delete libevent events that haven't been added (the deltimer)
          patch from Ted Schundler <tschundler@gmail.com>

2004-12-10
        * document -M and -r in manpage (Doug Porter <dsp@dsp.name>)

2004-07-22
        * fix buffer overflow in items.c with 250 byte keys along with
          other info on the same line going into a 256 byte char[].
          thanks to Andrei Nigmatulin <anight@monamour.ru>

2004-06-15
        * immediate deletes weren't being unlinked a few seconds,
          preventing "add" commands to the same key in that time period.
          thanks to Michael Alan Dorman <mdorman@debian.org> for the
          bug report and demo script.

>How-To-Repeat:
	
>Fix:

=== Makefile
==================================================================
--- Makefile  (revision 90)
+++ Makefile  (local)
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2005/02/09 05:53:32 xtraeme Exp $
 #
 
-DISTNAME=	memcached-1.1.11
+DISTNAME=	memcached-1.1.12
 CATEGORIES=	devel
 MASTER_SITES=	http://www.danga.com/memcached/dist/
 
=== distinfo
==================================================================
--- distinfo  (revision 90)
+++ distinfo  (local)
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2005/02/23 22:24:21 agc Exp $
 
-SHA1 (memcached-1.1.11.tar.gz) = 2aae771cfa79db39e797c8fa5ee0ebff3ddfed56
-RMD160 (memcached-1.1.11.tar.gz) = 368029eb8751a8483846bb0a66d3bf12f157634d
-Size (memcached-1.1.11.tar.gz) = 112954 bytes
+SHA1 (memcached-1.1.12.tar.gz) = 431bfc095c777948073e38436c6cf176acb6b5de
+RMD160 (memcached-1.1.12.tar.gz) = 4a1914d157cdd0d73102733f32dd835a494585c4
+Size (memcached-1.1.12.tar.gz) = 114103 bytes
 SHA1 (patch-aa) = efcfc94c2dc9342acea4c4c5cc9195c34abf2b97

>Unformatted: