notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/redis-devel/Makefile

Number of commits found: 217 (showing only 17 on this page)

«  1 | 2 | 3 

Thursday, 22 Nov 2012
18:17 osa search for other commits by this committer
Update from 2.6.4 to 2.6.5.

Feature safe:	yes

<ChangeLog>

UPGRADE URGENCY: MODERATE

Warning: this release of Redis introduces a different behavior in MULTI/EXEC
         handling of errors. This was done because the new behavior is safer
         compared to the old one, and should not break any code targeting
         Redis 2.6 in a critical way.

         For more information check http://redis.io/topics/transactions

* [IMPROVED] RDB/AOF childern now log amount of additional memory used
             because of copy on write.
* [BUGFIX]   MIGRATE non critical fixes (see commits for details).
* [BUGFIX]   MULTI/EXEC: now EXEC aborts on errors before EXEC.
* [BUGFIX]   Fix integer overflow in zunionInterGenericCommand resulting
             into Z[INTER|UNION][STORE] commands to crash under extremely
             unlikely conditions (almost impossible in real world).
* [BUGFIX]   EVALSHA is now case insensitive (and will not crash).

</ChangeLog>
Original commitRevision:307661 
Thursday, 8 Nov 2012
21:37 osa search for other commits by this committer
Update from 2.6.3 to 2.6.4.

Feature safe:	yes
Original commitRevision:307201 
Wednesday, 7 Nov 2012
11:56 osa search for other commits by this committer
Update from 2.6.2 to 2.6.3.

Feature safe:	yes

<ChangeLog>

* [BUGFIX]   Fixed 32 bit build on Linux systems.
* [BUGFIX]   MONITOR and CLIENT LIST: propertly display unix socket clients.
* [IMPROVED] redis-cli inline help updated.
* [IMPROVED] Marginally more robust AOF child handling.
* [IMPROVED] Fixed a few typos in comments.

</ChangeLog>
Original commitRevision:307130 
Friday, 26 Oct 2012
20:53 osa search for other commits by this committer
Update from 2.6.0 to 2.6.2.

Feature safe:	yes

<ChangeLog>

[ Redis 2.6.2 ]

* [BUGFIX]   The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
* [IMPROVED] Linenoise updated, now supports Ctrl+w.

[ Redis 2.6.1 ]

* [BUGFIX]   Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).

</ChangeLog>
Original commitRevision:306474 
Wednesday, 24 Oct 2012
17:34 osa search for other commits by this committer
Update from 2.6.0rc8 to 2.6.0.

Feature safe:	yes

<ChangeLog>

* [BUGFIX]   Allow AUTH when server is in -BUSY state because of a slow script.
* [BUGFIX]   MULTI/EXEC flow now makes sense when observed in MONITOR
* [BUGFIX]   SCRIPT KILL now uses different error prefixes for different errors.
* [BUGFIX]   Default memory limit for 32bit archs lowered from 3.5 to 3 GB.
* [BUGFIX]   redis-check-dump is now compatible with RDB files generated by 2.6.
* [IMPROVED] New field in INFO: slave_read_only.

</ChangeLog>
Original commitRevision:306350 
Saturday, 6 Oct 2012
13:54 osa search for other commits by this committer
Update from 2.6.0rc7 to 2.6.0rc8.
Add TEST option for running unit tests.
Add test and regression-test targets.
Remove needless patch.
New Makefile header convention.

PR:	172396

<ChangeLog>

* [BUGFIX]   Fixed compilation on FreeBSD.
* [IMPROVED] SRANDMEMBER <count> that returns multiple random elements.
* [IMPROVED] Sentinel backported to 2.6. It will be taken in sync with 2.8.
* [IMPROVED] Helper function for scripting to return errors and status replies.
* [IMPROVED] SORT by nosort [ASC|DESC] uses sorted set elements ordering.
* [BUGFIX]   Better resistence to system clock skew.
* [IMPROVED] Warn the user when the configured maxmemory seems odd.
* [BUGFIX]   Hashing function is now murmurhash2 for security purposes.
* [IMPROVED] Install script no longer uses a template but redis.conf itself.

