FreshPorts -- databases/mariadb-java-client: MariaDB JDBC driver for Java applications


FreshPorts -- The Place For Ports [画像:notbug]As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC [画像:Ukraine]
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
mariadb-java-client MariaDB JDBC driver for Java applications
3.5.10 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.8Version of this port present on the latest quarterly branch.
Maintainer: dmayoss@gmail.com search for ports maintained by this maintainer
Port Added: 2025年07月25日 15:54:04
Last Update: 2026年08月12日 14:13:55
Commit Hash: 959a9ec
Also Listed In: java
License: LGPL21
WWW:
https://mariadb.com
Description:
The MariaDB java connector is a JDBC 4.5 compatible driver, used to connect applications developed in Java to MariaDB and MySQL databases. It is suitable for use with Java 8, 11, 17, 21 and 25. This port uses a precompiled jar.
Homepage cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. /usr/local/share/java/classes/mariadb-java-client.jar
  2. /usr/local/share/licenses/mariadb-java-client-3.5.10/catalog.mk
  3. /usr/local/share/licenses/mariadb-java-client-3.5.10/LICENSE
  4. /usr/local/share/licenses/mariadb-java-client-3.5.10/LGPL21
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • mariadb-java-client>0:databases/mariadb-java-client
To install the port:
cd /usr/ports/databases/mariadb-java-client/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/mariadb-java-client
  • pkg install mariadb-java-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mariadb-java-client
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1785858585 SHA256 (mariadb-java-client-3.5.10.jar) = 919b8c1c771d9ee3465811462f242c9543ab401e140c64988ddbf1d8abcb18b2 SIZE (mariadb-java-client-3.5.10.jar) = 791739

Packages (timestamps in pop-ups are UTC):
mariadb-java-client
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.83.5.8n/an/an/an/an/an/a
FreeBSD:13:quarterly3.5.83.5.8n/an/an/an/an/an/a
FreeBSD:14:latest3.5.103.5.10-3.5.53.5.10---
FreeBSD:14:quarterly3.5.83.5.8--3.5.8---
FreeBSD:15:latest3.5.103.5.10n/a3.5.5n/an/a--
FreeBSD:15:quarterly3.5.83.5.8n/a-n/an/a--
FreeBSD:16:latest3.5.103.5.10n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk25
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_mariadb-java-client
USES:
cpe java
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://dlm.mariadb.com/4787586/Connectors/java/connector-java-3.5.10/
  2. https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/3.5.10/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.10
12 Aug 2026 14:13:55
commit hash: 959a9eca0741686d2d1979a2a857fd845b31ca60 commit hash: 959a9eca0741686d2d1979a2a857fd845b31ca60 commit hash: 959a9eca0741686d2d1979a2a857fd845b31ca60 commit hash: 959a9eca0741686d2d1979a2a857fd845b31ca60 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Dan
databases/mariadb-java-client: Update 3.5.8 => 3.5.10
Release Notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.9
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.10
- Now the .jar file is created without linking, without the filename
 having the version appended. This is to help those who just load whole
 directories of java classes, and the version installed is in the pkg
 anyway, so it's redundant to have it in the filename.
- Add EXTRACT_ONLY= to prevent the .jar file from being unzipped.
PR:		297263
Sponsored by:	UNIS Labs
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
3.5.8
13 Apr 2026 16:51:59
commit hash: 7e547c2bc2e1d37d863f17d06e8bdddd7e31480b commit hash: 7e547c2bc2e1d37d863f17d06e8bdddd7e31480b commit hash: 7e547c2bc2e1d37d863f17d06e8bdddd7e31480b commit hash: 7e547c2bc2e1d37d863f17d06e8bdddd7e31480b files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Dan
databases/mariadb-java-client: Update 3.5.6 => 3.5.8
Release notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.7
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.8
PR:		294351
Sponsored by:	UNIS Labs
MFH:		2026Q2
3.5.6_2
02 Apr 2026 21:06:57
commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=25 update
Included all ports that have USES=java.
PR:	293559 
3.5.6_1
26 Feb 2026 08:10:21
commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=21 update
PR:	272855 
3.5.6
22 Nov 2025 13:08:19
commit hash: 6427072879f6a41de2d11a27256b535d929695b9 commit hash: 6427072879f6a41de2d11a27256b535d929695b9 commit hash: 6427072879f6a41de2d11a27256b535d929695b9 commit hash: 6427072879f6a41de2d11a27256b535d929695b9 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Dan
databases/mariadb-java-client: Update 3.5.5 => 3.5.6
Release notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.6
PR:	291148 
3.5.5
11 Aug 2025 14:20:03
commit hash: 243a6ceb04655e1992d897599dbb38c483f8c7c7 commit hash: 243a6ceb04655e1992d897599dbb38c483f8c7c7 commit hash: 243a6ceb04655e1992d897599dbb38c483f8c7c7 commit hash: 243a6ceb04655e1992d897599dbb38c483f8c7c7 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Dan
databases/mariadb-java-client: Update 3.5.4 => 3.5.5
Release notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/mariadb-connector-j-3-5-5-release-notes
PR:	288788 
3.5.4
25 Jul 2025 15:52:32
commit hash: bd9871bd7c03a8824c00ee210b918594e9ae9f8f commit hash: bd9871bd7c03a8824c00ee210b918594e9ae9f8f commit hash: bd9871bd7c03a8824c00ee210b918594e9ae9f8f commit hash: bd9871bd7c03a8824c00ee210b918594e9ae9f8f files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Dan
databases/mariadb-java-client: New port: MariaDB JDBC driver for Java
applications (precompiled .jar)
The MariaDB java connector is a JDBC 4.2 compatible driver, used to
connect applications developed in Java to MariaDB and MySQL databases.
PR:		288358
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>

Number of commits found: 7

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
Security Policy
Privacy
Blog
Contact

Search
Enter Keywords:
more...

Latest Vulnerabilities
openvpn Sep 04
electron42 Sep 03
libnjs Sep 03
nginx-full Sep 03
njs Sep 03
chromium Sep 02
jenkins Sep 02
jenkins-lts Sep 02
erlang Sep 01
erlang Sep 01

29 vulnerabilities affecting 436 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last processed:
2026年09月04日 23:14:41 UTC


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)

Calculated hourly:
Port count 35102
Broken 94
Ignore 207

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD Valid HTML, CSS, and RSS. Copyright © 2000-2026 Dan Langille. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /