Skip to content

Commit

Permalink
Packaging: remove b2b_logic_xml module
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Altmann committed Mar 29, 2022
1 parent 58dddce commit e2206d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
5 changes: 1 addition & 4 deletions packaging/debian/rules
Expand Up @@ -51,7 +51,7 @@ endif
ALL_MODPKG_LIST := \
MYSQL POSTGRES UNIXODBC JABBER CPL RADIUS \
PRESENCE XMLRPC PERL SNMPSTATS XMPP CROUTE BERKELEY LDAP \
GEOIP REGEX IDENTITY B2BUA DBHTTP DIALPLAN MEMCACHED JSON \
GEOIP REGEX IDENTITY DBHTTP DIALPLAN MEMCACHED JSON \
REDIS RABBITMQ HTTP COMPRESSION EMERGENCY \
PROTO_TLS PROTO_WSS TLS_MGM TLS_OPENSSL TLS_WOLFSSL \
REST_CLIENT LUA \
Expand Down Expand Up @@ -159,9 +159,6 @@ REGEX_MOD_PATH=$(addprefix modules/, $(REGEX_MODULES))
IDENTITY_PKGNAME = opensips-identity-module
IDENTITY_MODULES = identity
IDENTITY_MOD_PATH=$(addprefix modules/, $(IDENTITY_MODULES))
B2BUA_PKGNAME = opensips-b2bua-module
B2BUA_MODULES = b2b_logic_xml
B2BUA_MOD_PATH=$(addprefix modules/, $(B2BUA_MODULES))
DBHTTP_PKGNAME = opensips-dbhttp-module
DBHTTP_MODULES = db_http
DBHTTP_MOD_PATH=$(addprefix modules/, $(DBHTTP_MODULES))
Expand Down
18 changes: 2 additions & 16 deletions packaging/redhat_fedora/opensips.spec
Expand Up @@ -153,18 +153,6 @@ and two timestamps describing a validation interval. Multiple
JWT secrets can point to the same JWT profile.
%endif

%package b2bua-module
Summary: B2B User Agent modules for OpenSIPS
Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release}

%description b2bua-module
OpenSIPS is a very fast and flexible SIP (RFC3261)
server. Written entirely in C, OpenSIPS can handle thousands calls
per second even on low-budget hardware.
.
This package provides old style XML module for B2BUA support in OpenSIPS.

%package berkeley-bin
Summary: Berkeley Database module for OpenSIPS - helper program
Group: System Environment/Daemons
Expand Down Expand Up @@ -1238,10 +1226,6 @@ fi
%doc docdir/README.auth_jwt
%endif

%files b2bua-module
%{_libdir}/opensips/modules/b2b_logic_xml.so
%doc docdir/README.b2b_logic_xml

%files berkeley-bin
%{_sbindir}/bdb_recover

Expand Down Expand Up @@ -1565,6 +1549,8 @@ fi
* Tue Aug 17 2021 Nick Altmann <nick@altmann.pro> - 3.3.0-1
- Specification updated for opensips 3.3
- New modules: proto_msrp, status_report
- Removed modules: b2b_logic_xml
- Removed packages: b2bua-module

* Thu May 27 2021 Nick Altmann <nick@altmann.pro> - 3.2.0-1
- Specification updated for opensips 3.2
Expand Down

0 comments on commit e2206d7

Please sign in to comment.