Branch: refs/heads/3.6
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ea37bcf8dd880ee6aa9412d776ea66d38073c3b8
      
https://github.com/OpenSIPS/opensips/commit/ea37bcf8dd880ee6aa9412d776ea66d38073c3b8
  Author: Steve Ayre <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M .lgtm.yml
    M Makefile.conf.template
    M modules/dialplan/dialplan.h
    M modules/regex/regex_mod.c
    M packaging/arch/Makefile.conf.template
    M packaging/arch/PKGBUILD.git
    M packaging/debian/control
    M packaging/redhat_fedora/opensips.spec
    M packaging/solaris/regex-preinstall
    M scripts/build/apt_requirements.txt

  Log Message:
  -----------
  require libpcre2

(cherry picked from commit 1cb16e082e9ba1cd63f04996eecd75632682df7c)


  Commit: bc71bf02c5cb8bcff5b7e4549156863bd32114ec
      
https://github.com/OpenSIPS/opensips/commit/bc71bf02c5cb8bcff5b7e4549156863bd32114ec
  Author: Steve Ayre <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/dialplan/Makefile
    M modules/dialplan/README
    M modules/dialplan/dialplan.c
    M modules/dialplan/dialplan.h
    M modules/dialplan/dp_db.c
    M modules/dialplan/dp_repl.c

  Log Message:
  -----------
  update dialplan module for pcre2

(cherry picked from commit c58e3af0cc7b44ceb304ac1b6d2c8b45feca4b5b)


  Commit: 405bffdb6ebae02e205f196142d82c7b68a1544c
      
https://github.com/OpenSIPS/opensips/commit/405bffdb6ebae02e205f196142d82c7b68a1544c
  Author: Steve Ayre <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/dialplan/dialplan.c

  Log Message:
  -----------
  create pcre2 compile context once instead of for each compile

(cherry picked from commit 6082b43fa8b44cbfea7de8afb38998354b54d1fb)


  Commit: c48acc8354fb0e37044f4f6aada3e723cab60e90
      
https://github.com/OpenSIPS/opensips/commit/c48acc8354fb0e37044f4f6aada3e723cab60e90
  Author: Ken Rice <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/dialplan/Makefile
    M modules/regex/Makefile

  Log Message:
  -----------
  Makefile tweaks to avoid $(shell ...) expansions from failing

Fixes #3717

(cherry picked from commit a3ae498d8726894753483738e801dfc0e63e3ba9)


  Commit: dd0e53e3942dcd0d9d2af21f6fcca2d413a9b3d3
      
https://github.com/OpenSIPS/opensips/commit/dd0e53e3942dcd0d9d2af21f6fcca2d413a9b3d3
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/dialplan/dp_repl.c

  Log Message:
  -----------
  dialplan: fix copying subst's out vector

(cherry picked from commit 30825e4e0809a1a61f06cec964589c825645b62b)


  Commit: 2d2d06ee0cf26d640ff90917400b889736e8ea3b
      
https://github.com/OpenSIPS/opensips/commit/2d2d06ee0cf26d640ff90917400b889736e8ea3b
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/dialplan/Makefile
    M modules/dialplan/dialplan.c
    M modules/dialplan/dialplan.h
    M modules/dialplan/dp_repl.c

  Log Message:
  -----------
  dialplan: make module work with both pcre2 and pcre3 libs

(cherry picked from commit 67483a5a27ce656eaf9409f7710cf67798e70aac)


  Commit: e706726c4ddc2b0f75b3492d74b017525761a927
      
https://github.com/OpenSIPS/opensips/commit/e706726c4ddc2b0f75b3492d74b017525761a927
  Author: Steve Ayre <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/regex/Makefile
    M modules/regex/regex_mod.c

  Log Message:
  -----------
  update regex module for pcre2

(cherry picked from commit 3cc28d166b5a3d7db2cd2d944406480e5a1474f5)


  Commit: 1682927ee303a67c278fed68b8a469eb89cd38ba
      
https://github.com/OpenSIPS/opensips/commit/1682927ee303a67c278fed68b8a469eb89cd38ba
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/regex/Makefile

  Log Message:
  -----------
  regex: allow pcre3 library


  Commit: 1ea069057013578dfc036ce19083f270a4c851aa
      
https://github.com/OpenSIPS/opensips/commit/1ea069057013578dfc036ce19083f270a4c851aa
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M .lgtm.yml
    M packaging/debian/control
    M packaging/debian/rules
    M packaging/redhat_fedora/opensips.spec

  Log Message:
  -----------
  packaging: force libpcre3 for stable version

except for Debian 13, which is new package and cannot run with libpcre3


  Commit: 7ff18f94bf276736fb6ca4a5979fc0064ecdfca6
      
https://github.com/OpenSIPS/opensips/commit/7ff18f94bf276736fb6ca4a5979fc0064ecdfca6
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M packaging/debian/control
    M scripts/build/apt_requirements.txt

  Log Message:
  -----------
  debian: replace libcurl4 gnutls with openssl

The reason is that librkafka depends on libcurl4-openssl-dev, which
conflicts with libcurl4-gnutls-dev

(cherry picked from commit 7d9aadc01efd9d9b4e52f571cd6b884ad1359658)


  Commit: 5021266bf0baacb7aa7b95524a3dc0d36e820148
      
https://github.com/OpenSIPS/opensips/commit/5021266bf0baacb7aa7b95524a3dc0d36e820148
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M modules/tls_wolfssl/lib/wolfssl
    M packaging/debian/control

  Log Message:
  -----------
  debian: fully replace libcurl4 gnutls with openssl

(cherry picked from commit c51e2dd0284055926559d79807aed0e7eb9624f4)


  Commit: c4126ff1b54f2741f3997fa70d5f858082234d14
      
https://github.com/OpenSIPS/opensips/commit/c4126ff1b54f2741f3997fa70d5f858082234d14
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  packaging: fix .swp matching


  Commit: 7c441c7a20cada6b9077470f523bdec8aa9b53d7
      
https://github.com/OpenSIPS/opensips/commit/7c441c7a20cada6b9077470f523bdec8aa9b53d7
  Author: Razvan Crainea <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M packaging/debian/rules

  Log Message:
  -----------
  packaging: skip wolfssl errors


Compare: 
https://github.com/OpenSIPS/opensips/compare/2367deb8e2c4...7c441c7a20ca

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to