notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/mariadb104-server/Makefile
SVNWeb

Number of commits found: 54

Fri, 30 Jun 2023
[ 05:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6ff0ba32965106c0517165f09af9baf93616efa7  commit hash:6ff0ba32965106c0517165f09af9baf93616efa7  commit hash:6ff0ba32965106c0517165f09af9baf93616efa7  6ff0ba3  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
databases/mariadb104-*: Sunset

2023-06-30 databases/mariadb104-*: Use databases/mariadb106-*

- Sync mariadb versions in Mk/bsd.default-versions.mk

Approved by:	portmgr (blanket)
Sun, 28 May 2023
[ 18:59 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:7f97f2d5e99c9509fd16d7e6f3f6416aeef03be7  commit hash:7f97f2d5e99c9509fd16d7e6f3f6416aeef03be7  commit hash:7f97f2d5e99c9509fd16d7e6f3f6416aeef03be7  7f97f2d 
databases/mariadb104-server: Update to 10.4.29

Security:	5d1b1a0a-fd36-11ed-a0d1-84a93843eb75
MFH:		2023Q2
Sat, 29 Apr 2023
[ 15:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:a910d1ab1c5d9311661ba92a8c6effcaf4acec37  commit hash:a910d1ab1c5d9311661ba92a8c6effcaf4acec37  commit hash:a910d1ab1c5d9311661ba92a8c6effcaf4acec37  a910d1a 
databases/mariadb104-server: Mark IGNORE_SSL

- Mark to IGNORE OpenSSL 3.0 and later
- Upstream only supports OpenSSL 1.0.1 upto 1.1.X

Approved by:	portmgr (blanket)
Mon, 10 Apr 2023
[ 11:40 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df  commit hash:3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df  commit hash:3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df  3f5ce6a 
databases/mariadb105-server: Update conflicts for 10.0.11

 * All remaining MariaDB ports
[ 11:40 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:7885ad4167893e6a7f158f1075b0067514d5ffab  commit hash:7885ad4167893e6a7f158f1075b0067514d5ffab  commit hash:7885ad4167893e6a7f158f1075b0067514d5ffab  7885ad4 
databases/mariadb104: Drop 10.4 in 2023Q3 after adding 10.6
Wed, 8 Mar 2023
[ 20:00 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:ae409e3e8ff8ccec0ff6959c3b94a586b4dd8db2  commit hash:ae409e3e8ff8ccec0ff6959c3b94a586b4dd8db2  commit hash:ae409e3e8ff8ccec0ff6959c3b94a586b4dd8db2  ae409e3 
databases/mariadb104-server: Update to 10.4.28
Sat, 17 Dec 2022
[ 16:40 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:a1228f03298487a867a1abb253f66bcb1dde25be  commit hash:a1228f03298487a867a1abb253f66bcb1dde25be  commit hash:a1228f03298487a867a1abb253f66bcb1dde25be  a1228f0 
databases/mariadb104-server: Update to 10.4.27
Sun, 16 Oct 2022
[ 21:10 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:9e03d9958ec94c454641adc956fd3b40188fc925  commit hash:9e03d9958ec94c454641adc956fd3b40188fc925  commit hash:9e03d9958ec94c454641adc956fd3b40188fc925  9e03d99  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
devel/msgpack: Update and split into C and C++ versions

Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
Fri, 9 Sep 2022
[ 12:11 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:e4c42089352c6a270b78d2e02aecf0a4e23f76d0  commit hash:e4c42089352c6a270b78d2e02aecf0a4e23f76d0  commit hash:e4c42089352c6a270b78d2e02aecf0a4e23f76d0  e4c4208 
databases/mariadb104-server: Security update to 10.4.26

PR:		266133
Security:	36d10af7-248d-11ed-856e-d4c9ef517024
MFH:		2022Q3
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 12 Aug 2022
[ 14:46 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  4cf39de  (Only the first 10 of 722 ports in this commit are shown above. View all ports for this commit)
*/*: bump all consumers after recent boost upgrade
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 24 May 2022
[ 15:42 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:be54a31d4abb841c61e50f2478ec2127dcb18e75  commit hash:be54a31d4abb841c61e50f2478ec2127dcb18e75  commit hash:be54a31d4abb841c61e50f2478ec2127dcb18e75  be54a31d 
databases/mariadb104-server: Security update to 10.4.25

Security:	04fecc47-dad2-11ec-8fbd-d4c9ef517024
MFH:		2022Q2
Mon, 16 May 2022
[ 06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:0393f0c56a56373a5fb0098a4f246b4718909aa9  commit hash:0393f0c56a56373a5fb0098a4f246b4718909aa9  commit hash:0393f0c56a56373a5fb0098a4f246b4718909aa9  0393f0c  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
databases/mariadb10*: fix pkg-plist use share/man

Approved by:	portmgr (blanket)
Mon, 18 Apr 2022
[ 11:22 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:5ab12f1ecf3f97ae049497bce765c17919075e0b  commit hash:5ab12f1ecf3f97ae049497bce765c17919075e0b  commit hash:5ab12f1ecf3f97ae049497bce765c17919075e0b  5ab12f1 
databases/mariadb*: Update MASTER_SITES

 * Fixes broken sites
 * Prefer MariaDB redirect mechanism via API
 * Use secondary mirrors
 * Primary mirror as last resort

PR:		262075
Reported by:	diizzy
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Thu, 24 Feb 2022
[ 06:46 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:24180408f58bb38310f0ec5f58b4510d130a0c7e  commit hash:24180408f58bb38310f0ec5f58b4510d130a0c7e  commit hash:24180408f58bb38310f0ec5f58b4510d130a0c7e  2418040 
databases/mariadb104-server: enable WSREP on riscv64
Tue, 22 Feb 2022
[ 02:20 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:e8c432154619d5b3ecbe47a40b711dc62f478414  commit hash:e8c432154619d5b3ecbe47a40b711dc62f478414  commit hash:e8c432154619d5b3ecbe47a40b711dc62f478414  e8c4321 
databases/mariadb104-server: enable WSREP on powerpc64 and bump PORTREVISION
[ 00:02 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:c79318c15440517ebf6f706802e5a87143dbd8f0  commit hash:c79318c15440517ebf6f706802e5a87143dbd8f0  commit hash:c79318c15440517ebf6f706802e5a87143dbd8f0  c79318c 
databases/mariadb104-server: enable WSREP on powerpc64le
Thu, 17 Feb 2022
[ 14:09 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:94df86eca53ee6a0196d010200ae3cd65e672945  commit hash:94df86eca53ee6a0196d010200ae3cd65e672945  commit hash:94df86eca53ee6a0196d010200ae3cd65e672945  94df86e 
databases/mariadb104-server: Security update to 10.4.24

PR:		261969
Security:	ff5606f7-8a45-11ec-8be6-d4c9ef517024
MFH:		2022Q1
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Wed, 10 Nov 2021
[ 20:19 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:346b5dd630f78b9ebde06ef757ac4498bd032ee0  commit hash:346b5dd630f78b9ebde06ef757ac4498bd032ee0  commit hash:346b5dd630f78b9ebde06ef757ac4498bd032ee0  346b5dd 
databases/mariadb104-server: Security update to 10.4.22

MFH:		2021Q4
Security:	c9387e4d-2f5f-11ec-8be6-d4c9ef517024
Sat, 16 Oct 2021
[ 09:51 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
Sun, 12 Sep 2021
[ 12:04 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:15c1622ad8fa4271d5f18831528af4d5b215e79e  commit hash:15c1622ad8fa4271d5f18831528af4d5b215e79e  commit hash:15c1622ad8fa4271d5f18831528af4d5b215e79e  15c1622 
databases/mariadb104-server: Fix DB corruption

 * InnoDB corrupts files due to incorrect st_blksize calculation

PR:		257728, 257958
Reported by:	mfechner, iron udjin gmail com
Obtained from:	https://jira.mariadb.org/projects/MDEV/issues/MDEV-26537
MFH:		2021Q3
Sun, 8 Aug 2021
[ 19:58 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:7d6e883166c711066f5621b106d2615523a2afe7  commit hash:7d6e883166c711066f5621b106d2615523a2afe7  commit hash:7d6e883166c711066f5621b106d2615523a2afe7  7d6e883 
databases/mariadb104-server: Security update to 10.4.21

databases/mariadb105-server: Update to 10.5.12

 * Update/fix i386 build [1]

PR:		257047 [1]
Reported by:	Raymond Quakkelaar <r quakkelaar quaras nl>
Security:	38a4a043-e937-11eb-9b84-d4c9ef517024
MFH:		2021Q3
Wed, 30 Jun 2021
[ 16:48 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:89b30bb9de066abf8e3710b8f5f37bbe0489b549  commit hash:89b30bb9de066abf8e3710b8f5f37bbe0489b549  commit hash:89b30bb9de066abf8e3710b8f5f37bbe0489b549  89b30bb 
databases/mariadb104-server: Update to 10.4.20

 * Fix build on RISC-V and i386 [1]
 * Fix plist issue with WSREP on i386 [1]

PR:		256618
Submitted by:	Robert Clausecker <fuz fuz su>
Thu, 13 May 2021
[ 16:32 Bernard Spil (brnrd) search for other commits by this committer ]    commit hash:d94a3f91ff717fbed25b89ebd57c6ca4f3f4b793  commit hash:d94a3f91ff717fbed25b89ebd57c6ca4f3f4b793  commit hash:d94a3f91ff717fbed25b89ebd57c6ca4f3f4b793  d94a3f9 
databases/mariadb104-server: Security update to 10.4.19

Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 28 Feb 2021
[ 17:47 brnrd search for other commits by this committer ] Original commit   Revision:566783
databases/mariadb104-server: Update to 10.4.18
Tue, 26 Jan 2021
[ 09:19 linimon search for other commits by this committer ] Original commit   Revision:562647
Mark these ports as BROKEN on riscv64.

The current contents of sys/riscv/include/ieeefp.h are empty.  These
ports rely on that file being defined.

Approved by:	portmgr (tier-2 blanket)
Thu, 12 Nov 2020
[ 16:11 bapt search for other commits by this committer ] Original commit   Revision:554970 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Patents are a complicated topic, and their regulation varies depending on
jurisdiction. Patents  are not necessarily related to the license and so
should not be connected to the license framework.

As a project we will officially remove all patent limitations within the
ports tree and leave it to the user or consumer to deal with their local
legislation to determine if they can use the software without legal
restrictions.

Approved by:	core
[ 12:33 brnrd search for other commits by this committer ] Original commit   Revision:554956
databases/mariadb104-server: Bugfix update to 10.4.17

 * Arbitrary InnoDB buffer pool and data file corruption

MFH:		2020Q4
Sun, 8 Nov 2020
[ 19:03 brnrd search for other commits by this committer ] Original commit   Revision:554644
databases/mariadb104-server: Security update to 10.4.16

MFH:		2020Q4
Security:	4fba07ca-13aa-11eb-b31e-d4c9ef517024
Sat, 24 Oct 2020
[ 11:50 brnrd search for other commits by this committer ] Original commit   Revision:553187
databases/mariadb104-server: Security update to 10.4.15

 * Fix server start on clean install [1]

PR:		247413 [1]
MFH:		2020Q4
Security:	a2565962-1156-11eb-9c9c-d4c9ef517024
Sun, 30 Aug 2020
[ 13:10 brnrd search for other commits by this committer ] Original commit   Revision:547052
databases/mariadb104-server: Update to 10.4.14

 * RocksDB and MDEV-15961 fixed upstream
Sun, 12 Jul 2020
[ 14:32 brnrd search for other commits by this committer ] Original commit   Revision:542085
databases/mariadb104-server: Fix breakage

 * Unbreak clean installs (USERS/GROUPS)
 * INSTALL_UNIX_ADDRDIR is a FILE, add the socket filename
 * Built-in socket path now confirmed to be consistent between client, lib and
daemon

PR:		247747
Submitted by:	VVD <vvd unislabs com>
Reported by:	dinoex
MFH:		2020Q3
Sat, 27 Jun 2020
[ 19:42 brnrd search for other commits by this committer ] Original commit   Revision:540633
databases/mariadb104-server: Make directories configurable

 * Create socket dir [1]
 * Take note of the changed directories

PR:		247413 [1]
Reported by:	Henrik Hudson <ports thelanman net>
Tue, 26 May 2020
[ 09:58 brnrd search for other commits by this committer ] Original commit   Revision:536602
databases/mariadb104-server: Fix configuration location / overhaul

 * Fix configuration location [1]
 * Share patches between client and server
 * Provide minimal configuration for client and server
 * Make the wsrep config a sample only
 * Fixup plists

PR:		246694 [1]
Reported by:	<theis gmx at>
MFH:		2020Q2
Thu, 21 May 2020
[ 19:08 brnrd search for other commits by this committer ] Original commit   Revision:536143
databases/mariadb104-server: Fix galera clustering

 * Fix clustering script [1]
 * Fix clustering dependencies [1]
 * Remove no-op REINPLACECMD [2]
 * Fix paths on pam_user_map and its config [3]

Submitted by:	Peter M. Hauesen [1], mfechner [2], mat [3]
MFH:		2020Q2
Sat, 16 May 2020
[ 09:19 brnrd search for other commits by this committer ] Original commit   Revision:535369
databases/mariadb104-server: Security update to 10.4.13

MFH:		2020Q2
Security:	21d59ea3-8559-11ea-a5e2-d4c9ef517024
Wed, 29 Jan 2020
[ 19:02 brnrd search for other commits by this committer ] Original commit   Revision:524565
databases/mariadb104-server: Security update to 10.4.12

MFH:		2020Q1
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security:	CVE-2020-2574
Sat, 14 Dec 2019
[ 14:34 brnrd search for other commits by this committer ] Original commit   Revision:520119
databases/mariadb104-server: Update to 10.4.11

 * Fix compression [1]
 * Fix mariabackup-based replication [2]

PR:		239732 [1], 240692 [2]
Submitted by:	Tao Zhou <zhoutao laocius org> [1], Mike Andrews <mandrews bit0
com> [2]
Wed, 11 Dec 2019
[ 17:53 jbeich search for other commits by this committer ] Original commit   Revision:519824 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
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:50 brnrd search for other commits by this committer ] Original commit   Revision:518809
databases/mariadb104-server: Fix include clash with c++/v1/version
Thu, 28 Nov 2019
[ 19:05 brnrd search for other commits by this committer ] Original commit   Revision:518601
databases/mariadb104-server: Security update to 10.4.10

PR:             241335
Submitted by:   nbari tequilla io, Ralf van der Enden <tremere cainites net>
MFH:            2019Q4
Security:       fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf
Wed, 9 Oct 2019
[ 10:34 bapt search for other commits by this committer ] Original commit   Revision:514130 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Thu, 19 Sep 2019
[ 05:47 tobik search for other commits by this committer ] Original commit   Revision:512309
databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly
Sun, 1 Sep 2019
[ 14:21 brnrd search for other commits by this committer ] Original commit   Revision:510693
databases/mariadb104-server: Security update to 10.4.7

Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
Mon, 19 Aug 2019
[ 15:35 jbeich search for other commits by this committer ] Original commit   Revision:509290 (Only the first 10 of 412 ports in this commit are shown above. View all ports for this commit)
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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Sun, 30 Jun 2019
[ 18:25 brnrd search for other commits by this committer ] Original commit   Revision:505443 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
databases/mariadb104-server: Add MariaDB 10.4 port

Number of commits found: 54