[Heimdal-source-changes] [heimdal/heimdal] db92fa: Fix #182, add -lpthread to libheimbase as needed

GitHub noreply at github.com
Ons Dec 14 18:49:58 CET 2016


  Branch: refs/heads/heimdal-7-0-branch
  Home:   https://github.com/heimdal/heimdal
  Commit: db92fa5ecf48bab88000622b8bf4884b543c270b
      https://github.com/heimdal/heimdal/commit/db92fa5ecf48bab88000622b8bf4884b543c270b
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M lib/base/Makefile.am

  Log Message:
  -----------
  Fix #182, add -lpthread to libheimbase as needed

We should really check whether pthread_once() is in libc so that then we
don't have to add an unnecessary dependency on -lpthread.

Also, we have a proper once implementation that we could use when we
don't have pthread_once(), so we should fallback on that if we detect
that we have neither pthread_once() in libc and --disable-pthread is
given.

(cherry picked from commit a7f8732d79cb6601d24f21a290ccdb070d94b51e)


  Commit: fb53cb8a9cea509ee16d7b28d311153c5609b07b
      https://github.com/heimdal/heimdal/commit/fb53cb8a9cea509ee16d7b28d311153c5609b07b
  Author: Viktor Dukhovni <viktor at twosigma.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M lib/roken/resolve.c

  Log Message:
  -----------
  Fix incorrect scaling of weight 0 SRV records

Loosely based on patch by Nico.

(cherry picked from commit 32f8564296cebb64cc978dcd6eded06e415404f3)


  Commit: df1bbb0c8003495e999e545dfc1fb85cdb358524
      https://github.com/heimdal/heimdal/commit/df1bbb0c8003495e999e545dfc1fb85cdb358524
  Author: Viktor Dukhovni <viktor at twosigma.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M lib/roken/Makefile.am
    M lib/roken/resolve-test.c

  Log Message:
  -----------
  More extensive SRV order tests

Based largely on initial version by Nico.

(cherry picked from commit a1c505309c27593732fa6979b3d78f6f477de8e5)


  Commit: ad8af1fd0c76f9fe1ec8867a283233a400a9818c
      https://github.com/heimdal/heimdal/commit/ad8af1fd0c76f9fe1ec8867a283233a400a9818c
  Author: Viktor Dukhovni <viktor at twosigma.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M configure.ac
    M windows/NTMakefile.version

  Log Message:
  -----------
  Release 7.0.2 (7.1 rc2)


Compare: https://github.com/heimdal/heimdal/compare/03eb1305b473...ad8af1fd0c76


More information about the Heimdal-source-changes mailing list