databases/freetds: update to 1.00.64.
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.
This commit is contained in:
parent
35212f9cd0
commit
d9273198f8
2 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.60 2017/09/17 17:31:03 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2017/10/13 17:18:42 taca Exp $
|
||||
|
||||
DISTNAME= freetds-1.00.58
|
||||
DISTNAME= freetds-1.00.64
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/
|
||||
|
||||
|
@ -35,9 +35,9 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} ETC=${DESTDIR}${EGDIR}
|
|||
SUBST_CLASSES+= visibility
|
||||
SUBST_STAGE.visibility+= pre-configure
|
||||
SUBST_MESSAGE.visibility+= Turn off visibility for GCC 4.2
|
||||
SUBST_FILES.visibility+= src/tds/tds_checks.h
|
||||
SUBST_FILES.visibility+= include/*.h
|
||||
SUBST_FILES.visibility+= include/*/*.h
|
||||
SUBST_FILES.visibility+= include/freetds/odbc.h \
|
||||
include/freetds/popvis.h \
|
||||
include/freetds/pushvis.h
|
||||
SUBST_SED.visibility+= -e 's,!defined(__MINGW32__),!defined(__MINGW32__) \&\& !(__GNUC__ == 4 \&\& __GNUC_MINOR__ == 2),g'
|
||||
|
||||
.include "options.mk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.23 2017/09/17 17:31:03 taca Exp $
|
||||
$NetBSD: distinfo,v 1.24 2017/10/13 17:18:42 taca Exp $
|
||||
|
||||
SHA1 (freetds-1.00.58.tar.gz) = 3cfc87204b4de2bfd159c54d214946a5f63d802e
|
||||
RMD160 (freetds-1.00.58.tar.gz) = 008de0f27e2315a3d5ca811efcc7182a10be6666
|
||||
SHA512 (freetds-1.00.58.tar.gz) = 907e1d188b44b025c5453932c1fa8505863569df074462f5704b6c8d9f8287e910c6b1c92a8030796cbf823048be6a0a264315971355e81c1d84f114f6e51933
|
||||
Size (freetds-1.00.58.tar.gz) = 2907438 bytes
|
||||
SHA1 (freetds-1.00.64.tar.gz) = 233be25d50cfa562a8b1bbb25777d90f6710322f
|
||||
RMD160 (freetds-1.00.64.tar.gz) = d1a5dafaeb8d86ba4e88d35d62d0329686db59fe
|
||||
SHA512 (freetds-1.00.64.tar.gz) = c7ecfb29b7071bf69eef0964786db86aa02aba5419afb5b8665fa4b5eb8c9b8147ccf78b5bd23d9c675a80b49a1eeb2e1a3244f6fa8ae2c1a6c07613b0dd32c8
|
||||
Size (freetds-1.00.64.tar.gz) = 2908843 bytes
|
||||
SHA1 (patch-Makefile.in) = 46a2663d03502cb913cff5b55bd4c95a4ff670bc
|
||||
SHA1 (patch-ac) = 7533cc71d37949038e2cad093fad0f371b49d729
|
||||
SHA1 (patch-include_freetds_thread.h) = 28c4cf6ad79f8662b5b3b51171791b9e4fd3ede5
|
||||
|
|
Loading…
Reference in a new issue