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

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

            Bug ID: 194133
           Summary: [MAINTAINER] Update security/pam_ocra to 1.1
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: sg2342@googlemail.com

Created attachment 147953
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147953&action=edit
pam_ocra-1.1.patch

update to pam_ocra-1.1 - this is a bugfix release

Changelog
---------

- 1.1:

  * 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>