Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.1.45 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.1.45 17 May 2020 15:34:23 |
brnrd |
databases/mariadb101-server: Security update to 10.1.45
MFH: 2020Q2
Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024 |
10.1.44 21 Mar 2020 10:20:16 |
pkubaj |
databases/mariadb101-server: fix build on powerpc64 elfv2
Like other SQL servers, this port fails to build due to Clang bug:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone
readonly signext sret zeroext byval dereferenceable(1)
dereferenceable_or_null(1)
%call54 = call signext i32 @my_atomic_cas32(i32* %62, i32* %64, %union.U_32
signext %65)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted! |
10.1.44 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.1.44 02 Feb 2020 17:58:00 |
brnrd |
databases/mariadb101-server: Security update to 10.1.44
PR: 243279
MFH: 2020Q1
Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security: CVE-2020-2574 |
10.1.43_2 21 Dec 2019 20:51:19 |
brnrd |
database/mariadb101-server: Various fixes
- Fix table compression [1]
- Fix GNUism [2]
PR: 239732 [1], 240692 [2]
Submitted by: Mike Andrews <mandrews bit0 com> [3]
Reported by: Tao Zhou <zhoutao laocius org> [1] |
10.1.43_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.1.43 01 Dec 2019 19:48:09 |
brnrd |
databases/mariadb101-server: Security update to 10.1.43
MFH: 2019Q4
Security: fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf |
10.1.41_1 08 Nov 2019 09:37:30 |
tobik |
databases: Add missing USES={gnome,php} |
10.1.41_1 27 Oct 2019 19:29:50 |
pkubaj |
databases/mariadb101-server: fix build on powerpc*
Follow what mariadb102 and newer do and don't include glibc-related headers.
Fixes build on powerpc*.
PR: 241146
Approved by: brnrd (maintainer timeout), linimon (mentor) |
10.1.41_1 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
10.1.41_1 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.1.41 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
10.1.41 01 Aug 2019 07:19:27 |
brnrd |
databases/mariadb101-server: Security update to 10.1.41
MFH: 2019Q3
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf |
10.1.40_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.1.40 08 May 2019 20:04:26 |
brnrd |
databases/mariadb101-server: Update to 10.1.40
- Clean up Makefiles
- Reduce -client to bare minimum |
10.1.39 05 May 2019 08:23:05 |
brnrd |
databases/mariadb101-server: Security update to 10.1.39
MFH: 2019Q2
Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf |
10.1.38_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.1.38_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.1.38 08 Feb 2019 09:48:48 |
brnrd |
databases/mariadb101-server: Security update to 10.1.38
- Unbreak: Uses bundled yaSSL if OpenSSL 1.1 detected
PR: 235574, 235574
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
MFH: 2019Q1
Security: d3d02d3a-2242-11e9-b95c-b499baebfeaf |
10.1.37_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.1.37_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.1.37_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.1.37 10 Nov 2018 12:54:09 |
brnrd |
databases/mariadb101-server: Fix stage-qa
PR: 233086
Reported by: jbeich |
10.1.37 04 Nov 2018 09:47:46 |
brnrd |
databases/mariadb101-server: 12 not broken with security/openssl
- Backport to 5.5 and 10.0 too
- See also https://reviews.freebsd.org/D17834
PR: 232944
Reported by: iron udjin gmail com |
10.1.37 03 Nov 2018 12:00:27 |
brnrd |
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
MFH: 2018Q4
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf |
10.1.35_1 23 Oct 2018 09:30:13 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
10.1.35_1 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.1.35_1 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.1.35_1 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.1.35 08 Aug 2018 19:09:46 |
brnrd |
databases/mariadb101-server: Security update to 10.1.35
Security: 909be51b-9b3b-11e8-add2-b499baebfeaf |
10.1.33_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.1.33 11 May 2018 09:37:50 |
brnrd |
databases/mariadb101-server: Security update to 10.1.33
- Fix build on aarch64 [1]
- Remove ${name}_limits for 11-STABLE [2]
PR: 227628 [1], 227434 [2], 228148 [3]
Submitted by: Naram Qashat <cyberbotx cyberbotx com> [1]
Submitted by: 0mp [2]
Reported by: Miroslav Lachman <000 fbsd quip cz> [3]
MFH: 2018Q2
Security: 57aec168-453e-11e8-8777-b499baebfeaf |
10.1.32_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.1.32_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.1.32_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.1.32_1 03 Apr 2018 19:10:28 |
brnrd |
databases/mariadb101-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: 227225
Submitted by: 0mp |
10.1.32 01 Apr 2018 09:46:49 |
brnrd |
www/mariadb101-server: Update to 10.1.32 |
10.1.31 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
10.1.31 16 Feb 2018 14:03:22 |
brnrd |
security/openssl-devel: Mark broken databases cat |
10.1.31 13 Feb 2018 16:33:06 |
brnrd |
databases/mariadb101-server: unbreak OQGraph engine
- Fixes collision in setbit with sys/param.h
PR: 224089
Reported by: jbeich |
10.1.31 12 Feb 2018 19:19:17 |
brnrd |
databases/mariadb101-server: Mark OQGraph broken |
10.1.31 12 Feb 2018 14:45:13 |
brnrd |
databases/mariadb101-server: Security update to 10.1.31
PR: 225758
Reported by: Pascal Christen <pascal christen hostpoint.ch>
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf |
10.1.30_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.1.30_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.1.30 23 Dec 2017 10:28:48 |
brnrd |
databases/mariadb101-server: Security update to 10.1.30
Release notes: https://mariadb.com/kb/en/library/mariadb-10130-release-notes/
MFH: 2017Q4
Security: b7d89082-e7c0-11e7-ac58-b499baebfeaf |
10.1.29 18 Nov 2017 20:58:01 |
brnrd |
databases/mariadb101-server: Security update to 10.1.29
PR: 223737
Reported by: Miroslav Lachman <000 fbsd quip.cz>
Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf |
10.1.28 01 Oct 2017 15:10:22 |
brnrd |
databases/mariadb101-server: Update to 10.1.28 |
10.1.26_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.1.26_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.1.26_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.1.26_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.1.26_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.1.26 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.1.26 13 Aug 2017 10:19:10 |
brnrd |
databases/mariadb101-server: Security update to 10.1.26
- Register libedit dependency
MFH: 2017Q3
Security: cda2f3c2-6c8b-11e7-867f-b499baebfeaf |
10.1.25 23 Jul 2017 19:14:21 |
brnrd |
databases/mariadb101-server: Fix re-definition of OPTIONS_DEFINE
- Fix double definition of OPTIONS_DEFINE
PR: 220527
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
10.1.25 06 Jul 2017 20:50:39 |
brnrd |
databases/mariadb101-server: Fix extra change in prev commit
- i386 still does not build with clang |
10.1.25 05 Jul 2017 18:14:57 |
brnrd |
databases/mariadb101-server: Update to 10.1.25
- update to bugfix release 10.1.25 |
10.1.24 02 Jul 2017 13:32:15 |
brnrd |
databases/mariadb101-server: Update to 10.1.24
- Regression fix update to 10.1.24
- Backport option groups for groonga and compression
- Use OS' libs, not bundled versions (lz4, lzo, snappy)
- Add xml and odbc options for connect engine
- Remove InnoDB/XtraDB fix (included upstream)
- Fix bison issue [220367]
PR: 220367
Reported by: iron@mail.ua |
10.1.23_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.1.23_1 20 May 2017 20:36:43 |
brnrd |
databases/mariadb101-client: Mark not-broken for client on power64
- Move BROKEN_powerpc64 block to server-only block
- Move non-option to non-option block (10.0 only)
PR: 218497
Submitted by: linimon |
10.1.23_1 20 May 2017 20:30:25 |
brnrd |
databases/mariadb101-server: Fix crash in XtraDB
- Apply crash patch to XtraDB (not only InnoDB)
- Bump port-revision
PR: 219235
Submitted by: Dani <i.dani@outlook.com> |
10.1.23 04 May 2017 06:46:26 |
brnrd |
databases/mariadb101-server: Update to 10.1.23
- Security and bugfix update to 10.1.23
- Add upstream patch for InnoDB crash
- Update CMakeLists.txt patch
- Remove MDEV-12261 patch (included upstream)
- Fix plist issues
PR: 219045
Submitted by: Dani <i.dani@outlook.com>
MFH: 2017Q2
Security: d9e01c35-2531-11e7-b291-b499baebfeaf |
10.1.22_2 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
10.1.22_1 29 Apr 2017 07:04:49 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
10.1.22_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
10.1.22 24 Mar 2017 20:12:01 |
brnrd |
databases/mariadb101-server: Fix mysql_install_db issue
- Install mariadb add_gis scripts
PR: 218063
Submitted by: Joris Dedieu <joris.dedieu@gmail.com> |
10.1.22 18 Mar 2017 11:05:32 |
brnrd |
databases/madiadb101-server: Update to 10.1.22
- 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 |
10.1.21 18 Jan 2017 20:19:37 |
brnrd |
databases/mariadb101-server: Update to 10.1.21
- Update to 10.1.21
- Fix patches that no longer cleanly apply
- Rename patches to new naming scheme
MFH: 2017Q1
Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf |
10.1.20_1 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
10.1.20_1 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
10.1.20 16 Dec 2016 13:31:11 |
brnrd |
databases/mariadb101-server: Update to 10.1.20
- Regular update |
10.1.19_1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
10.1.19_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
10.1.19 20 Nov 2016 17:04:59 |
marino |
databases/mariadb(100|101)-server: Document ncurses requirement
Previously (maria55) only the client required ncurses, but for recent
versions of mariadb, the server also requires it. |
10.1.19 19 Nov 2016 14:16:00 |
marino |
databases/mariadb(55|100|101)-client: document ncurses requirement |
10.1.19 12 Nov 2016 00:11:26 |
brnrd |
databases/mariadb101-server: Update to 10.1.19
- Update to 10.1.19
- Use target-OPT-on not .if exists
- Remove OQGraph patches now included upstream
MFH: 2016Q4
Security: 9bc14850-a070-11e6-a881-b499baebfeaf |
10.1.18_1 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
10.1.18_1 05 Nov 2016 16:56:00 |
grembo |
Fix data encryption at rest when building with LibreSSL
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 |
10.1.18 17 Oct 2016 17:09:08 |
brnrd |
databases/mariadb101-server: Update to 10.1.18
- Regular update to 10.1.18 |
10.1.17 02 Oct 2016 02:51:55 |
marino |
databases/mariadb101: Fix stage-QA for client
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 |
10.1.17 02 Oct 2016 01:50:00 |
marino |
databases/mariadb101: Fix OPSYS logic
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. |
10.1.17 31 Aug 2016 19:53:21 |
brnrd |
databases/mariadb101-server: Update to 10.1.17
- Update to 10.1.17
- Remove no-op cmake flag for -client |
10.1.16 24 Jul 2016 10:32:14 |
brnrd |
databases/mariadb101-server: Fix lz4 linking fix
- Remove some testing leftover |
10.1.16 23 Jul 2016 20:27:20 |
brnrd |
databases/mariadb101-server: Update to 10.1.16
- Update to latest version 10.1.16
- Switch from USE_OPENSSL to USES= ssl
- Switch from USE_MYSQL to USES= mysql
- Switch from WANT_MYSQL_VER to USES= mysql:101m
- Fix liblz4 linking for mroonga
- Register MROONGA lz4 depends
- Register libxml2 depends |
10.1.14 16 Jun 2016 13:23:13 |
mat |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
10.1.14 11 May 2016 15:15:55 |
brnrd |
databases/mariadb101-{server,client}: Update to 10.1.14
- Update to version 10.1.14
- Remove fix for MDEV-9529
- Add new header files
- Add new MySQL to MariaDB migration script |
10.1.13 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
10.1.13 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10.1.13 27 Mar 2016 20:57:51 |
brnrd |
databases/mariadb101-{server,client}: Update to 10.1.13
- Update to version 10.1.13
- Make GSSAPI plugin optional [2]
- Remove patches that are merged upstream
- Re-generate patches that required fuzzing
- Server
- Fix OQGraph build failure [1]
- Install server gssapi plugin only
- Don't install gssapi libs/files that were moved to -client
- Add license and readme file for TokuDB
- Add tokuft_logprint and tokuftdump binaries
- Client
- Install client gssapi plugin
- Enable PLIST_SUB for optional gssapi plugin
- Add new plugins and ini file
- Remove taocrypt patch, we don't build bundled SSL
PR: 207675 [1], 207883 [2]
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5751 |
10.1.11 05 Mar 2016 13:57:10 |
brnrd |
databases/mariadb101-server: Fix i386, GSSAPI & Engine build issues
- Add USES=compiler:c++11-lib
- Use both deprecated -DPLUGIN_${engine} and new -DWITHOUT_${engine}
to disable engines (fixes engines not being disabled)
- Add IGNORE for GSSAPI_BASE on FreeBSD < 10, version is too old
- Add IGNORE for TokuDB, upstream not supported on 32-bit platforms
- Add IGNORE on i386, currently broken with clang [1]
[1] https://jira.mariadb.org/browse/MDEV-9627
Reviewer by: koobs (mentor)
Approved by: koobs (mentor)
Differential Revision: D5478 |
10.1.11 13 Feb 2016 22:33:53 |
brnrd |
databases/mariadb101-{client,server}: Add missing patches
- Patches that were non-existent in the source of the repocopy
(mariadb100-*) were not part of the initial commit
Differential Revision: D3953 |
10.1.11 13 Feb 2016 19:03:26 |
brnrd |
databases/mariadb101-server: Remove empty files after repo-copy
Differential Revision: D3953 |
10.1.11 13 Feb 2016 19:02:11 |
brnrd |
[NEW PORTS] databases/mariadb101-{server,client}: 10.1.11
MariaDB is one of the most popular database servers in the world. It's made
by the original developers of MySQL and guaranteed to stay open source.
Notable users include Wikipedia, Facebook and Google.
MariaDB turns data into structured information in a wide array of
applications, ranging from banking to websites. It is an enhanced, drop-in
replacement for MySQL. MariaDB is used because it is fast, scalable and
robust, with a rich ecosystem of storage engines, plugins and many other
tools make it very versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. This latest versions of
MariaDB also include GIS and JSON features.
WWW: http://mariadb.org/
Reviewed by: koobs (mentor), feld (mentor)
Approved by: koobs (mentor), feld (mentor)
Differential Revision: D3953 |