| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This tries to fix discrepancy between
$ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
$ git grep -lF :devel/icu | sed 's,/Makefile$,,'
PR: 214384
Reported by: tijl, stage-qa, readelf(1)
|
|
|
|
|
| |
- Fix in CegoBTreeManager::insertBTree, in case of a duplicate
exception, a bufferpool leak occured ( buffer is not unfixed ).
|
| |
|
|
|
|
|
|
| |
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
| |
Rather than second-guessing what the __os_free() might be doing and
avoiding it, initialize the pointer to NULL, which __os_free() will
skip. This should be the safer approach if Oracle ever patches other
parts of db 5.3.
PR: 210829
Submitted by: Mark Millard
|
| |
|
| |
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
PR: 213455
Changes: https://metacpan.org/changes/distribution/DBICx-Sugar
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Approved: bofh (maintainer timeout)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/Changes
|
|
|
|
|
|
| |
- Update LICENSE
Changes: http://search.cpan.org/dist/DBIx-Admin-TableInfo/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
|
| |
|
|
|
|
|
| |
Changes: https://github.com/dbcli/pgcli/commits/master
Differential Revision: https://reviews.freebsd.org/D8414
|
|
|
|
|
|
|
| |
- Use USES=mysql
Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
Differential Revision: https://reviews.freebsd.org/D8414
|
|
|
|
|
| |
Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst
Differential Revision: https://reviews.freebsd.org/D8414
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Take maintainership
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
Differential Revision: https://reviews.freebsd.org/D8414
Approved by: wg (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace RAND_SSLeay->bytes with arc4random_buf when using LibreSSL, as
it supports RAND_SSLeay only for ABI compatibility [0].
Note that the code in question in mariadb mentions that RAND_bytes
isn't guaranteed to not block and therefore uses these functions directly.
As LibreSSL implements RAND_bytes in terms of arc4random_buf, which
shouldn't block, the patch could also use RAND_bytes instead of
using arc4random_buf directly, but the current version of the patch
has been tested in production and might be less confusing overall.
Bumped revision, as this fixes a runtime problem.
[0]
https://github.com/libressl/libressl/blob/master/src/crypto/rand/rand_lib.c#L36
PR: 213577
Approved by: ssl blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in this function)
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
c->pix_fmt = STREAM_PIX_FMT;
^
lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only once for each function it appears in
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
c->pix_fmt = STREAM_PIX_FMT;
^
lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
if (c->codec_id == CODEC_ID_MPEG2VIDEO) {
^
PR: 207547
|
| |
|
|
|
|
| |
Submitted by: demon (via email)
|
|
|
|
|
|
|
|
|
| |
This currently leaves ARMv6 and aarch64 on FreeBSD 9.x and 10.x out in
the rain because these will still autoconfigure to only permit private
mutexes.
PR: 213167
Submitted by: jbeich (IRC)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 214011 214012 214013 214014 214015 214016 214017
PR: 214018 214019 214021 214022 214023 214024 214025
PR: 214026 214027 214028 214029 214030 214031 214032
PR: 214033 214034 214035 214036 214037 214038 214039
PR: 214040 214041 214042 214043 214044 214045 214046
PR: 214047 214048 214049 214050 214051 214052 214053
PR: 214054 214055 214056 214057 214058 214059 214060
PR: 214061 214062 214063 214064 214066 214067 214068
PR: 214071 214072 214073 214074 214075 214076 214077
PR: 214078 214079 214080 214081 214082 214083 214084
PR: 214085 214086 214087 214088 214089 214090 214091
PR: 214092 214093 214094 214095 214096 214097 214098
PR: 214099 214100 214101 214102 214103 214104 214108
PR: 214109 214110 214111 214112 214113 214114 214115
PR: 214116 214117 214118 214119 214120 214121 214122
PR: 214123 214124 214125 214126 214127 214128 214129
PR: 214130 214131 214132 214133 214134 214135 214136
PR: 214137 214138 214139 214140 214141 214142 214143
PR: 214144 214145 214146 214147 214148 214149 214150
PR: 214151 214152
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
|
|
|
|
|
|
|
|
| |
PR: 213416
Submitted by: luca.pizzamiglio@gmail.com (with modifications)
MFH: 2016Q4
Relnotes: https://github.com/memcached/memcached/wiki/ReleaseNotes1433
Security: f4bf713f-6ac7-4b76-8980-47bf90c5419f
|
|
|
|
|
|
|
|
|
|
| |
Release Notes:
https://pypi.python.org/pypi/psycopg2cffi#october-2016
Port changes: Set LICENSE_FILE and strip shared library.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8413
|
|
|
|
|
|
|
| |
- Maintenance release
Security: CVE-2016-7440
Security: CVE-2016-5584
|
|
|
|
|
|
| |
PR: 213368(based on)
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >14 days)
|
| |
|
|
|
|
|
| |
option description. Those ports where it meant something more specific were
left untouched.
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15,
9.2.19, and 9.1.24.
This release fixes two issues that can cause data corruption, which are
described in more detail below. It also patches a number of other bugs reported
over the last three months. The project urges users to apply this update at the
next possible downtime.
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
| |
updated and uses fresh pymongo port now.
|
| |
|
| |
|
|
|
|
| |
Maintainer timeout (2.5 months)
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
IGNORE_WITH_PHP values (5, 52, 54, 55)
|
|
|
|
|
|
| |
PHP_VER can be used in phpXX-* ports to make sure they build.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMake Error at cmake/ssl.cmake:249 (MESSAGE):
Cannot find appropriate system libraries for SSL. Make sure you've
specified a supported SSL version. Consult the documentation for WITH_SSL
alternatives
- Add LICENSE_FILE
- Fix openssl dependency, it's not build-time only
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
|
|
|
|
| |
- Merge pull request #442
- PHPC-820: Upgrade libbson and libmongoc to 1.3.6
|
|
|
|
| |
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
2016-10-20 databases/php-adodb-ext: Works only with EOL php 5.5
|
|
|
|
|
|
| |
The build was failing on 11 and head due to missing USES=libedit
PR: 213643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2016-10-20 misc/jive: Offensive
2016-10-20 devel/pecl-spread: Works only with EOL php 5.5
2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5
2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5
2016-10-20 devel/pecl-shape: Works only with EOL php 5.5
2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5
2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5
2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5
2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5
2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5
2016-10-20 devel/pecl-operator: Works only with EOL php 5.5
2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5
2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5
2016-10-20 devel/pecl-automap: Works only with EOL php 5.5
2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5
2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5
|
|
|
|
|
|
|
|
|
| |
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
|
|
|
|
|
|
|
|
| |
Percona PAM authentication plugin for MySQL.
WWW: https://www.percona.com/
Differential Revision: https://reviews.freebsd.org/D8193
|
|
|
|
|
|
|
|
|
|
| |
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
|
| |
|
|
|
|
| |
Fix problem with large WHERE clauses or large IN dittos.
|
|
|
|
|
|
|
| |
- Change RUN_DEPENDS to py-sqlalchemy10 [1]
PR: 213562 [1]
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
|
|
| |
- Regular update to 10.1.18
|
|
|
|
|
| |
PR: 213545
Submitted by: cyberbotx@cyberbotx.com(maintainer)
|
|
|
|
| |
Changes: https://github.com/2ndQuadrant/pglogical/compare/REL1_2_1...master
|
|
|
|
|
|
| |
- Take Maintainership
Submitted by: danfe
|
|
|
|
|
|
|
| |
- Make patches makepatch compatible
PR: 213346 [1]
Submitted by: supportme@ukr.net [1]
|
|
|
|
| |
Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e
|
|
|
|
|
| |
PR: 213066
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Puppetboard depends on pypuppetdb>=0.3, so:
- copy databases/py-pypuppetdb to databases/py-pypuppetdb03;
- update databases/py-pypuppetdb03 to 0.3.1;
- copy www/py-puppetboard to www/py-puppetboard02;
- update www/py-puppetboard02 to 0.2.0;
- register conflicts between these ports;
- take maintainership of new ports.
While here:
- Update projects account.
PR: 211604 [1], 211918 [2]
Submitted by: neel@neelc.org [1], romain [2]
|
|
|
|
|
|
|
|
| |
For upgrading, see this site:
https://docs.influxdata.com/influxdb/v1.0/administration/013_vs_1/
Submitted by: maintainer
PR: ports/213464
|
| |
|
|
|
|
|
|
| |
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/MongoDB
|
|
|
|
|
|
|
| |
- Install doc files only when needed
PR: 213171 [1]
Submitted by: Neel Chauhan (maintainer) [1]
|
|
|
|
|
| |
- USES=execinfo
- Bump PORTREVISION
|
|
|
|
|
|
|
| |
databases/sqlrelay: 0.65.0 -> 0.66.0
Changes: http://software.firstworks.com/2016/09/version-0.html
http://software.firstworks.com/2016/09/sql-relay-0660-release-announcement.html
|
|
|
|
|
| |
PR: 212890
Submitted by: Jonathan Chen (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/DBD-ODBC
|
| |
|
| |
|
|
|
|
|
|
|
| |
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) on project hbase-assembly: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
Reported by: pkg-fallout
MFH: 2016Q4
|
|
|
|
|
|
|
|
|
|
|
| |
- WWW changed from
https://github.com/couchbase/libcouchbase/
to
http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html
PR: 213040
Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Note that the license specifically is NOT copyfree:
http://copyfree.org/standard/rejected, see under
'Open Source License for Oracle Berkeley DB'
|
|
|
|
| |
It's not BSD3CLAUSE but Sleepycat (unknown to the framework).
|
|
|
|
|
|
|
|
| |
The clean up drops an obsolete comment (overcome by a patch),
drops the --disable-tcl that is overridden anyhow, and replaces a few
.if empty(PORT_OPTIONS:Mfoo) by post-install-FOO-{on|off}: targets.
This is to get the port closer to db6.
|
|
|
|
|
| |
PR: 213279
Submitted by: osidorkin@gmail.com
|
|
|
|
|
|
|
|
|
|
|
| |
The previous approach only worked on ARMv7+, this should now permit
build and use with environments shared between processes on a wider set
of ARM architectures.
Bump PORTREVISION.
PR: 213223
Submitted by: mikael.urankar@gmail.com
|
|
|
|
|
|
|
|
| |
Maybe the renatasystems server was down briefly because this port fetches
without any issue now.
PR: 213002
Submitted by: maintainer
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033001/Changes
|
| |
|
|
|
|
|
| |
- Switch to options helpers
- Simplify installation
|
|
|
|
| |
- Fix ownership of installed files
|
|
|
|
|
| |
PR: 213174
Submitted by: lbartoletti at tuxfamily.org (maintainer)
|
|
|
|
| |
Changelog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-40.html
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 213024
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add PG 9.6 compatibility
Fix issues in shared memory estimation, which could prevent starting postgres
or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the
report)
Add hint of possible reasons pgss.max could not be retrieved, which could
prevent starting postgres
Make portlint happy
|
| |
|
|
|
|
| |
For now.
|
|
|
|
|
|
| |
db6 switched from the stpb-based mutexes that db5 used to ldrex/strex.
PR: 213167 (related)
|
|
|
|
| |
- Add tests support
|
| |
|
|
|
|
|
|
|
| |
2016-10-01 databases/postgresql91-client: End-of-life is near
2016-10-08 databases/postgresql91-pgtcl: Depends on expired PostgreSQL 9.1
2016-10-01 databases/postgresql91-server: End-of-life is near
2016-10-08 databases/postgresql-pllua: Depends on expired PostgreSQL 9.1
|
|
|
|
|
|
|
|
|
|
|
| |
Security release to patch possible buffer overflow in prepared
statements. Reported and fixed by Pali Rohar. This vulnerability
is present in all releases at least back to versions 3.0 of the
driver, which were released in 2005.
Security: CVE-2016-1246
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.037/Changes
MFH: 2016Q3
|
| |
|
| |
|
|
|
|
|
|
| |
2016-10-01 databases/postgresql91-pltcl: End-of-life is near
2016-10-01 databases/postgresql91-docs: End-of-life is near
2016-10-02 www/mediawiki125: EOL upstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
THere were 5 new programs built and installed by both the client and
the server. This is not a unique case. Previously they were allocated
to the client and removed by the post-install target of the server. In
this case, they've already been allocated to the server, so we need a
new post-install target for the client to remove them from the stage
directory so stage-QA checks pass.
While here, remove the now-unnecessary DragonFly configure argument
and change the backtick in a comment to an apostrophe to avoid the
makefile being interpreted as a shell script by some editors. Also
remove redundant forward slashes on the server post-install target.
Approved by: just-fix-it
|
|
|
|
|
|
| |
The intent was to check for GSSAPI BASE option set on FreeBSD 9, but
the effect was an IGNORE set for all non-FreeBSD platforms. Fix the
logic to its original intent under the just-fix-it blanket.
|
|
|
|
| |
Changes: Who knows? Upstream hasn't updated Changes in 5 years.
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of expired postgresql91-docs/Makefile
|
|
|
|
| |
instead of expired postgresql91-pltcl/Makefile
|
|
|
|
|
|
|
| |
Mk/Uses/pgsql.mk needs to be adjusted too.
Submitted by: portsnap buildbox
Pointyhat: rene
|
|
|
|
|
|
|
|
| |
2016-10-01 www/node010: Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS
2016-10-01 databases/postgresql91-contrib: End-of-life is near
2016-10-01 databases/postgresql91-client: End-of-life is near
2016-10-01 databases/postgresql91-plpython: End-of-life is near
2016-10-01 databases/postgresql91-plperl: End-of-life is near
|
| |
|
|
|
|
|
|
|
|
|
| |
- update to 3.9.0
- update maintainer's email
- pet portlint
PR: 212395
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
| |
- Account for different username between postgresql 9.5 (postgres)
or earlier versions (pgsql)
- Regenerate patches by 'make makepatch'
|
|
|
|
|
|
|
|
| |
The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and
later, allowing to collect, aggregate and purge statistics on a PostgreSQL
instance from various sources. It is implemented as a background worker.
pg_qualstats, providing data about predicates, i.e. where clauses
|
|
|
|
|
|
|
| |
Security: CVE-2016-6316
Security: CVE-2016-6317
Approved by: swills (mentor)
|
|
|
|
|
|
| |
Changes: verify instances of SignedGlobalID when locating them
Approved by: swills (mentor)
|
|
|
|
|
|
|
|
|
| |
database, was released today by the PostgreSQL Global Development
Group. This release will allow users to both scale up and scale out
high performance database workloads. New features include parallel
query, synchronous replication improvements, phrase search, and
improvements to performance and usability, as well as many more
features.
|
| |
|
|
|
|
|
| |
PR: 213050
Submitted by: maintainer
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
ChangeLog: https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 212869
|
|
|
|
|
| |
PR: 212885
Submitted by: Andres Montalban <amontalban@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* Fis issues around riak-admin functionality in env.sh script
* Adjust COMMENT
* Bump PORTREVISION
PR: 212864
Submitted by: rm
MFH: 2016Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
| |
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D7995
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7411
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: swills (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
pglogical-output: delete; merged into databases/pglogical
The databases/pglogical and databases/pglogical-output ports have been
merged into one codebase upstream, and database/pglogical now installs
the pglogical-output.so module.
pkg(8) should handle the merger correctly; portmaster(1),
portupgrade(1) users are advised to manually delete pglogical-output
before upgrading.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pgModeler - PostgreSQL Database Modeler - is an open source data modeling
tool designed for PostgreSQL. No more DDL commands written by hand let
pgModeler do the job for you! This software reunites the concepts of
entity-relationship diagrams and the features that PostgreSQL implements as
extensions of SQL standards.
WWW: http://pgmodeler.com.br/
PR: 203204
Submitted by: lbartoletti@tuxfamily.org
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: pi (mentor)
|
| |
|
| |
|
|
|
|
| |
Reported by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow fragmented pipeline requests.
- Allow multispace delim in native proto
- MATCH with slashes
- Linestring nearby search correction
- Allow for nginx support
- Reset requirepass
- Added "BOUNDS key" command
PR: ports/212800
Submitted by: olevole@olevole.ru (maintainer)
|
|
|
|
| |
While here, fix a stage permission issue with the docs
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
| |
- Silence stripping
|
|
|
|
|
|
|
| |
PR: 212690
Submitted by: mokhi64@gmail.com (maintainer)
MFH: 2016Q3
Security: CVE 2016-6662
|
| |
|
| |
|
|
|
|
| |
Submitted by: Amanda Strnad <amstrnad@gmail.com>
|
| |
|
|
|
|
| |
These ports built successfully
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
|
|
|
|
| |
- Upstream bugfix update
|
|
|
|
|
|
|
|
|
|
| |
Add a new port databases/sqlitebrowser-qt5 as slaveport of the existing
databases/sqlitebrowser.
PR: 211217
Reviewed by: mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7253
|
|
|
|
|
|
|
| |
Also, SSL is only a build requirement.
While here, prevent extract shared libraries from building on DragonFly.
Approved by: SSL blanket
|
|
|
|
|
| |
Security: https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/
MFH: 2016Q3
|
|
|
|
|
|
|
| |
This simplifies the logic involved. Now the port will present as BROKEN
if it's built on FreeBSD 9 using the base SSL library.
Approved by: SSL blanket
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/SRI/Mojo-Pg-2.30/Changes
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.036/Changes
|
| |
|
| |
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Simplify installation
|
|
|
|
|
|
|
| |
- Added database flag DUPLICATENULL to allow duplicate null values
for unique btree objects
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
| |
|
|
|
|
| |
Approved by: SSL blanket
|
|
|
|
| |
Approved by: SSL blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/pear-Horde_Alarm 2.2.7 -> 2.2.8
devel/pear-Horde_Cache 2.5.3 -> 2.5.4
devel/pear-Horde_Core 2.25.0 -> 2.26.1
security/pear-Horde_Crypt_Blowfish 1.1.1 -> 1.1.2
databases/pear-Horde_Db 2.3.2 -> 2.3.3
www/pear-Horde_Form 2.0.14 -> 2.0.15
databases/pear-Horde_HashTable 1.2.5 -> 1.2.6
mail/pear-Horde_Imap_Client 2.29.8 -> 2.29.9
devel/pear-Horde_Lock 2.1.3 -> 2.1.4
mail/pear-Horde_Mime 2.10.0 -> 2.10.1
mail/pear-Horde_Mime_Viewer 2.2.0 -> 2.2.1
devel/pear-Horde_Prefs 2.7.6 -> 2.8.0
devel/pear-Horde_Queue 1.1.3 -> 1.1.4
devel/pear-Horde_Rdo 2.0.5 -> 2.1.0
www/pear-Horde_SessionHandler 2.2.7 -> 2.2.8
security/pear-Horde_Share 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.4 -> 2.3.5
www/horde-base 5.2.11 -> 5.2.12
mail/horde-imp 6.2.15 -> 6.2.16
mail/horde-ingo 3.2.11 -> 3.2.12
deskutils/horde-kronolith 4.2.17 -> 4.2.18
deskutils/horde-nag 4.2.10 -> 4.2.11
mail/horde-turba 4.2.15 -> 4.2.16
mail/horde-webmail 5.2.15 -> 5.2.16
deskutils/horde-groupware 5.2.15 -> 5.2.16
|
| |
|
|
|
|
|
| |
- Switch to options helpers
- Bump PORTREVISION for x11-toolkits/scintilla library change
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
|
| |
|
|
|
|
| |
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
|
| |
Fix spelling while here [2]
Pointed out by: matthew [1], bcr [2]
Pointy hat to: girgen
|
|
|
|
|
| |
PR: 212311
Submitted by: rhurlin@gwdg.de (maintainer)
|
| |
|
|
|
|
| |
- Updated MASTER_SITE
|
| |
|
| |
|
|
|
|
|
|
|
| |
- While here, some minor cosmetic fixes
PR: 212342
Submitted by: dem.procopiou@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework.
- bsd.port.mk:
- Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
- Put USE_LINUX_PREFIX handling after USES processing.
- Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
give these variables a different default value.
- When a package needs to run Linux ldconfig check before installation if
Linux support is enabled.
- emulators/linux_base-*:
- Use USES=linux and remove duplication.
- Remove files/lp. FreeBSD or CUPS lp(1) should work.
- Remove files/yp.conf. No longer seems to be used.
- Remove pkg-deinstall and move pkg-install into pkg-plist.
- Update pkg-descr and pkg-message.
- Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
to use FreeBSD mkdir so mkdir -p $path creates $path and not
/compat/linux/$path.
PR: 211645
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
Fix bad pkg-plist for postgresql 9.6 server
|
|
|
|
|
|
|
| |
Please read the entry from 20160905 in UPDATING:
daemon user has changed to `postgres'
ICU is default on
|
|
|
|
|
|
|
|
| |
sqlite headers)
- While here, verbosify build
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer-Plugin-Database-2.13/Changes
PR: 211831
Submitted by: hvo.pm@xs4all.nl
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer2-Plugin-Database-2.17/Changes
PR: 211830
Submitted by: hvo.pm@xs4all.nl
|
|
|
|
|
|
|
|
|
| |
- Galera metrics
- System metrics
- Better thread pool metrics
- InnoDB 5.7 innodb_buffer_pool_chunk_size checks
- Bugs fixes on CVE detection
- Bug fixes on error message displayed for some versions
|
|
|
|
|
|
|
|
|
|
|
| |
This is the C client library for Couchbase. It communicates with the cluster
and speaks the relevant protocols necessary to connect to the cluster and
execute data operations.
https://github.com/couchbase/libcouchbase/
PR: 205377
Submitted by: gebhart@secnetix.de, Sergey Avseyev <sergey.avseyev@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
While doing so, make qa.sh happy by adding some GTK2-deps.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7728
|
|
|
|
|
| |
- Update to 10.1.17
- Remove no-op cmake flag for -client
|
|
|
|
| |
No change in functionality.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by: pi (mentor)
|
|
|
|
|
|
|
|
|
|
| |
- Fix bug introduced in 0.15's refactoring which stopped empty where
clauses (e.g. $where => {}) working
- factor code for Dancer::Plugin::SimpleCRUD (joshrabinowitz)
PR: 211829
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Approved by: sunpoet (maintainer timeout)
|
|
|
|
|
| |
- Update to 10.0.27
- Move from USE_OPENSSL to USES= ssl
|
|
|
|
| |
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243
|
|
|
|
|
| |
PR: 212169
Submitted by: Thomas Babut
|
|
|
|
| |
- Add LICENSE info
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
store with all the features expected of a mature and robust database, like a
friendly query language and ACID transactions. The programmer works with a
flexible network structure of nodes and relationships rather than static
tables yet enjoys all the benefits of enterprise-quality database. For many
applications, Neo4j offers orders of magnitude performance benefits compared
to relational DBs.
WWW: https://neo4j.com
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix building when OPENSSL_VERSION_NUMBER == 2
- Switch USE_OPENSSL to USES= ssl
PR: 211770
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Approved by: Mahdi Mokhtari <mokhi64@gmail.com>
MFH: 2016Q3
|
|
|
|
| |
Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.10.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
|
|
|
|
|
| |
PR: 211725
Submitted by: Pavel Volkov (maintainer)
|
|
|
|
|
|
|
| |
- Add UNKNOWN_SQL option
PR: 211724
Submitted by: Pavel Volkov (maintainer)
|
|
|
|
|
|
| |
PR: 212063
Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.14
Approved by: m.tsatsenko@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
| |
COPYTREE_SHARE installs as 444, which may be a mistake.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoFunction::evalFieldValue, for functions date2str,
date2int, int2date, type casting to appropriate type has been added.
Without the cast, the functions might return wrong results
- Adaptions for CegoBlowTab to use CegoNet API
- Completion for blob methods in CegoNet
- Improved flow control in CegoClient ( based on ncurses )
- Optimization in CegoClient, just high level CegoNet API methods
are used now for client implementation. Missing methods have been
added to CegoNet API
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
Because GH_ACCOUNT is sufficient in this case.
Reported by: mat
|
|
|
|
|
|
|
| |
Note: this release drops support for postgresql-9.4.x:
postgresql-9.5.x or above is now mandatory.
ChangeLog: https://github.com/citusdata/citus/blob/v5.2.0/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
| |
release tarball, but has been fixed in upstream's Github.
Add pglogical_dump, pglogical_origin--1.0.0.sql and
pglogical_origin.control conditionally on the postgresql version --
these are only compiled and installed with postgresql-9.4.x
Submitted by: Anderson Neves <anderson.ufal@gmail.com>
|
| |
|
|
|
|
|
|
| |
PR: 211392
Submitted by: eric@camachat.org
Approved by: maintainer timeout (brendan+freebsd@bbqsrc.net, 3 weeks)
|
|
|
|
|
|
|
|
|
| |
- Add CPE and libedit support [1]
- Use @preunexec instead of the deprecated @unexec in pkg-plist [1]
- Regenerate patches with make makepatch
PR: 211387 [1]
Submitted by: luca.pizzamiglio@gmail.com [1]
|
|
|
|
|
|
| |
PR: 211377
Submitted by: tbabut@mobileobjects.de
Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 3 weeks)
|
| |
|
|
|
|
|
|
| |
PR: 211429
Submitted by: pfg
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=mysql
- Use options helpers
- Regenerate patch with make makepatch
3.2.2, 2015.03.18 (r2780)
o The DBDriver::operator= would leak a live connection if you
assigned a disconnected DBDriver to it. Patch by Quentin Armitage.
o Plugged a potential DBDriver instance leak in Connection ctor.
Patch by Yury Alekseev.
o Explicitly #including algorithm.h in examples/multiquery.cpp for
std::max().
o Added missing "break;" statements in Transaction ctor taking an
isolation level parameter, which caused only the last one to do
the right thing. Problem noticed by Tony Whyman, fix by me.
o The bootstrap script now checks for the existence of needed build
tools before trying to use them. This lets us emit a clearer
error message than the shell will. Original patch by Adrian
Cornish.
o Fixed a build problem related to std::min/max with Visual C++ 2013
due to a change in the definitions provided by its header files.
o Tracked several changes made to Connector/C made since 3.2.1.
o Assorted documentation updates.
o Generating HTML with UTF-8 encoding, not 8859-1
3.2.1, 2013.12.10 (r2756)
o Connection copy ctor wasn't copying the "throw exceptions"
flag. The copy always had exceptions enabled.
o The resetdb example would print a bogus message about logging in
as '1'@'1' instead of showing the actual values passed on the
command line. This did not affect how it actually logged in.
o Previous release tarball was missing a few text files present in
the source repository.
o Updated build paths for VC++ and MinGW to track a file layout
change in Connector/C 6.1.2.
3.2.0, 2013.06.20 (r2747)
o References to MySQL 5.1 have been replaced with 5.6, that
being the current GA release.
o All Windows builds now assume you're using Connector/C 6.1
instead of having installed the MySQL server on your machine
just to get development files. If you are running a MySQL
server on your development machine and don't want to install
Connector/C just to make MySQL++ happy, see the README-*.txt
file for your platform to get instructions on fixing the paths
so the build system finds the development files under the MySQL
server directory.
o The generated VC++ 2008 project files now assume you want 64-bit
executables. (It is 2013 now, after all.)
Since the VC++ 2005 project files continue to be configured for
32-bit builds, the easiest way to get a 32-bit project in VC++
2008+ is to import the VC++ *2005* project files, rather than
adjust the build target settings of all 44 vc2008/*.vcproj
files within the IDE.
o Added Query::replacefrom(): like insertfrom() but it uses
REPLACE statements instead of INSERT. Patch by Adrian Cornish.
o Added support for SQL "unsigned float" columns. Patch by
Leonardo Lang.
o Added "abicheck" top-level build target, which runs the
ISPRAS ABI checker tool (http://goo.gl/e19lD) against
a predecided "ABI-stable" version of MySQL++, comparing it
against the current version. This should help avoid future
unplanned ABI breakages, as happened between 3.0.9 and 3.1.0.
We have chosen not to revert those changes that broke the ABI,
but instead have chosen to accept the 3.1.0 ABI as the new
stable ABI for the rest of the 3.x series. Running the ABI
checker is now part of the release process, so we should not
change the ABI again until 4.0!
o The Query::insert() and replace() overloads that take a pair
of iterators now work with containers that only provide forward
iterators. Idea by Adrian Cornish.
o Using libtool again on Autotools systems. It gives us
relocatable libraries, which is needed in some linking
situations. Patch by Adrian Cornish.
o VC++ release builds now have optimization enabled. This might
also affect other toolchains that create separate Debug and
Release builds, if Bakefile obeys the directive for those
systems. (Such as, perhaps, Xcode.) Initial patch by Matthew
Bradbury.
o Fixed a crash in CommandLine mechanism when the usage message is
called up for programs that have no "extra" parameter and
corresponding usage appendage. Initial patch by "Crazy Pete".
o Query::storein() now tolerates empty result sets, due either to
DBMS failure or passing a query that never returns results,
such as INSERT.
o Exposed DBDriver::result_empty() as Query::result_empty(). We
did this primarily because it was needed as a helper for the
previous fix, but it could also be useful more broadly.
o Added -Wextra to the pedantic build flags.
o Fixed the "escape" manipulator so it will work with Null<>
wrapped types. Patch by "Kemet".
o ssqls2parse now depends on libmysqlpp. (It wasn't getting
relinked when you changed the library.)
o The configure script's test for the existence of mysql_ssl_set()
got broken by a change in the mysql_loc.m4 test, causing it to
always return "no" even if the platform's MySQL C API library did
have the function. Therefore, the SslOption could never be set.
Fixes this bug: stackoverflow.com/questions/7794408
o Fixed a missing a "buried headers" ifdef wrapper for
type_info.cpp. Patch provided by Xavier Richez.
o We now export the DBDriver class from the MySQL++ DLL when
building on Windows. Client programs can now access it directly,
instead of being able to access only the fields and members
exposed through Connection and Query. Fix suggested by Xavier
Richez.
o MinGW builds no longer require that you manually create an import
library for the MySQL C API DLL from a .def file we provide,
which would inevitably get outdated. We can now link directly to
the DLL, and rely on the MinGW linker to figure out the imports.
o Split the -l flags out of LDFLAGS in the userman's example
Makefiles. They're now in LDLIBS, which causes them to be
put after -o $(EXE) by the default GNU make rules, where they
should be.
o Assorted documentation and build system improvements.
o Assorted fixes for newer GCCs.
PR: 211431 [1]
Submitted by: Anon <tfaykpgl@sharklasers.com> [1]
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 2119329
Submitted by: martin@waschbuesch.de (maintainer)
|
|
|
|
|
|
| |
Placate portlint
Reported by: Walter Schwarzenfeld [1]
|
|
|
|
|
|
|
|
|
|
| |
This includes 26 security advisories of various severities up to
'critical', as well as bug-fix updates.
ChangeLog: https://www.phpmyadmin.net/files/4.6.4/
MFH: 2016Q3
Security: ef70b201-645d-11e6-9cdc-6805ca0b3d42
|
| |
|
|
|
|
|
| |
PR: 211863
Submitted by: olgeni
|
| |
|
|
|
|
|
| |
Pointy-hat to: me
Submitted by: mat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
natively compiled Zabbix agent module, written in C.
The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.
A preconfigured Zabbix Template is also included for your convenience.
WWW: http://cavaliercoder.com/libzbxpgsql/
PR: 211844
Submitted by: Martin Waschbuesch <martin@waschbuesch.de>
|
|
|
|
|
| |
PR: 211779
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 211759
Submitted by: dem.procopiou@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
ENHANCEMENTS
Add MediaMessage result class
BUG FIXES
Fix problems reported by new DBIx::Class SanityChecker
Simplify DBIC/SQLT dependency config to fix travis 5.24 dep problems
Disregard password for reset token checksum in case it isn't yet defined
Add YAML to build dependencies for the sake of Schema::Config
TESTS
Add coverage testing to Travis configuration file
PR: 211647
Submitted by: Henk van Oers (maintainer)
|
|
|
|
|
| |
- Update to latest version 5.5.51
- Move from USE_OPENSSL to USES= ssl
|