Date: Tue, 16 Sep 2014 21:25:56 +0000 From: "Sergey A. Osokin" <osa@FreeBSD.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r368298 - head/databases/redis Message-ID: <20140916212556.GE92961@FreeBSD.org> In-Reply-To: <5418970A.70900@FreeBSD.org> References: <201409160820.s8G8KqlW023235@svn.freebsd.org> <5418970A.70900@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bryan, Unfortunately no 8.4 here, sorry. -- Sergey A. Osokin osa@FreeBSD.org On Tue, Sep 16, 2014 at 03:01:14PM -0500, Bryan Drewery wrote: > Fails to build for me on 8.4: > > cc -L/usr/local/lib -pthread -lm -lexecinfo -fstack-protector -o redis-server adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o hyperloglog.o latency.o sparkline.o ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a -lm > > cc: ../deps/hiredis/libhiredis.a: No such file or directory > > cc: ../deps/lua/src/liblua.a: No such file or directory > > gmake[1]: *** [redis-server] Error 1 > > gmake[1]: Leaving directory `/wrkdirs/usr/ports/databases/redis/work/redis-2.8.15/src' > > gmake: *** [all] Error 2 > > *** Error code 1 > > > > > On 9/16/2014 3:20 AM, Sergey A. Osokin wrote: > > Author: osa > > Date: Tue Sep 16 08:20:52 2014 > > New Revision: 368298 > > URL: http://svnweb.freebsd.org/changeset/ports/368298 > > QAT: https://qat.redports.org/buildarchive/r368298/ > > > > Log: > > Upgrade from 2.8.14 to 2.8.15. > > > > <ChangeLog> > > > > --[ Redis 2.8.15 ] Release date: 12 Sep 2014 > > > > # UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel. > > > > * [FIX] Sentinel critical bug fixed: the absolute majority was computed in a > > wrong way because of a programming error. Now the implementation does > > what the specification says and the majority to authorize a failover > > (that should not be confused with the ODOWN quorum) is the majority of > > *all* the Sentinels ever seen for a given master, regardless of their > > current state. > > * [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff). > > * [FIX] Limit SCAN latency when the hash table is in an odd state (very few > > populted buckets because rehashing is in progress). (Xiaost and > > Salvatore Sanfilippo) > > > > * [NEW] Redis is now able to load truncated AOF files without requiring a > > redis-check-aof utility run. The default now is to load truncated > > (but apparently not corrupted) AOFs, you can change this in redis.conf. > > (Salvatore Sanfilippo). > > * [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work > > in the context of natted networks. However this is probably still > > not enough since there is no equivalent mechanism for slaves listed > > in the master INFO output. (Dara Kong and Salvatore Sanfilippo) > > > > </ChangeLog> > > > > Modified: > > head/databases/redis/Makefile > > head/databases/redis/distinfo > > > > Modified: head/databases/redis/Makefile > > ============================================================================== > > --- head/databases/redis/Makefile Tue Sep 16 07:18:31 2014 (r368297) > > +++ head/databases/redis/Makefile Tue Sep 16 08:20:52 2014 (r368298) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= redis > > -DISTVERSION= 2.8.14 > > +DISTVERSION= 2.8.15 > > CATEGORIES= databases > > MASTER_SITES= http://download.redis.io/releases/ > > > > > > Modified: head/databases/redis/distinfo > > ============================================================================== > > --- head/databases/redis/distinfo Tue Sep 16 07:18:31 2014 (r368297) > > +++ head/databases/redis/distinfo Tue Sep 16 08:20:52 2014 (r368298) > > @@ -1,2 +1,2 @@ > > -SHA256 (redis-2.8.14.tar.gz) = 593e4a882f81913373923389a8d49b39f230d69c9a1be50f883cdbecf7381763 > > -SIZE (redis-2.8.14.tar.gz) = 1231617 > > +SHA256 (redis-2.8.15.tar.gz) = 2bc8cacf2b9a22fe7fd0cc8d794db7f6ea6d919083482184df86d40e5e3de38f > > +SIZE (redis-2.8.15.tar.gz) = 1233621 > > > > > -- > Regards, > Bryan Drewery >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140916212556.GE92961>