- Update to 1.4.13
This commit is contained in:
parent
980618a8fe
commit
7f2b17d1be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290624
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= memcached
|
||||
PORTVERSION= 1.4.10
|
||||
PORTVERSION= 1.4.13
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
${MASTER_SITE_GENTOO}
|
||||
@ -43,8 +43,8 @@ CFLAGS+= -fstack-protector
|
||||
.endif
|
||||
|
||||
.if defined(WITH_REPCACHED)
|
||||
# WWW: http://repcached.lab.klab.org/
|
||||
PATCH_SITES+= http://mdounin.ru/files/
|
||||
PATCH_SITES+= ${MASTER_SITE_LOCAL}
|
||||
PATCH_SITE_SUBDIR= swills
|
||||
PATCH_DIST_STRIP+= -p1
|
||||
PATCHFILES+= repcached-2.3.1-${PORTVERSION}.patch.gz
|
||||
CONFIGURE_ARGS+= --enable-replication
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (memcached-1.4.10.tar.gz) = 2cc3de341b561464da29fc5d5e2a4facc0f6aafc151f0e1d94228705e0758fdf
|
||||
SIZE (memcached-1.4.10.tar.gz) = 311926
|
||||
SHA256 (repcached-2.3.1-1.4.10.patch.gz) = 5662e292b262c17c7f5006ba2e3cf3f10af819c9aa254448df5d5b2e0ca0fddc
|
||||
SIZE (repcached-2.3.1-1.4.10.patch.gz) = 19470
|
||||
SHA256 (memcached-1.4.13.tar.gz) = cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29
|
||||
SIZE (memcached-1.4.13.tar.gz) = 320751
|
||||
SHA256 (repcached-2.3.1-1.4.13.patch.gz) = b1944873666768e5d10934443bfa33bc33479016bb3ce32399fd2101d269f591
|
||||
SIZE (repcached-2.3.1-1.4.13.patch.gz) = 19844
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- sasl_defs.c.orig 2011-10-01 18:09:22.000000000 +0000
|
||||
+++ sasl_defs.c 2011-10-01 18:10:33.000000000 +0000
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <sasl/saslplug.h>
|
||||
|
||||
#ifdef HAVE_SASL_CB_GETCONF
|
||||
/* The locations we may search for a SASL config file if the user didn't
|
||||
@@ -141,7 +142,7 @@
|
||||
{ SASL_CB_SERVER_USERDB_CHECKPASS, sasl_server_userdb_checkpass, NULL },
|
||||
#endif
|
||||
|
||||
- { SASL_CB_LOG, sasl_log, NULL },
|
||||
+ { SASL_CB_LOG, (sasl_callback_ft)sasl_log, NULL },
|
||||
|
||||
#ifdef HAVE_SASL_CB_GETCONF
|
||||
{ SASL_CB_GETCONF, sasl_getconf, NULL },
|
Loading…
Reference in New Issue
Block a user