[Bug 194133] [MAINTAINER] Update security/pam_ocra to 1.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 4 20:01:41 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194133
--- Comment #3 from Stefan Grundmann <sg2342 at googlemail.com> ---
tested on
+ 10.1-BETA3 i386
+ 11.0-CURRENT amd64
+ 9.3-RELEASE-p2 i386
updated Changelog
-----------------
- 1.1:
* change ocra_tool(8) command line interface:
- 'help' command removed
- 'init' -P pinhash option added
- 'init' -c option now also accepts hex counters
- 'info' output format changed
* fix ocra_tool counter input:
the -c counter option did not work for the whole value range of the counter
paramter.
* fix gcc builds:
which where broken due to (cast-qual, format, sign-compare, ...) warnings.
* fix timstamp_offset verification:
broken termination condition in timstamp_offset verify loop did not
account for timstamp_offset==0. The result was that verification would
suceed for any timestamp.
* fix counter_window and timstamp_offset verification:
broken termination condition in counter_window verify loop did not
account for counter_window==0. The result was that the verification
would execute MAX_INT times before failing.
* fix i368 builds:
incorrect sign-compare and 64bit specific format string triggerd warnings
which broke the build for i368 targets.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list