pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/unixodbc



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 14 13:04:24 UTC 2018

Modified Files:
        pkgsrc/databases/unixodbc: Makefile distinfo
Added Files:
        pkgsrc/databases/unixodbc/patches: patch-Makefile.in
Removed Files:
        pkgsrc/databases/unixodbc/patches: patch-Drivers_nn_yyparse.c
            patch-exe_Makefile.in

Log Message:
unixodbc: updated to 2.3.7

2.3.7:
Fix for pkg-config file update on no linux platforms
Add W entry for GUI work
Various fixes for SQLBrowseConnect/W, SQLGetConnectAttr/W,and SQLSetConnectAttr/W
Fix buffer overflows in SQLConnect/W and refine behaviour of SQLGet/WritePrivateProfileString
SQLBrowseConnect/W allow disconnecting a started browse session after error
Add --with-stats-ftok-name configure option to allow the selection of a file name used to generate the IPC id when collecting stats. Default is the system odbc.ini file
Improve diag record handling with the behavior of Windows DM and export SQLCancelHandle
Bug fix when SQLGetPrivateProfileString() is called to get a list of sections or a list of keys
Connection pooling: Fix liveness check for Unicode drivers


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/unixodbc/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/unixodbc/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/unixodbc/patches/patch-Drivers_nn_yyparse.c \
    pkgsrc/databases/unixodbc/patches/patch-exe_Makefile.in
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/unixodbc/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/unixodbc/Makefile
diff -u pkgsrc/databases/unixodbc/Makefile:1.39 pkgsrc/databases/unixodbc/Makefile:1.40
--- pkgsrc/databases/unixodbc/Makefile:1.39     Sat Apr 14 08:26:34 2018
+++ pkgsrc/databases/unixodbc/Makefile  Tue Aug 14 13:04:24 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2018/04/14 08:26:34 adam Exp $
+# $NetBSD: Makefile,v 1.40 2018/08/14 13:04:24 adam Exp $
 
-DISTNAME=      unixODBC-2.3.6
+DISTNAME=      unixODBC-2.3.7
 PKGNAME=       ${DISTNAME:S/ODBC/odbc/}
 CATEGORIES=    databases
 MASTER_SITES=  ftp://ftp.unixodbc.org/pub/unixODBC/

Index: pkgsrc/databases/unixodbc/distinfo
diff -u pkgsrc/databases/unixodbc/distinfo:1.17 pkgsrc/databases/unixodbc/distinfo:1.18
--- pkgsrc/databases/unixodbc/distinfo:1.17     Sat Apr 14 08:26:34 2018
+++ pkgsrc/databases/unixodbc/distinfo  Tue Aug 14 13:04:24 2018
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.17 2018/04/14 08:26:34 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/08/14 13:04:24 adam Exp $
 
-SHA1 (unixODBC-2.3.6.tar.gz) = 23ff27a449e990f9c4b1b29a6369086006454baa
-RMD160 (unixODBC-2.3.6.tar.gz) = 6ff50a528a648c188f99604652c273fe375b2287
-SHA512 (unixODBC-2.3.6.tar.gz) = 6518a4169946e847dd710d54724a44d268b98954d30064eadadb703edbbeafac05bd1f42a6845c2fdcdab7ae8987800acd1a5f6b4b96de5f3c8c3e4bc370fe30
-Size (unixODBC-2.3.6.tar.gz) = 1661914 bytes
-SHA1 (patch-Drivers_nn_yyparse.c) = c2b1ddbf21eadd2bc07b8373c59920f8505886c5
-SHA1 (patch-exe_Makefile.in) = 85ae24152e0c6c537df2ed12837f436f02b4702e
+SHA1 (unixODBC-2.3.7.tar.gz) = a066c4f3fcb19befbaf5a5801b830ec41b7318df
+RMD160 (unixODBC-2.3.7.tar.gz) = ebbd9e9cee6888779e572b8a32596f49a8bdad2d
+SHA512 (unixODBC-2.3.7.tar.gz) = a87afeaaa0476f4ae6345c7021b3af52718944e599abb595c864d9126744a21341889802512a1de3ebaf86ac89e7f8b1bbd7f8f5285e8f4bccf928bd1585ff70
+Size (unixODBC-2.3.7.tar.gz) = 1669501 bytes
+SHA1 (patch-Makefile.in) = bf15efe813f44ae8b56ef2d4f1baa0be034c2028

Added files:

Index: pkgsrc/databases/unixodbc/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/databases/unixodbc/patches/patch-Makefile.in:1.1
--- /dev/null   Tue Aug 14 13:04:24 2018
+++ pkgsrc/databases/unixodbc/patches/patch-Makefile.in Tue Aug 14 13:04:24 2018
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile.in,v 1.1 2018/08/14 13:04:24 adam Exp $
+
+Do not create empty files nor directories in /etc.
+
+--- Makefile.in.orig   2018-08-14 12:57:27.000000000 +0000
++++ Makefile.in
+@@ -961,9 +961,6 @@ uninstall-am: uninstall-pkgconfigDATA
+ 
+ 
+ install-data-am: install-pkgconfigDATA
+-      -mkdir -p $(DESTDIR)${sysconfdir}/ODBCDataSources
+-      -touch $(DESTDIR)${sysconfdir}/odbcinst.ini
+-      -touch $(DESTDIR)${sysconfdir}/odbc.ini
+       cp unixodbc_conf.h $(DESTDIR)${includedir}/unixodbc_conf.h
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.



Home | Main Index | Thread Index | Old Index