| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Fix in CegoTableManager::insertDataTable, the newRBEntry method
call for the transactions manager also must be catched by the
exception. Otherwise, the index might be corrupted if any exception
occur ( e.g. out of temp space )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
| |
mongodb requires clang >= 3.7 to build if the compiler is clang
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
| |
|
|
|
|
|
|
| |
Changes: https://www.sqlite.org/releaselog/3_18_0.html
PR: 218287
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Changes: https://www.sqlite.org/releaselog/3_18_0.html
PR: 218286
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
| |
Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: update 2.33.1 -> 2.33.3
lfcbase:
- Small fixes for Monitor and Pager class, adding missing ifdef for
curses option in Pager class, replaced CGNOCURSES with LFCNOCURSES
cego:
- Fix in CegoRecoveryManager::recoverTableSet, before calling
transactionRecovery, we have to set flag setIgnoreInvalid to true.
During transaction recovery phase, we must ignore invalid btrees/index
objects since these objects could be invalidated but Log data
integrity and consistency is ensured
- Added implizit tableset btree and index correction to recovery procedure
( CegoRecoveryManager::recoverTableSet )
- Small syntax for cgadm from "backup TS" to "backup tableset TS"
( conform to other tableset commands )
- Fix in CegoTableManager::deleteDataTableEntryAtomic /
updateDataTableSynced / beginTransaction / commitTransaction /
rollbackTransaction to avoid log entries for forced transactions
( introduction of doLog flag ).
- Fix in CegoTableManager:deleteDataTable to avoid object synchronisation
during recovery phase ( introduction of isSynced flag ), since
during recovery phase, still no objects are registered and there is
no need for synchronization
- Added further admin console messages for recovery procedure.
This enables the database admin to follow the recovery procedure on
admin console level
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
2017-04-01 databases/py-sqlalchemy08: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As well as being the first stable release from the 4.7 branch, this
includes fixes for PMASA-2017-8 where it can be possible to bypass a
configuration restriction forbidding password-less accounts. This
depends on the upstream PHP version -- sites using php-7 are not
vulnerable, sites using php-5.6 are.
ChangeLog: https://www.phpmyadmin.net/files/4.7.0/
MFH: 2017Q1
Security: 68611303-149e-11e7-b9bb-6805ca0b3d42
|
|
|
|
|
|
| |
distfile too.
Sponsored by: Absolight
|
|
|
|
| |
Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
|
|
|
|
| |
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260
|
| |
|
|
|
|
|
| |
PR: 218137
Submitted by: Jose G. Juanino <jjuanino@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/sqlrelay: update 1.0.0 -> 1.0.1
rudiments:
- added support for EOT to codetree
- added loop-avoidance to xmldomevents class
- added alias support to codetree class
- replaced readline with libedit
- included implementation of history_truncate_file for versions of
libedit that don't provide it
- added --disable-wall and --disable-werror configure options
sqlrelay:
- updated sqlr-bench to create "db"-bench.png
- added edoc-generated API docs for the Erlang API
- updated some module-load error verbage
- added initial support for loading Oracle, SAP/Sybase, DB2, and Informix
libraries on-demand at runtime
- overhauled spec file
- fixed PDO driver for PHP 7 on 32-bit platforms
- added permissions to all open() with O_CREAT calls
- added --with-fortify configure option
- fixed a segfault on ctrl-D in sqlrsh
- fixed uncoordinated access to shared debugstr among listener threads
by using local instances instead
- added ping-loop to router connection module's logIn() method to manage
cases where routed-to instances are started after the router
- moved .../var/sqlrelay/tmp/*/* to .../var/run/sqlrelay
- added .sock extension to sockets, .ipc extension to ipc key files,
.pid extension to pid files, and .up extension to files which
indicate that the db is up
- changed mode of listener-connection sockets to 700 from 711
- moved .../var/sqlrelay/log to .../var/log/sqlrelay
- moved .../var/sqlrelay/cache to .../var/cache/sqlrelay
- libmysql*sqlrelay.so and libpqsqlrelay.so are no longer installed
- replaced sockseq-generated unix socket with pid-based unix socket
- updated ruby api to support unification of Fixnum and Bignum classes
into Integer class
- added --with-abs-max-connections configure script parameter
- increased default absolute max connections to 4096 (from 512)
- updated "can't open ... file" errors to mention user/group
- added SQLR_MYSQL_MAP_DATE_TO_DATETIME option to mysql drop-in
replacement library
- fixed normalize translation not to remove spaces before unary - and !
- updated sqlrsh to set error code correctly and write errors to stderr
- sqlr-cachemanager is no longer enabled at boot by default
- fixed another subtle bug in the ODBC driver that caused the first row
to be duplicated if columns were not bound
- added --disable-wall and --disable-werror configure options
|
|
|
|
|
|
|
| |
- Some cosmetic changes for backup manager handlng
( change nameing from archmng to backupmng )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: update 2.32.14 -> 2.33.0
lfcbase:
- Added CommandExecuter::executeStream method to catch stdout for
any forked process
- Added class OutStream to catch stdout from forked programs via popen
cego:
- Added database verify006 to check multidimensional btrees also in
combination of null value handling.
- Fix in CegoObjectCursor::getNext, double method call for unlockData removed
- Small grammar correction to treat distinct flag for select-star statement
- Fix in CegoBTreeCursor::compValue, null values have not been handled
correctly. For string values, string termination was not clean, which
also might lead to wrong cursor results
- Introduced archive manager, which can be triggered, to perform
an online backup. For now, online backups have to be triggered
externally.
The achive manager should make backup / restore handling more convenient
- Update to version 2.33.0 since the backup feature changes the product
specification.
- Integration of newly introduced lfcbase OutStream class to catch output
from backup manager. This allows to indicate a more detailed
output from backup manager on the admin console.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
- [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility
|
|
|
|
|
|
|
| |
- Install mariadb add_gis scripts
PR: 218063
Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
|
|
|
|
|
|
|
| |
- while here regenerated patch file (portlint warning)
PR: 217964
Reported by: Marcelo Moreira Martins <m3systemmm@gmail.com>
|
|
|
|
|
|
| |
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10061
|
|
|
|
| |
Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add vulnerability patch from upstream
- Improve OQGraph BROKEN message
- Take maintaintership
MFH: 2017Q1
Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf
Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security: CVE-2017-3313
Security: CVE-2017-3302
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
| |
PR: 217897
Submitted by: cyberbotx@cyberbotx.com(maintainer)
|
|
|
|
|
|
|
|
|
|
| |
The PHP client library provides fast access to documents stored in
a Couchbase Server.
WWW: https://pecl.php.net/package/couchbase
PR: 217645
Submitted by: John Chen <johnpupu@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 10.1.22 [1]
- Add upstream patch for WITHOUT_SERVER build failure
[1]: https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/
MFH: 2017Q1
Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf
Security: CVE-2017-3313
Security: CVE-2017-3302
|
|
|
|
|
|
|
|
|
|
| |
- Update to 10.0.30
- Modify upstream patch for clang build failure
- Add upstream patch for WITHOUT_SERVER build failure
Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security: CVE-2017-3302
Security: CVE-2017-3313
|
| |
|
|
|
|
|
|
| |
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/BSON/Changes
|
|
|
|
|
|
|
|
| |
The DISTVERSION should be set to the version componet directly
instead of substituting dots for dashes when deriving DISTNAME.
Reported by: mat
Differential Revision: https://reviews.freebsd.org/D10002
|
|
|
|
| |
This will unbreak www/gitlab broken in r436305
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.7
|
|
|
|
|
|
|
|
| |
PR: 213486
Changes: https://github.com/ossc-db/pg_rman/releases
Submitted by: Lacey Powers <lacey.leanne@gmail.com>
Reviewed by: rainer@ultra-secure.de
Approved by: kuriyama (maintainer timeout)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Fix WWW:
- Cosmetic fixes
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
|
|
|
|
| |
Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
|
|
|
|
|
|
|
| |
- Add missing runtime dependency [1]
PR: 217696 [1]
Submitted by: grembo
|
|
|
|
|
|
|
| |
Reintegrate DOCS and SSL options already used in previous
versions in the ports-tree.
Submitted by: Adam Schumacher <adam.schumacher@flightaware.com>
|
|
|
|
|
|
| |
After the update of devel/rubygem-redis-store to 1.2.0
this port need an patch to start again, since it requiered
devel/rubygem-redis-store 1.1.0 but still works with 1.2.0
|
|
|
|
| |
Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
|
|
|
|
|
|
| |
PR: 212884
Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com> (maintainer)
Reviewed by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
|
|
|
|
|
|
| |
They are deprecated by upstream for a long time
PR: 206839
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://plproxy.github.io/changelog.html
This adds support for PostgreSQL 9.5
Also:
- take maintainership
- change MASTERSITE to GitHub
- remove obsoleted check for PostgreSQL 9.1 (no longer in ports)
- update homepage of project
PR: 201796, 217515
|
|
|
|
|
| |
PR: 215245
Submitted by: Thomas Babut <tbabut@mobileobjects.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add new necessary dependencies
- Replace portions of CPPFLAGS and LDFLAGS with sed patches for
${WRKSRC}/configure
- Add sed patch to rename some deprecated structure names after
v3.7.1 update of x11-toolkits/scintilla
PR: 217697
Submitted by: lightside@gmx.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9974
|
|
|
|
|
| |
PR: 217670 [exp-run]
With hat: portmgr
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
| |
2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
|
|
|
|
|
| |
PR: 217575
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
written in PHP
Features
Lightweight - consists of a single 200KB source file for portability
Supports SQLite3 and SQLite2 databases
Translated and available in over 10 languages - and counting
Specify and manage an unlimited number of databases
Specify a directory and optionally its subdirectories to scan for databases
Create and delete databases
Add, delete, rename, empty, and drop tables
Browse, add, edit, and delete records
Add, delete, and edit table columns
Manage table indexes
Manage table triggers
Import and export tables, structure, indexes, and data (SQL, CSV)
View data as bar, pie, and line charts
Graphical search tool to find records based on specified field values
Create and run your own custom SQL queries in the free-form query editor/builder
Easily apply core SQLite functions to column values using the GUI
Write your own PHP functions to be available to apply to column values
Design your own theme using CSS or install a pre-made theme from the community
All presented in an intuitive, easy-to-use GUI that allows non-technical, SQL-illiterate users to fully manage databases
Allows multiple installations on the same server, each with a different password
Secure password-protected interface with login screen and cookies
PR: 214806
Submitted by: olevole@olevole.ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: update 2.32.11 -> 2.32.14
lfcbase:
- Small fix for Monitor::showFormBox, in case of menu elements,
delete key is disabled
cego:
- Correstion for distinct clause. With the current grammar implemention,
queries with nested selects and using the distinct operator might
fail. Cego.def grammar and CegoAction implementation has been changed
in way, that distinct option is just allowed at the beginning ( e.g.
select distinct count(a) from t1 and NOT select count(distinct a) from t1 )
This should simplify usage, since by using the distinct clause,
distinct tuples are retrieved either for plain queries or for
aggregation
Confusing sample not allowed anymore : select count(distinct a),
count(distinct b) from t1 ... now select distinct count(a), count(b)
from t1 )
- Fix in CegoBTreeValue::valueFromSchema added.
In case of multidimension btree objects, the insert of new values
might fail, if string bases attributes occur at the beginning
- Fix in CegoDistManager::registerObjects, registration of btree
objects was still missing. This might lead to wrong results for
drop if exists btree statements
- Added check to CegoXMLSpace::addArchLog to verify, that directory
for new archive location really exists
- Added archive log management to curses based CegoAdmMon administration
console
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 217643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This port uses ax_am_jobserver [1] which uses CPU_COUNT from
ax_count_cpus [2] to force -j to match the number of CPUs in
the system rather than the amount already specified by -j to
'gmake all'. The ax_count_cpus script is broken on FreeBSD
and the ax_am_jobserver code has no current support for
FreeBSD and uses a bashism, thus this always builds with 1
CPU. Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER
value fixes the problem.
I plan to do an exp-run to fix this for the entire tree.
[1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html
[2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html
MFH: 2017Q1
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
|
| |
- Complete SSL option
Changes: http://search.cpan.org/dist/DBD-mysql/Changes
|
|
|
|
|
| |
PR: 217450
Submitted by: joneum@bsdproject.de
|
|
|
|
|
|
|
|
|
|
| |
2017-03-07 databases/oracle8-client: Oracle 8 EOL by 10 years
2017-03-07 databases/oracle7-client: Oracle 7 EOL by 13 years
2017-03-07 databases/yasql: Dependent on deprecated oracle7-client
2017-03-07 databases/jdbc-oracle10g: Oracle 10g EOL almost 4 years
2017-03-07 databases/p5-DBD-Oracle: Depends on deprecated Oracle 7 (or 8) client
2017-03-07 databases/jdbc-oracle8i: Oracle8i unsupported and unavailable; fetch site redirects
2017-03-07 databases/jdbc-oracle9i: Oracle 9i is no more supported
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
|
| |
The port does not build with recent PostgreSQL versions.
Also the last upstream activity was 2010 with the release
of this beta. Therefore mark this port as DEPRECATED.
|
| |
|
| |
|
| |
|
|
|
|
| |
databases/oracle8-client
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Store::CouchDB provides a simple perlish interface for working with
Apache CouchDB.
WWW: http://search.cpan.org/dist/Store-CouchDB/
PR: 217597
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
|
|
|
|
| |
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
|
|
|
|
|
|
| |
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.37.4 -> 2.38.0
devel/pear-Horde_Cache 2.5.4 -> 2.5.5
devel/pear-Horde_Core 2.27.6 -> 2.27.8
databases/pear-Horde_Db 2.3.4 -> 2.4.0
devel/pear-Horde_Icalendar 2.1.4 -> 2.1.6
dns/pear-Horde_Idna 1.0.4 -> 1.1.0
sysutils/pear-Horde_Log 2.2.0 -> 2.3.0
mail/pear-Horde_Mime 2.10.2 -> 2.10.3
devel/pear-Horde_Prefs 2.8.0 -> 2.8.1
www/pear-Horde_Service_Weather 2.5.3 -> 2.5.4
www/pear-Horde_SessionHandler 2.2.8 -> 2.2.9
security/pear-Horde_Share 2.1.1 -> 2.1.2
mail/pear-Horde_Smtp 1.9.3 -> 1.9.4
devel/pear-Horde_Support 2.1.5 -> 2.2.0
devel/pear-Horde_Timezone 1.0.11 -> 1.1.0
devel/pear-Horde_Translation 2.2.1 -> 2.2.2
sysutils/pear-Horde_Vfs 2.3.4 -> 2.4.0
|
|
|
|
|
|
| |
TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745
PR: 215246
|
| |
|
|
|
|
|
|
|
|
| |
The original date was 2017-03-01
PR: 215287
Submitted by: rene
Approved by: maintainer timeout (nivit, almost 3 months)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sqliteconvert is a set of tools to convert SQLite3 schema files into
documentation. It includes sqlite2dot(1), which converts into a
graphviz file; sqlite2html(1), which converts into an HTML5 fragment;
and sqliteconvert(1), which pulls these tools together with some sane
default templates.
WWW: https://kristaps.bsd.lv/sqliteconvert/
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9895
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: update 2.32.8 -> 2.32.11
databases/cegobridge: update 1.1.2 -> 1.1.3, fix build with clang 4.0
devel/lfcbase:
- Added Monitor class for ncurses based GUI utility implementation.
This class provides GUI layout and event handling to simply ncurses
based GUI tool implementaton.
- Added class Pager for curses based pager implementation
databases/cego:
- Include stdlib.h added in CegoNet ( still missing forLinux compiles )
- Added CegoFieldValue::getDim method required for arithmetic operations
on fixed values
- Fix in CegoTableManager::getPoolInfo, readdelay and writedelay was
not calculated correctly
- Fix in CegoDistManager::stopDistTableSet, removing of btree objects
from database object dictionary was still missing
- In CegoTableManager::dropTableSet now also counter objects are
dropped ( stored in the database xml file ).
- Added some sizing optimizations for CegoAdmMon forms
- Fix in CegoRecoveryManager::recoverCurrentTransactionLog, added
the force option to addCounter method, since counters already could
be synched to xml ( not completely transaction save )
- Online index build up tested and verified. First tests with heavy
insert operations ( using cgblow ) during index build went succesful.
- Improvements for CegoAdmMon role permission handling, added remove
permission option
- Preparation of CegoObjectCursor and CegoTableManager to support
online index rebuild with write access to the table.
For this, concurrent insert operations have to be performed with
append =true. The ObjectCursor locks the last page until the index
rebuild is finished ( method setLastPageSync )
In this way, the index can be build up in parallel, while further
tuples could be appended to the table. ( just supported for btree
index objects )
PR: 216621
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Reported by: jbeich
|
| |
|
|
|
|
|
|
|
|
| |
- Daemon would better run as pgsql user, and for safety by default in
monitor only mode [1]
PR: 212490 [1]
Submitted by: marck [1]
|
| |
|
|
|
|
|
|
| |
PR: 195099
Submitted by: Leonid Shalupov
Approved by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
available module provides. Such goals/key features are:
no need to define your database schema (most features work without
one and some advanced features only require some bits, and still
not the full table definitions)
no need to connect to database: the module can just generate SQL
for you
chained methods with lazy SQL generation
joins/relationships
optional custom classes for results and resultsets with custom methods
SQL::Abstract syntax
paging features (with Data::Page)
WWW: http://search.cpan.org/dist/DBIx-Lite/
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
|
|
|
|
| |
Changes: https://github.com/google/leveldb/releases
|
|
|
|
|
| |
Approved by: maintainer
PR: 217493
|
|
|
|
|
|
|
|
| |
Changelog: http://www.pgpool.net/docs/pgpool-II-3.4.8/NEWS.txt
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-9.html
PR: 206839
Submitted by: Felix Hanley <felix@userspace.com.au>
|
| |
|
|
|
|
|
|
|
|
|
| |
system that allows generating analytical data reports in real time.
WWW: https://clickhouse.yandex/
PR: 216152
Submitted by: proler@gmail.com
|
| |
|
| |
|
|
|
|
| |
Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
|
|
|
|
| |
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html
|
|
|
|
|
| |
PR: 216918
Approved by: lbartoletti()tuxfamily.org (maintainer), rene (mentor, implicit)
|
|
|
|
|
|
|
|
|
| |
- Use real PORTVERSION and update dependent port
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/DateTime-Format-Pg/Changes
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Remove post-extract:
- Sort PLIST
|
|
|
|
| |
ChangeLog: https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst
|
| |
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://github.com/rails/arel/blob/master/History.txt
|
| |
|
| |
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- MySQL version enabled for Galera Replication
PR: 214807
Submitted by: Philip Stoev <philip.stoev@galeracluster.com>
Reviewed by: matthew, mat, mmokhi
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D9427
|
|
|
|
|
|
|
|
|
| |
Improve ${mysql_optfile} default usage in rc script.
Improve pkg-message.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9646
|
|
|
|
|
|
|
| |
PR: 217224
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9670
|
|
|
|
|
|
|
| |
PR: 217223
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9669
|
|
|
|
| |
ChangeLog: https://github.com/laurenz/pgreplay/blob/master/CHANGELOG
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=memcached
|
|
|
|
|
| |
PR: 216777
Approved by: mm (maintainer)
|
|
|
|
|
|
|
|
| |
PR: 217194
Submitted by: mat
Approved by: maintainer
Changes: https://github.com/perseas/Pyrseas/blob/v0.7.3/Changelog.rst
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
|
|
|
|
|
| |
PR: 214801
Submitted by: maintainer
|
|
|
|
|
| |
- Pet portlint
- Switch to options helpers
|
|
|
|
|
|
|
|
|
| |
File::Locate provides the locate() function that scans the locate
database for a given substring or POSIX regular expression. The
module can handle both plain old locate databases as well as the
more hip slocate format.
WWW: http://search.cpan.org/dist/File-Locate/
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Changes: https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md
https://github.com/resque/redis-namespace/commits/master
|
|
|
|
| |
Changes: https://github.com/rubysherpas/paranoia/releases
|
| |
|
| |
|
| |
|
|
|
|
| |
- Update WWW
|
|
|
|
|
|
|
|
| |
Changes: http://postgis.net/2017/01/31/postgis-2.3.2/
PR: 216913
Submitted by: cmt
Approved by: lbartoletti@tuxfamily.org (maintainer)
|
|
|
|
|
|
|
|
| |
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis
- Add MOVED entries
- While I'm here, add LICENSE_FILE
Changes: https://pecl.php.net/package-changelog.php?package=redis
PR: 216700
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer of databases/php71-redis)
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of databases/php56-redis),
Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis, timeout, 14 days)
|
|
|
|
| |
Changes: https://github.com/couchrest/couchrest/blob/master/history.txt
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=memcached
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade
that is believed to potentially cause a server
deadlock. A MIGRATE crash is also fixed.
Two important bug fixes, the first of one is critical:
1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular
conditions. See https://github.com/antirez/redis/issues/3799.
We reverted back to the previously used Jemalloc versions and plan
to upgrade Jemalloc again after having more info about the
cause of the bug.
2. MIGRATE could crash the server after a socket error. See for reference:
https://github.com/antirez/redis/issues/3796.
</ChangeLog>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
|
|
| |
- Patch check for OPENSSL_VERSION_NUMBER > 1.1
PR: 217028
Approved by: pi (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
| |
|
|
|
|
|
|
| |
Remove my maintainership and mark as deprecated.
Notified by: marino
|
| |
|
|
|
|
|
|
|
| |
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498
|
| |
|
|
|
|
|
|
|
| |
The 1.3.0 and later releases of pecl-mongodb promise to support LibreSSL,
so IGNORE with LibreSSL until then.
Approvd by: SSL blanket
|
|
|
|
|
| |
Version 10 last release for Oracle 10g Release 2, July 2005
Official support ended 31 JUL 2013
|
|
|
|
| |
Use the same expiration date for p5-DBD-Oracle and yasql as the clients.
|
|
|
|
|
|
|
|
| |
Version 8.1.7 last release for oracle 8i, August 2000
Official support ended 31 DEC 2006
Later clients (e.g 10.2) still support version 8, but it is also
unsupported. This particular client is binary and i386 only.
|
|
|
|
|
|
|
|
| |
Version 7.3 last release for oracle 7, February 1996
Official support ended 31 DEC 2003
Later clients still support version 7, but they may also be EOL.
This particular client is binary and i386 only.
|
|
|
|
|
|
|
| |
Nothing earlier than jdbc-oracle11i is supported, and the listed required
files for oracle 9i and below are no longer available. Moreover the URL
listed in the ignore message redirects. Fetching from the new location is
impossible. This software has been EOL for a long time.
|
|
|
|
| |
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
| |
PR: 216912
Submitted by: cmt@freebsd.org
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9492
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and
9.2.20. This release includes fixes that prevent data corruption issues in
index builds and in certain write-ahead-log replay situations, which are
detailed below. It also patches over 75 other bugs reported over the last three
months.
Users should plan to apply this update at the next scheduled downtime.
Build corruption with CREATE INDEX CONCURRENTLY
There existed a race condition if CREATE INDEX CONCURRENTLY was called on a
column that had not been indexed before, then rows that were updated by
transactions running at the same time as the CREATE INDEX CONCURRENTLY command
could have been indexed incorrectly.
If you suspect this may have happened, the most reliable solution is to rebuild
affected indexes after installing this update.
This issue is present in the 9.2, 9.3, 9.4, 9.5, and 9.6 series of PostgreSQL.
URL https://www.postgresql.org/about/news/1733/
|
|
|
|
|
|
| |
- Add PORTSCOUT
- Update WWW
- Add GitHub repository to WWW
|
|
|
|
|
|
| |
- Remove PORTSCOUT
Changes: https://pecl.php.net/package-changelog.php?package=memcached
|
|
|
|
| |
Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Relax USES=python
Changes: https://cito.github.io/DBUtils/RelNotes-1.2.html
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
on expired sysutils/puppet38. Please upgrade to a later version of these ports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
| |
Old link points nowhere.
PR: 216508
Submitted by: Szymon Scholz <szymonscholz@gmail.com>
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
|
|
|
|
|
|
|
|
|
|
| |
- Clean up MASTER_SITES
- Add LICENSE
- Add NO_ARCH
- Sort USE_PYTHON
- Update WWW
Changes: https://cito.github.io/DBUtils/RelNotes-1.1.1.html
|
| |
|
|
|
|
| |
- Fix some nearby bogosities (when noticed)
|
|
|
|
|
|
|
|
|
|
|
| |
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 215667
Submitted by: Beeblebrox <zaphod@berentweb.com>
Approved by: jjuanino@gmail.com (maintainer, updated patch)
|
| |
|
|
|
|
|
|
| |
ChangeLog - https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
PR: 216702
|
| |
|
|
|
|
|
|
|
| |
Remove files from stage directory that aren't supposed to be packaged
to satisfy QA checks. No revump necessary.
PR: 214669
|
|
|
|
|
|
| |
The maintainer was not involved in any of the last 13 releases and still
is not responding to PRs (many, many timeouts). Maintainership of this
port probably should have been reset a couple of years ago.
|
|
|
|
|
|
|
|
| |
2017-01-31 databases/rubygem-arel3: Use devel/rubygem-arel or devel/rubygem-arel6 instead
2017-01-31 databases/rubygem-arel5: Use devel/rubygem-arel or devel/rubygem-arel6 instead
2017-01-31 www/tinymce3: Use www/tinymce instead
2017-01-31 devel/p5-IO-Detect: Use devel/p5-Scalar-Does instead
2017-01-31 devel/pear-PHPUnit3: Deprecated by upstream, use devel/phpunit instead
|
|
|
|
| |
PR: 216646
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
Linux programs can find desktop theme icons. This eliminates the need
for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
lib, lib64, sbin and icons to the new destination before the directories
are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
|
|
|
|
|
| |
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
mysql_version.h: No such file or directory)
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: update 2.32.7 -> 2.32.8
lfcbase:
- Changed methods for class Sleeper to static. Added Sleeper class
test to test suite
- Added include file limits.h in Chain.cc. For Linux compiles, this
include is required ( definition of INT_MAX and INT_MIN )
cego:
- Small improvements for CegoAdmMon curses based admin console
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
| |
|
|
|
|
|
|
| |
Submitted by: Radek Krejca
PR: ports/216547
Submitted by: Alistair Meney <atmeney@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
chassis-mainloop.c:102:54: error: use of undeclared identifier '_EVENT_VERSION'
if (0 != chassis_check_version(event_get_version(), _EVENT_VERSION)) {
^
chassis-mainloop.c:104:15: error: use of undeclared identifier '_EVENT_VERSION'
G_STRLOC, _EVENT_VERSION, event_get_version());
^
/usr/local/include/glib-2.0/glib/gmessages.h:161:32: note: expanded from macro 'g_critical'
__VA_ARGS__)
^
chassis-mainloop.c:119:37: error: use of undeclared identifier '_EVENT_VERSION'
chas->event_hdr_version = g_strdup(_EVENT_VERSION);
^
PR: 216527
|
|
|
|
|
| |
PR: 216422
Submitted by: Zach Leslie <freebsd@zleslie.info> (maintainer)
|
|
|
|
|
|
| |
PR: 208814
Submitted by: Fabiano Sidler <fabianosidler@swissonline.ch>
Approved by: Zach Leslie <freebsd@zleslie.info> (maintainer)
|
|
|
|
|
|
|
| |
- While I'm here, remove PHP_MODNAME
PR: 216495
Submitted by: Daniel Ylitalo <daniel@blodan.se>
|
|
|
|
| |
- While I'm here, update IGNORE_WITH_PHP
|
| |
|
|
|
|
|
|
| |
- Force dynamic linking with OpenSSL
MFH: 2017Q1
|
| |
|
| |
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This includes a number of security fixes
MFH: 2017Q1
Security: 7721562b-e20a-11e6-b2e2-6805ca0b3d42
|
|
|
|
| |
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Remove PROJECTHOST
- Use USE_PYTHON=autoplist
|
|
|
|
|
|
| |
PR: 216402
Submitted by: kbowling
Approved by: xmj (maintainer)
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoFileHandler::releaseFiles.
_tabSetId and _isReg vars have to be set to zero/false in any case.
Otherwise, it might happen that old entries are still visible and in case
of a tableset recreation obsolete file handle information is provided
- Method CegoTransactionManager::hasOpenTransaction added to check for open
transaction for a spedific table. This method is called now before a table
can be dropped to ensure there are no open transaction for this table.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
|
|
|
| |
- Fix CMake SSL detection
- Always set WITH_SSL=${OPENSSLBASE}
PR: 216311
Approved by: Mahdi Moktari <mokhi64@gmail.com> (maintainer)
Differential Revision: D9272
|
|
|
|
| |
http://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.3
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
An issue was discovered where users of mysql did not have a my.cnf and
the recent update was causing mysqld to find a sample my.cnf and load
its parameters. This was causing errors on startup for users of innodb
as the parameters used to init the database did not match the ones in
the sample config file it was now reading.
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/sbin/dtrace -G -o memcached_dtrace.o -s ./memcached_dtrace.d ...
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
[...]
ld: memcached_dtrace.o.iRgx2j: Relocations in generic ELF (EM: 0)
memcached_dtrace.o.iRgx2j: error adding symbols: File in wrong format
dtrace: failed to link script ./memcached_dtrace.d: failed to link memcached_dtrace.o: ld exited with status 1
PR: 214556
|
| |
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.0.15
PR: 216210
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
|
|
|
|
|
|
|
|
|
|
| |
- Port improvements from MySQL 5.7 port
- Use system libs instead of bundled
- Fix many open PRs
- Change MAINTAINER
PR: 216244 192657 198812 199751 205093
PR: 209618 211248 205983 209338
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
databases/sqlrelay: update 0.67.0 -> 1.0.0
Recommended reading:
http://software.firstworks.com/2016/12/benchmarking-sql-relay-100.html
http://software.firstworks.com/2016/12/rudiments-100-release-announcement.html
http://software.firstworks.com/2016/12/rudiments-102-release-announcement.html
http://software.firstworks.com/2016/12/sql-relay.html
|
| |
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
|