Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Oct 2014 20:01:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194133] [MAINTAINER] Update security/pam_ocra to 1.1
Message-ID:  <bug-194133-13-XuIV4jdoUQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194133-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194133-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194133

--- Comment #3 from Stefan Grundmann <sg2342@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194133-13-XuIV4jdoUQ>