aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2013-05-04 01:38:24 +0800
committerosa <osa@FreeBSD.org>2013-05-04 01:38:24 +0800
commit62e4ecec1a689385c26c10a93465ef4314794fb3 (patch)
treece5efd238ab296578460be790f15242b79feef4e /databases
parent4dc7aec51c0139a567b17ce765ee681e76636738 (diff)
downloadfreebsd-ports-gnome-62e4ecec1a689385c26c10a93465ef4314794fb3.tar.gz
freebsd-ports-gnome-62e4ecec1a689385c26c10a93465ef4314794fb3.tar.zst
freebsd-ports-gnome-62e4ecec1a689385c26c10a93465ef4314794fb3.zip
Update from 2.6.11 to 2.6.13.
PR: 178124 <ChangeLog> [ Redis 2.6.13 ] UPGRADE URGENCY: MODERATE, nothing very critical but upgrading is suggested if you experienced: 1) Strange issues with Lua scripting. 2) Not reconfigured reappearing master using Sentinel. 3) Server continusly trying to save on save error. This version of Redis may also help with AOF and slow / busy disks and latency issues. * [FIX] Throttle BGSAVE attempt on saving error. * [FIX] redis-cli: raise error on bad command line switch. * [FIX] Redis/Jemalloc Gitignore were too aggressive. * [FIX] Test: fix RDB test checking file permissions. * [FIX] Sentinel: always redirect on master->slave transition. * [FIX] Lua updated to version 5.1.5. Fixes rare scripting issues. * [NEW] AOF: improved latency figures with slow/busy disks. * [NEW] Sentinel: turn old master into a slave when it comes back. * [NEW] More explicit panic message on out of memory. * [NEW] redis-cli: --latency-history mode implemented. [ Redis 2.6.12 ] UPGRADE URGENCY: MODERATE, nothing very critical but a few non trivial bugs. * [BUGFIX] redis-cli --bigkeys: don't crash with empty DB. * [BUGFIX] stop-writes-on-bgsave-error now works in redis.conf * [BUGFIX] Don't crash at startup if RDB is there but can't be opened. * [BUGFIX] Initial value for master_link_down_since_seconds is now huge. * [BUGFIX] Allow SELECT while loading the DB. * [BUGFIX] Don't replicate/AOF an empty MULTI/EXEC if the transaction is empty or containing just read-only commands. * [BUGFIX] EXPIRE should not be able to resurrect keys (see issue #1026). * [IMPROVED] Extended SET back ported from Redis 2.8 / unstable See http://redis.io/commands/set for more information. * [IMPROVED] Test suite improved. </ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r--databases/redis-devel/Makefile6
-rw-r--r--databases/redis-devel/distinfo4
-rw-r--r--databases/redis/Makefile6
-rw-r--r--databases/redis/distinfo4
4 files changed, 8 insertions, 12 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 78ad26b2a7a5..b9ef866ca37b 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 2.6.11
+DISTVERSION= 2.6.13
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -devel
@@ -83,9 +83,7 @@ post-install:
[ -d ${d} ] || ${MKDIR} ${d} && ${CHOWN} ${USERS}:${GROUPS} ${d}
.endfor
-test: build
+regression-test: build
@cd ${WRKSRC} && ${TCLSH} tests/test_helper.tcl
-regression-test: test
-
.include <bsd.port.mk>
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index 4ab458675470..b123fd2385e8 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.11.tar.gz) = b0644669849a130659cf8dd48965cf116e4fe64a5bb86a239ea078d7464b6968
-SIZE (redis-2.6.11.tar.gz) = 993744
+SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948
+SIZE (redis-2.6.13.tar.gz) = 994331
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 1727d7f6391b..b1cfd9c1671c 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 2.6.11
+DISTVERSION= 2.6.13
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
@@ -82,9 +82,7 @@ post-install:
[ -d ${d} ] || ${MKDIR} ${d} && ${CHOWN} ${USERS}:${GROUPS} ${d}
.endfor
-test: build
+regression-test: build
@cd ${WRKSRC} && ${TCLSH} tests/test_helper.tcl
-regression-test: test
-
.include <bsd.port.mk>
diff --git a/databases/redis/distinfo b/databases/redis/distinfo
index 4ab458675470..b123fd2385e8 100644
--- a/databases/redis/distinfo
+++ b/databases/redis/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.11.tar.gz) = b0644669849a130659cf8dd48965cf116e4fe64a5bb86a239ea078d7464b6968
-SIZE (redis-2.6.11.tar.gz) = 993744
+SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948
+SIZE (redis-2.6.13.tar.gz) = 994331
001-02-12 00:28:59 +0800'>2001-02-129-0/+204 * New port: biology/fasta, the FASTA2 suite of DNA and protein sequencejeh2001-02-128-0/+151 * add gaussian98, an ab-initio molecular orbital calculation program.sf2001-02-1112-0/+822 * Update to 0.84a. Generate the plist.trevor2001-02-093-8/+10 * - Update EMBOSS (biology/emboss) from 1.9.0 to 1.9.1kevlo2001-01-2910-77/+118 * update from 3.7 to 3.8ijliao2001-01-2518-167/+706 * Upgrade to version 1.9.0kevlo2001-01-246-13/+47 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-2/+2 * Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-081-2/+2 * Update to 1.2.6kevlo2000-12-234-7/+25 * Remove trailing period and package name from the pkg-comment.demon2000-12-191-1/+1 * Update to version 5.79.steve2000-12-113-26/+42 * Update distfiles' checksums after the distfiles have been rerolled yetroam2000-12-042-4/+5 * Distfile tarballs were rerolled without notice due to a minor bug.roam2000-12-011-4/+4 * - Update port biology/emboss from 1.7.0 to 1.8.0jeh2000-11-284-17/+124 * Make nolonger support :U. Fix to compensate for that.jeh2000-11-191-3/+6 * They made changes to the "blast" program.jeh2000-11-152-2/+3 * - This is a fairly extensive rework of this port.jeh2000-11-133-0/+56 * - This is a fairly extensive rework of this port.jeh2000-11-134-5/+150 * Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1 * Yes. They did re-roll this version, it is legit.jeh2000-11-032-2/+2 * Updated to new version. That is the pits, the day after it becomesjeh2000-11-024-4/+3 * Make portlint happy, remove a spacejeh2000-11-011-1/+1 * Update to version 1.7.0jeh2000-11-013-2/+11 * File missing in pkg-plistjeh2000-10-301-0/+1 * New Port: biology/ncbi-toolkitjeh2000-10-2911-0/+376 * Update biology/sim4 to 2000.10.19jeh2000-10-263-5/+7 * gmake is neededjeh2000-10-241-0/+1 * Update to version 0.6.2jeh2000-10-133-174/+132 * A file was added to distfile and then repackaged with the same name.jeh2000-10-133-2/+5 * Initial import of fastDNAml Version 1.2.2jeh2000-10-126-0/+93 * Missing " in post-patch targetjeh2000-10-111-1/+1 * PR 21608 was not processed as intented.jeh2000-10-112-21/+22 * Initial import of biology/biojavajeh2000-10-106-0/+661 * - Update to 1.6.0kevlo2000-10-103-363/+372 * - Update biology/p5-AcePerl from 1.62 to 1.67kevlo2000-10-106-61/+88 * Initiail version of nab (4.2)jeh2000-10-1017-0/+666 * This is nab (nucleic acid builder), a language for macromoleculesjeh2000-10-101-0/+1 * - Fix MASTER_SITES/DISTNAMEjeh2000-10-103-20/+19 * The last commit changes the ports and therefore need a PORTREVISION bumpjeh2000-10-102-0/+2 * Support PREFIX properlyjeh2000-10-102-1/+5 * - Fix MASTER_SITESjeh2000-10-104-18/+36 * Add do-install target to port's Makefile. Remove patch sectiontrevor2000-10-092-10/+5 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 * Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-2/+2 * Implement USE_GTK, part 1.reg2000-10-053-38/+26 * - Support CC/CFLAGS/PREFIX properlyjeh2000-10-036-8/+127 * Correct and sort PLISTs.reg2000-10-032-6/+6 * Change MAINTAINER for my ports.trevor2000-10-021-1/+1 * Add USE_XLIBkris2000-09-221-0/+1 * respect CXX and CXXFLAGS (Kato Tsuguru)ade2000-09-194-20/+39 * Update to 0.90.d03nbm2000-09-113-132/+152 * Fix checksumkevlo2000-09-091-18/+1 * Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-081-1/+1 * Upgrade to 1.5.0nbm2000-09-084-66/+113 * Update to emboss 1.4.0.nbm2000-09-074-52/+83 * Update to version 2000.08.24kevlo2000-09-044-7/+23 * USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0 * Update to emboss 1.1.0, fixing some style bugs too.nbm2000-08-135-6/+321 * Upgrade to 0.90.d02.will2000-08-062-3/+3 * Fix MASTER_SITESjedgar2000-08-021-1/+1 * Add emboss, the European Molecular Biology Open Software Suitenbm2000-08-016-0/+700 * Add py-biopython, is a collection of Python packages and modules creatednbm2000-07-316-0/+166 * Add BioPerl, a collection of Perl5 mods for bioinformatics/genomicsnbm2000-07-287-0/+259 * Add p5-AcePerl, a perl interface to the ACEDB genome database systemnbm2000-07-289-0/+177 * Add sim4, an implementation of the sim4 algorithm for aligning expressednbm2000-07-277-0/+48 * Add xdrawchem 0.82 - a program for drawing moleculesalex2000-07-197-0/+65 * Activating the chemeq, clustalw, paml, and phylip ports.steve2000-07-101-0/+4 * Adding phylip version 3.5.steve2000-07-105-0/+161 * Add paml version 3.01.steve2000-07-107-0/+89 * Adding clustalw version 1.81.steve2000-07-106-0/+66 * Adding chemeq version 1.10.steve2000-07-10