| Summary: | dev-db/libiodbc-3.52.13: version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sam James <sam> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2403ce99c42a5bb1d3b963ee8fb3b59baf92a8 commit eb2403ce99c42a5bb1d3b963ee8fb3b59baf92a8 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-03-10 00:23:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-03-10 00:23:37 +0000 dev-db/libiodbc: add 3.52.14 Closes: https://bugs.gentoo.org/764599 Signed-off-by: Sam James <sam@gentoo.org> dev-db/libiodbc/Manifest | 1 + dev-db/libiodbc/libiodbc-3.52.14.ebuild | 66 +++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) |
Jul 23 2019, V3.52.13: * 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