Skip to content

Commit 241c6ac

Browse files
committed
refresh, adding mising rule for jwt
1 parent 0ada58a commit 241c6ac

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

noble/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,9 +862,9 @@ Description: Extra modules for the Kamailio SIP Server
862862
.
863863
This package provides a set of modules for compression of SIP attachments,
864864
UUID usage, JSON data structure support, HTTP restful API asynchronous
865-
access and a few more functions:
865+
access, JWT (JSON Web Token) and a few more functions:
866866
.
867-
gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
867+
gzcompress uuid evapi jansson janssonrpcc http_async_client jwt nghttp2
868868

869869
Package: kamailio-nth
870870
Architecture: any

noble/debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595
EXTRA_GROUPS += jansson
9696
EXTRA_GROUPS += uuid
9797
EXTRA_GROUPS += http_async
98+
EXTRA_GROUPS += jwt
9899
EXTRA_GROUPS += nghttp2
99100

100101
INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS))

sid/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ Description: Extra modules for the Kamailio SIP Server
879879
.
880880
This package provides a set of modules for compression of SIP attachments,
881881
UUID usage, JSON data structure support, HTTP restful API asynchronous
882-
access and a few more functions:
882+
access, JWT (JSON Web Token) and a few more functions:
883883
.
884-
gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
884+
gzcompress uuid evapi jansson janssonrpcc http_async_client jwt nghttp2
885885

886886
Package: kamailio-nth
887887
Architecture: any

sid/debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595
EXTRA_GROUPS += jansson
9696
EXTRA_GROUPS += uuid
9797
EXTRA_GROUPS += http_async
98+
EXTRA_GROUPS += jwt
9899
EXTRA_GROUPS += nghttp2
99100

100101
INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS))

trixie/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ Description: Extra modules for the Kamailio SIP Server
879879
.
880880
This package provides a set of modules for compression of SIP attachments,
881881
UUID usage, JSON data structure support, HTTP restful API asynchronous
882-
access and a few more functions:
882+
access, JWT (JSON Web Token) and a few more functions:
883883
.
884-
gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
884+
gzcompress uuid evapi jansson janssonrpcc http_async_client jwt nghttp2
885885

886886
Package: kamailio-nth
887887
Architecture: any

trixie/debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595
EXTRA_GROUPS += jansson
9696
EXTRA_GROUPS += uuid
9797
EXTRA_GROUPS += http_async
98+
EXTRA_GROUPS += jwt
9899
EXTRA_GROUPS += nghttp2
99100

100101
INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS))

0 commit comments

Comments
 (0)