| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=540951
|
|
|
|
|
|
|
|
| |
MFH: 2020Q2
Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024
Notes:
svn path=/head/; revision=535550
|
|
|
|
|
|
|
| |
Reported by: tuxillo
Notes:
svn path=/head/; revision=526378
|
|
|
|
|
|
|
|
| |
- Newer versions add new features only using OPTIONS
- Too much work to maintain
Notes:
svn path=/head/; revision=524999
|
|
|
|
|
|
|
|
|
| |
MFH: 2020Q1
Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security: CVE-2020-2574
Notes:
svn path=/head/; revision=524833
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=520572
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=519824
|
|
|
|
|
|
|
|
| |
MFH: 2019Q4
Security: fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf
Notes:
svn path=/head/; revision=518793
|
|
|
|
| |
Notes:
svn path=/head/; revision=514130
|
|
|
|
| |
Notes:
svn path=/head/; revision=512309
|
|
|
|
|
|
|
|
| |
MFH: 2019Q3
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf
Notes:
svn path=/head/; revision=510711
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=509290
|
|
|
|
| |
Notes:
svn path=/head/; revision=508835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
| |
Notes:
svn path=/head/; revision=504495
|
|
|
|
|
|
|
|
|
|
|
| |
- CMake OPTIONS refactoring
- Move everything to master port
MFH: 2019Q2
Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf
Notes:
svn path=/head/; revision=501255
|
|
|
|
| |
Notes:
svn path=/head/; revision=498889
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=498698
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
Notes:
svn path=/head/; revision=498476
|
|
|
|
|
|
|
|
| |
MFH: 2019Q1
Security: d3d02d3a-2242-11e9-b95c-b499baebfeaf
Notes:
svn path=/head/; revision=493366
|
|
|
|
|
|
|
| |
- Switch to ninja build
Notes:
svn path=/head/; revision=490065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=485219
|
|
|
|
|
|
|
|
| |
MFH: 2018Q4
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Notes:
svn path=/head/; revision=484896
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=483648
|
|
|
|
| |
Notes:
svn path=/head/; revision=481016
|
|
|
|
|
|
|
| |
remove their dependency on DOCS.
Notes:
svn path=/head/; revision=480563
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
| |
MFH: 2018Q3
Security: 909be51b-9b3b-11e8-add2-b499baebfeaf
Notes:
svn path=/head/; revision=477321
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=476723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=475857
|
|
|
|
| |
Notes:
svn path=/head/; revision=473405
|
|
|
|
|
|
|
|
| |
MFH: 2018Q2
Security: 57aec168-453e-11e8-8777-b499baebfeaf
Notes:
svn path=/head/; revision=470246
|
|
|
|
|
|
|
|
|
|
| |
- Remove ${name}_limits for 11-STABLE
PR: 227434
Submitted by: 0mp
Notes:
svn path=/head/; revision=469621
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=469246
|
|
|
|
|
|
|
|
| |
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list.
Notes:
svn path=/head/; revision=469114
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=467711
|
|
|
|
|
|
|
|
|
| |
- limits support lands in 1101514
Reported by: mpts
Notes:
svn path=/head/; revision=466451
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=466369
|
|
|
|
| |
Notes:
svn path=/head/; revision=465885
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=461733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=459808
|
|
|
|
|
|
|
| |
- Move headers to -client port
Notes:
svn path=/head/; revision=459320
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=459315
|
|
|
|
|
|
|
|
|
|
| |
- Fix some client utility builds [1]
PR: 222825 [1]
Submitted by: Piotr Kubaj [1]
Notes:
svn path=/head/; revision=459005
|
|
|
|
|
|
|
|
|
|
| |
- Fix mysqld_safe script corrupting database files
https://jira.mariadb.org/browse/MDEV-14337
Reported by: Alex Hemp
Notes:
svn path=/head/; revision=456842
|
|
|
|
|
|
|
| |
- Remove portrevision from slave
Notes:
svn path=/head/; revision=455626
|
|
|
|
|
|
|
|
| |
MFH: 2017Q4
Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf
Notes:
svn path=/head/; revision=453434
|