[OpenSIPS-Devel] [OpenSIPS/opensips] b59645: actions/checkout at v2 -> actions/checkout at v3.

Maksym Sobolyev noreply at github.com
Mon Oct 24 21:41:54 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b59645e2cf117b6ee164e7eeb8c91461fc857a17
      https://github.com/OpenSIPS/opensips/commit/b59645e2cf117b6ee164e7eeb8c91461fc857a17
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M .github/workflows/main.yml

  Log Message:
  -----------
  actions/checkout at v2 -> actions/checkout at v3.


  Commit: 5d65e00e671ff3a88fd2790ed4d2d7efd35a08bc
      https://github.com/OpenSIPS/opensips/commit/5d65e00e671ff3a88fd2790ed4d2d7efd35a08bc
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M .github/workflows/main.yml
    M Makefile.openssl
    M modules/snmpstats/Makefile
    M scripts/build/build.conf.sub
    M scripts/build/install_depends.sh

  Log Message:
  -----------
  o Add ubuntu-22.04 builds.

o Add gcc-11, gcc-12, clang-11, clang-12 and clang-13.


  Commit: 6aad3906939b85f3d6c8acb8e8b0db1bfa749179
      https://github.com/OpenSIPS/opensips/commit/6aad3906939b85f3d6c8acb8e8b0db1bfa749179
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M modules/mmgeoip/geoip2.c

  Log Message:
  -----------
  Make geoip2_get_field() function declaration match prototype.


  Commit: b5819d56910daca0d7dfc8122661f00987812400
      https://github.com/OpenSIPS/opensips/commit/b5819d56910daca0d7dfc8122661f00987812400
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M modules/jabber/xjab_wlist.c

  Log Message:
  -----------
  Make identation match compiler behaviour. This fixes build with
gcc-11.


  Commit: 04b21313938aa7adec45ac47e003f32c27bad4a8
      https://github.com/OpenSIPS/opensips/commit/04b21313938aa7adec45ac47e003f32c27bad4a8
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M modules/carrierroute/route_func.c
    M modules/drouting/dr_cb.c

  Log Message:
  -----------
  Cast void * to int first before we can it to enum. This is
to fix the build on clang-11.


  Commit: ee2d8bc39296e1fd0db40be9aa485605ee092e09
      https://github.com/OpenSIPS/opensips/commit/ee2d8bc39296e1fd0db40be9aa485605ee092e09
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    A lib/modules.mk/perl.mk
    M modules/db_perlvdb/Makefile
    M modules/perl/Makefile

  Log Message:
  -----------
  o Set -Wno-compound-token-split-by-macro needed to get things
  building up with clang > 11.

o Unify common code in the perl modules to fix db_perlvdb
  as well with clang > 11.


  Commit: 44ac2aa982462c1c85c1e193ccd9e00e55786b86
      https://github.com/OpenSIPS/opensips/commit/44ac2aa982462c1c85c1e193ccd9e00e55786b86
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M modules/pi_http/http_fnc.c

  Log Message:
  -----------
  Add missing {} as reported by the gcc-11.


  Commit: b6e00202c4176d582506e83aeb5f59ea2e57719c
      https://github.com/OpenSIPS/opensips/commit/b6e00202c4176d582506e83aeb5f59ea2e57719c
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M modules/avpops/avpops_impl.c
    M modules/b2b_sca/sca_records.c
    M modules/proto_ws/ws_handshake_common.h
    M net/tcp_common.c

  Log Message:
  -----------
  GC variables that is set but never used. This breaks builds with
latest clang.


  Commit: ffb1c1787ee9e536724f357172d09296f3459008
      https://github.com/OpenSIPS/opensips/commit/ffb1c1787ee9e536724f357172d09296f3459008
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M mi/mi_trace.c

  Log Message:
  -----------
  Fix logical condition that would otherwise always be "false".

Reported by:	gcc-12


  Commit: 6929341b2f8dd61c080cec05232ecb393fd5eace
      https://github.com/OpenSIPS/opensips/commit/6929341b2f8dd61c080cec05232ecb393fd5eace
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M modules/db_perlvdb/perlvdb_conv.c

  Log Message:
  -----------
  Remove comparison that is always "true".

Reported by:    gcc-12


Compare: https://github.com/OpenSIPS/opensips/compare/12d72f8e438c...6929341b2f8d



More information about the Devel mailing list