Update to redis-2.6.9
This commit is contained in:
parent
bc93dc58c8
commit
83a104bec4
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2013/01/17 07:58:29 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2013/01/17 19:47:46 dcoppa Exp $
|
||||
|
||||
COMMENT = persistent key-value database
|
||||
DISTNAME = redis-2.6.8
|
||||
REVISION = 0
|
||||
DISTNAME = redis-2.6.9
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://redis.io/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (redis-2.6.8.tar.gz) = sECDEn9eEeggRTFMT/mtkuM/iXcsxDXvi8zXVXLuyb0=
|
||||
SIZE (redis-2.6.8.tar.gz) = 987578
|
||||
SHA256 (redis-2.6.9.tar.gz) = TZZ+/yA4rr6jOHXRfoXtZxed9lBd9oUppiL3g20cdIk=
|
||||
SIZE (redis-2.6.9.tar.gz) = 989119
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_dep,v 1.1 2013/01/16 13:13:03 dcoppa Exp $
|
||||
--- src/Makefile.dep.orig Fri Jan 11 14:26:11 2013
|
||||
+++ src/Makefile.dep Fri Jan 11 14:28:15 2013
|
||||
@@ -4,21 +4,21 @@ ae_epoll.o: ae_epoll.c
|
||||
$OpenBSD: patch-src_Makefile_dep,v 1.2 2013/01/17 19:47:46 dcoppa Exp $
|
||||
--- src/Makefile.dep.orig Wed Jan 16 19:54:56 2013
|
||||
+++ src/Makefile.dep Thu Jan 17 17:16:42 2013
|
||||
@@ -5,24 +5,24 @@ ae_evport.o: ae_evport.c
|
||||
ae_kqueue.o: ae_kqueue.c
|
||||
ae_select.o: ae_select.c
|
||||
anet.o: anet.c fmacros.h anet.h
|
||||
@ -15,6 +15,11 @@ $OpenBSD: patch-src_Makefile_dep,v 1.1 2013/01/16 13:13:03 dcoppa Exp $
|
||||
+bio.o: bio.c redis.h fmacros.h config.h \
|
||||
+ ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
ziplist.h intset.h version.h util.h rdb.h rio.h bio.h
|
||||
-bitops.o: bitops.c redis.h fmacros.h config.h ../deps/lua/src/lua.h \
|
||||
- ../deps/lua/src/luaconf.h ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
+bitops.o: bitops.c redis.h fmacros.h config.h \
|
||||
+ ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
ziplist.h intset.h version.h util.h rdb.h rio.h
|
||||
-config.o: config.c redis.h fmacros.h config.h ../deps/lua/src/lua.h \
|
||||
- ../deps/lua/src/luaconf.h ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
+config.o: config.c redis.h fmacros.h config.h \
|
||||
@ -33,7 +38,7 @@ $OpenBSD: patch-src_Makefile_dep,v 1.1 2013/01/16 13:13:03 dcoppa Exp $
|
||||
ziplist.h intset.h version.h util.h rdb.h rio.h sha1.h
|
||||
dict.o: dict.c fmacros.h dict.h zmalloc.h
|
||||
endianconv.o: endianconv.c
|
||||
@@ -26,26 +26,26 @@ intset.o: intset.c intset.h zmalloc.h endianconv.h
|
||||
@@ -30,26 +30,26 @@ intset.o: intset.c intset.h zmalloc.h endianconv.h con
|
||||
lzf_c.o: lzf_c.c lzfP.h
|
||||
lzf_d.o: lzf_d.c lzfP.h
|
||||
memtest.o: memtest.c
|
||||
@ -71,10 +76,10 @@ $OpenBSD: patch-src_Makefile_dep,v 1.1 2013/01/16 13:13:03 dcoppa Exp $
|
||||
ziplist.h intset.h version.h util.h rdb.h rio.h lzf.h zipmap.h \
|
||||
endianconv.h
|
||||
redis-benchmark.o: redis-benchmark.c fmacros.h ae.h \
|
||||
@@ -54,46 +54,44 @@ redis-check-aof.o: redis-check-aof.c fmacros.h config.
|
||||
@@ -58,51 +58,49 @@ redis-check-aof.o: redis-check-aof.c fmacros.h config.
|
||||
redis-check-dump.o: redis-check-dump.c lzf.h
|
||||
redis-cli.o: redis-cli.c fmacros.h version.h ../deps/hiredis/hiredis.h \
|
||||
sds.h zmalloc.h ../deps/linenoise/linenoise.h help.h
|
||||
sds.h zmalloc.h ../deps/linenoise/linenoise.h help.h anet.h ae.h
|
||||
-redis.o: redis.c redis.h fmacros.h config.h ../deps/lua/src/lua.h \
|
||||
- ../deps/lua/src/luaconf.h ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
+redis.o: redis.c redis.h fmacros.h config.h \
|
||||
@ -97,6 +102,13 @@ $OpenBSD: patch-src_Makefile_dep,v 1.1 2013/01/16 13:13:03 dcoppa Exp $
|
||||
+ ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
+ ziplist.h intset.h version.h util.h rdb.h rio.h sha1.h rand.h
|
||||
sds.o: sds.c sds.h zmalloc.h
|
||||
-sentinel.o: sentinel.c redis.h fmacros.h config.h ../deps/lua/src/lua.h \
|
||||
- ../deps/lua/src/luaconf.h ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
+sentinel.o: sentinel.c redis.h fmacros.h config.h \
|
||||
+ ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
ziplist.h intset.h version.h util.h rdb.h rio.h \
|
||||
../deps/hiredis/hiredis.h ../deps/hiredis/async.h \
|
||||
../deps/hiredis/hiredis.h
|
||||
sha1.o: sha1.c sha1.h config.h
|
||||
-slowlog.o: slowlog.c redis.h fmacros.h config.h ../deps/lua/src/lua.h \
|
||||
- ../deps/lua/src/luaconf.h ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
@ -139,4 +151,4 @@ $OpenBSD: patch-src_Makefile_dep,v 1.1 2013/01/16 13:13:03 dcoppa Exp $
|
||||
+ ae.h sds.h dict.h adlist.h zmalloc.h anet.h \
|
||||
ziplist.h intset.h version.h util.h rdb.h rio.h
|
||||
util.o: util.c fmacros.h util.h
|
||||
ziplist.o: ziplist.c zmalloc.h util.h ziplist.h endianconv.h
|
||||
ziplist.o: ziplist.c zmalloc.h util.h ziplist.h endianconv.h config.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user