File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
Original file line number Diff line number Diff 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-
157139Package: kamailio-geoip2-modules
158140Architecture: any
159141Multi-Arch: same
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export LIBSSL_STATIC_SRCPATH=/usr/$(LIBDIR)
2727# Modules not in the "main" kamailio package:
2828EXCLUDED_MODULES =
2929EXCLUDED_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
6970PACKAGE_GROUPS += cpl
7071PACKAGE_GROUPS += redis
7172PACKAGE_GROUPS += python
72- PACKAGE_GROUPS += geoip
7373PACKAGE_GROUPS += geoip2
7474PACKAGE_GROUPS += sqlite
7575PACKAGE_GROUPS += json
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
Original file line number Diff line number Diff 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-
159141Package: kamailio-geoip2-modules
160142Architecture: any
161143Multi-Arch: same
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export LIBSSL_STATIC_SRCPATH=/usr/$(LIBDIR)
2727# Modules not in the "main" kamailio package:
2828EXCLUDED_MODULES =
2929EXCLUDED_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
6364PACKAGE_GROUPS += xmpp
6465PACKAGE_GROUPS += cpl
6566PACKAGE_GROUPS += redis
66- PACKAGE_GROUPS += geoip
6767PACKAGE_GROUPS += geoip2
6868PACKAGE_GROUPS += sqlite
6969PACKAGE_GROUPS += json
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
Original file line number Diff line number Diff 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-
160142Package: kamailio-geoip2-modules
161143Architecture: any
162144Multi-Arch: same
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export LIBSSL_STATIC_SRCPATH=/usr/$(LIBDIR)
2727# Modules not in the "main" kamailio package:
2828EXCLUDED_MODULES =
2929EXCLUDED_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
6566PACKAGE_GROUPS += cpl
6667PACKAGE_GROUPS += redis
6768PACKAGE_GROUPS += python
68- PACKAGE_GROUPS += geoip
6969PACKAGE_GROUPS += geoip2
7070PACKAGE_GROUPS += sqlite
7171PACKAGE_GROUPS += json
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
You can’t perform that action at this time.
0 commit comments