Skip to content

Commit 8f5bc68

Browse files
committed
version 6.1
1 parent 8dc945a commit 8f5bc68

File tree

21 files changed

+83
-79
lines changed

21 files changed

+83
-79
lines changed

.github/workflows/github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: github-packages
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- '6.1'
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99
inputs:

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-01-26"
8+
ENV REFRESHED_AT="2026-01-27"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
kamailio (6.1.0~rc0) unstable; urgency=medium
2+
3+
* version set 6.1.0~rc0
4+
5+
-- Victor Seva <vseva@debian.org> Tue, 27 Jan 2026 09:29:50 +0100
6+
7+
kamailio (6.1.0~pre1) unstable; urgency=medium
8+
9+
* version set 6.1.0~pre1
10+
11+
-- Victor Seva <vseva@debian.org> Tue, 27 Jan 2026 09:28:41 +0100
12+
113
kamailio (6.1.0~pre0) unstable; urgency=medium
214

315
* version set 6.1.0~pre0

bookworm/debian/control

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Build-Depends:
4343
libreadline-dev,
4444
libsasl2-dev,
4545
libsctp-dev [any],
46-
libsecp256k1-dev,
4746
libsecsipid-dev [amd64 arm64 armel armhf hurd-i386 i386 powerpc ppc64 ppc64el riscv64 s390x],
4847
libsnmp-dev,
4948
libsqlite3-dev,
@@ -844,22 +843,6 @@ Description: Kafka module for the Kamailio SIP server
844843
.
845844
This package provides an embedded kafka producer using librdkafka.
846845

847-
Package: kamailio-authblockchain-modules
848-
Architecture: any
849-
Multi-Arch: same
850-
Pre-Depends:
851-
${misc:Pre-Depends},
852-
Depends:
853-
kamailio (= ${binary:Version}),
854-
${misc:Depends},
855-
${shlibs:Depends},
856-
Description: Blockchain related modules for the Kamailio SIP server
857-
Kamailio is a very fast and flexible SIP (RFC3261)
858-
server. Written entirely in C, Kamailio can handle thousands calls
859-
per second even on low-budget hardware.
860-
.
861-
This package provides auth_web3 and auth_arnacon modules.
862-
863846
Package: kamailio-extra-modules
864847
Architecture: any
865848
Multi-Arch: same

bookworm/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ EXTRA_EXCLUDED_MODULES += oracle
4141
EXTRA_EXCLUDED_MODULES += pa
4242
EXTRA_EXCLUDED_MODULES += iptrtpproxy
4343
EXTRA_EXCLUDED_MODULES += python
44+
EXTRA_EXCLUDED_MODULES += auth_blockchain
4445
## --EXCLUDED--
4546

4647

@@ -88,7 +89,6 @@ PACKAGE_GROUPS += nats
8889
PACKAGE_GROUPS += tls_wolfssl
8990
PACKAGE_GROUPS += microhttpd
9091
PACKAGE_GROUPS += kafka
91-
PACKAGE_GROUPS += auth_blockchain
9292

9393
# Module groups to be packaged onto kamailio-extra-modules.
9494
EXTRA_GROUPS += ev

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-01-26"
8+
ENV REFRESHED_AT="2026-01-27"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
kamailio (6.1.0~rc0) unstable; urgency=medium
2+
3+
* version set 6.1.0~rc0
4+
5+
-- Victor Seva <vseva@debian.org> Tue, 27 Jan 2026 09:29:50 +0100
6+
7+
kamailio (6.1.0~pre1) unstable; urgency=medium
8+
9+
* version set 6.1.0~pre1
10+
11+
-- Victor Seva <vseva@debian.org> Tue, 27 Jan 2026 09:28:41 +0100
12+
113
kamailio (6.1.0~pre0) unstable; urgency=medium
214

315
* version set 6.1.0~pre0

bullseye/debian/control

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Build-Depends:
4242
libreadline-dev,
4343
libsasl2-dev,
4444
libsctp-dev [any],
45-
libsecp256k1-dev,
4645
libsecsipid-dev [amd64 arm64 armel armhf hurd-i386 i386 powerpc ppc64 ppc64el riscv64 s390x],
4746
libsnmp-dev,
4847
libsqlite3-dev,
@@ -845,22 +844,6 @@ Description: Kafka module for the Kamailio SIP server
845844
.
846845
This package provides an embedded kafka producer using librdkafka.
847846

848-
Package: kamailio-authblockchain-modules
849-
Architecture: any
850-
Multi-Arch: same
851-
Pre-Depends:
852-
${misc:Pre-Depends},
853-
Depends:
854-
kamailio (= ${binary:Version}),
855-
${misc:Depends},
856-
${shlibs:Depends},
857-
Description: Blockchain related modules for the Kamailio SIP server
858-
Kamailio is a very fast and flexible SIP (RFC3261)
859-
server. Written entirely in C, Kamailio can handle thousands calls
860-
per second even on low-budget hardware.
861-
.
862-
This package provides auth_web3 and auth_arnacon modules.
863-
864847
Package: kamailio-extra-modules
865848
Architecture: any
866849
Multi-Arch: same

bullseye/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ EXTRA_EXCLUDED_MODULES += pa
4242
EXTRA_EXCLUDED_MODULES += iptrtpproxy
4343
EXTRA_EXCLUDED_MODULES += nats
4444
EXTRA_EXCLUDED_MODULES += tls_wolfssl
45+
EXTRA_EXCLUDED_MODULES += auth_blockchain
4546
## --EXCLUDED--
4647

4748

@@ -88,7 +89,6 @@ PACKAGE_GROUPS += secsipid
8889
PACKAGE_GROUPS += lwsc
8990
PACKAGE_GROUPS += microhttpd
9091
PACKAGE_GROUPS += kafka
91-
PACKAGE_GROUPS += auth_blockchain
9292

9393
# Module groups to be packaged onto kamailio-extra-modules.
9494
EXTRA_GROUPS += ev

jammy/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-01-26"
8+
ENV REFRESHED_AT="2026-01-27"
99

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

0 commit comments

Comments
 (0)