summaryrefslogtreecommitdiff
path: root/databases/freetds
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz2-4/+4
2021-12-08revbump for icu and libffiadam2-4/+4
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-21*: recursive bump for heimdal 7.7.0wiz1-2/+2
its buildlink3.mk now includes openssl's buildlink3.mk
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-09-29revbump for boost-libsadam2-4/+4
2021-04-21revbump for boost-libsadam2-4/+4
2020-05-22revbump after updating security/nettleadam2-4/+4
2020-03-08*: recursive bump for libffiwiz2-4/+4
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-4/+4
2019-07-20*: recursive bump for nettle 3.5.1wiz2-3/+4
2019-07-08Follow some http->https redirects.nia1-2/+2
2019-07-04freetds: updated to 1.00.112adam2-7/+8
1.00.112: Bug fixes
2019-03-03databases/freetds: update to 1.00.111taca2-8/+8
Update freetds to 1.00.111. Various bug fixes and please refer ChangeLog in detail. <https://github.com/FreeTDS/freetds/blob/Branch-1_00/ChangeLog>
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-3/+4
2017-10-13databases/freetds: update to 1.00.64.taca2-10/+10
Author: Frediano Ziglio <freddy77@gmail.com> Date: Sat Sep 30 22:25:16 2017 +0100 ctlib: Add CS_BIGTIME/CS_BIGDATETIME type declarations Author: Frediano Ziglio <freddy77@gmail.com> Date: Fri Sep 22 12:28:30 2017 +0100 ctlib: Support Microsoft DATE/TIME types Author: Frediano Ziglio <freddy77@gmail.com> Date: Thu Sep 21 18:23:06 2017 +0100 ctlib: Support missing Sybase types in _ct_get_client_type Author: Frediano Ziglio <freddy77@gmail.com> Date: Thu Sep 21 20:57:11 2017 +0100 ctlib: Fix wrong type for TIME and DATE from _ct_get_server_type This caused data to be converted in the wrong way. Author: Frediano Ziglio <freddy77@gmail.com> Date: Wed Sep 20 11:20:37 2017 +0100 tds: Fix possible reading buffer overflow converting from char to float Row column data are not NUL terminated so make sure we use terminated strings. This patch also improve checking format errors converting float numbers using strtod instead of atof. Author: Frediano Ziglio <freddy77@gmail.com> Date: Sun Sep 17 17:34:16 2017 +0100 tds: Add missing declaration for Sybase type Declarations are used for bulk copy and datacopy utility.
2017-09-17databases/freetds: update to 1.00.58.taca2-7/+7
Author: Frediano Ziglio <freddy77@gmail.com> Date: Sat Sep 16 13:52:48 2017 +0100 ctlib: Do not mix 2 set of results Variable results was used to store 2 states ending up with possible wrong result from _ct_bind_data. Author: Frediano Ziglio <freddy77@gmail.com> Date: Sat Sep 16 12:51:49 2017 +0100 Avoid mixing different column information Was possible that for multiple column recordset the binding were reused between columns combining row binding with empty ones. This could cause some wrong metadata information to be returned. Author: Frediano Ziglio <freddy77@gmail.com> Date: Wed Sep 13 15:48:03 2017 +0100 build: Fix wrong AC_LANG_SOURCE usage This macro requires a single parameter. Usage confused with AC_LANG_PROGRAM.
2017-09-17databases/freetds: update to 1.00.55.taca11-636/+93
Summary of Changes in release 1.0 -------------------------------------------- User visible (not in a particular order): - Removed "8.0" from protocol version string accepted. Please update configuration files; - Default protocol version is now auto. This could slow down connection but make user experience less painful; - Sybase encrypted login. Set encryption to get it; - Support protocol version 7.4; - Add intent support to specify we don't want to change data; - Allow to attach database file during the login (MS SQL Server); - Support for Sybase time/date/bigdate/bigdatetime; - Pool is working again; - ODBC BCP (not complete); - Improved dbconvert and dbconvert_ps (more compatible); - Fixed dbspid; - Improved ODBC type information; - Better certificate verification; - AppVeyor is used for every build; - Try all IPs from DNS. This allows SQL Cluster connection to secondary servers. Implementation: - Removed Nmake support; - Type conversions simplified; - Better type handle code.
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-4/+4
2016-08-27Update MASTER_SITESmef1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-4/+4
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
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-23Bump PKGREVISION for nettle shlib major bump.wiz2-4/+4
2015-04-26Recursive revbump from databases/unixodbc.ryoon1-2/+2
2014-07-18Turn off visibility for GCC 4.2.ryoon1-1/+9
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-09-11Disable hidden symbols on SunOS, for some reason this part of the codejperkin2-1/+26
hides strlen(), causing linker failure later.
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-3/+4
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-08Fix build on SunOS when optimization of -O2 or greater is used.fhajny1-1/+8
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2012-01-09clean up in some cases where the faked "libgnutls-config" scriptdrochner1-2/+2
is not needed anymore
2011-10-17Add PKG_SUGGESTED_OPTIONS=openssl as freetds won't build with out tls support.sbd1-1/+2
2011-08-19Changes 0.91:adam9-66/+640
* Full Kerberos and SSPI support for passwordless login to Microsoft SQL Server from Unix and Windows clients. Includes Kerberos delegation option. * Full support for DB-Library under Win32/64 via NMAKE.EXE. * Built-in support for UTF-8. * Support for wide characters in ODBC. * Support for varchar(max) and varbinary(max). * Better thread-safety in ODBC. * Distinguish between connect and login errors. * Bulk-copy functions in CT-Library.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-12-16Add include of "../../libltdl/buildlink3.mk".taca1-1/+2
Fix build problem.
2010-02-07update master_siteszafer1-4/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-10-17Add LICENSE.taca1-1/+2
2009-07-02use libgnutls-config.mktnn1-1/+2
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg1-5/+2
2009-06-14Remove @dirrm related logic.joerg1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-21freetds builds fine with unixodbc on AIX and RHEL4sno1-2/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-09-02update distinfo for patchesgrant1-1/+3