Commit graph

29 commits

Author SHA1 Message Date
adam
d62c903eea revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
taca
d26fa468ae databases/ruby-tiny_tds: update to 2.1.2
## 2.1.2

* Use Kernel.BigDecimal vs BigDecimal.new. Fixes #409.
* Change `DBSETUTF16` abscence warning message. Fixes #410.
* Add Windows binary for Ruby-2.5. Fixes #408.
2018-09-23 13:58:03 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
taca
34a555dbab Add missing pkg_alternatives support. 2018-02-28 15:16:45 +00:00
taca
d93d109684 databases/ruby-tiny_tds: update to 2.1.1
* Clarified ISSUE_TEMPLATE.md with explicit steps (#390)
* Fix FreeTDS installation instructions in README (#392)
* Use our 2017-GA SQL Server Docker Image (#397)
* Move message_handler from a shared value to userdata
2018-02-28 15:15:49 +00:00
taca
d6599bb52e databases/ruby-tiny_tds: update to 2.1.0
## 2.1.0

* Support RubyInstaller2 for Windows. Fixes #365.
* Support the FREETDS_DIR environment variable. Fixes #371.
* Rename binstubs to tsql-ttds and defncopy-ttds
* Support separate timeout values per connection Fixes #348.
* Allow client proc to capture INFO messages. Fixes #352.
* Use official HTTP mirrors instead of FTP. Fixes #384.
2017-10-31 15:54:39 +00:00
taca
21a976b6bd databases/ruby-tiny_tds: fix dependency
Fix depenency to avoid build problem.
2017-09-18 02:52:55 +00:00
taca
551f1b5b9a databases/ruby-tiny_tds: update to 2.0.0.
2.0.0

* Stop building FreeTDS as a part of the extension build.

1.3.0

* FreeTDS: Link libgcc statically for Windows. (#351) Fixes #349.

1.2.0

* Use OpenSSL v1.1.0e & FreeTDS v1.00.27 for Windows builds.

1.1.0 *

* Use rake-compiler-dock v0.6.0
* Handle SYBVARIANT types from SQL function. Fixes #317. Fixed #321.
* Fix `use_utf16` optoin for booleans. Fixes #314
* Add `-q` check for bin puts. Fixes #318
* Use FreeTDS 1.00.21.
* Appveyor tests only 2012, 2014 with one Ruby, 23-x64.
* CircleCI & TravisCI both test 2016.

1.0.5

* Windows Static Builds - Use FreeTDS 1.00.15, OpenSSL 1.0.2j.
* Appveyor tests 2012, 2014, 2016.
* Error messages greater than 1024 chars generates a buffer overflow. Fixes
  #293.
* Ensures numeric options are treated numerically Fixes #303.
* New `:contained` login option. May deprecate `:azure`. Fixes #292.
* New `:use_utf16` login option. Toggle UCS-2 or UTF-16. Default true.

1.0.4

* Use FreeTDS 1.0 final

1.0.3

* Use FreeTDS 1.0rc5 for cross compile windows gems.
* Ensure we only work with latest FreeTDS v0.95.x or higher.

1.0.2

* Cross compile w/2.3.0 using rake-compiler-dock ~> 0.5.1. Fixes #268 #270.
* Use FreeTDS 1.0rc4 for cross compile windows gems.

1.0.1

* Fix ruby exe's in non-platform gem.

1.0.0

* Tested with FreeTDS 1.0.
* Add emoji support by default using FreeTDS v1.0 in docs.

0.9.5 (release candidates only)

* Binstub wrappers for `tsql`. Fixes #227 #251
* Add support for 2008 data types. Must use TDSVER 7.3 or higher. Fixes #244
  #251
  - [date]
  - [datetime2]
  - [datetimeoffset]
  - [time]
* Default FreeTDS to 0.95. Support 0.91 Alternate Fixes #233
  - Allow our `tds_version` to mirror TDSVER env var. Ex '7.3' vs '73'.
  - Change error handler for `SYBEICONVO` to hard return INT_CANCEL.
* Made sure Azure logins are user@short vs. long domain. Fixes #229
* Removed Ruby 1.9.3 from CI builds.
* CI now tests Azure too.
* Fixed compiler warnings on all platforms. Fixed #241
* FreeTDS - Remove support for bad iconv.
2017-09-17 15:46:08 +00:00
taca
eac00139c8 bump PKGREVISION by databases/freetds update. 2017-09-17 15:05:31 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
wiz
a82aa43c18 Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
taca
565b9d67a9 Add dependency to ruby-mini_portile. Noted by joerg@ and thanks! 2015-09-15 03:07:47 +00:00
taca
a12982f1a9 Reset PKGREVISION. 2015-09-13 04:51:04 +00:00
taca
79eae5efc3 Update ruby-tiny_tds to 0.7.0.
* 0.7.0 *

* Refactor build of FreeTDS & Iconv recipes. Add OpenSSL. Merged #207.

* Ensure zero terminated strings, where C-str pointers are expected. Use StringValueCStr() Fixes #208.

* Revert 999fa571 so timeouts do not kill the client. Fixes #179.

* Remove `sspi_w_kerberos.diff` patch. Not needed anymore.

* Tested again on Azure. Added notes to README on recommended settings.

* Replace `rb_thread_blocking_region` (removed in Ruby 2.2.0) w/`rb_thread_call_without_gvl`. Fixes #182.

* Remove 30 char password warning. Fixes #172.

* Remove Ruby 1.8.6 support. We always use Time vs edge case DateTime.
2015-09-13 04:50:26 +00:00
wiz
1a8b91542f Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
taca
606c38fdd6 This package is work on Ruby 2.2. 2015-06-03 11:12:36 +00:00
taca
17a1a339eb Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
obache
2437ad7076 On 0.6.0 release, remove Ruby 1.8 support. 2014-12-21 07:39:54 +00:00
obache
83b5a65def Remove unwanted entry, tight to Ruby-2.0. 2014-12-21 03:06:40 +00:00
obache
8d2c34f771 Add an missing entry for Ruby>=2.1. 2014-12-21 03:03:58 +00:00
rodent
2316abf9f4 Unbump PKGREVISION on select ruby packages. 2014-07-16 08:37:20 +00:00
rodent
cdf103652e Removing .ri entries from PLIST. NFI why this works with/without the
entries on my machine. Seems no other ruby package has them. Bump
PKGREVISION.
2014-07-16 07:56:28 +00:00
rodent
c2528b8f71 Import ruby200-tiny_tds-0.6.2 as databases/ruby-tiny_tds.
TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library.
Developed for the ActiveRecord SQL Server adapter.
2014-07-05 12:29:25 +00:00