non port: databases/mariadb101-server/Makefile |
SVNWeb
|
Number of commits found: 87 |
Sun, 17 May 2020
|
[ 15:34 brnrd ]
databases/mariadb101-server: Security update to 10.1.45
MFH: 2020Q2
Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024
|
Sat, 21 Mar 2020
|
[ 10:20 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!
|
Sun, 2 Feb 2020
|
[ 19:47 brnrd ]
databases/mariadb10[12]-server: Mark intent to delete
- Newer versions add new features only using OPTIONS
- Too much work to maintain
|
[ 17:58 brnrd ]
databases/mariadb101-server: Security update to 10.1.44
PR: 243279
MFH: 2020Q1
Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security: CVE-2020-2574
|
Sat, 21 Dec 2019
|
[ 20:51 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]
|
Wed, 11 Dec 2019
|
[ 17:53 jbeich ] (Only the first 10 of 417 ports in this commit are shown above. )
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
|
Sun, 1 Dec 2019
|
[ 19:48 brnrd ]
databases/mariadb101-server: Security update to 10.1.43
MFH: 2019Q4
Security: fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf
|
Fri, 8 Nov 2019
|
[ 09:37 tobik ] (Only the first 10 of 25 ports in this commit are shown above. )
databases: Add missing USES={gnome,php}
|
Sun, 27 Oct 2019
|
[ 19:29 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)
|
Wed, 9 Oct 2019
|
[ 10:34 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
Drop the ipv6 virtual category for d* category as it is not relevant anymore
|
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] (Only the first 10 of 412 ports in this commit are shown above. )
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
|
Thu, 1 Aug 2019
|
[ 07:19 brnrd ]
databases/mariadb101-server: Security update to 10.1.41
MFH: 2019Q3
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 8 May 2019
|
[ 20:04 brnrd ]
databases/mariadb101-server: Update to 10.1.40
- Clean up Makefiles
- Reduce -client to bare minimum
|
Sun, 5 May 2019
|
[ 08:23 brnrd ]
databases/mariadb101-server: Security update to 10.1.39
MFH: 2019Q2
Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] (Only the first 10 of 392 ports in this commit are shown above. )
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
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
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
|
Fri, 8 Feb 2019
|
[ 09: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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
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
|
Sun, 4 Nov 2018
|
[ 09:47 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
|
Sat, 3 Nov 2018
|
[ 12:00 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
|
Mon, 24 Sep 2018
|
[ 09:49 mat ]
These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
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
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
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
|
Wed, 8 Aug 2018
|
[ 19:09 brnrd ]
databases/mariadb101-server: Security update to 10.1.35
Security: 909be51b-9b3b-11e8-add2-b499baebfeaf
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Fri, 11 May 2018
|
[ 09:37 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
|
Sat, 5 May 2018
|
[ 14:29 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.
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
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
|
Wed, 4 Apr 2018
|
[ 18:29 brnrd ]
databases/mariadb*-server: Fix off-by-one error
- limits support lands in 1101514
Reported by: mpts
|
Tue, 3 Apr 2018
|
[ 19:10 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
|
Sun, 1 Apr 2018
|
[ 09:46 brnrd ]
www/mariadb101-server: Update to 10.1.32
|
Fri, 16 Feb 2018
|
[ 17:52 brnrd ] (Only the first 10 of 26 ports in this commit are shown above. )
BROKEN_SSL: Add REASON for breakage
Reported by: matwq
|
[ 14:03 brnrd ] (Only the first 10 of 18 ports in this commit are shown above. )
security/openssl-devel: Mark broken databases cat
|
Tue, 13 Feb 2018
|
[ 16:33 brnrd ]
databases/mariadb101-server: unbreak OQGraph engine
- Fixes collision in setbit with sys/param.h
PR: 224089
Reported by: jbeich
|
Mon, 12 Feb 2018
|
[ 19:19 brnrd ]
databases/mariadb101-server: Mark OQGraph broken
|
[ 14:45 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
|
Wed, 24 Jan 2018
|
[ 01: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
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
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
|
Sat, 23 Dec 2017
|
[ 10:28 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
|
Sat, 18 Nov 2017
|
[ 20:58 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
|
Sun, 1 Oct 2017
|
[ 15:10 brnrd ]
databases/mariadb101-server: Update to 10.1.28
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
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
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
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
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 38 ports in this commit are shown above. )
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:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Mon, 14 Aug 2017
|
[ 05:37 vd ] (Only the first 10 of 11 ports in this commit are shown above. )
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 )
|
Sun, 13 Aug 2017
|
[ 10:19 brnrd ]
databases/mariadb101-server: Security update to 10.1.26
- Register libedit dependency
MFH: 2017Q3
Security: cda2f3c2-6c8b-11e7-867f-b499baebfeaf
|
Sun, 23 Jul 2017
|
[ 19:14 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>
|
Thu, 6 Jul 2017
|
[ 20:50 brnrd ]
databases/mariadb101-server: Fix extra change in prev commit
- i386 still does not build with clang
|
Wed, 5 Jul 2017
|
[ 18:14 brnrd ]
databases/mariadb101-server: Update to 10.1.25
- update to bugfix release 10.1.25
|
Sun, 2 Jul 2017
|
[ 13:32 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
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
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
|
Sat, 20 May 2017
|
[ 20:36 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
|
[ 20:30 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>
|
Thu, 4 May 2017
|
[ 06:46 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
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
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
|
Sat, 29 Apr 2017
|
[ 07:04 linimon ] (Only the first 10 of 12 ports in this commit are shown above. )
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Sat, 18 Mar 2017
|
[ 11:05 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
|
Wed, 18 Jan 2017
|
[ 20:19 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
|
Mon, 9 Jan 2017
|
[ 13:16 amdmi3 ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] (Only the first 10 of 324 ports in this commit are shown above. )
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
|
Fri, 16 Dec 2016
|
[ 13:31 brnrd ]
databases/mariadb101-server: Update to 10.1.20
- Regular update
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
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
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
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)
|
Sun, 20 Nov 2016
|
[ 17:04 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.
|
Sat, 19 Nov 2016
|
[ 14:16 marino ]
databases/mariadb(55|100|101)-client: document ncurses requirement
|
Sat, 12 Nov 2016
|
[ 00:11 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
|
Thu, 10 Nov 2016
|
[ 01:21 linimon ] (Only the first 10 of 48 ports in this commit are shown above. )
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)
|
Sat, 5 Nov 2016
|
[ 16:56 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
|
Mon, 17 Oct 2016
|
[ 17:09 brnrd ]
databases/mariadb101-server: Update to 10.1.18
- Regular update to 10.1.18
|
Sun, 2 Oct 2016
|
[ 02:51 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
|
[ 01:50 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.
|
Wed, 31 Aug 2016
|
[ 19:53 brnrd ]
databases/mariadb101-server: Update to 10.1.17
- Update to 10.1.17
- Remove no-op cmake flag for -client
|
Sun, 24 Jul 2016
|
[ 10:32 brnrd ]
databases/mariadb101-server: Fix lz4 linking fix
- Remove some testing leftover
|
Sat, 23 Jul 2016
|
[ 20:27 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
|
Thu, 16 Jun 2016
|
[ 13:23 mat ] (Only the first 10 of 35 ports in this commit are shown above. )
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
|
Wed, 11 May 2016
|
[ 15:15 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
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 20:57 brnrd ] (Only the first 10 of 33 ports in this commit are shown above. )
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
|
Sat, 5 Mar 2016
|
[ 13:57 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
|
Sat, 13 Feb 2016
|
[ 19:02 brnrd ] (Only the first 10 of 46 ports in this commit are shown above. )
[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
|
Number of commits found: 87 |