Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.2.32 01 Jul 2020 11:02:49 |
rene |
Remove expired ports:
2020-07-01 databases/mariadb101-client: Port will be removed when 10.5 is added,
please switch to a newer version
2020-07-01 databases/mariadb101-server: Port will be removed when 10.5 is added,
please switch to a newer version
2020-07-01 databases/mariadb102-server: Port will be removed when 10.5 is added,
please switch to a newer version
2020-07-01 databases/mariadb102-client: Port will be removed when 10.5 is added,
please switch to a newer version |
10.2.32 17 May 2020 14:30:39 |
brnrd |
databases/mariadb102-server: Security update to 10.2.32
MFH: 2020Q2
Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024 |
10.2.31 17 Feb 2020 16:25:06 |
brnrd |
databsaes/mariadb10?-server: Fix patch
Reported by: tuxillo |
10.2.31 02 Feb 2020 19:47:39 |
brnrd |
databases/mariadb10[12]-server: Mark intent to delete
- Newer versions add new features only using OPTIONS
- Too much work to maintain |
10.2.31 02 Feb 2020 08:53:55 |
brnrd |
databases/mariadb102-server: Security update to 10.2.31
MFH: 2020Q1
Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security: CVE-2020-2574 |
10.2.30 21 Dec 2019 17:45:17 |
brnrd |
databases/mariadb102-server: Update to 10.2.30
- Fix table compression [1]
- Fix link error in mariabackup [2]
- Fix GNUism [3]
PR: 239732 [1], 236101 [2], 240692 [3]
Submitted by: <iron udjin gmail com> [2], Mike Andrews <mandrews bit0 com> [3]
Reported by: Tao Zhou <zhoutao laocius org> [1] |
10.2.29_1 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
10.2.29 01 Dec 2019 18:47:24 |
brnrd |
databases/mariadb102-server: Security update to 10.2.29
MFH: 2019Q4
Security: fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf |
10.2.26 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
10.2.26 19 Sep 2019 05:47:49 |
tobik |
databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly |
10.2.26 01 Sep 2019 17:35:51 |
brnrd |
databases/mariadb102-server: Security update to 10.2.26
MFH: 2019Q3
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf |
10.2.25_2 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
10.2.25_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
10.2.25_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
10.2.25 18 Jun 2019 18:35:19 |
brnrd |
databases/mariadb102-server: Bugfix update to 10.2.25 |
10.2.24 11 May 2019 12:32:23 |
brnrd |
databases/mariadb102-server: Security update to 10.2.24
- CMake OPTIONS refactoring
- Move everything to master port
MFH: 2019Q2
Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf |
10.2.23 14 Apr 2019 11:37:53 |
brnrd |
databases/mariadb102-server: Update to 10.2.23 |
10.2.22_2 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
10.2.22_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
10.2.22 19 Feb 2019 13:15:51 |
brnrd |
databases/mariadb102-server: Security update to 10.2.22
MFH: 2019Q1
Security: d3d02d3a-2242-11e9-b95c-b499baebfeaf |
10.2.21 12 Jan 2019 17:05:50 |
brnrd |
databases/mariadb102-server: Update to 10.2.21
- Switch to ninja build |
10.2.19_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
10.2.19_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
10.2.19_1 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
10.2.19 18 Nov 2018 09:04:30 |
brnrd |
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>
MFH: 2018Q4 |
10.2.19 13 Nov 2018 18:50:28 |
brnrd |
databases/mariadb102-server: Update to 10.2.19
MFH: 2018Q4
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf |
10.2.18 01 Nov 2018 09:30:17 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
10.2.18 01 Oct 2018 09:08:13 |
brnrd |
databases/mariadb102-server: Update to 10.2.18 |
10.2.17 24 Sep 2018 09:49:21 |
mat |
These options seem to also install files that are not documentation, so
remove their dependency on DOCS. |
10.2.17 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
10.2.17 16 Aug 2018 11:38:59 |
brnrd |
databases/mariadb102-server: Security update to 10.2.17
MFH: 2018Q3
Security: 909be51b-9b3b-11e8-add2-b499baebfeaf |
10.2.16_2 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
10.2.16_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10.2.16 26 Jun 2018 19:06:47 |
brnrd |
databases/mariadb102-server: Update to 10.2.16 |
10.2.15 17 May 2018 18:57:18 |
brnrd |
databases/mariadb102-server: Security update to 10.2.15
MFH: 2018Q2
Security: 57aec168-453e-11e8-8777-b499baebfeaf |
10.2.14_2 11 May 2018 09:46:40 |
brnrd |
databases/mariadb102-server: ${name}_limits on 11-STABLE
- Remove ${name}_limits for 11-STABLE
PR: 227434
Submitted by: 0mp |
10.2.14_2 06 May 2018 19:23:25 |
brnrd |
databases/mariadb102-server: Fix builds
- Fix build on aarch64 [1]
- Fix build with clang6 (HEAD, 11-STABLE) [2]
PR: 227628 [1], 227244 [2]
Submitted by: Naram Qashat <cyberbotx cyberbotx com> [1]
Submitted by: dim |
10.2.14_2 05 May 2018 14:29:00 |
danfe |
For ports in `databases' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list. |
10.2.14_2 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
10.2.14_1 04 Apr 2018 18:29:16 |
brnrd |
databases/mariadb*-server: Fix off-by-one error
- limits support lands in 1101514
Reported by: mpts |
10.2.14_1 03 Apr 2018 19:07:57 |
brnrd |
databases/mariadb102-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
leading to variable conflicts with rc.d/mysql
PR: 227226
Submitted by: 0mp |
10.2.14 29 Mar 2018 11:51:58 |
brnrd |
databases/mariadb102-server: Update to 10.2.14 |
10.2.13 13 Feb 2018 17:47:50 |
brnrd |
databases/mariadb102-server: Security update to 10.2.13
- Unbreak OQGraph engine [1]
(collision in setbit with sys/param.h)
PR: 224089 [1]
Reported by: jbeich
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf |
10.2.12_2 24 Jan 2018 01:03:03 |
grembo |
Fix databases/mariadb* hostname verification when building against LibreSSL
LibreSSL imported X509_check_host from BoringSSL. Unlike OpenSSL,
it doesn't calculate the length of the hostname passed in case
chklen/namelen == 0. This means that the check in MariaDB always
fails if built against LibreSSL. This forces adminstrators to disable
hostname verification, which weakens security (hence the MFH request below).
Note that the fix has no negative implications if built against OpenSSL,
as its implementation calls strlen(hostname) in case namelen == 0.
See also https://github.com/MariaDB/server/pull/562
Approved by: ssl blanket
MFH: 2018Q1 |
10.2.12_1 18 Jan 2018 09:54:32 |
brnrd |
databases/mariadb102-client: Fix build of dependent ports
- Move headers to -client port |
10.2.12_1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
10.2.12 14 Jan 2018 21:53:59 |
brnrd |
databases/mariadb102-server: Update to 10.2.12
- Fix some client utility builds [1]
PR: 222825 [1]
Submitted by: Piotr Kubaj [1] |
10.2.11_1 20 Dec 2017 17:25:20 |
brnrd |
databases/mariadb102-server: Add bugfix patch from upstream
- Fix mysqld_safe script corrupting database files
https://jira.mariadb.org/browse/MDEV-14337
Reported by: Alex Hemp |
10.2.11 05 Dec 2017 21:15:30 |
brnrd |
databases/mariadb102-server: Bugfix update to 10.2.11
- Remove portrevision from slave |
10.2.10 03 Nov 2017 21:24:42 |
brnrd |
databases/mariadb102-server: Security update to 10.2.10
MFH: 2017Q4
Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf |
10.2.9_1 15 Oct 2017 13:19:34 |
brnrd |
databases/mariadb102-server: Fix client ports and build
- Move client headers to the client port [1]
- Fix SNAPPY option for mariabackup [2]
* switch to noninja to generate link.txt
PR: 222825 [1], 221159 [2]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
Reported by: sdalu@sdalu.com [2] |
10.2.9 01 Oct 2017 12:58:12 |
brnrd |
databases/mariadb102-server: Update to 10.2.9 |
10.2.7_3 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
10.2.7_2 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
10.2.7_1 22 Sep 2017 10:48:58 |
mat |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
10.2.7_1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
10.2.7_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
10.2.7 14 Aug 2017 05:37:21 |
vd |
MySQL ports: Extend CONFLICTS_INSTALL in conflicting ports.
databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.
The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server (Only the first 15 lines of the commit message are shown above ) |
10.2.7 24 Jul 2017 11:00:03 |
brnrd |
databases/mariadb102-server: Fix mysql_install_db
PR: 218063
Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
MFH: 2017Q3 |
10.2.7 23 Jul 2017 18:08:00 |
brnrd |
databases/mariadb102-server: Update to 10.2.7
- Regular update to 10.2.7 |
10.2.6_2 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
10.2.6_1 21 Jun 2017 22:25:50 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
Approved by: portmgr (tier-2 blanket) |
10.2.6_1 07 Jun 2017 14:38:17 |
brnrd |
databases/mariadb102-server: Build InnoDB engine static
- Change InnoDB from Dynamic plugin to static [2]
- Unbreak new installs on GIS bootstrap [1]
PR: 219831 [1], 219818 [2]
Submitted by: Benediktus Anindito <bennybroz105@gmail.com> [1]
Reported by: martin@sugioarto.com [2] |
10.2.6 28 May 2017 20:52:49 |
brnrd |
databases/mariadb102-server: Add MariaDB 10.2 ports
- Add mariadb102-client port
- Add RocksDB storage engine
- Add non-base page compressors
- First sweep at making cmake patches upstreamable |