notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/libiodbc/distinfo

Number of commits found: 18

Thursday, 4 May 2023
14:42 Adriaan de Groot (adridg) search for other commits by this committer
databases/libiodbc: update to 3.52.16

First release in nearly 2 years, with a handful of bugfixes.
See release notes at
	https://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/ChangeNotes
commit hash: 118600a3eb0935e3438b52bfd24753cb4e4a1720 commit hash: 118600a3eb0935e3438b52bfd24753cb4e4a1720 commit hash: 118600a3eb0935e3438b52bfd24753cb4e4a1720 commit hash: 118600a3eb0935e3438b52bfd24753cb4e4a1720 118600a
Wednesday, 14 Jul 2021
18:18 Tobias C. Berner (tcberner) search for other commits by this committer
databases/libiodbc: update to 3.52.15

  *  Added support for macOS Big Sur (11.x) on Apple Silicon using a universal
build
  *  Fixed title to show CPU architecture used
  *  Fixed length of error message buffer
  *  Removed support for Mac OS X Snow Leopard (10.6) and older
  *  Removed deprecated iODBCcfmbridge for PPC
  *  Upgraded iODBC build to use recent versions of Xcode
      *  Minimum Xcode version is set to Xcode 8.0
      *  Minimum macOS deployment target is OS X Mavericks (10.9)
      *  Migrated dialogs and plist files
      *  Migrated translation support
commit hash: 865054bda6e05000a33444dc4508e8a34b31ee91 commit hash: 865054bda6e05000a33444dc4508e8a34b31ee91 commit hash: 865054bda6e05000a33444dc4508e8a34b31ee91 commit hash: 865054bda6e05000a33444dc4508e8a34b31ee91 865054b
Thursday, 18 Feb 2021
22:02 adridg search for other commits by this committer
Update databases/libiodbc to latest upstream

Release notes are at
	https://github.com/openlink/iODBC/blob/master/NEWS
it's a handful of fixes. The SO_VER jumps from .27 to .29.

Reported by:	portscout
Original commitRevision:565998 
Wednesday, 7 Aug 2019
18:08 tcberner search for other commits by this committer
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
Original commitRevision:508343 
Thursday, 1 Sep 2016
14:59 tcberner search for other commits by this committer
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
Original commitRevision:421230 
Monday, 19 May 2014
11:44 rakuco search for other commits by this committer
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
Original commitRevision:354528 
Thursday, 12 Apr 2012
14:26 rakuco search for other commits by this committer
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.
Original commit
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Wednesday, 16 Sep 2009
14:27 miwi search for other commits by this committer
- Update to 3.52.7

PR:             138814
Submitted by:   Ports Fury
Feature safe:   yes
Original commit
Tuesday, 23 Oct 2007
23:07 miwi search for other commits by this committer
- Update to 3.52.6

PR:             117333
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 17 Jan 2007
17:18 itetcu search for other commits by this committer
- Update to version 3.52.5

PR:             ports/107994
Submitted by:   KATO Tsuguru
Original commit
Tuesday, 31 Jan 2006
21:28 barner search for other commits by this committer
- Update to version 3.52.4 [1]
- Use less greedy CONFLICTS

Submitted by:   Ports fury
PR:             ports/92612
Original commit
Monday, 14 Nov 2005
21:39 mnag search for other commits by this committer
Update to 3.52.3
Add SHA256

PR:             89013
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 25 Feb 2005
13:25 krion search for other commits by this committer
Update to version 3.52.2

PR:             ports/77963
Submitted by:   Ports Fury
Original commit
Sunday, 14 Nov 2004
09:25 krion search for other commits by this committer
Update to version 3.52.1

PR:             ports/73901
Submitted by:   Ports Fury
Original commit
Saturday, 26 Jun 2004
22:12 pav search for other commits by this committer
- Update to 3.51.2

PR:             ports/68309
Submitted by:   Idar Tollefsen <idart@performancedesign.no>
Original commit
Monday, 22 Mar 2004
19:11 linimon search for other commits by this committer
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)
Original commit
Wednesday, 3 Oct 2001
13:54 wjv search for other commits by this committer
- 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    
Original commit

Number of commits found: 18