Commit Graph

16 Commits

Author SHA1 Message Date
Tobias C. Berner
944100afbd databaes/libiodbc: update to 3.52.13
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
2019-08-07 18:08:42 +00:00
Tobias C. Berner
61dfcdd81d Update databases/libiodbc to 3.52.12
While doing so, make qa.sh happy by adding some GTK2-deps.

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7728
2016-09-01 14:59:08 +00:00
Raphael Kubo da Costa
1f3493ec86 Update to 3.52.9.
Changes upstream include:
* Added support for building on recent versions of Mac OS X
* Fixed warnings from autoconf/automake
* Fixed infinite loop in connection pool
* Fixed compiler warnings
* Fixed build dependency for make -jX
* Fixed check for Unicode driver
* Fixed issue calling SQLCancel from other thread
* Fixed SQLInstallDriverEx when driver is readonly

The "Fixed build dependency for make -jX" part is important, as parallel
builds (particularly with the GTK2 option on) normally fail with 3.52.8.

Based on a patch by Jia-Shiun Li <jiashiun@gmail.com> [1].

PR:		ports/189496 [1]
Submitted by:	Jia-Shiun Li <jiashiun@gmail.com> [1]
MFH:		2014Q2
2014-05-19 11:44:50 +00:00
Raphael Kubo da Costa
d83bdd571b Update to 3.52.8.
This commit also tries to clean up the infrastructure a little bit. It
compiled fine on 7.4, 8.2, 9.0 and 10 on redports:

 - Remove iodbc.org from the MASTER_SITES list, it doesn't seem to
   exist anymore.
 - Set LICENSE.
 - Remove USE_GMAKE, it seems to build fine with make(1).
 - Remove the pthreads-related hacks and seds, as they do not seem to
   be needed anymore, especially now that only pthreads exists.
 - Remove the -D_BSD_WCHAR_T_DEFINED and the patch in files/, as
   libiodbc itself has accounted for _BSD_WCHAR_T_DECLARED since 2003.
 - Act on the example code based on NOPORTEXAMPLES instead of
   NOPORTDOCS.
2012-04-12 14:26:27 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke
2210ebb84d - Update to 3.52.7
PR:		138814
Submitted by:	Ports Fury
Feature safe:	yes
2009-09-16 14:27:05 +00:00
Martin Wilke
0ce67f20c6 - Update to 3.52.6
PR:		117333
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-23 23:07:09 +00:00
Ion-Mihai Tetcu
2a92043ffa - Update to version 3.52.5
PR:		ports/107994
Submitted by:	KATO Tsuguru
2007-01-17 17:18:12 +00:00
Simon Barner
3cd345f14f - Update to version 3.52.4 [1]
- Use less greedy CONFLICTS

Submitted by:	Ports fury
PR:		ports/92612
2006-01-31 21:28:38 +00:00
Marcus Alves Grando
141d91e47f Update to 3.52.3
Add SHA256

PR:		89013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:39:04 +00:00
Kirill Ponomarev
5dbc3b93ef Update to version 3.52.2
PR:		ports/77963
Submitted by:	Ports Fury
2005-02-25 13:25:27 +00:00
Kirill Ponomarev
ec11665cbc Update to version 3.52.1
PR:		ports/73901
Submitted by:	Ports Fury
2004-11-14 09:25:35 +00:00
Pav Lucistnik
8f4a956a74 - Update to 3.51.2
PR:		ports/68309
Submitted by:	Idar Tollefsen <idart@performancedesign.no>
2004-06-26 22:12:11 +00:00
Mark Linimon
864e345d34 Update to 3.51.1: catch up with the newest development branch, but not
yet the newest release from that branch.  From the PR:

"I am aware that this patch does not update to the very latest version
of the libiodbc library, but I will submit another update when I am
back online after my move (along with a maintainer-email update)."

Changes over time include: added new SQLDrivers implementation; added
ODBC Tracing facility; code restructuring; fixes for installations in
many more environments; bugfixes.  See ChangeLog for complete details.

PR:		ports/62877
Submitted by:	Erik H. Bakke <ebakke@trolltech.com> (maintainer)
2004-03-22 19:11:39 +00:00
Johann Visagie
46e10b77bd - Update to version 3.0.5
- Add dependency on GTK (new in this version) via USE_GTK knob
- Install sample configuration files
- Install odbctest binary
- Tweak installation directory of configuration files, and name of odbctest
  binary so as not to conflict with the port databases/unixODBC
- Install some basic documentation in $DOCSDIR
- Expand and clarify pkg-descr; reword pkg-comment to be more correct

Approved by:	No response in ~25h from maintainer.  (Apologies for the
		short wait;  I have a port waiting in the wings which depends
		on this one.)
2001-10-03 12:54:13 +00:00
Will Andrews
1fdcbff778 Add libiodbc, a library which allows access to ODBC databases.
PR:		17587
Submitted by:	Erik H. Bakke <erikhb@bgnett.no>
2000-05-29 08:23:02 +00:00