Next | Query returned 14 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2022-12-08 20:42:17 by Havard Eidnes | Files touched by this commit (1)
Log message:
databases/mysql-connector-c++: use mk/atomic64.mk.

Fixes build issue on macppc.
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-06-29 08:43:30 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
mysql-connector-c++: update to 8.0.25.

MySQL Connectors and other MySQL client tools and applications now
synchronize the first digit of their version number with the
(highest) MySQL server version they support. For example, MySQL
Connector/C++ 8.0.12 would be designed to support all features of
MySQL server version 8 (or lower). This change makes it easy and
intuitive to decide which client version to use for which server
version.
   2021-06-23 22:33:18 by Nia Alarie | Files touched by this commit (103)
Log message:
Revbump for MySQL default change
   2017-01-12 13:24:09 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
GA 1.1.8:
- Add connect options MYSQL_OPT_MAX_ALLOWED_PACKET, MYSQL_OPT_NET_BUFFER_LENGTH,
  MYSQL_OPT_TLS_VERSION and MYSQL_OPT_SSL_MODE
- Fix Visual Studio 2015 build.
- Fix segmentation fault when inserting a large string
- Fix Compilation Failure with PRE-5.7 C API
   2016-03-08 16:40:02 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update mysql-connector-c++ to 1.1.7:

GA  1.1.7 -
- Add JSON support
- Allow building without server flags (Bug#21391025)
- Correct relative() not seeking after changing position.(Bug#21152054)
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-01 11:35:52 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.1.6:
* Security Fix: Connector/C++ 1.1.6 Commercial upgrades the linked OpenSSL \ 
library to version 1.0.1m which has been publicly reported as not vulnerable to \ 
CVE-2015-0286.
* The std::auto_ptr class template is deprecated in C++11, and its usage has \ 
been replaced with boost::scoped_ptr/shared_ptr.
* Connector/C++ now provides macros to indicate the versions of libraries \ 
against which it was built: MYCPPCONN_STATIC_MYSQL_VERSION and \ 
MYCPPCONN_STATIC_MYSQL_VERSION_ID (MySQL client library version, string and \ 
numeric), and MYCPPCONN_BOOST_VERSION (Boost library version, numeric).
* With defaultStatementResultType=FORWARD_ONLY and a row position after the last \ 
row, using getter methods such as getInt() or getString() resulted in a \ 
segmentation fault.
* For prepared statements, calling wasNull() before fetching data resulted in an \ 
assertion failure.
* Result sets from prepared statements were not freed.
* Connector/C++ failed to build against Boost-devel-1.41.0-25 on OLE6.
* Configuration failed if the MYSQL_CONFIG_EXECUTABLE option was specified and \ 
the MySQL installation path contained the characters -m. Installation failed if \ 
the build directory was not in the top source directory.
* For prepared statements, getString() did not return the fractional seconds \ 
part from temporal columns that had a fractional sections part.
* For queries of the form SELECT MAX(bit_col) FROM table_with_bit_col, \ 
getString() returned an incorrect result.
* For Connector/C++ builds from source, make install failed if only the static \ 
library had been built without the dynamic library.
   2015-03-19 02:06:25 by Blue Rats | Files touched by this commit (1)
Log message:
Add buildlink3.mk. The new version of mysql-workbench needs this.

Next | Query returned 14 messages, browsing 1 to 10 | Previous