| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Through the MFH from 7.2.10 to 7.2.13 whitespace-only changes in the patches
were not covered and broke the build. Adjust all patches accordingly to
unbreak the build.
PR: 234220 234218
Submitted by: <wolfgang@lyxys.ka.sub.org>
Approved by: portmgr (blanket)
Notes:
svn path=/branches/2018Q4/; revision=487972
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updated
As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION
bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte
code is versioned so the module version changes in Erlang break those
in CouchDB.
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D18597
Approved by: ports-secteam
Notes:
svn path=/branches/2018Q4/; revision=487883
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security update to 4.8.4
Addresses three security advisories: PMASA-2018-06, PMASA-2018-07,
PMASA-2018-08.
Also includes additional non-security related code updates.
ChangeLog: https://www.phpmyadmin.net/files/4.8.4/
PR: 233953
Security: ed10ed3f-fddc-11e8-94cf-6805ca0b3d42
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=487287
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
databases/couchdb2: update 2.2.0 -> 2.3.0
Approved by: jrm (mentor)
Security: CVE-2018-17188
Differential Revision: https://reviews.freebsd.org/D18409
Approved by: ports-secteam
Notes:
svn path=/branches/2018Q4/; revision=487158
|
| |
|
|
|
|
|
|
|
|
|
| |
Update to 4.2.11
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=486841
|
| |
|
|
|
|
|
|
|
|
|
| |
Update to 4.2.11
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=486840
|
| |
|
|
|
|
|
|
|
|
|
| |
databases/mariadb102-server: Update to 10.2.18
Merge missing parts from r481016 to fix build failure
Approved by: ports-secteam
Notes:
svn path=/branches/2018Q4/; revision=485950
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mariadb103-server: Remove XTRADB option
- The XtraDB engine was removed from 10.3
- Fix plist conflict for TOKUDB option [1]
PR: 232906 [1]
Submitted by: Oleg Sidorkin <osidorkin gmail com>
databases/mariadb103-server: Fix linking issue
- Link issues when INNOBASE is set to DYNAMIC [1]
- While here, remove MDEV-14072 fix
[1]: https://jira.mariadb.org/browse/MDEV-17560
PR: 233135
Submitted by: Ralf van der Enden <tremere cainites net>
Reported by: Dries Michiels <driesm michiels gmail com>
databases/mariadb103-server: Security update to 10.3.11
- Add workaround for LZ4, SNAPPY build issues [1]
PR: 233212 [1]
Reported by: Peter Putzer <freebsd mnd sc>
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=485944
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mariadb102-server: Fix build with compression
- Re-add workaround for link issues [1] with
compression options
[1]: https://jira.mariadb.org/browse/MDEV-14072
PR: 233274
Submitted by: Dave Bendit <david ibendit com>
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=485787
|
| |
|
|
|
|
|
|
|
|
|
| |
databases/mariadb102-server: Update to 10.2.19
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=485786
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mariadb101-server: Security update to 10.1.37
- Not broken on i386 since 10.1.36
- Broken with OpenSSL 1.1.x, use MariaDB 10.2 or 10.3
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=485785
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mariadb100-server: Security update to 10.0.37
- Broken with OpenSSL 1.1 and thus FreeBSD 12+
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=485784
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mysql57-{client, server}: Update to 5.7.24
Delete merged-to-upstream FreeBSD patches, edit half-merged ones.
Upstream bugfixes:
Regression of Bug #27753193 (segfault on ALTER TABLE adding primary key, InnoDB)
Query interruption during a lock wait caused an error: Bug #28068293
Raised assertion during an OPTIMIZE TABLE operation for InnoDB: Bug #27753193
More info on update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-24.html
PR: 232685
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by: The FreeBSD Foundation
Approved by: ports-secteam (feld)
Notes:
svn path=/branches/2018Q4/; revision=485092
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mysql56-{client, server}: Upgrade to new release 5.6.42
Upstream Bug #27788907, Bug #90264 fixed
Bug Fixes:
Raised assertion during an OPTIMIZE TABLE operation for InnoDB: Bug #27753193
For MEMORY tables, memory overflow errors could occur: Bug #27799513
Incorrectly handled very long table keys on replication slaves: Bug #27930505
More info on update:
https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-42.html
Sponsored by: The FreeBSD Foundation
Approved by: ports-secteam (feld)
Notes:
svn path=/branches/2018Q4/; revision=485091
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 7.1.24
Changelog: http://www.php.net/ChangeLog-7.php#7.1.24
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=485069
|
| |
|
|
|
|
|
|
|
|
| |
- Add missing RUN_DEPENDS
PR: 233104
Submitted by: jdc@koitsu.org
Notes:
svn path=/branches/2018Q4/; revision=484898
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 1.10.2
Changes: https://github.com/tarantool/tarantool/releases
Fix build with curl 7.62.0
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=484199
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
Approved by: ports-secteam (miwi)
Differential Revision: https://reviews.freebsd.org/D17695
Notes:
svn path=/branches/2018Q4/; revision=483640
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2018Q4/; revision=483250
|
| |
|
|
|
|
|
|
|
|
|
| |
databases/mariadb55-server: Security update to 5.5.62
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=483243
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mariadb103-server: Update to 10.3.10
- Fix build on aarch64 [1]
- Not broken in i386 [2]
- WSREP only on amd64
PR: 230682 [1], 230027 [2]
Submitted by: Naram Qashat <cyberbotx cyberbotx com> [1]
Reported by: <dewayne heuristicsystems com.au> [2]
Security: 909be51b-9b3b-11e8-add2-b499baebfeaf
databases/mariadb103-server: Fix plist issues
- Resurect mysql_upgrade [1]
- Move some files between -client and -server
PR: 232735 [1]
Reported by: Naram Qashat <cyberbotx cyberbotx com> [1]
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=483238
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Update to upstream version 2.0.6
PR: 232036
Submitted by: riggs
Approved by: maintainer timeout
Approved by: ports-secteam (riggs)
Notes:
svn path=/branches/2018Q4/; revision=482758
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/xtrabackup: fix build due to stricter llvm60 c++
PR: 230836
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Reported by: rainer@ultra-secure.de
Reviewed by: ddrinnon@cdor.net,
Approved by: aleks@twindb.com (maintainer timeout)
Obtained from: https://github.com/percona/percona-xtrabackup/commit/09069e9ee8f84df0ba3091f591b9269842e71503#diff-765605c50b26c5ee91da8227ac1093b2
Approved by: portmgr (unbreak blanket approval)
Notes:
svn path=/branches/2018Q4/; revision=482756
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mysql56-{client, server}: Fix build with OpenSSL1.1.x
This is the backport of fix on mysql57
PR: 225888
Reported by: brnrd
Reviewed by: antoine
Sponsored by: The FreeBSD Foundation
databases/mysql56-server: Fix build with libressl after r481608
PR: 228899
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by: brnrd
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/branches/2018Q4/; revision=482423
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
Approved by: ports-secteam (miwi)
Differential Revision: https://reviews.freebsd.org/D17477
Notes:
svn path=/branches/2018Q4/; revision=481972
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Update to upstream version 2.0.5
PR: 231581
Submitted by: riggs
Approved by: maintainer timeout (2 weeks)
Approved by: ports-secteam (riggs)
Notes:
svn path=/branches/2018Q4/; revision=481364
|
| |
|
|
|
|
|
|
|
| |
databases/percona57-client: Fix build with ppc64
PR: 231758
Notes:
svn path=/branches/2018Q4/; revision=481226
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Apache Cassandra (2.1+) using exclusively Cassandra's binary protocol
and Cassandra Query Language v3.
WWW: https://github.com/datastax/python-driver
PR: 231737
Submitted by: sergey@akhmatov.ru
Notes:
svn path=/head/; revision=480996
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes:
svn path=/head/; revision=480951
|
| |
|
|
|
|
|
|
|
|
|
| |
Sequeler is a friendly SQL client that allows you to connect to
your local and remote databases, write SQL in a handy text editor
with language recognition, and visualize SELECT results.
WWW: https://github.com/Alecaddd/sequeler
Notes:
svn path=/head/; revision=480927
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337
Notes:
svn path=/head/; revision=480871
|
| |
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=480847
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The PuppetDB CLI project provide Puppet subcommands for querying PuppetDB data,
via `puppet query <query>`, and PuppetDB administrative tasks, `puppet db
<import|export|status>`.
The query subcommand will allow you to query PuppetDB using either the upcoming
PQL syntax of the traditional PuppetDB query syntax (also known as AST).
The db subcommand is a replacement for the older puppetdb <export|import>
commands with faster startup times and much friendlier error messages.
WWW: https://github.com/puppetlabs/puppetdb-cli
With hat: puppet
Notes:
svn path=/head/; revision=480795
|
| |
|
|
|
|
|
|
|
|
| |
Release notes:
https://puppet.com/docs/puppetdb/6.0/release_notes.html
With hat: puppet
Notes:
svn path=/head/; revision=480788
|
| |
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=480771
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=480741
|
| |
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=480727
|
| |
|
|
|
|
|
| |
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
Notes:
svn path=/head/; revision=480673
|
| |
|
|
|
|
|
|
|
| |
Changes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.17.1
Security: 6bf71117-c0c9-11e8-b760-6023b685b1ee
MFH: 2018Q3 (with r479187)
Notes:
svn path=/head/; revision=480664
|
| |
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D17309
Notes:
svn path=/head/; revision=480662
|
| |
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=480642
|
| |
|
|
| |
Notes:
svn path=/head/; revision=480602
|
| |
|
|
|
|
|
| |
remove their dependency on DOCS.
Notes:
svn path=/head/; revision=480563
|
| |
|
|
|
|
|
|
|
| |
Tested on powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=480498
|
| |
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS
Changes: https://metacpan.org/changes/distribution/Dancer2-Session-DBIC
Notes:
svn path=/head/; revision=480491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=480485
|
| |
|
|
| |
Notes:
svn path=/head/; revision=480476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=480475
|
| |
|
|
| |
Notes:
svn path=/head/; revision=480473
|
| |
|
|
| |
Notes:
svn path=/head/; revision=480472
|