</ChangeLog>
Original commitRevision:305364 
Wednesday, 19 Sep 2012
18:20 osa search for other commits by this committer
Update from 2.6.0rc6 to 2.6.0rc7.

<ChangeLog>

UPGRADE URGENCY: HIGH

* [BUGFIX]   Theoretical bug in ziplist fixed.
* [BUGFIX]   Better out of memory handling (Log produced in log file).
* [BUGFIX]   Incrementally flush RDB file on slave side while performing the
             first synchronization with the master. This makes Redis less
             blocking in environments where disk I/O is slow.
* [BUGFIX]   Don't crash with Lua's redis.call() without arguments.
* [BUGFIX]   Don't crash after a big number of Lua calls on 32 bit systems
             because of a failed assertion.
* [BUGFIX]   Fix SORT behaviour when called from scripting.
* [BUGFIX]   Adjust slave PING period accordingly to REDIS_HZ define.
* [BUGFIX]   BITCOUNT: fix crash on overflowing arguments.
* [BUGFIX]   Return an error when SELECT argument is not an integer.
* [BUGFIX]   Blocking operations on lists were completely reimplemented for
             correctness. Now blocking list ops and pushes originated from
             Lua scripts will play well together and will be replicated
             and transmitted to the AOF correctly.
* [IMPROVED] Send async PING before starting replication to avoid blocking if
             master allows us to connect but it is actually not able to reply.
* [IMPROVED] Support slave-priority for Redis Sentinel.
* [IMPROVED] Hiredis library updated.

</ChangeLog>
Original commitRevision:304537 
Friday, 3 Aug 2012
04:24 osa search for other commits by this committer
Fix whitespaces, remove needless double quotes.
Original commit
04:21 osa search for other commits by this committer
Add license.
Original commit
Thursday, 2 Aug 2012
19:07 osa search for other commits by this committer
Update from 2.6.0-rc5 to 2.6.0-rc6.
Original commit
Thursday, 19 Jul 2012
17:29 osa search for other commits by this committer
Remove databases/redis-scripting, use databases/redis-devel instead.
Update CONFLICTS for databases/redis and databases/redis-devel.
Original commit
Tuesday, 17 Jul 2012
18:23 osa search for other commits by this committer
Readding the removed port redis-devel.
Update to the latest development version 2.6.0-rc5.
Original commit
Monday, 20 Sep 2010
18:19 osa search for other commits by this committer
Remove databases/redis-devel after merge to databases/redis.
Original commit
Friday, 10 Sep 2010
05:59 osa search for other commits by this committer
Update from 2.0.0 to 2.0.1.

<ChangeLog>

- Fixed a not critical but important VM bug: from time to time a race
  condition may happen and a client may never get the reply from a given
  request.

- Now we have a make install target as stated in the README.

- redis-cli no longer tries to understand if it's part of a pipe
  so there is to use the -x option to read the last arg from stdin.
  This prevents it from creating problem when running inside cron scripts.

- Fixed the init script provided in the tar.gz. It was totally broken.

- Fixed a bug related to connecting more than 10k clients to Redis.

</ChangeLog>
Original commit
Friday, 3 Sep 2010
16:44 osa search for other commits by this committer
Welcome to redis 2.0.0!

ChangeLog: http://code.google.com/p/redis/wiki/Redis_2_0_0_Changelog
Original commit
Sunday, 15 Aug 2010
09:18 osa search for other commits by this committer
Update from 1.2.6 to latest development version 2.0.0rc4 after repocopy.
Add CONFLICTS.
Add the note in UPDATING about configuration file changes.
Original commit
08:02 osa search for other commits by this committer
Forced commit to notify the repocopy is done:
        databases/redis -> databases/redis-devel.

PR:             ports/149515
Submitted by:   osa
Repocopied by:  marcus
Original commit

Number of commits found: 217 (showing only 17 on this page)

«  1 | 2 | 3