[OpenSIPS-Devel] [OpenSIPS/opensips] cab927: Fix build on non-linux systems. The HOST_NAME_MAX ...

Maksym Sobolyev noreply at github.com
Fri Jun 30 18:55:28 UTC 2023


  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: cab92778b666d0726d2572bf857b6b6e186d14d1
      https://github.com/OpenSIPS/opensips/commit/cab92778b666d0726d2572bf857b6b6e186d14d1
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M dprint.c

  Log Message:
  -----------
  Fix build on non-linux systems. The HOST_NAME_MAX is not portable,
POSIX way to find it out is to use sysconf(_SC_HOST_NAME_MAX),
but for now just fix it with ifndef.


  Commit: 611ee1ec20e060c0510ea210c9e7f09eb7dd5959
      https://github.com/OpenSIPS/opensips/commit/611ee1ec20e060c0510ea210c9e7f09eb7dd5959
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    R .travis.yml
    A scripts/build/apt_requirements.txt
    M scripts/build/install_depends.sh

  Log Message:
  -----------
  Move list of required packages into plain text file and GC
.travis.yml which "serves no purpose anymore".


  Commit: 5c8308dc906a9c3f5f1c9a667654f3b467450342
      https://github.com/OpenSIPS/opensips/commit/5c8308dc906a9c3f5f1c9a667654f3b467450342
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M scripts/build/install_depends.sh

  Log Message:
  -----------
  Remove packages that are auto-installed by GitHub and create
a version conflict later when we install our version. This is
the reason the build were failing in the past few days.


  Commit: 1e1e63e6b397f59a285b70453c5b614387dcebab
      https://github.com/OpenSIPS/opensips/commit/1e1e63e6b397f59a285b70453c5b614387dcebab
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M scripts/build/build_libtap.sh

  Log Message:
  -----------
  Make sure CC is set.


Compare: https://github.com/OpenSIPS/opensips/compare/b555f31b26c2...1e1e63e6b397



More information about the Devel mailing list