mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
Release Notes [1] * Added extra validation for SQLAllocHandle (SQL_HANDLE_DESC, ...) * Added GCC __attribute__ for checking format string * Added missing define SQL_CONVERT_GUID * Fixed issue using heap after free in SQLConnect_internal * Fixed issue with global mutex in SQLError, SQLGetDiagRec, and SQLGetDiagField * Fixed SQLSetStmtAttr to cache the correct values for SQL_ATTR_ROW_ARRAY_SIZE and SQL_ATTR_ROW_BIND_TYPE * Fixed format specifiers and some casts to fix trace output * Fixed missing check for section in SQLGetPrivateProfileString * Fixed non-void function needs to return a value * Fixed issue in Mac Cocoa code * Fixed iODBC apps/frameworks CFBundleGetInfoString attribute * Fixes an issue where build fails on Alpine * Fixed package versioning * Fixed small memory leaks [1] http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/ChangeNotes#2019-07-23%20-%20iODBC%20Stable%20Version%203.52.13%20Released
11 lines
309 B
Text
11 lines
309 B
Text
--- Makefile.am.orig 2019-08-07 17:55:25 UTC
|
|
+++ Makefile.am
|
|
@@ -73,7 +73,7 @@
|
|
|
|
AUTOMAKE_OPTIONS = gnu dist-zip 1.9.6
|
|
|
|
-SUBDIRS = admin bin etc man include iodbcinst iodbc iodbcadm drvproxy samples
|
|
+SUBDIRS = admin bin etc man include iodbcinst iodbc iodbcadm drvproxy
|
|
|
|
ACLOCAL_AMFLAGS = -I admin
|
|
|