OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-78-g36426f4

Gerrit Code Review gerrit@openafs.org
Fri, 13 Sep 2013 10:59:50 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 36426f4569d1c8ea9f6828e3b93d6df3745fbbbf
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Mar 28 16:42:58 2013 -0500

    aklog: Probe for libasn1 on heimdal
    
    aklog uses encode_EncTicketPart and some other encode_* ASN.1 routines
    when we're building against heimdal. Our krb5 autoconf logic from
    c-rra-util is not guaranteed to include libasn1 in KRB5_LIBS, since
    it's not required for functions in the krb5 API. So, specifically test
    for it.
    
    Related issue reported by Måns Nilsson.
    
    Reviewed-on: http://gerrit.openafs.org/9693
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit 1942d2a4fc90703e64e1c97ba10d2918ba584e73)
    
    Change-Id: Ibf3713ff5027ec3b410e4b19ffd11f5449357248
    Reviewed-on: http://gerrit.openafs.org/9917
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 configure.ac          |    8 ++++++++
 src/aklog/Makefile.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository