Skip to content

Update kerberos #975

Merged
merged 2 commits into from
Dec 13, 2018
Merged

Update kerberos #975

merged 2 commits into from
Dec 13, 2018

Commits on Dec 11, 2018

  1. krb5: Update version from 1.11.4 to 1.16.2

    Before further experimentis with kerberization, we'd like to have the
    latest and greatest version.
    
    Convert to template, convert to versionless bee file, update version,
    fix URL.
    
    Also use --with-system-ed to prevent usage and installation of the error
    table compile bundlet with MIT kerberos instead of removing the
    installation from $D in mee_install.
    donald committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    23ad3a8 View commit details
    Browse the repository at this point in the history
  2. krb5: Use embeedded libverto

    When we update krb5 the build system might find libverto in the system
    from the previous installation, link agains it and does't include its
    own library.
    
    Now when we update krb5, we'd remove the revision with the embedded
    library and install a revision, which uses the library but doesn't
    include it:
    
      krb5kdc: error while loading shared libraries:
        libverto.so.0: cannot open shared object file: No such file or directory
    
    Add configure flag --without-system-verto so that we use and install the
    build in version of libverto.
    donald committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    67c99a5 View commit details
    Browse the repository at this point in the history