Up to [cvs.NetBSD.org] / pkgsrc / databases / libdbi
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 10:09:21 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 13:35:13 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
databases: Remove SHA1 distfile hashes
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 21 19:14:07 2016 UTC (7 years, 3 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.3: +5 -6
lines
Diff to previous 1.3 (colored)
Update databases/libdbi to 0.9.0. Bugfixes - libdbi now supports using custom driver functions correctly (none of the drivers had implemented this feature before libdbi-drivers 0.9.0, so this was not really a problem). - a variety of other bug fixes too numerous to list here, see ChangeLog Improvements - libdbi now supports several independent "instances" per process. This makes the library safe to use in programs that dlopen() plugins at runtime which in turn are linked against libdbi. The new function dbi_initialize_r() creates a handle which the functions dbi_shutdown_r(), dbi_set_verbosity_r(), dbi_driver_list_r(), dbi_driver_open_r(), and dbi_conn_new_r() use to operate on a particular instance. A new function dbi_driver_get_instance() helps to determine the instance at runtime. The old interface (with just one instance per process which is managed internally) is still around but deprecated. See the file UPGRADING for detailed instructions. - libdbi now provides functions for managing transactions and savepoints - libdbi now provides a hint to drivers indicating the current position in a result set. This allows drivers to implement additional optimizations - the libtool library versioning numbers were now set appropriately (they had fallen out of maintenance somehow in the past), and starting with this release the release number will match the libtool numbering scheme. libtool manages shared objects in a way to allow the loader to detect whether an application was linked against a compatible version of a library. This will avoid runtime errors in future releases if backwards-incompatible changes are necessary. - pgk-config (http://pkg-config.freedesktop.org/wiki/) is now supported - if CFLAGS is set in the environment, it is now used appropriately in ./configure
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 3 01:56:13 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 7 23:40:23 2011 UTC (12 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Unconditionalize use a sane optimizer level. -O20 never existed with GCC and -O3 is a safe compromise for GCC and Clang (which enables LTO with -O4).
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 10 23:55:48 2010 UTC (13 years, 8 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-20100311
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of libdbi and its drivers for mysql, postgresql and sqlite (2 versions); packaged for wip by Aleksey Cheusov. libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 10 23:55:48 2010 UTC (13 years, 8 months ago) by wiz
Branch: MAIN
Initial revision