Skip to content

Commit 0ada58a

Browse files
committed
refresh dependencies
1 parent fcbe717 commit 0ada58a

30 files changed

+87
-18
lines changed

bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-03-31"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bookworm/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (6.1.1) unstable; urgency=medium
2+
3+
* version set 6.1.1
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 04 Mar 2026 09:00:15 +0100
6+
17
kamailio (6.1.0) unstable; urgency=medium
28

39
* version set 6.1.0

bookworm/debian/control

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Build-Depends:
2525
libjansson-dev,
2626
libjson-c-dev,
2727
libldap2-dev,
28-
liblua5.1-0-dev,
28+
liblua5.4-dev,
2929
libmaxminddb-dev,
3030
libmemcached-dev,
3131
libmicrohttpd-dev,
@@ -34,6 +34,7 @@ Build-Depends:
3434
libmosquitto-dev,
3535
libnats-dev,
3636
libncurses-dev,
37+
libnghttp2-dev,
3738
libpcre2-dev,
3839
libperl-dev,
3940
libphonenumber-dev (>= 7),
@@ -861,7 +862,9 @@ Description: Extra modules for the Kamailio SIP Server
861862
.
862863
This package provides a set of modules for compression of SIP attachments,
863864
UUID usage, JSON data structure support, HTTP restful API asynchronous
864-
access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client
865+
access and a few more functions:
866+
.
867+
gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
865868

866869
Package: kamailio-nth
867870
Architecture: any

bookworm/debian/kamailio-extra-modules.cmake-components

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ KGZCOMPRESS
33
KJANSSON
44
KUUID
55
KHTTP_ASYNC
6+
KNGHTTP2

bookworm/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 += nghttp2
9899

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

bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-03-31"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bullseye/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (6.1.1) unstable; urgency=medium
2+
3+
* version set 6.1.1
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 04 Mar 2026 09:00:15 +0100
6+
17
kamailio (6.1.0) unstable; urgency=medium
28

39
* version set 6.1.0

bullseye/debian/control

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ Build-Depends:
2525
libjansson-dev,
2626
libjson-c-dev,
2727
libldap2-dev,
28-
liblua5.1-0-dev,
28+
liblua5.4-dev,
2929
libmaxminddb-dev,
3030
libmemcached-dev,
3131
libmicrohttpd-dev,
3232
libmnl-dev,
3333
libmongoc-dev,
3434
libmosquitto-dev,
3535
libncurses5-dev,
36+
libnghttp2-dev,
3637
libpcre2-dev,
3738
libperl-dev,
3839
libphonenumber-dev (>= 7),
@@ -862,7 +863,9 @@ Description: Extra modules for the Kamailio SIP Server
862863
.
863864
This package provides a set of modules for compression of SIP attachments,
864865
UUID usage, JSON data structure support, HTTP restful API asynchronous
865-
access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client
866+
access and a few more functions:
867+
.
868+
gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
866869

867870
Package: kamailio-nth
868871
Architecture: any

bullseye/debian/kamailio-extra-modules.cmake-components

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ KGZCOMPRESS
33
KJANSSON
44
KUUID
55
KHTTP_ASYNC
6+
KNGHTTP2

bullseye/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 += nghttp2
9899

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

0 commit comments

Comments
 (0)