Commit graph

13315 commits

Author SHA1 Message Date
Kurt Jaeger
e173857511 databases/cego: 2.20.14 -> 2.20.15
- Added restricted access for JDBC information requests
  The jdbc role now is required to perform any JDBC information requests.
- A problem occured with inner and outer joins if the same table
  occurs two times or more in the query
  For the CegoAttrComp class, the tablealias name is stored now to
  evaluate if the compare is appropriate for the corresponding table
- Small optimization in CegoDisManager::updateLocalDataTable
  Instead of requesting a new lock for the commitment phase, the lock we
  already have is also used for the commit in case of forecedTransactions
  ( update case ).
- This ensures, that the forced transaction can be done without
  risking to not obtain the lock for the corresponding table again.

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2014-10-18 10:05:41 +00:00
Mikolaj Golub
cac42264af Update to 2.3.1. 2014-10-18 07:23:36 +00:00
Mikolaj Golub
2a86201d38 Update to 2.2.0. 2014-10-17 21:43:38 +00:00
Mikolaj Golub
c4d05604f0 Update to 1.1.5. 2014-10-17 20:34:32 +00:00
Dirk Meyer
c9b9b57c2e - fix ruby 2.0 2014-10-17 13:59:46 +00:00
Baptiste Daroussin
791f2bc627 Reset maintainership 2014-10-17 10:23:34 +00:00
Mathieu Arnold
f4a5e70072 Update to 5.1.2.
Sponsored by:	Absolight
2014-10-16 11:16:52 +00:00
Anton Berezin
a683a3e9d0 Update to 0.63. 2014-10-16 09:51:35 +00:00
John Marino
10899bd955 databases/apq*: Remove @dirrm from four ports 2014-10-16 09:47:15 +00:00
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Alex Dupre
461822e938 Update to 2.6.5 release. 2014-10-16 08:38:05 +00:00
Frederic Culot
a0ca6fd1f1 - Update to 1.80
- Remove unneeded dependencies

Changes:	http://search.cpan.org/dist/SQL-Abstract/Changes
2014-10-15 09:03:16 +00:00
Frederic Culot
0dc92a345b - Update to 5.0.16
- Update WWW link

