notbugAs 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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mysql-connector-java51 MySQL Connector/J: JDBC interface for MySQL
5.1.49 databases on this many watch lists=0 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.1.49Version of this port present on the latest quarterly branch.
Maintainer: ultima@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-01-08 20:36:18
Last Update: 2023-04-04 18:10:53
Commit Hash: 4cda17a
Also Listed In: java
License: GPLv2
WWW:
https://dev.mysql.com/downloads/connector/j/
Description:
MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL. This port is derived from the original databases/mysql-jdbc-mm port of the mm.mysql JDBC connector by dglo@ssec.wisc.edu.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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/mysql-connector-java.jar
  2. /usr/local/share/licenses/mysql-connector-java51-5.1.49/catalog.mk
  3. /usr/local/share/licenses/mysql-connector-java51-5.1.49/LICENSE
  4. /usr/local/share/licenses/mysql-connector-java51-5.1.49/GPLv2
Collapse this list.
Dependency lines:
  • mysql-connector-java51>0:databases/mysql-connector-java51
Conflicts:
CONFLICTS_INSTALL:
  • mysql-connector-java
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/databases/mysql-connector-java51/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/mysql-connector-java51
  • pkg install mysql-connector-java51
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mysql-connector-java51
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1588488678 SHA256 (mysql-connector-java-5.1.49.tar.gz) = 25dc7e687f58b2345176ecb8aff6ca87acd33bce5b2b3cc92dd0557806d16dca SIZE (mysql-connector-java-5.1.49.tar.gz) = 3362563

Packages (timestamps in pop-ups are UTC):
mysql-connector-java51
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.1.495.1.49-5.1.495.1.49---
FreeBSD:13:quarterly5.1.495.1.495.1.495.1.495.1.49-5.1.495.1.49
FreeBSD:14:latest5.1.495.1.495.1.49-5.1.49--5.1.49
FreeBSD:14:quarterly5.1.495.1.49--5.1.49-5.1.495.1.49
FreeBSD:15:latest5.1.495.1.49n/a-n/a-5.1.495.1.49
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
Runtime dependencies:
  1. log4j.jar : devel/log4j
  2. java : java/openjdk8
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. databases/isql-viewer*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for mysql-connector-java51-5.1.49: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
databases_mysql-connector-java51
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.fi.muni.cz/pub/mysql/Downloads/Connector-J/
  2. ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/Connector-J/
  3. ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/Connector-J/
  4. https://dev.mysql.com/get/Downloads/Connector-J/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.1.49
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit This port version is marked as vulnerable.
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
5.1.49
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
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)
5.1.49
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit This port version is marked as vulnerable.
Tobias C. Berner (tcberner) search for other commits by this committer
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)
5.1.49
29 Jun 2022 15:57:40
commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS_INSTALL in the databases category

Approved by:	portmgr (implicit)
5.1.49
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
5.1.49
03 May 2020 07:02:04
Revision:533750Original commit files touched by this commit This port version is marked as vulnerable.
ultima search for other commits by this committer
Updated to 5.1.49

Changes: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-49.html
5.1.48
18 Oct 2019 19:24:16
Revision:514732Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
Remove a reference to Java 6

After the deletion of the openjdk6 port there are no viable versions of
Java 6 remaining in the ports tree.

PR:		241020
Approved by:	ultima@ (maintainer)
5.1.48
01 Aug 2019 03:31:17
Revision:507749Original commit files touched by this commit This port version is marked as vulnerable.
ultima search for other commits by this committer
Updated to 5.1.48

Changes: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-48.html
5.1.47
18 Jul 2019 16:39:36
Revision:506859Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
Adjust to proposed changes in Java versioning

* Bug #238758 proposes to change the Java versioning from versions such
  as "1.6.0" to versions such as "6" (for example).  Modify the Makefile
  checks on JAVA_PORT_VERSION to cope with either format.

PR:		238977
Approved by:	maintainer timeout
5.1.47
17 Jun 2019 05:42:42
Revision:504389Original commit files touched by this commit This port version is marked as vulnerable.
matthew search for other commits by this committer
Hand these ports over to Richard Gallamore
5.1.47
08 Jan 2019 20:36:03
Revision:489740Original commit files touched by this commit This port version is marked as vulnerable.
matthew search for other commits by this committer
Update databases/mysql-connector-java to 8.0.13

This now requires Java 1.8+

Repo-copy the orgiginal port to	databases/mysql-connector-java51 to
provide continued support for Java 1,6 and 1.7 users.  Hook up to the
tree.

Summary	of
Changes:	https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/
ChangeLogs:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/

Number of commits found: 12