[Bug 191356] New: security/heimdal consistent byte order for seed data with base system heimdal

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 25 06:23:57 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191356

            Bug ID: 191356
           Summary: security/heimdal consistent byte order for seed data
                    with base system heimdal
           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 at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au

This patch enables heimdal port and heimdal base to be consistent and talk
nicely to each other.  Please refer to errata notice "FreeBSD Errata Notice
FreeBSD-EN-14:08.heimdal"

(Note: spaces are substituted for tabs below, tabs should be reinserted before
_gsskrb5...)

Suggest to add security/heimdal/files/patch-lib__ggapi__krb5__prf.c
@@ -119,7 +119,7 @@
     while(dol > 0) {
        size_t tsize;

-       _gsskrb5_encode_om_uint32(num, input.data);
+       _gsskrb5_encode_be_om_uint32(num, input.data);

        ret = krb5_crypto_prf(context, crypto, &input, &output);
        if (ret) {

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list