Changes:	http://sourceforge.net/projects/dbh/files/dbh/
2014-10-15 08:52:45 +00:00
Dmitry Sivachenko
5029106eef Add /usr/local/bin to PATH to let startup scripts to find bash. 2014-10-14 15:49:02 +00:00
Dmitry Marakasov
d7d7167a49 - Add LICENSE_FILE
- Fix broken symlink (this doesn't unbreak the port though)

Approved by:	portmgr blanket
2014-10-13 23:48:40 +00:00
Mathieu Arnold
bcd0fff7b5 These do not build with php 5.6.
With hat:	portmgr
Sponsored by:	Absolight
2014-10-13 13:20:51 +00:00
Antoine Brodin
c8fc771288 Mark BROKEN: Fails to build
with gcc:
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c threadsafe.c  -fPIC -DPIC -o .libs/threadsafe.o
In file included from threadsafe.c:84:
../../include/freetds/tds.h:149: warning: function declaration isn't a prototype
../../include/freetds/tds.h:149: error: bit-field '__res_state' has invalid type
Makefile:439: recipe for target 'threadsafe.lo' failed

with clang:
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe  -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c threadsafe.c  -fPIC -DPIC -o .libs/threadsafe.o
In file included from threadsafe.c:84:
../../include/freetds/tds.h:149:16: error: bit-field '__res_state' has non-integral type 'TDS_USMALLINT (*())'
        TDS_USMALLINT _res:10;
                      ^    ~~
/usr/include/resolv.h:282:16: note: expanded from macro '_res'
#define _res (*__res_state())
               ^
1 error generated.
Makefile:439: recipe for target 'threadsafe.lo' failed

Reported by:	pkg-fallout
2014-10-12 20:51:13 +00:00
Matthew Seaman
79b095adad Update to 4.2.10
This is a routine bugfix release

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.10/phpMyAdmin-4.2.10-notes.html/view
2014-10-11 18:09:35 +00:00
Antoine Brodin
55a8195ed1 - Allow staging as a regular user
- Bump portrevision as files were not packaged with intended group
2014-10-10 21:36:09 +00:00
Sergey A. Osokin
0a3e78eb8c Upgrade from 3.0.0-beta8 to 3.0.0-rc1.
<ChangeLog>

--[ Redis 3.0.0 RC1 (version 2.9.101) ] Release date: 9 oct 2014

This is the first release candidate of Redis Cluster.

>> General changes

* [FIX] An very large number of small fixes, old and new, merged in the
        context of a the issue #1906. Please see the issue page here
        for exact credits: https://github.com/antirez/redis/pull/1906
        of each commit. (Matt Stancliff and many others).
* [FIX] SAVE is no longer propagated to AOF / slaves.
* [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] DEBUG POPULATE two args form implemented. It is now possible to
        call it with DEBUG POPULATE <count> <prefix>. Default prefix
        is "key:" as usually.
* [NEW] INCR: Modify incremented object in-place when possible. This results
        in speed improvements + possibly better memory locality.

>> Cluster changes

* [FIX] Cluster: claim ping_sent time even if we can't connect.
* [FIX] redis-trib should not abort easily on connection issues.
* [FIX] Cluster test: less console-spammy resharding test.
* [FIX] Fix logic to detect we are among a minority.
* [FIX] Process gossip section only for known nodes.

* [NEW] Redis Cluster is stable and tested enough, there is a clear MVP,
        so it was promoted from beta to stable.
* [NEW] New unit 09, Pub/Sub across the cluster.
* [NEW] New unit 08, update messages.
* [NEW] New cluster option to work with partial slots coverage.
* [NEW] More chatty cluster slaves when failover is stalled. They log reason
        with rate limiting, only when reason changes or a given time
        has elapsed.

>> Sentinel changes

* [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] Resolved a memory leak in the hiredis library causing a memory leak
        in Redis Sentinel when a monitored instance or another Sentinel is
        unavailable. Every reconnection attempt will leak a small amount of
        memory, but in the long run the process can reach a considerable size.

* [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>
2014-10-10 21:18:00 +00:00
Palle Girgensohn
1375907999 Update to PostgreSQL 9.4 beta3 2014-10-09 15:20:52 +00:00
Steve Wills
30873603e8 databases/jasperreports: update to 5.5.2
PR:		189123
Submitted by:	Joe Benden <joe@thrallingpenguin.com>
2014-10-09 03:07:54 +00:00
Bartek Rutkowski
7a331bfded databases/R-cran-RSQLite: update 0.11.2 -> 0.11.4
- Fix RUN_DEPENDS variable assignment
- Pet portlint
- Maintainer's timeout

PR:		190803
Submitted by:	Bartek Rutkowski <robak@FreeBSD.org>
Approved by:	mentors (implicit)
2014-10-08 22:03:45 +00:00
Baptiste Daroussin
d72235df58 Convert to USES=pgsql and USES=python 2014-10-08 17:16:33 +00:00
Baptiste Daroussin
6ec4780fb7 Convert to USES=pgsql USES=python 2014-10-08 17:15:37 +00:00
Baptiste Daroussin
e68176c310 Convert USES=pgsql and USES=python:3 2014-10-08 17:14:51 +00:00
Baptiste Daroussin
c889167e31 Convert to USES=pgsql and USES=python 2014-10-08 17:13:17 +00:00
Baptiste Daroussin
4494220653 Convert to USES=pgsql 2014-10-08 17:09:39 +00:00
Baptiste Daroussin
abe541e47d Convert to USES=pgsql and USES=python 2014-10-08 17:05:36 +00:00
Baptiste Daroussin
05a76749b4 Convert to USES=pgsql 2014-10-08 17:02:18 +00:00
Baptiste Daroussin
50952f66fe Convert to USES=pgsql
Strip binaries
2014-10-08 17:01:28 +00:00
Baptiste Daroussin
857159930b Convert to USES=pgsql
Strip binaries
2014-10-08 16:59:56 +00:00
Baptiste Daroussin
fafeeb9043 Simplify plist 2014-10-07 17:02:16 +00:00
Pietro Cerutti
f92ac99b69 - Bump PORTREVISION after r370351 2014-10-07 16:03:52 +00:00
Pietro Cerutti
aeabbc16ff - New port: databases/speedtables
Speed tables is a high-performance memory-resident database, currently oriented
towards Tcl.  Speed tables provides an interface for defining tables containing
zero or more rows, with each row containing one or more fields. The speed table
compiler reads the table definition and generates C code to create and manage
corresponding structures, generating a custom C language Tcl extension to
create, access and manipulate those tables and building a native code package
in a shared library that is loadable on demand via Tcl's "package require"
mechanism.

WWW: http://flightaware.github.io/speedtables/
2014-10-07 16:01:41 +00:00
Baptiste Daroussin
d2f381833d Fix without gperf in base 2014-10-07 15:58:38 +00:00
Pietro Cerutti
fd6b682435 - USE_LDCONFIG 2014-10-07 15:49:55 +00:00
William Grzybowski
e109de4669 databases/py-psycopg2: allow concurrent install
- USES pgsql python

With hat:	python
Reported by:	Richard Kuhns (via freebsd-python@)
2014-10-07 14:45:39 +00:00
Sergey A. Osokin
36586af30c Attempt to fix build on 8.x. 2014-10-06 22:48:58 +00:00
Antoine Brodin
152cf908d3 Fix pkgname collision 2014-10-06 21:43:08 +00:00
John Marino
63a3c19fc9 Add new port databases/py-mysql-connectory-python2
PR:		194048
Submitted by:	Muhammad Rahman

MySQL driver written in Python which does not depend on MySQL C client
libraries and implements the DB API v2.0 specification (PEP-249).
2014-10-06 20:29:39 +00:00
Jason E. Hale
56264669c7 - Convert python and pgsql to USES
- Clean up plist
2014-10-06 15:18:10 +00:00
Steve Wills
cf36293abe databases/rubygem-openid-redis-store: create port
Implementation of the ruby-openid Store interface that stores information in
Redis

WWW: https://github.com/dekart/openid-redis-store
2014-10-06 04:38:30 +00:00
Steve Wills
2dd463a4bd databases/rubygem-hiredis: create port
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
I/O)

WWW: http://github.com/redis/hiredis-rb
2014-10-06 02:41:57 +00:00
John Marino
41b92b154f databases/py-mysql-connector-python: Upgrade version 1.2.2 => 1.2.3
Assign maintainership to submitter.

PR:		194044
Submitted by:	Muhammad Rahman
2014-10-05 23:03:54 +00:00
Tijl Coosemans
d81073ea69 Remove USES=pathfix and add USES=libtool and INSTALL_TARGET=install-strip 2014-10-05 21:10:47 +00:00
Antoine Brodin
00531e9f2a Remove trailing / 2014-10-05 14:37:24 +00:00
Antoine Brodin
2997778a85 Hook postgresql93-plv8js to the build 2014-10-05 14:34:56 +00:00
Wen Heping
aa31baa85c - Bump PORTREVISION to chase the update of math/cgal 2014-10-05 11:28:20 +00:00
Li-Wen Hsu
a4b80c472b - Let slave port can override WANT_PGSQL_VER 2014-10-05 07:10:24 +00:00
Li-Wen Hsu
1674717c6a - Turn postgresql-plv8js version aware and add postgresql93-plv8js
Approved by:	vanilla (via skype)
2014-10-05 07:06:08 +00:00
Antoine Brodin
97178b5518 Allow installing 2014-10-04 23:35:49 +00:00
Antoine Brodin
2cd0060cd8 Allow installing 2014-10-04 23:31:22 +00:00
Li-Wen Hsu
451f19a3c7 - Update to 1.4.2
- Add LICENSE

PR:		194140
Submitted by:	lwhsu
Approved by:	vanilla (via skype)
2014-10-04 16:09:39 +00:00
Mikolaj Golub
e21ad7ca1d Update to 1.1.4. 2014-10-04 14:37:03 +00:00
Pietro Cerutti
b1be43e55a - Fix rc.d script 2014-10-03 13:27:09 +00:00
Tijl Coosemans
1d4b5dd574 Remove some unneeded patches and other bits so USES=autoreconf can be
removed (avoids a problem with upcoming devel/libtool update)

PR:		194068
2014-10-03 12:05:43 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Jason E. Hale
e2c897649d - Update to 2.2.11
PR:		190494 (based on)
Submitted by:	<sirdice@gmail.com>
Approved by:	flo (maintainer timeout, 4 months)
2014-10-02 01:05:56 +00:00
Matthew Seaman
f82196d8b2 Security update to 4.2.9.1:
XSS vulnerabilities in table search and table structure pages.

Advisory:	http://www.phpmyadmin.net/home_page/security/PMASA-2014-11.php
MFH:		2014Q4
Security:	3e8b7f8a-49b0-11e4-b711-6805ca0b3d42
2014-10-01 21:27:57 +00:00
Wen Heping
64b717d8a1 This plugin makes it very easy to create Dancer2 applications that
interface with databases. It automatically exports the keyword `schema`
which returns a DBIx::Class::Schema object. You just need to configure
your database connection information. For performance, schema objects
are cached in memory and are lazy loaded the first time they are accessed.

WWW: https://github.com/ironcamel/Dancer2-Plugin-DBIC

PR:		193712
Submitted by:	Henk van Oers<hvo.pm@xs4all.nl>
2014-10-01 15:50:33 +00:00
Baptiste Daroussin
1446608ec7 Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
2014-09-30 22:14:59 +00:00
Sunpoet Po-Chuan Hsieh
86fc628222 - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY 2014-09-30 15:23:15 +00:00
Bartek Rutkowski
20252d0b56 databases/cassandra: minor cleanup in rc script
PR:		193258
Submitted by:	Radim Kolar <hsn@sendmail.cz>
Approved by:	mentors (implicit)
2014-09-30 08:10:30 +00:00
Matthias Andree
5fb9f13d2b Reinstate former EXPIRATION_DATE syntax, and add a comment. 2014-09-29 17:56:04 +00:00
Matthias Andree
4b00bf9444 Mention the expiration depends on *coin ports moving forward. 2014-09-28 23:35:40 +00:00
Antoine Brodin
7fcfd8ed5e Un-deprecate, apache-poi has been fixed and there is a PR pending to
update jasperreports
2014-09-28 20:50:24 +00:00
Marcus von Appen
f5c7cb20a5 - Convert to USES=python
Approved by:	portmgr (implicit)
2014-09-28 17:57:12 +00:00
Marcus von Appen
cc69669cb2 - Convert to USES=python
Approved by:	portmgr (implicit)
2014-09-28 17:47:50 +00:00
Marcus von Appen
2666f5c903 - Convert to USES=python
Approved by:	portmgr (implicit)
2014-09-28 17:42:15 +00:00
Marcus von Appen
cbbbd4b36c Convert to USES=python
Approved by:	portmgr (implicit)
2014-09-28 17:29:06 +00:00
Marcus von Appen
9dd0c2d37c - Convert to USES=python
With hat:	python@
2014-09-28 16:37:33 +00:00
TAKATSU Tomonari
d489bd09b2 - Update to 0.3.1 2014-09-28 11:57:52 +00:00
Thomas Zander
b97f4dcc3a Modernise databases/freetds port
- Retire databases/freetds-msdblib port
  (no longer needed, recently updated upstream version has necessary compat
   option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports

PR:		193850
Submitted by:	5u623l20@gmail.com (maintainer)
2014-09-27 08:31:58 +00:00
Bartek Rutkowski
4d05552602 databases/qof: update 0.8.7 -> 0.8.8
Approved by:	mentors (implicit)
2014-09-26 12:15:35 +00:00
Matthew Seaman
a9aaee0dca Update to 5.1.33
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-33.html
2014-09-26 11:44:28 +00:00
Alex Dupre
617059c3e9 Update to 5.6.21 release. 2014-09-24 10:48:00 +00:00
Olli Hauer
862a7b9253 - fix DEFAULT_VERSIONS usage
(do not overwrite make.conf settings)
2014-09-23 22:24:19 +00:00
Kurt Jaeger
f2514e5182 databases/freetds-devel: 0.92.79 -> 0.92.812
- Bringing the -devel port to a recent version

PR:		193866
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-09-23 20:47:12 +00:00
Dmitry Marakasov
4ac690c3d2 - Drop @dirrm* from plist 2014-09-23 16:13:42 +00:00
Vanilla I. Shu
08eedb71af Upgrade to 2.5.2. 2014-09-23 15:46:07 +00:00
Alex Dupre
fa1c1bc803 Update to 5.5.40 release and unbreak on armv6 [1].
PR:		193841 [1]
Submitted by:	mikael.urankar@gmail.com
2014-09-23 15:03:22 +00:00
Baptiste Daroussin
427938c0ff Convert to USES=pear
Use options helpers
2014-09-23 14:14:19 +00:00
Kurt Jaeger
af1ec3bd95 databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainership
- Long list of changes since 0.53.1, see ChangeLog
- unbreak
- many of the options need to be tested and fine-tuned

PR:		193846
2014-09-22 20:20:20 +00:00
Antoine Brodin
0bd82e6f32 Lower warn level to allow building with the version of freetds in ports 2014-09-22 19:12:49 +00:00
Antoine Brodin
3f0feb1514 - Fix LIB_DEPENDS, this port links against libct no libtds
- Modernize a bit
2014-09-22 17:18:57 +00:00
Thomas Zander
051379ce4d - Fix build break due to recent update of databases/freetds
- Simplify pkg-plist
- Bump PORTREVISION
2014-09-22 16:10:38 +00:00
Thomas Zander
65d4c9d80e - Fix build breakage due to recent upgrade of databases/freetds
- Add LICENSE
- Modernise port Makefile
- Bump PORTREVISION
2014-09-22 15:15:27 +00:00
Baptiste Daroussin
221429612d Simplify plist by trimming @dirrm* and using PORTDOCS macro 2014-09-22 14:15:03 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Baptiste Daroussin
f81e1256d8 Simplify plist 2014-09-22 09:33:51 +00:00
Sergey A. Osokin
05ca6dba90 Upgrade from 2.8.15 to 2.8.17.
<ChangeLog>

--[ Redis 2.8.17 ] Release date: 19 Sep 2014

# UPGRADE URGENCY: HIGH for Redis Sentinel.
                   LOW for Redis Server (unmodified compared to 2.8.16).

* [FIX] Resolved a memory leak in the hiredis library causing a memory leak
        in Redis Sentinel when a monitored instance or another Sentinel is
        unavailable. Every reconnection attempt will leak a small amount of
        memory, but in the long run the process can reach a considerable size.

--[ Redis 2.8.16 ] Release date: 16 Sep 2014

# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.
                   LOW for Sentinel.

* [FIX] The ability to load truncated AOF files introduced with Redis 2.8.15
        contains a bug fixed in this release: after loading the file was not
        truncated to the last valid command, so the new commands are appended
        after a non well formed command. This means that:

        1) The first AOF rewrite triggered by the server will automatically
           fix the problem.
        2) However, if the server is restarted before the rewrite, Redis may
           not be able to load the file and you need to manually fix it.

        In order to fix a corrupted file you should start the redis-check-aof
        utility WITHOUT the --fix option, just to check the offset where the
        corruption is found. Around the offset reported by the check utility
        you'll find, inside your AOF file, a command which is not complete
        according to the Redis protocol. Just remove this incomplete command
        leafing the file unaltered before and after the offending command,
        and restart the server.

        IMPORTANT #1: Redis 2.8.15 is the only stable version of Redis with
        this bug so probably no actual real-world problem happened since the
        problem is automatically fixed at the first automatic AOF rewrite.

        IMPORTANT #2: Before upgrading to Redis 2.8.16, if you are using Redis
        2.8.15 with AOF enabled, make sure to trigger a manual AOF rewrite
        using the BGREWRITEAOF command.

