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
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/py-mysqlclient/Makefile
SVNWeb

Number of commits found: 24

Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
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)
Thu, 23 Jun 2022
[ 16:23 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:88acfca540184a18564d81dd1932d242d8151cf3  commit hash:88acfca540184a18564d81dd1932d242d8151cf3  commit hash:88acfca540184a18564d81dd1932d242d8151cf3  88acfca 
databases/py-mysqlclient: update to 2.1.1 release (+)

Changelog:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.1
Thu, 18 Nov 2021
[ 18:00 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd  commit hash:9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd  commit hash:9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd  9aa0c3c 
databases/py-mysqlclient: update to 2.1.0 release

Changelog:      https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.0
Sponsored by:   Netzkommune GmbH
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

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").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Mon, 16 Aug 2021
[ 12:11 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:53dd641cbd9c7deff06c3742111bca49e68307ef  commit hash:53dd641cbd9c7deff06c3742111bca49e68307ef  commit hash:53dd641cbd9c7deff06c3742111bca49e68307ef  53dd641 
databases/py-mysqlclient: update to 2.0.3 release
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Sat, 12 Dec 2020
[ 11:11 fluffy search for other commits by this committer ] Original commit   Revision:557812
databases/py-mysqlclient: update to 2.0.2 release
Fri, 3 Jul 2020
[ 09:06 fluffy search for other commits by this committer ] Original commit   Revision:541089
databases/py-mysqlclient: update to 2.0.1 release

* Dropped Python 2 support
* Dropped Django 1.11 support
* Add context manager interface to Connection which closes the connection on
``__exit__``.
* Add ``ssl_mode`` option.
* Fixed multithread safety issue in fetching row.
* Removed obsolete members from Cursor. (e.g. `messages`, `_warnings`,
`_last_executed`)
Mon, 22 Jun 2020
[ 16:50 fluffy search for other commits by this committer ] Original commit   Revision:539884
databases/py-mysqlclient: revert gc threaded patch

It caused python sigabort with a "GC object already tracked" message in
singlethreaded app.
This happens only with a fetchmany() on a streaming cursor,
MySQLdb.cursors.SSCursor.

PR:		246313
Reported by:	Jeroen Pulles <jeroen.pulles@gmail.com>
MFH:		2020Q2
Sat, 28 Mar 2020
[ 13:16 fluffy search for other commits by this committer ] Original commit   Revision:529631
databases/py-mysqlclient: pet port

- Change MASTER_SITES from GitHub to CHEESESHOP
- Use USE_PYTHON=concurrent instead of setting DOCSDIR manually
- Point WWW link to official PyPI page in pkg-descr

Submitted by:	sunpoet via private mail
[ 12:22 fluffy search for other commits by this committer ] Original commit   Revision:529330
databases/py-mysqlclient: Add some gc safety around _mysql__fetch_row

- Users of gc.get_referrers() could cause a SystemError to be raised if this
function is running in a different python thread.
- While here, take maintainership

Obtained from:	PyMySQL repo
[ 11:26 rene search for other commits by this committer ] Original commit   Revision:529327 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Return Neels ports to the pool on his request.

Submitted by:	neelc@neelc.org (former maintainer) via freebsd-ports
Sat, 11 Jan 2020
[ 04:47 fluffy search for other commits by this committer ] Original commit   Revision:522627
databases/py-mysqlclient: update to 1.4.6 release

* The cp1252 encoding is used when charset is "latin1". (#390)
* The auth_plugin option is added. (#389)
* charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME,
charset) before mysql_real_connect is called. This avoid extra SET NAMES
<charset> query when creating connection.
* --static build supports libmariadbclient.a
* Try mariadb_config when mysql_config is not found
* Fixed warning happend in Python 3.8 (#359)
* Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and no
connection is created. (#367)
* Fixed many circular references are created in Cursor.executemany(). (#375)

PR:		243076
Submitted by:	fluffy
Approved by:	maintainer timeout (>1w)
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
Mon, 8 Jul 2019
[ 12:17 pkubaj search for other commits by this committer ] Original commit   Revision:506211
databases/py-mysqlclient: fix build with GCC-based architectures

Since the switch to MySQL 5.7, C11-aware compiler is required:
/usr/bin/ld: cannot find -latomic

Approved by:	mentors (implicit approval)
Fri, 3 May 2019
[ 11:33 swills search for other commits by this committer ] Original commit   Revision:500718
databases/py-mysqlclient: Update to 1.4.2.post1

PR:		237709
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Sat, 28 Jul 2018
[ 14:44 miwi search for other commits by this committer ] Original commit   Revision:475576
- Update to 1.3.13

PR:		230106
Sponsored by:	iXsystems Inc.
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 3 Nov 2017
[ 13:01 dvl search for other commits by this committer ] Original commit   Revision:453402
Upgrade to 1.3.12

maintainer timeout

PR:		222983
Submitted by:	Neel Chauhan
Sat, 10 Dec 2016
[ 13:39 antoine search for other commits by this committer ] Original commit   Revision:428295
Move py35-mysqlclient and py35-psycopg2 to match existing naming convention
Mon, 10 Oct 2016
[ 19:16 pawel search for other commits by this committer ] Original commit   Revision:423679
- Update to version 1.3.8 [1]
- Install doc files only when needed

PR:		213171 [1]
Submitted by:	Neel Chauhan (maintainer) [1]
Wed, 22 Jun 2016
[ 20:36 pawel search for other commits by this committer ] Original commit   Revision:417332
MySQL database connector for Python (with Python 3 support).

WWW: https://github.com/PyMySQL/mysqlclient-python

PR:		209548
Submitted by:	Neel Chauhan <neel@neelc.org>

Number of commits found: 24