sthen
c0b83f89dc
update to freetds-1.2.21
2021-04-28 19:39:58 +00:00
sthen
9529483ffa
update to freetds-1.2.19
2021-04-23 21:12:50 +00:00
sthen
8557a93d2a
update to freetds-1.2.18
2021-01-04 21:11:21 +00:00
sthen
78da27df20
update to freetds-1.2.17
2020-12-10 17:28:39 +00:00
sthen
9b860ef628
update to freetds-1.2.11
2020-11-13 14:34:05 +00:00
sthen
cafcd8bb4e
update to FreeTDS 1.2.10
2020-11-01 20:15:33 +00:00
sthen
4ba14c7954
update to freetds-1.2.5
2020-09-23 15:18:13 +00:00
sthen
fed336f437
update to freetds-1.2.4
2020-09-10 09:12:59 +00:00
sthen
dfd54b3486
update to freetds-1.2.3
...
add BDEP on xmlto, it's used if present (detection is done in a Makefile
just before it's run, but seems xmlto takes long enough to run that
kmos@ ran into a problem with dpb junking)
2020-07-27 17:36:43 +00:00
sthen
6cc9779250
switch my maintainer email addresses to my own domain
2020-07-11 22:54:35 +00:00
jca
3e7387ea13
Use ports-gcc to unbreak on sparc64 and probably powerpc
...
The last version started to make use of __builtin_bswap(16|32), which is
not supported on all archs by base-gcc. ok sthen@ (maintainer) kmos@
2020-07-08 02:34:10 +00:00
sthen
74dbee007d
update to freetds-1.2
2020-07-04 19:59:07 +00:00
sthen
9ee28cd1ce
update to freetds-1.1.42
2020-06-29 13:33:34 +00:00
sthen
fc869e1d23
update to freetds-1.1.39
2020-05-18 13:29:02 +00:00
sthen
a706f20a68
update to freetds-1.1.36
2020-05-14 11:43:37 +00:00
sthen
25ac8e3de6
update to freetds-1.1.33
2020-04-18 13:39:21 +00:00
sthen
fedbf04869
update to freetds-1.1.32
2020-04-12 14:51:57 +00:00
sthen
46bad9b5bc
update to freetds-1.1.30
2020-04-11 14:23:59 +00:00
sthen
d7845f8cd3
update to freetds-1.1.26
2020-03-31 13:39:47 +00:00
sthen
be9773d3c1
update to freetds-1.1.24
2019-12-12 21:36:18 +00:00
sthen
9398be95f4
update to freetds-1.1.23
2019-12-02 11:31:33 +00:00
sthen
3e620b0326
update to freetds-1.1.21
2019-11-18 17:40:08 +00:00
sthen
92d3a7d8d9
update to freetds-1.1.20
2019-10-18 21:00:41 +00:00
sthen
898a5e925d
update to freetds-1.1.16
2019-09-25 11:42:41 +00:00
sthen
945bcd09a0
update to freetds-1.1.15
2019-09-04 20:54:05 +00:00
sthen
af7c95fe49
update to freetds-1.1.12
2019-08-12 13:58:06 +00:00
sthen
d2250df0c6
https homepage
2019-07-10 22:25:04 +00:00
tj
b78c82b5f8
switch some more homepage and master_sites links to https. input/ok sthen
2019-07-10 21:01:26 +00:00
sthen
5d3ff6a90d
update to freetds-1.1.11
2019-07-10 13:26:20 +00:00
sthen
9c6e9626b9
s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
...
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
f2b4e62473
update to freetds-1.1.6
2019-04-30 14:41:35 +00:00
sthen
cd1efd4a5a
update to freetds-1.1.5
2019-04-19 13:26:51 +00:00
sthen
0d922b3209
update to freetds-1.1.3
2019-03-29 16:16:56 +00:00
sthen
d182ab30ce
update to freetds-1.1.1
2019-03-20 18:12:18 +00:00
sthen
31aff06c4c
no need for autoconf/automake any more
...
remove unneeded patch
2019-02-20 17:15:29 +00:00
sthen
1a4c3e6440
update to freetds-1.00.111
2019-02-19 22:49:31 +00:00
sthen
ca66b6f2ca
sync WANTLIB
2017-09-22 20:32:22 +00:00
ajacoutot
a4751d331b
Missed bump.
2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0
idn -> idn2 after gnutls WANTLIB change.
2017-02-18 17:32:37 +00:00
naddy
70bb8e18e7
replace libiconv module
2016-09-13 11:44:06 +00:00
sthen
2653b93eaa
remove obsolete readme, LD_PRELOAD=/usr/lib/libpthread.so no longer needed
2016-07-01 11:35:51 +00:00
sthen
1ea83572cf
add dep on libgcrypt, nigel@ ran into problems without it
2016-06-29 13:17:33 +00:00
sthen
03ba333556
update to FreeTDS 0.95.95, and switch back to using GnuTLS as the
...
SSL/TLS library (as we used to do by default) - fixes a segfault
that now occurs when making a TLS connection to a database from
a program that is also using poppler-glib. (specifically I see
an insane value for c->num in MD5_Final/HASH_FINAL resulting in
a write past the end of an array when doing "use DBI; use Poppler;
$dbh = DBI->connect('dbi:Sybase:server=server'" in perl).
We used to do this (with an optional openssl flavour) but switched
away previously because gnutls started needing pthread and we wanted
to avoid the need to preload libpthread.so for various programs
(especially DBD::Sybase), but that is no longer a problem.
ok ajacoutot@
2016-06-29 09:17:41 +00:00
sthen
6e5b19728f
update to freetds-0.95.89
2016-03-27 15:09:02 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
ajacoutot
81d501bbf4
Update to freetds-0.95.80.
2016-01-24 01:31:09 +00:00
sthen
823da04bf9
update to freetds-0.95.79
2016-01-07 23:11:08 +00:00
ajacoutot
03500c5c13
Update to freetds-0.95.75.
...
ok sthen@
2015-12-20 23:06:05 +00:00
sthen
cc561c0ef7
Kill the refguide for FreeTDS, it isn't especially useful in the package
...
and this saves 2/3 of the package size. ok aja@
2015-11-04 23:18:25 +00:00
sthen
b5cb14da2b
update to freetds-0.95.21
2015-10-12 11:00:03 +00:00