* [FIX] SAVE is no longer propagated to AOF / slaves.

</ChangeLog>
2014-09-21 23:14:58 +00:00
Dirk Meyer
a66db06c9d - revert add, wrong categrory 2014-09-21 14:57:37 +00:00
Dirk Meyer
540a1ecb65 - add rubygem-aspectr to RUN_DEPENDS 2014-09-21 14:51:33 +00:00
Thomas Zander
96fb439bc4 - Update to upstream version 0.91.103
- Assign maintainership to Muhammad Moinur Rahman <5u623l20@gmail.com>
- Convert to simple OPTIONS handling where possible

PR:		193686
Submitted by:	5u623l20@gmail.com
2014-09-21 14:10:53 +00:00
Dmitry Marakasov
137f4e0a57 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-21 12:33:00 +00:00
Mathieu Arnold
5c5a80e471 Also, use the correct way to depend on a package. And fix a double colon.
Sponsored by:	Absolight
2014-09-21 11:52:02 +00:00
Mathieu Arnold
96473dccde Fix index, build, and all.
Sponsored by:	Absolight
2014-09-21 11:46:58 +00:00
Matthew Seaman
24caa8f070 Update to 4.2.8
This is a routine bugfix update.

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.9/phpMyAdmin-4.2.9-notes.html/download
2014-09-21 11:11:49 +00:00
Dirk Meyer
e64c4e353c - add RUN_DEPENDS 2014-09-21 09:44:03 +00:00