Skip to content

Commit 490a3a7

Browse files
committed
remove geoip dependency
related to kamailio/kamailio#3886
1 parent fa8ee25 commit 490a3a7

39 files changed

Lines changed: 26 additions & 260 deletions

File tree

bionic/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="2024-08-29"
8+
ENV REFRESHED_AT="2024-09-18"
99

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

bionic/debian/control

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Build-Depends:
1818
libev-dev,
1919
libevent-dev,
2020
libexpat1-dev,
21-
libgeoip-dev (>= 1.4.5),
2221
libhiredis-dev (>= 0.10.0),
2322
libjansson-dev,
2423
libjson-c-dev,
@@ -137,23 +136,6 @@ Description: very fast and configurable SIP server [debug symbols]
137136
This package contains the debugging symbols for the Kamailio binaries and
138137
modules. You only need to install it if you need to debug Kamailio.
139138

140-
Package: kamailio-geoip-modules
141-
Architecture: any
142-
Multi-Arch: same
143-
Pre-Depends:
144-
${misc:Pre-Depends},
145-
Depends:
146-
kamailio (= ${binary:Version}),
147-
${misc:Depends},
148-
${shlibs:Depends},
149-
Description: The geoip module for the Kamailio SIP Server
150-
Kamailio is a very fast and flexible SIP (RFC3261)
151-
server. Written entirely in C, Kamailio can handle thousands calls
152-
per second even on low-budget hardware.
153-
.
154-
This package provides the geoip module, an extension enabling
155-
usage of the GeoIP API within the Kamailio configuration file.
156-
157139
Package: kamailio-geoip2-modules
158140
Architecture: any
159141
Multi-Arch: same

bionic/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export LIBSSL_STATIC_SRCPATH=/usr/$(LIBDIR)
2727
# Modules not in the "main" kamailio package:
2828
EXCLUDED_MODULES =
2929
EXCLUDED_MODULES += mono
30+
EXCLUDED_MODULES += geoip
3031

3132
# Extra modules to skip, because they are not compilable now:
3233
# - regardless if they go to the main kamailio package or to some module
@@ -69,7 +70,6 @@ PACKAGE_GROUPS += xmpp
6970
PACKAGE_GROUPS += cpl
7071
PACKAGE_GROUPS += redis
7172
PACKAGE_GROUPS += python
72-
PACKAGE_GROUPS += geoip
7373
PACKAGE_GROUPS += geoip2
7474
PACKAGE_GROUPS += sqlite
7575
PACKAGE_GROUPS += json

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="2024-08-29"
8+
ENV REFRESHED_AT="2024-09-18"
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/control

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Build-Depends:
1717
libev-dev,
1818
libevent-dev,
1919
libexpat1-dev,
20-
libgeoip-dev (>= 1.4.5),
2120
libhiredis-dev (>= 0.10.0),
2221
libjansson-dev,
2322
libjson-c-dev,
@@ -139,23 +138,6 @@ Description: very fast and configurable SIP server [debug symbols]
139138
This package contains the debugging symbols for the Kamailio binaries and
140139
modules. You only need to install it if you need to debug Kamailio.
141140

142-
Package: kamailio-geoip-modules
143-
Architecture: any
144-
Multi-Arch: same
145-
Pre-Depends:
146-
${misc:Pre-Depends},
147-
Depends:
148-
kamailio (= ${binary:Version}),
149-
${misc:Depends},
150-
${shlibs:Depends},
151-
Description: The geoip module for the Kamailio SIP Server
152-
Kamailio is a very fast and flexible SIP (RFC3261)
153-
server. Written entirely in C, Kamailio can handle thousands calls
154-
per second even on low-budget hardware.
155-
.
156-
This package provides the geoip module, an extension enabling
157-
usage of the GeoIP API within the Kamailio configuration file.
158-
159141
Package: kamailio-geoip2-modules
160142
Architecture: any
161143
Multi-Arch: same

bookworm/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export LIBSSL_STATIC_SRCPATH=/usr/$(LIBDIR)
2727
# Modules not in the "main" kamailio package:
2828
EXCLUDED_MODULES =
2929
EXCLUDED_MODULES += mono
30+
EXCLUDED_MODULES += geoip
3031

3132
# Extra modules to skip, because they are not compilable now:
3233
# - regardless if they go to the main kamailio package or to some module
@@ -63,7 +64,6 @@ PACKAGE_GROUPS += carrierroute
6364
PACKAGE_GROUPS += xmpp
6465
PACKAGE_GROUPS += cpl
6566
PACKAGE_GROUPS += redis
66-
PACKAGE_GROUPS += geoip
6767
PACKAGE_GROUPS += geoip2
6868
PACKAGE_GROUPS += sqlite
6969
PACKAGE_GROUPS += json

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="2024-08-29"
8+
ENV REFRESHED_AT="2024-09-18"
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/control

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Build-Depends:
1717
libev-dev,
1818
libevent-dev,
1919
libexpat1-dev,
20-
libgeoip-dev (>= 1.4.5),
2120
libhiredis-dev (>= 0.10.0),
2221
libjansson-dev,
2322
libjson-c-dev,
@@ -140,23 +139,6 @@ Description: very fast and configurable SIP server [debug symbols]
140139
This package contains the debugging symbols for the Kamailio binaries and
141140
modules. You only need to install it if you need to debug Kamailio.
142141

143-
Package: kamailio-geoip-modules
144-
Architecture: any
145-
Multi-Arch: same
146-
Pre-Depends:
147-
${misc:Pre-Depends},
148-
Depends:
149-
kamailio (= ${binary:Version}),
150-
${misc:Depends},
151-
${shlibs:Depends},
152-
Description: The geoip module for the Kamailio SIP Server
153-
Kamailio is a very fast and flexible SIP (RFC3261)
154-
server. Written entirely in C, Kamailio can handle thousands calls
155-
per second even on low-budget hardware.
156-
.
157-
This package provides the geoip module, an extension enabling
158-
usage of the GeoIP API within the Kamailio configuration file.
159-
160142
Package: kamailio-geoip2-modules
161143
Architecture: any
162144
Multi-Arch: same

bullseye/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export LIBSSL_STATIC_SRCPATH=/usr/$(LIBDIR)
2727
# Modules not in the "main" kamailio package:
2828
EXCLUDED_MODULES =
2929
EXCLUDED_MODULES += mono
30+
EXCLUDED_MODULES += geoip
3031

3132
# Extra modules to skip, because they are not compilable now:
3233
# - regardless if they go to the main kamailio package or to some module
@@ -65,7 +66,6 @@ PACKAGE_GROUPS += xmpp
6566
PACKAGE_GROUPS += cpl
6667
PACKAGE_GROUPS += redis
6768
PACKAGE_GROUPS += python
68-
PACKAGE_GROUPS += geoip
6969
PACKAGE_GROUPS += geoip2
7070
PACKAGE_GROUPS += sqlite
7171
PACKAGE_GROUPS += json

buster/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="2024-08-29"
8+
ENV REFRESHED_AT="2024-09-18"
99

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

0 commit comments

Comments
 (0)