Commit graph

6 commits

Author SHA1 Message Date
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Adam Vandenberg
60e50cf68b ykpers: fix pre-Lion compilation 2012-07-29 13:59:10 -07:00
Brett Koonce
dd6d64e255 ykpers 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 23:03:45 -07:00
nibbles 2bits
5d8175cc98 ykpers 1.6.4
Upgrade ykpers to version 1.6.4.
Add `--disable-dependency-tracking`.
Add `--with-backend=osx` to be explicit because that's the default
backend and because it might use `libusb`, and it's likely better
to be consistent across all installs by using the native osx BE.
Tested against the recent libyubikey-1.9 on Lion using clang and
llvm from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-14 22:24:57 -07:00
Robert Lenhardt
0d74be4767 ykpers 1.6.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:44 -07:00
include
dcb3d9500c Yubikey tools: libyubikey, ykclient, ykpers
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:19:11 -07:00