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:           Wed Oct  1 07:33:57 UTC 2025

Modified Files:
        pkgsrc/databases/unixodbc: Makefile distinfo
Removed Files:
        pkgsrc/databases/unixodbc/patches: patch-Drivers_Postgre7.1_info.c

Log Message:
unixodbc: updated to 2.3.13

2.3.13

* Disable connection pooling if the cursor lib is in use, the two conflict over the manupluation
  of driver function entry points
* small patch to odbc/isql to have a -i option that removes the help text, but does
  not disable prompts like the -b option. This patch also prevents isql from crashing
  when no $HOME is set.
* Prevent the DM from going via the W functions, bipassing the cursor lib if in use
* Added better support for cross compiling in exe/Makefile.am
* Refactor in SQLCancel and a endian fix at the same time
* Add check for Solaris version of getpwuid_r
* Make definition of TCHAR match WCHAR
* Added some missing error logging in SQLSpecialColumns[W]
* Set driver_name in SQLBrowseConnect(W) to "" to prevent seg fault if lib not found
* Various mem buffers fixes. Thanks chipitsine
* Fix race condition with threaded applications where SQLGetPrivateProfileString can fail
  due to collision with loading driver library during connection
* Added some ODBC 4 types to sql.h
* Fix sizeof( ptr ) error in extract_diag_error()
* Add missing check and call to SQL_ATTR_RESET_CONNECTION in SQLConnect
* Deal with arbitrary length passwords in pooled connections
* Fix some buffer overflows in SQLError(W) and SQLGetDiagRec(W)
* Fix bug with setting Env Attribute via DMEnvAttr


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/unixodbc/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/unixodbc/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/unixodbc/patches/patch-Drivers_Postgre7.1_info.c

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.50 pkgsrc/databases/unixodbc/Makefile:1.51
--- pkgsrc/databases/unixodbc/Makefile:1.50     Tue Apr 29 21:32:03 2025
+++ pkgsrc/databases/unixodbc/Makefile  Wed Oct  1 07:33:57 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2025/04/29 21:32:03 tnn Exp $
+# $NetBSD: Makefile,v 1.51 2025/10/01 07:33:57 adam Exp $
 
-DISTNAME=      unixODBC-2.3.12
+DISTNAME=      unixODBC-2.3.13
 PKGNAME=       ${DISTNAME:S/ODBC/odbc/}
-PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  ftp://ftp.unixodbc.org/pub/unixODBC/
 

Index: pkgsrc/databases/unixodbc/distinfo
diff -u pkgsrc/databases/unixodbc/distinfo:1.24 pkgsrc/databases/unixodbc/distinfo:1.25
--- pkgsrc/databases/unixodbc/distinfo:1.24     Mon Aug  5 13:20:08 2024
+++ pkgsrc/databases/unixodbc/distinfo  Wed Oct  1 07:33:57 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.24 2024/08/05 13:20:08 tnn Exp $
+$NetBSD: distinfo,v 1.25 2025/10/01 07:33:57 adam Exp $
 
-BLAKE2s (unixODBC-2.3.12.tar.gz) = aff316a61bfab36b9efc8fd6d8636bc157ecd41133fd006ac56ce5c82a1ad14d
-SHA512 (unixODBC-2.3.12.tar.gz) = ca9d8db943195679a44db1fc09391dc6662ab1721112c93d448f04011e98502462ffe14b8364eb03707d851db456eced20eb61a22370392ca88d917038d45b56
-Size (unixODBC-2.3.12.tar.gz) = 1753915 bytes
-SHA1 (patch-Drivers_Postgre7.1_info.c) = 64b10ae23ea3e933a522ec9356164765c179d89b
+BLAKE2s (unixODBC-2.3.13.tar.gz) = 2e28b813d37bd73e3c7fb2163567f850069686b1be404e666dd10879f3ea220f
+SHA512 (unixODBC-2.3.13.tar.gz) = 715ec8a59b0be614c5513e35248280698037f8539d9a7e0f0e6caf7e6854ef90576a978d5226fb1ec663f5b6f81c2a1f335cf018a7ca6477571039d4e189c597
+Size (unixODBC-2.3.13.tar.gz) = 1758928 bytes
 SHA1 (patch-Makefile.in) = 807eb24caff7e01493bb6d60f3b253d9f34fa2fc



Home | Main Index | Thread Index | Old Index