Commit Graph

22 Commits

Author SHA1 Message Date
sthen
0dbcb43036 Drop separate OpenSSL flavour for FreeTDS. Change main package to using
OpenSSL rather than GnuTLS. Permit packages to be distributed. Bump shared
library versions to make sure they get updated.

As researched by jasper@, the GPL has a special exception when something
depends on software provided with the base OS, so it *is* ok for us to
distribute this.

This is preferred over using GnuTLS because GnuTLS pulls in a pthread
dependency; pthread overrides libc functions, so it is necessary
that a program using this is itself linked with pthread, causing a
problem if you want to use the FreeTDS library to connect to servers
using encryption from programs which aren't themselves linked with
pthread (e.g. /usr/sbin/httpd with mod_php, or perl with DBD::Sybase).

ok jasper@ ajacoutot@
2012-05-11 09:57:02 +00:00
sthen
c88475b046 update to freetds 0.91; add an openssl flavour (see README for details),
remove msdblib flavour (with @pkgpath to handle updates): this is not
really worth a separate flavour; just define MSDBLIB when building your
applications if you require this behaviour.
2011-09-08 17:13:51 +00:00
jasper
8204cd9b5a - regen PLIST after doxygen update
- tighten build dependency on doxygen
2010-11-04 20:14:20 +00:00
sthen
d1d77884d6 update FreeTDS to a newer post-0.82 patchset; thanks to Ryan Boggs for testing. 2010-09-12 09:32:58 +00:00
sthen
0f574bd2b2 - improve the summary in pkg/DESCR
- default to protocol version 8 to avoid plaintext passwords on the
wire, note this in the sample freetds.conf
2010-05-02 11:36:27 +00:00
sthen
56060fe1a5 unbreak the patchset, noticed by jasper@. 2009-10-10 14:16:55 +00:00
sthen
adc0afef3e - update to 0.82+patches
- build the ODBC library
2009-08-01 14:11:19 +00:00
sturm
835df42314 SHARED_LIBS, USE_LIBTOOL 2005-12-26 19:15:21 +00:00
jcs
cedf13c6fa long awaited freetds-0.63 final release 2005-03-30 03:39:00 +00:00
espie
70edc0e149 more new plists.
put V number of freetds into its Makefile.
2004-08-09 00:21:28 +00:00
jcs
270d15733c freetds-0.62.4 2004-06-28 06:26:14 +00:00
jcs
0219197e38 freetds-0.62.3 2004-04-14 03:17:04 +00:00
jcs
e844866ee4 freetds-0.62.1 2004-02-16 01:25:23 +00:00
jcs
ed0e61f74c freetds-0.62 2004-01-12 02:46:12 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
naddy
28db7feaee @extra'fy; ok jcs@ 2003-10-20 16:37:48 +00:00
jcs
9e5bc37306 freetds-0.61 2003-05-18 16:57:18 +00:00
jcs
5952d50210 oops, common.h slipped back into PLIST with the last update
this file is part of the test suite which shouldn't be installing
things anyway, so stub out the install targets so none of these
files get back into PLIST in the future

unbreak and bump pkgname to freetds-0.60p1
2003-02-08 17:21:41 +00:00
jcs
2993c89c13 update to freetds-0.60 2002-09-12 00:12:48 +00:00
jcs
e55ca75dee Update to freetds-0.53 2001-12-27 02:56:38 +00:00
jcs
7d398e02ff include/common.h shouldn't be installed anyway 2001-10-06 19:58:33 +00:00
naddy
878bdc4341 Import of FreeTDS 0.52.
Submitted by Joshua Stein <jcs@rt.fm>.

FreeTDS is a project to document and implement the TDS (Tabular
DataStream) protocol.  TDS is used by Sybase and Microsoft for
client to database server communications.
2001-08-11 15:31:43 +00:00