| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Some .pri files still get some of their information from Qt4's configure
script by default. Since we are not using it for the sqldriver ports, both
qt4-odbc-plugin and qt4-sqlite3-plugin were no longer linking against
libodbc.so and libsqlite3.so.
Fix it by explicitly passing those via LDFLAGS.
Thanks to Luca Pizzamiglio <luca.pizzamiglio@gmail.com> for the report.
|
|
|
|
| |
There should be no functional change.
|
|
|
|
| |
No functional changes.
|
|
|
|
|
|
|
|
| |
- Switch to USES=tar:tbz2
- Add NO_ARCH
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MongoDB/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've recently started receiving pkg-fallout emails because qt4-mysql-plugin
is failing to build in HEAD. It turns out we were using some custom-made
Makefile.bsd files to drive the builds, and they did not always register all
dependencies between the files correctly.
Fix it by switching to a proper qmake build that uses the .pro files shipped
with Qt4 itself: they can be used without running the `configure' script
almost as if they were not part of the Qt distribution itself. By doing this
we can stop having our own Makefiles and also stop setting a lot of
variables in the port Makefiles.
While here, consolidate most of the variable setting into a single
Makefile.sqldrivers in devel/qt4 (like we already do for devel/qt5) so that
each of the qt4-*-plugin ports only need to set a few values such as the
plugin name and additional USES or includes that might be necessary.
Bump PORTREVISION because we now include the debug versions of the plugins
in PLIST_FILES when the ports are built with WITH_DEBUG=yes (they were
already shipped before, but not registered in the plists).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: 2.29.1 -> 2.29.3
Changes to lfcbase:
- Fix in Chain for truncleft, truncRight and cutTrailing. In case
of single character strings, the methods might return wrong results.
- Started with implementation of TextIndex class ( utility class
for full text index creation )
Changes to cego:
- Fixes for table and query cache handling
- Fix in CegoDistManager::dropDistObject, table and query cache
have been checked for cleanup, if a table is dropped
- Fix in CegoQuery.cc, added table and query cache cleanup for alter
and rename queries
- Fix in CegoClient to parse multi line statements correctly. Further
multi line merge token ( \ ) has been added to merge long string or
clob values. Now the following statements are possible:
insert into t1 values ( 1, 'this is\
a multi line \
message \
with four lines');
- Added include of string.h in CegoAction.c ( compile error occured
on Suse Linux )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activerecord/CHANGELOG.md
https://github.com/rails/rails/compare/v3.2.22.1...v3.2.22.2
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md
https://github.com/rails/rails/compare/v3.2.22.1...v3.2.22.2
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1
|
|
|
|
|
| |
- Fix gemspec for rubygem-stringex 2.5.2 update (r365976)
- Bump PORTREVISION for package change
|
|
|
|
| |
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new options helper
- Convert to new options target helper
- Adjust options: rename foo_MODULE to foo
- Adjust PLIST_SUB: rename WITH_foo to foo
- Remove USE_PERL5
- Sort PLIST
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Add DEBUG option
Changes: https://github.com/facebook/rocksdb/releases
|
|
|
|
|
| |
- Strip shared library
- Bump PORTREVISION for package change
|
|
|
|
|
| |
- Sort USE_PYTHON
- Set NO_ARCH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=compiler:c++11-lib
- Use both deprecated -DPLUGIN_${engine} and new -DWITHOUT_${engine}
to disable engines (fixes engines not being disabled)
- Add IGNORE for GSSAPI_BASE on FreeBSD < 10, version is too old
- Add IGNORE for TokuDB, upstream not supported on 32-bit platforms
- Add IGNORE on i386, currently broken with clang [1]
[1] https://jira.mariadb.org/browse/MDEV-9627
Reviewer by: koobs (mentor)
Approved by: koobs (mentor)
Differential Revision: D5478
|
|
|
|
|
| |
The port has been broken for more than 6 months and it does not look like
anyone intends to fix it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes the build with boost 1.60. Other Changes see
https://github.com/Oslandia/SFCGAL/releases
Add a validity flag to geometries
Add an option to straight skeleton to return the distance to borders
Add sfcgal_geometry_is_valid_detail to the C API
Remove grid and ASC reader
Remove the viewer
Fix compilation issue with boost 1.60 (#119)
Fix WKT parsing issues (#81 #117)
Retain bisectors of narrow angles in MedialAxis output
PR: 207698
Approved by: coder@tuxfamily.org (maintainer)
|
|
|
|
|
|
|
|
| |
Changes:
http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/data-modeler-relnotes-v412-2714825.html
PR: 207683
Submitted by: jjuanino@gmail.com (maintainer)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mango
|
|
|
|
|
| |
PR: 207499
Submitted by: coder@tuxfamily.org (maintainer)
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
Changes:
databases/sfcgal
PR: 206907
Submitted by: coder@tuxfamily.org (maintainer)
|
|
|
|
| |
- Convert to autoplist
|
|
|
|
|
| |
PR: 207649
Submitted by: yuri@rawbw.com (maintainer)
|
|
|
|
| |
Submitted by: maintainer (via facebook chat)
|
| |
|
|
|
|
|
| |
While at it, switch to OPTIONS helper and install header files in a dedicated
directory to avoid potential clashes.
|
|
|
|
|
|
|
|
| |
Add patch to fix evolution crash when trying to open the preferences menu. [1]
PR: 207360 [1]
Reported by: lumiwa@gmail.com [1]
Obtained from: evolution upstream [1]
|
|
|
|
| |
ChangeLog: https://sourceforge.net/projects/pgbarman/files/1.6.0/
|
|
|
|
|
|
|
|
| |
Multiple XSS vulnerabilities and a man-in-the-middle attack against
API calls to GitHub.
MFH: 2016Q1
Security: f682a506-df7c-11e5-81e4-6805ca0b3d42
|
|
|
|
|
|
|
|
|
| |
URI datatype for PostgreSQL
WWW: https://github.com/petere/pguri
PR: 203949
Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
|
|
|
|
|
|
|
|
|
| |
This has been broken since r397227 ("Upgrade to 3.1"): the port's build system
passes -ldl when trying to detect SQLite3. Since this will always fail on
FreeBSD, SQLite3 support will always be disabled as well.
PR: 203424
MFH: 2016Q1
|
|
|
|
|
| |
PR: 206424
Submitted by: jochen@jochen-neumeister.de
|
| |
|
|
|
|
| |
- Fix patch files for 'make makepatch'
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo checksum (3.2.3) [1]
- Depend explicitly on Clang 3.7
- Update ONLY_FOR_ARCHS{_REASON} to exclude i386
Removes i386 support entirely, as even now I get pkg-fallout due to
mozjs failing to build in some circumstances, and the maintenance
burden isn't worth it given 32bit is deprecated.
A future revision may conditionally check the existence of a global
clang that meets the requirements of this port, but right now that
requires fixing some issues in compiler.mk and I don't feel it
appropriate to replicate its entire functionality to fix this port for
now.
PR: 207417
Reported by: <numisemis yahoo.com> [1]
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mango
|
| |
|
| |
|
|
|
|
|
|
| |
This port is obsoleted by databases/py-psycopg2 and no longer developed upstream
since 2011. Last consumer of it was just marked as deprecated. So mark this
DEPRECATED too and set to expire in one month.
|
|
|
|
|
|
|
|
| |
(16x16 and 32x32 that are present in src tarball)
- Bump PORTREVISION to reflect package changes.
PR: 207399
Submitted by: Dmitri Goutnik
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This is a routine maintenance update.
ChangeLog: https://www.phpmyadmin.net/files/4.5.5/
|
|
|
|
|
|
| |
While there, make the port prefix safe, again.
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 207292
Submitted by: xmj (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
Setting WITH_OPENSSL_PORT after including bsd.ports.pre.mk is a no-op, include
bsd.port.options.mk instead.
The 2016Q1 is unaffected by this bug.
PR: 207382
Submitted by: m.tsatsenko@gmail.com (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Assign MAINTAINER to submitter
PR: 207033
Submitted by: woodsb02@gmail.com
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/DBIx-XHTML_Table
|
|
|
|
| |
- While here add NO_ARCH
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- While here remove old php gruft
|
|
|
|
| |
it dosent support mysqli or pdo_mysql
|
|
|
|
|
|
|
|
|
|
| |
This update resolves several security issues
MFH: 2016Q1
Security: https://vuxml.freebsd.org/freebsd/8cf54d73-d591-11e5-8fa8-14dae9d210b8.html
Security: https://vuxml.freebsd.org/freebsd/18201a1c-d59a-11e5-8fa8-14dae9d210b8.html
Security: https://vuxml.freebsd.org/freebsd/ad91ee9b-d599-11e5-8fa8-14dae9d210b8.html
Security: https://vuxml.freebsd.org/freebsd/dd563930-d59a-11e5-8fa8-14dae9d210b8.html
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/changes/release/ODC/Mango-1.25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@.
|
|
|
|
|
|
|
|
|
|
| |
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MySQL 5.7 changes lib_r from mysqlclient_r to mysqlclient which causes
packages which don't correctly use mysql_config to determine library
locations to fail due to missing -lmysqlclient_r.
As there are quite a few ports, most of which will require upstream fixes
for now we create symlinks so said ports build without issue.
PR: 206805
Reviewed by: Mahdi Mokhtari (maintainer)
Approved by: koobs (ports)
MFH: 2016Q1
Sponsored by: Multiplay
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mojo-Pg
|
|
|
|
|
| |
EOL was reached in September 2015
http://www.postgresql.org/support/versioning/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security Fixes for Regular Expressions, PL/Java
This release closes security hole CVE-2016-0773, an issue with regular
expression (regex) parsing. Prior code allowed users to pass in expressions
which included out-of-range Unicode characters, triggering a backend crash.
This issue is critical for PostgreSQL systems with untrusted users or which
generate regexes based on user input.
The update also fixes CVE-2016-0766, a privilege escalation issue for users of
PL/Java. Certain custom configuration settings (GUCS) for PL/Java will now be
modifiable only by the database superuser
URL: http://www.postgresql.org/about/news/1644/
Security: CVE-2016-0773, CVE-2016-0766
|
|
|
|
|
|
|
| |
- Patches that were non-existent in the source of the repocopy
(mariadb100-*) were not part of the initial commit
Differential Revision: D3953
|
|
|
|
| |
Differential Revision: D3953
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MariaDB is one of the most popular database servers in the world. It's made
by the original developers of MySQL and guaranteed to stay open source.
Notable users include Wikipedia, Facebook and Google.
MariaDB turns data into structured information in a wide array of
applications, ranging from banking to websites. It is an enhanced, drop-in
replacement for MySQL. MariaDB is used because it is fast, scalable and
robust, with a rich ecosystem of storage engines, plugins and many other
tools make it very versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. This latest versions of
MariaDB also include GIS and JSON features.
WWW: http://mariadb.org/
Reviewed by: koobs (mentor), feld (mentor)
Approved by: koobs (mentor), feld (mentor)
Differential Revision: D3953
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mojo-Pg
|
|
|
|
|
|
|
|
|
|
| |
Changes file.
Also, add a BUNDLED_SQLITE option, which defaults to on, to choose
whether to use the included sqlite (as it has been) or the installed
library from ports.
Changes: https://metacpan.org/changes/distribution/DBD-SQLite
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 1.5
while here:
- fix build with python 3.x
- add NO_ARCH, sort USE_PYTHON
PR: 206865
Submitted by: jjachuf@gmail.com (maintainer)
|
|
|
|
|
|
|
|
| |
- update to 0.9.12
- add NO_ARCH, sort USE_PYTHON
PR: 206867
Submitted by: jjachuf@gmail.com (maintainer)
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/MARKSTOS/SQL-Interp-1.24/Changes
- Add LICENSE
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.082821/Changes
|
|
|
|
|
|
|
|
|
| |
- The last update to sqlite3 disabled readline support
- Now several variants can be selected.
PR: 206944
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build
for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL
version that the builder detects.
Fortunately, we don't have to solve that as the primary port does not
support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10.
PR: 206795, 206796
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
MFH: 2016Q1
|
| |
|
|
|
|
| |
PR: 206340
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implementation of the Redis protocol
An EventMachine based library for interacting with the Redis data store
by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's
implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's
redis-rb library (distributed as part of Redis).
WWW: https://rubygems.org/gems/em-redis-unified
Submitted by: Bartek Rutkowski <robak@FreeBSD.org>
|
| |
|
|
|
|
|
|
| |
Also link with ncurses, not termcap
approved by: infrastructure blanket
|
|
|
|
|
|
| |
Also link with ncurses, not curses.
approved by: infrastructure blanket
|
|
|
|
|
|
| |
Also link with ncurses, not curses
approved by: infrastructure blanket
|
|
|
|
|
|
|
|
| |
Release-Notes:
https://influxdata.com/blog/announcing-chronograf-0-10-ga/
PR: 207021
Submitted by: cheffo@freebsd-bg.org (maintainer)
|
|
|
|
|
| |
- Clarify LICENSE
- Add LICENSE_FILE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The recent port version 5.7.10_2 introduced a change in the default
behaviour of performance_schema. Due to an ongoing debate in the
community whether the default setting should lean towards performance
(previous default before 5.7.10_2) or memory consumption, maintainer
had changed the default to memory consumption in 5.7.10_2.
This introduces an OPTION knob PERFSCHM to control the default behaviour
of performance_schema. It defaults to ON, hence restoring the previous
default.
Bump PORTREVISION.
PR: 206912
Submitted by: smh
Reviewed by: mokhi64@gmail.com (maintainer), riggs
Approved by: mokhi64@gmail.com (maintainer)
MFH: 2016Q1
|
|
|
|
|
| |
PR: 206532
Submitted by: Michael Zhilin <mizhka@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: 2.28.3 -> 2.29.1
databases/cegobridge: 1.1.1 -> 1.1.2
Please note: Updating cego databases needs an export/import
cycle for 2.28 -> 2.29
lfcbase:
- Fix in Datetime.cc, added include config.h, otherwiese the local
implementation of strptime ist used. This should just be done, if
the system API does not provide this call ( e.g. MINGW ) .
- Memory leak fixed in File::readLine
cego:
- Started with clob datatype implementation
- Fix in CegoSelect constructor, _cacheEnabled var was not initialized
in the decoding constructor, which might lead to core dumps in case
of recovery of complex with enabled querycache Fix in CegoAdminThread
constructor, disableAuth method for TableManger called, otherwise
tableset recovery might fail with auth error
- Required network protocol expansions done for clob handling
(putclob, getclob, delclob)
- More work on clob handling. A fix was done for update operations
on clob values in CegoTableManager::updateTuple method. Before
updating the tuple, all clob references must be cloned, otherwise
in case of untouched clobs, references are invalid. This approach
is brute force, better would be, to stay on the untouched clob
references. But in terms of transaction and recovery handling,
this is not trivial
- Very long strings are handled now in CegoAction and CegoClient
to also parse large clob values
- Modification in cgclt for raw mode, Now just plain data is listed,
with the command line option --raw=X, a separator token can be setup
as a column separator
cegobridge:
- fix build problem
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
PR: 205243
|
|
|
|
|
|
| |
PR: 206860
Submitted by: yuri@rawbw.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- binary_log_types.h is now installed only by client, not server
- lib/mysql/plugin/ha_example.so is only installed if
EXAMPLES OPTION is turned off
- Bump PORTREVISION
- Allow slave port to override PORTREVISION if necessary
- Deactivate performance_schema feature to conserve memory
- Add notes to pkg-message:
- root password
- performance_schema feature is deactivated by default to reduce
memory footprint
PR: 205956 206065
Submitted by: smh
Reviewed by: mokhi64@gmail.com (maintainer)
Approved by: mokhi64@gmail.com (maintainer)
MFH: 2016Q1
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
--[ Redis 3.0.7 ] Release date: 28 jan 2016
Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
* [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo)
* [FIX] Redis Cluster address update (via gossip section) processing improved
to avoid initiating inwanted handshakes.
* [FIX] Many fixes to MIGRATE multiple keys implementation. The command
could handle errors in a faulty way leading to crashes or other
unexpected behaviors. MIGRATE command refactoring.
(The analysis of the faulty conditions was conducted by
Kevin McGehee. The fix was developed by Salvatore Sanfilippo)
* [FIX] A Redis Cluster node crash was fixed because of wrong handling of
node->slaveof pointers.
(Reported by JackyWoo, fixed by Salvatore Sanfilippo)
* [FIX] Fix redis-trib rebalance when nodes need to be left empty because
the specified weight is zero.
(Reported by Shahar Mor, fixed by Salvatore Sanfilippo)
* [FIX] MIGRATE: Never send -ASK redirections for MIGRATE when there are
open slots. Redis-trib and other cluster management utility must
always be free to move keys between nodes about open slots, in order
to reshard, fix the cluster configuration, and so forth.
(Salvatore Sanfilippo)
* [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand
called BUMPEPOCH was introduced in order to support new modes
for the "fix" subcommand. (Salvatore Sanfilippo)
* [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection
at the end of every unit. (Salvatore Sanfilippo)
* [NEW] Detect and show server crashes during Cluster/Sentinel tests.
(Salvatore Sanfilippo)
* [NEW] More reliable Cluster/Sentinel test becuase of timing errors and
-LOADING errors. (Salvatore Sanfilippo)
--[ Redis 3.0.6 ] Release date: 18 Dec 2015
Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, so
updating does not hurt, but most users are unlikely to
experience this condition because it requires some odd
timing. However if you are a Redis Cluster user, upgrading
is strongly adviced since this release includes very
important improvements to Redis Cluster.
* [FIX] lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it,
patched by Sun He and Chris Lamb)
* [FIX] Redis Cluster replica migration fixed. See issue #2924 for details.
(Salvatore Sanfilippo)
* [FIX] Fix a race condition in processCommand() because of interactions
with freeMemoryIfNeeded(). Details in issue #2948 and especially
in the commit message d999f5a. (Race found analytically by
Oran Agra, patch by Salvatore Sanfilippo)
* [NEW] Backported from the upcoming Redis 3.2:
MIGRATE now supports an extended multiple-keys pipelined mode, which
is an order of magnitude faster. Redis Cluster now uses this mode
in order to perform reshardings and rebalancings. (Salvatore Sanfilippo)
* [NEW] Backported from the upcoming Redis 3.2:
Redis Cluster has now support for rebalancing via the redis-trib
rebalance command. Demo here:
https://asciinema.org/a/0tw2e5740kouda0yhkqrm5790
Official documentation will be available ASAP. (Salvatore Sanfilippo)
* [NEW] Redis Cluster redis-trib.rb new "info" subcommand.
* [NEW] Redis Cluster tests improved. (Salvatore Sanfilippo)
* [NEW] Log offending memory access address on SIGSEGV/SIGBUS (Salvatore
Sanfilippo)
</ChangeLog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6
devel/pear-Horde_Alarm 2.2.5 -> 2.2.6
devel/pear-Horde_Argv 2.0.11 -> 2.0.12
security/pear-Horde_Auth 2.1.10 -> 2.1.11
devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2
www/pear-Horde_Browser 2.0.10 -> 2.0.11
devel/pear-Horde_Cache 2.5.0 -> 2.5.2
archivers/pear-Horde_Compress 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1
devel/pear-Horde_Constraint 2.0.2 -> 2.0.3
devel/pear-Horde_Controller 2.0.3 -> 2.0.4
devel/pear-Horde_Core 2.22.3 -> 2.22.5
security/pear-Horde_Crypt 2.6.1 -> 2.7.0
security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1
www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8
devel/pear-Horde_Data 2.1.3 -> 2.1.4
devel/pear-Horde_Date 2.1.1 -> 2.2.0
devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5
databases/pear-Horde_Db 2.3.0 -> 2.3.1
devel/pear-Horde_Exception 2.0.6 -> 2.0.7
www/pear-Horde_Feed 2.0.3 -> 2.0.4
www/pear-Horde_Form 2.0.11 -> 2.0.12
security/pear-Horde_Group 2.0.5 -> 2.1.0
databases/pear-Horde_HashTable 1.2.3 -> 1.2.4
devel/pear-Horde_History 2.3.5 -> 2.3.6
www/pear-Horde_Http 2.1.5 -> 2.1.6
devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3
dns/pear-Horde_Idna 1.0.3 -> 1.0.4
graphics/pear-Horde_Image 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5
devel/pear-Horde_Injector 2.0.4 -> 2.0.5
devel/pear-Horde_Itip 2.1.0 -> 2.1.1
mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3
devel/pear-Horde_Lock 2.1.1 -> 2.1.2
sysutils/pear-Horde_Log 2.1.2 -> 2.1.3
devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6
mail/pear-Horde_Mail 2.6.2 -> 2.6.3
mail/pear-Horde_Mapi 1.0.5 -> 1.0.6
mail/pear-Horde_Mime 2.9.2 -> 2.9.3
mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2
devel/pear-Horde_Notification 2.0.3 -> 2.0.4
archivers/pear-Horde_Pack 1.0.5 -> 1.0.6
textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7
devel/pear-Horde_Prefs 2.7.4 -> 2.7.5
devel/pear-Horde_Rdo 2.0.4 -> 2.0.5
www/pear-Horde_Routes 2.0.4 -> 2.0.5
net/pear-Horde_Rpc 2.1.5 -> 2.1.6
security/pear-Horde_Secret 2.0.5 -> 2.0.6
devel/pear-Horde_Serialize 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7
security/pear-Horde_Share 2.0.7 -> 2.0.8
mail/pear-Horde_Smtp 1.9.1 -> 1.9.2
net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0
textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3
devel/pear-Horde_Stream 1.6.2 -> 1.6.3
devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4
devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3
devel/pear-Horde_Support 2.1.4 -> 2.1.5
comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6
www/pear-Horde_Template 2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2
textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3
textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3
devel/pear-Horde_Timezone 1.0.9 -> 1.0.10
devel/pear-Horde_Token 2.0.7 -> 2.0.8
devel/pear-Horde_Translation 2.2.0 -> 2.2.1
net/pear-Horde_Url 2.2.4 -> 2.2.5
devel/pear-Horde_Util 2.5.6 -> 2.5.7
sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1
devel/pear-Horde_View 2.0.5 -> 2.0.6
textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4
textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3
ftp/horde-gollem 3.0.6 -> 3.0.7
www/horde-base 5.2.8 -> 5.2.9
mail/horde-imp 6.2.11 -> 6.2.12
mail/horde-ingo 3.2.7 -> 3.2.8
deskutils/horde-kronolith 4.2.11 -> 4.2.12
deskutils/horde-mnemo 4.2.8 -> 4.2.9
deskutils/horde-nag 4.2.6 -> 4.2.7
devel/horde-timeobjects 2.1.0 -> 2.1.1
www/horde-trean 1.1.3 -> 1.1.4
mail/horde-turba 4.2.11 -> 4.2.12
mail/horde-webmail 5.2.11 -> 5.2.12
devel/horde-whups 3.0.5 -> 3.0.6
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activerecord/CHANGELOG.md
https://github.com/rails/rails/compare/v3.2.22...v3.2.22.1
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md
https://github.com/rails/rails/compare/v3.2.22...v3.2.22.1
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1
|
| |
|
|
|
|
| |
With hat: python
|
|
|
|
|
| |
PR: 206232
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MongoDB/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups
PR: 205846
Submitted by: xmj
In Collaboration with: allanjude, netchild, xmj
Exp-run: antoine
Sponsored by: Perceivon Hosting Inc.
Differential Revision: D3428
We'd like to thanks for all the feedback and comments.
|
|
|
|
| |
2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
|
|
|
|
|
| |
libedit pulls in libncurses, but in some cases the linker can't find
the library, so explicitly set a search path for ports ncurses.
|
|
|
|
|
| |
Pointed out by: Nat Howard
PR: 206750
|
|
|
|
|
| |
PR: 206531
Submitted by: Michael Zhilin <mizhka@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/rubygem-activerecord41
databases/rubygem-after_commit_queue-rails41
databases/rubygem-paranoia-rails41
devel/rubygem-actionview41
devel/rubygem-activesupport41
devel/rubygem-coffee-rails41
devel/rubygem-jbuilder-rails41
devel/rubygem-omniauth_crowd-rails41
devel/rubygem-sprockets-rails-rails41
mail/rubygem-actionmailer41
textproc/rubygem-sass-rails4-rails41
www/rubygem-actionpack41
www/rubygem-railties41
www/rubygem-turbolinks-rails41
- DEPRECATE those ports in favor of Rails 4.2
PR: 206735
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
|
|
|
|
| |
This is actually pretty much a no-op on FreeBSD: we're using the
bundled verion of phpseclib, and the regrssion fix does not apply to
the 4.5.x branch.
ChangeLog: https://www.phpmyadmin.net/files/4.5.4.1/
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Database
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Dancer-Plugin-Database
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a combination of feature- and security- updates. The PMA
project has not yet published the relevant advisories, so there is
very little information available about what the vulnerabilities are
and what versions they affect. PMSA-2016-1 to PMSA-2016-9 are
expected to be available at https://www.phpmyadmin.net/security/
shortly.
[Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1
[Security] Unsafe generation of CSRF token, see PMASA-2016-2
[Security] Multiple XSS vulnerabilities, see PMASA-2016-3
[Security] Insecure password generation in JavaScript, see PMASA-2016-4
[Security] Unsafe comparison of CSRF token, see PMASA-2016-5
[Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6
[Security] XSS vulnerability in normalization page, see PMASA-2016-7
[Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8
[Security] XSS vulnerability in SQL editor, see PMASA-2016-9
VuXML entries to follow once the advisories are available.
ChangeLog: https://www.phpmyadmin.net/files/4.5.4/
MFH: 2016Q1
Security: https://www.phpmyadmin.net/security/PMASA-2016-1/
Security: https://www.phpmyadmin.net/security/PMASA-2016-2/
Security: https://www.phpmyadmin.net/security/PMASA-2016-3/
Security: https://www.phpmyadmin.net/security/PMASA-2016-4/
Security: https://www.phpmyadmin.net/security/PMASA-2016-5/
Security: https://www.phpmyadmin.net/security/PMASA-2016-6/
Security: https://www.phpmyadmin.net/security/PMASA-2016-7/
Security: https://www.phpmyadmin.net/security/PMASA-2016-8/
Security: https://www.phpmyadmin.net/security/PMASA-2016-9/
|
|
|
|
|
|
|
|
|
|
| |
I made a mistake when updating one of the patches for the new version of
rrdtools, and as a consequence perl and ruby modules stopped building, fix
this by correcting the patch.
Noted by: kib
PR: 206685
Submitted by: Helge Oldach
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rework the DEJAVU option to actually work. [1]
Before this commit rrdtool
depends on x11-fonts/dejavu if that port is already installed, but not
otherwise, and this sort of implicit dependencies are bad.
Make the DEJAVU option default to on. If cairo and pango are built without
X11 support, please consider disabling this option to avoid pulling in large
parts of X11
Remove the JSON option. This is a third party patch that doesn't apply any
more. Feel free to port it to this version of RRDTool.
Discussed with: marino [1]
PR: 205883 [1]
Submitted by: marino [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Do not hardcode expired PHP version
- Fix regression with Thrift 0.9.3, see
https://issues.apache.org/jira/browse/THRIFT-3317
- Use C++11 compiler via the Ports framework instead of hardcoding GCC
- Bump PORTREVISION
PR: 205749
Submitted by: stephon@gmail.com
Approved by: Gasol Wu (maintainer)
MFH: 2016Q1
|
|
|
|
|
|
|
|
| |
- www/pecl-zendopcache : used by Mk/bsd.php.mk
- databases/php5-redis : optionally used by www/magento
A PR exists for databases/php5-pdo_cassandra to make it work with supported
versions of PHP.
|
|
|
|
| |
FreeBSD 8 is no longer supported.
|
| |
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
GA 1.1.7 -
- Add JSON support
- Allow building without server flags (Bug#21391025)
- Correct relative() not seeking after changing position.(Bug#21152054)
The first item is only available if the mysql-client is recent
enough (version 5.7). For older client-libraries the new patch is
required.
|
| |
|
|
|
|
| |
Changes: https://github.com/camertron/arel-helpers/blob/master/History.txt
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
|
|
| |
in version 3.
PR: 205510
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: 205510
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
Maintainer of databases/mongodb port timeout (3 weeks)
I bumped version to 3.2.1.
mongodb32-tools port coming soon.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Chase upstream sqlite3
PR: 206464
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
| |
Changes:
https://www.sqlite.org/releaselog/3_10_2.html
PR: 206463
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
|
| |
|
|
|
|
| |
- Bump PORTREVISION because developers call is version 0.0.1
|
| |
|
|
|
|
|
|
|
| |
Several places were using QDataStream without including the proper headers.
These fixes are not enough: the ports needs to explicitly depend on more Qt
components, but we are still working on that and may end up creating a new,
smaller port out of devel/qt5-designer.
|
|
|
|
| |
MFH: 2016Q1
|
| |
|
|
|
|
| |
Changes: https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG
|
| |
|
|
|
|
|
|
| |
PR: 204251
Submitted by: tbabut@mobileobjects.de
Approved by: maintainer(timeout, >60 days)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SQL Workbench/J is a free, DBMS-independent, cross-platform SQL
query tool. It is written in Java and should run on any operating
system that provides a Java Runtime Environment.
Its main focus is on running SQL scripts (either interactively or
as a batch) and export/import features. Graphical query building
or more advanced DBA tasks are not the focus and are not planned.
WWW: http://www.sql-workbench.net/
PR: 202116
Submitted by: Aldis Berjoza <graudeejs@inbox.lv>
|
| |
|
| |
|
|
|
|
|
|
| |
version 7.2 and the incremental mode of pgBadger must upgrade.
https://github.com/dalibo/pgbadger/blob/master/ChangeLog
|
| |
|
|
|
|
|
| |
PR: 206366
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Adds the ability to connect via TLS
PR: 206365
Submitted by: m.tsatsenko@gmail.com (maintainer)
|
|
|
|
|
|
| |
compatibility with postgresql95
Obtained from: https://github.com/2ndquadrant-it/pgespresso/commit/7bedbfb894aedff8c08de85ede430a15a8888a0a
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
| |
Changes: https://github.com/rubysherpas/paranoia/commits/rails4
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
|
| |
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
http://search.cpan.org/dist/Search-Xapian/Changes
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
Sponsored by: PortsCamp Taiwan
|
|
|
|
| |
PR: 205774
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE, NO_ARCH
- Use options helpers
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot
|
|
|
|
|
|
| |
- address deprecation of get_memory_percent (fixed upstream)
Reported by: Mehdi Ravanbakhsh (via mail)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mango
|
|
|
|
|
| |
- drop support for PGADMOLDDIR
PR: 205243
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pg_upgrade. Other where added in 9.5, but the port failed to install them.
Make sure they are properly installed by the correct port (-client or -server) [1]
Remove unused and hence confusing OSSP_UUID parameters from Makefile [2]
Add options to allow user to be set for the backup script in periodic.
Add this option only to 9.5 for now. It will be updated to other servers at
next regular patch release. [3]
The path to perl in hard coded into pgxs/src/Makefile.global which is
then installed. Hence, we must depend on perl when that file is installed.
Noticed by: Paul Guyot [1]
PR: 192387 [2]
PR: 172110 [3]
PR: 206046 [4]
|
| |
|
|
|
|
| |
2: Switch to USES=sqlite
|
|
|
|
| |
2: switch to USES=sqlite.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mysql57-server
games/kajongg
textproc/ruby-htree
- Fix typos in USE_* knobs:
graphics/fortytwo
math/hexcalc
misc/gnustep-examples
www/h2o
- Remove unused BROKEN_alpha knob:
devel/directfb
- Remove user-settable knob:
multimedia/tovid
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/SQLite-Work/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE
- Strip shared library
Changes: http://search.cpan.org/dist/DBD-SQLite2/Changes
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 206113
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
|
|
|
|
|
| |
PR: 206156
Approved by: flo (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149
|
|
|
|
|
|
|
|
|
| |
- Update from version 1.4.0 to 2.1.7
- Add license
- Pass maintainership to submitter
PR: 205505
Submitted by: rhurlin@gwdg.de
|
| |
|
|
|
|
|
|
|
| |
- Don't insert a sed token into the plist when we can simply use a
make(1) variable.
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-38.html
|
| |
|
|
|
|
|
| |
PR: 206063
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add options to choose the command line library used by shell tools
- Add option for static linking
- Add option to compile sqlite with SQLITE_LIKE_DOESNT_MATCH_BLOBS option
- Remove option TEMP_CACHE_SIZE
- Cosmetic changes
Changes: http://www.sqlite.org/releaselog/3_10_0.html
PR: 206062
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/lfcxml: 1.1.8 -> 1.2.2
databases/cego: 2.27.2 -> 2.28.3
databases/p5-DBD-cego: bump portrevision
databases/cegobridge: bump portrevision
IMPORTANT: Upgrades of cego 2.27.x to 2.28.x databases has to be done by
export and import.
lfcbase:
- Adaptions made for build with msys2 / mingw64. Many windows
specific stuff could be eliminated, since mingw64 provides better
POSIX support ( e.g. pthreads, timer functions .. )
lfcxml:
- Fix in configure.ac to find lfcbase and for FreeBSD
cego:
- Fix in CegoSelect::CegoSelect, the pCacheList variable was not
initialized to 0 for all constructors. In case of system table
selects, the variable might be undefined which might lead to
segmetation faults.
- Changed synchronization level for btree creation. So the base
table can also be accessed while btree is created ( During creation
btree status is invalid )
This also allows to perform on online btree reorganization, since
a new btree can be build up in parallel
- Fix in CegoSystemObject::createSystemSpace, id values for bustat
table must start with id 1 instead of id 0, otherwise, bustat
information retrievel fails or may result in a core dump
( select * from $bustat )
- Added performance fix for CegoQueryHelper::decodeFVL, since the
tuple context information is already from the method called, the
tid, tastep and ts parameters have been remove from this method.
This saves some decoding time
- Please note, that version 2.28.x makes datafiles from older versions
incompatible.
An upgrade requires a xml tableset export of existing data and a
restore after succesful upgrade
- 2.28.x also contains many code cleanup fixes and some fixes for
btree handling.
- Fix in CegoTableManager::createBTree, in case of an exception
during build up, the allocated have to be cleanup up. For this the
a rollback method was introduced in class CegoBTreeManager.
Fix in CegoTableCursor, invalid btree objects have not been ignored
- Many adapations to make cego full 64bit ready also in combination
with MSYS2 / MINGW64. This resulted in change of many variables
from type long to type unsigned long long (type long is just 32 bit
for Windows ) With an appropriate MSYS2 / MINGW64 installation,
cego compiles proper and runs stable now.
Many thanks to the MSYS/MINGW developers for their amazing work !
- Several changes from type int to type unsigned long long
- Fix in CegoTableManager::deleteDataTable ( renamed to
deleteDataTableEntry )
Since we allow now parallel updates, the method must check if the
target tuple has already been touched by another transaction.
Otherwise, invalid double entries could occur in case of concurrent
updates on the same tuple.
If a concurrent transaction is detected, the method returns false.
This return value is used by the updateTuple method to decide,
if the subsequent insert operation must be performed.
- Since it is not enough jut checking the tuple header info for
update deletes, a record locking has to be added to avoid duplicates.
In this sense, record locking for setTupleInfo method call ( used
in CegoTableManager and CegoTransactionManager ) was added. For
this, the lockRecord and unlockRecord method have been reactivated
in CegoLockManager class.
This lock avoids, that in case of concurrent tuple updates duplicate
tuples are produced by an update.
- Fix in configure.ac to find lfcbase and lfcxml and for FreeBSD
Submitted by: lemke@lemke-it.com
|
|
|
|
|
|
|
| |
- Update lang/php56 to 5.6.17
MFH: 2016Q1
Security: 6b771fe2-b84e-11e5-92f9-485d605f4717
|
|
|
|
|
|
| |
change all files that were missed in the last commit
PR: 204607
|
|
|
|
|
|
| |
re-add for proper repo-copy
PR: 204607
|
|
|
|
|
|
| |
remove to prepare for proper repo-copy
PR: 204607
|
|
|
|
|
|
| |
PR: 205942
Submitted by: pfg
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
While here, fix plist
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release of PostgreSQL 9.5.
This release adds UPSERT capability, Row Level Security,
and multiple Big Data features, which will broaden the
user base for the world's most advanced database.
With these new capabilities, PostgreSQL will be
the best choice for even more applications for startups,
large corporations, and government agencies.
Release Notes:
http://www.postgresql.org/docs/current/static/release-9-5.html
What's New in 9.5:
https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5
|
|
|
|
|
|
|
|
|
| |
- While here remove unused sed line
- Bump PORTREVISION
PR: 205868
Submitted by: Davide D'Amico (based on)
Approved by: Johannes Jost Meixner (maintainer)
|
|
|
|
|
|
|
| |
- Update WWW
PR: 205892
Submitted by: ports fury
|
|
|
|
|
|
|
|
|
|
| |
Boost-1_59 used privately by this port and Boost-1_55 installed by
its own port.
While at it, replace WRKSRC/.. with simply WRKDIR.
PR: 205815
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
Like shelve, a PickleShareDB object acts like a normal dictionary.
Unlike shelve, many processes can access the database simultaneously.
Changing a value in database is immediately visible to other processes
accessing the same database.
WWW: https://github.com/vivainio/pickleshare/
PR: 205514
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 10.0.23
- Re-patch files due to path change in WRKSRC
- Harmonize CONFLICTS and quench portlint warnings
- Use variables to construct INSTALL_CONFLICTS
- Fix json.cpp clang compilation issue
- Refactor and upstream jemalloc patch
Changes:
- https://mariadb.com/kb/en/mariadb/mariadb-10023-changelog/
Reviewed by: koobs (mentor), feld (mentor)
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4709
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME
PR: 205762
Submitted by: rakuco
Obtained from: antoine [1]
Approved by: portmgr (blanket)
With hat: python
|
|
|
|
|
|
|
| |
- Remove superfluous /
- Use . instead of \* for COPYTREE_SHARE
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
| |
plists as necessary.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
A session store backed by an Active Record class. A default class is provided,
but any object duck-typing to an Active Record Session class with text
session_id and data attributes is sufficient.
WWW: https://github.com/rails/activerecord-session_store
|
|
|
|
|
|
|
|
| |
- While I'm here, sort PLIST
Changes: http://search.cpan.org/dist/Dancer2-Plugin-DBIC/CHANGES
PR: 205730
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
|
|
|
|
|
|
|
| |
The StateMachines Active Record 4.1+ integration adds support for database
transactions, automatically saving the record, named scopes, validation errors.
WWW: https://github.com/state-machines/state_machines-activerecord
|
|
|
|
|
|
|
|
|
| |
The StateMachines ActiveModel integration is useful for both standalone usage
and for providing the base implementation for ORMs which implement the
ActiveModel API. This integration adds support for validation errors and dirty
attribute tracking.
WWW: https://github.com/state-machines/state_machines-activemodel
|