--- /dev/null
+#!/bin/bash
+#
+# Hook for automatic backports at buildserver.net
+#
+# Target dist: Debian Jessie
+DIST=jessie
+
+# No mi_xmlrpc module
+sed -i -e '/libxmlrpc-c3-dev/d' -e '/^Package: kamailio-xmlrpc-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ mi_xmlrpc[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ mi_xmlrpc/' ${DIST}/rules
+
+# use old libfreeradius
+sed -i 's/libradcli-dev/libfreeradius-client-dev/' ${DIST}/control
+sed -i -e 's/RADCLI/FREERADIUS/' ${DIST}/rules
+
+# old mysql
+sed -i -e 's/default-mysql-client/mysql-client/' \
+ -e 's/default-libmysqlclient-dev/libmysqlclient-dev/' ${DIST}/control
+echo "kamailio source: build-depends-on-obsolete-package build-depends: libmysqlclient-dev => default-libmysqlclient-dev" >> \
+ ${DIST}/source.lintian-overrides
+echo "kamailio-mysql-modules: depends-on-obsolete-package depends: mysql-client => default-mysql-client" >> \
+ ${DIST}/kamailio-mysql-modules.lintian-overrides
+
+# no libssl-dev
+sed -i -e '/libssl-dev/d' ${DIST}/control
+
+# No geoip2 module
+sed -i -e '/libmaxminddb-dev/d' -e '/^Package: kamailio-geoip2-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ geoip2[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ geoip2/' ${DIST}/rules
+
+# No phonenum module
+sed -i -e '/libphonenumber-dev/d' -e '/^Package: kamailio-phonenum-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ phonenum[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ phonenum/' ${DIST}/rules
+
+# Mo mongodb
+sed -i -e '/libmongoc-dev/d' -e '/^Package: kamailio-mongodb-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ mongodb[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ mongodb/' ${DIST}/rules
+
+wrap-and-sort -sat -d ${DIST}
+
--- /dev/null
+#!/bin/bash
+#
+# Target dist: Debian Stretch
+DIST=stretch
+
+# No mi_xmlrpc module
+sed -i -e '/libxmlrpc-c3-dev/d' -e '/^Package: kamailio-xmlrpc-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ mi_xmlrpc[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ mi_xmlrpc/' ${DIST}/rules
+
+# No dnssec module:
+sed -i -e '/libval-dev/d' -e '/^Package: kamailio-dnssec-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ dnssec[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ dnssec/' ${DIST}/rules
+
+# libbson not in libmongoc
+sed -i 's/libmongoc-dev/libbson-dev,\n libmongoc-dev/' \
+ ${DIST}/control
+
+wrap-and-sort -sat -d ${DIST}
+
--- /dev/null
+#!/bin/bash
+#
+# Target dist: Debian Wheezy
+DIST=wheezy
+
+# No systemd
+sed -i -e '/dh-systemd/d' ${DIST}/control
+sed -i -e '/dh_systemd/d' ${DIST}/rules
+rm ${DIST}/kamailio.service
+
+# No mi_xmlrpc module
+sed -i -e '/libxmlrpc-c3-dev/d' -e '/^Package: kamailio-xmlrpc-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ mi_xmlrpc[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ mi_xmlrpc/' ${DIST}/rules
+
+# No dnssec module:
+sed -i -e '/libval-dev/d' -e '/^Package: kamailio-dnssec-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ dnssec[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ dnssec/' ${DIST}/rules
+
+# use old radius-client-ng
+sed -i 's/libradcli-dev/libradiusclient-ng-dev/' ${DIST}/control
+sed -i -e '/RADCLI/d' ${DIST}/rules
+
+# use old json
+sed -i 's/libjson-c-dev/libjson0-dev/' ${DIST}/control
+
+# no kazoo module
+sed -i -e '/librabbitmq-dev/d' -e '/^Package: kamailio-kazoo-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ kazoo[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ kazoo/' ${DIST}/rules
+
+# no cnxcc module
+sed -i -e '/^Package: kamailio-cnxcc-modules/,/^$/d' ${DIST}/control
+sed -i -e 's/ cnxcc[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ cnxcc/' ${DIST}/rules
+
+# no systemd module
+sed -i -e '/libsystemd-dev/d' -e '/^Package: kamailio-systemd-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ systemd[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ systemd/' ${DIST}/rules
+
+# old mysql
+sed -i -e 's/default-mysql-client/mysql-client/' \
+ -e 's/default-libmysqlclient-dev/libmysqlclient-dev/' ${DIST}/control
+echo "kamailio source: build-depends-on-obsolete-package build-depends: libmysqlclient-dev => default-libmysqlclient-dev" >> \
+ ${DIST}/source.lintian-overrides
+echo "kamailio-mysql-modules: depends-on-obsolete-package depends: mysql-client => default-mysql-client" >> \
+ ${DIST}/kamailio-mysql-modules.lintian-overrides
+
+# no libssl-dev
+sed -i -e '/libssl-dev/d' ${DIST}/control
+
+# no rabbitmq
+sed -i -e '/librabbitmq-dev/d' \
+ -e '/^Package: kamailio-rabbitmq-modules/,/^$/d' ${DIST}/control
+sed -i -e 's/ rabbitmq[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ rabbitmq/' ${DIST}/rules
+
+# No geoip2 module
+sed -i -e '/libmaxminddb-dev/d' -e '/^Package: kamailio-geoip2-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ geoip2[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ geoip2/' ${DIST}/rules
+
+# No phonenum module
+sed -i -e '/libphonenumber-dev/d' -e '/^Package: kamailio-phonenum-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ phonenum[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ phonenum/' ${DIST}/rules
+
+# Mo mongodb
+sed -i -e '/libmongoc-dev/d' -e '/^Package: kamailio-mongodb-modules/,/^$/d' \
+ ${DIST}/control
+sed -i -e 's/ mongodb[ ,$]*/ /' ${DIST}/rules
+sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ mongodb/' ${DIST}/rules
+
+wrap-and-sort -sat -d ${DIST}
+
--- /dev/null
+kamailio (5.8.5-1) unstable; urgency=medium
+
+ * New upstream version 5.8.5
+ * upstream fixes from 5.8 branch
+ * pkg-config => pkgconf
+ * Trim trailing whitespace.
+ * Use secure URI in Homepage field.
+ * Update watch file format version to 4.
+ * update lintian-overrides
+ * copyright: remove file patterns no longer there
+ * copyright: update debian/* year
+
+ -- Victor Seva <vseva@debian.org> Tue, 28 Jan 2025 14:06:51 +0100
+
+kamailio (5.8.4-1) unstable; urgency=medium
+
+ * New upstream version 5.8.4
+ * remove already applied patches
+
+ -- Victor Seva <vseva@debian.org> Fri, 15 Nov 2024 19:55:10 +0100
+
+kamailio (5.8.3-1) unstable; urgency=medium
+
+ * New upstream version 5.8.3
+ * patches from 5.8 since 5.8.3
+
+ -- Victor Seva <vseva@debian.org> Tue, 08 Oct 2024 08:56:35 +0200
+
+kamailio (5.8.2-4) unstable; urgency=medium
+
+ * remove app_mono (Closes: #1079882)
+
+ -- Victor Seva <vseva@debian.org> Thu, 29 Aug 2024 10:51:52 +0200
+
+kamailio (5.8.2-3) unstable; urgency=medium
+
+ * fix build on s390x and ppc64 (Closes: #1075961)
+
+ -- Victor Seva <vseva@debian.org> Thu, 18 Jul 2024 17:46:16 +0200
+
+kamailio (5.8.2-2) unstable; urgency=medium
+
+ * fix group modules with names with '_'
+ * fix tls_wolfssl package
+
+ -- Victor Seva <vseva@debian.org> Thu, 13 Jun 2024 17:30:17 +0200
+
+kamailio (5.8.2-1) unstable; urgency=medium
+
+ * New upstream version 5.8.2
+
+ -- Victor Seva <vseva@debian.org> Thu, 13 Jun 2024 14:28:41 +0200
+
+kamailio (5.8.1-1) unstable; urgency=medium
+
+ * add missing http_async to kamailio-extra-modules
+ * New upstream version 5.8.1
+ * add wolftls and microhttpd modules
+ * remove already merged patches from upstream
+
+ -- Victor Seva <vseva@debian.org> Thu, 16 May 2024 14:45:50 +0200
+
+kamailio (5.7.4-1) unstable; urgency=medium
+
+ * New upstream version 5.7.4
+ * refresh patches
+
+ -- Victor Seva <vseva@debian.org> Fri, 19 Jan 2024 12:20:37 +0100
+
+kamailio (5.7.3-1) unstable; urgency=medium
+
+ * New upstream version 5.7.3
+ * refresh patches
+
+ -- Victor Seva <vseva@debian.org> Mon, 20 Nov 2023 12:54:26 +0100
+
+kamailio (5.7.2-1) unstable; urgency=medium
+
+ * New upstream version 5.7.2
+ * pcre2 migration (Closes: #1000134)
+ * refresh patches
+
+ -- Victor Seva <vseva@debian.org> Fri, 29 Sep 2023 16:40:26 +0200
+
+kamailio (5.7.0-1) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster (oldstable)
+
+ [ Victor Seva ]
+ * New upstream version 5.7.0
+ * remove already applied patches
+ * remove lsb-base and use libncurses-dev
+ * postinst: use /run instead of /var/run for kamailio user home
+
+ -- Victor Seva <vseva@debian.org> Fri, 19 May 2023 11:49:49 +0200
+
+kamailio (5.6.4-1) unstable; urgency=medium
+
+ * New upstream version 5.6.4
+ * remove already applied patches
+
+ -- Victor Seva <vseva@debian.org> Tue, 09 May 2023 23:50:42 +0200
+
+kamailio (5.6.3-2) unstable; urgency=medium
+
+ * fix install rule for extras
+
+ -- Victor Seva <vseva@debian.org> Tue, 31 Jan 2023 20:10:56 +0100
+
+kamailio (5.6.3-1) unstable; urgency=medium
+
+ * debian/rules: rework rules, try to fail properly on build
+ * New upstream version 5.6.3
+ * fixes for app_python3 from upstream (Closes: #1027440)
+
+ -- Victor Seva <vseva@debian.org> Tue, 31 Jan 2023 12:54:55 +0100
+
+kamailio (5.6.2-1) unstable; urgency=medium
+
+ * New upstream version 5.6.2
+
+ -- Victor Seva <vseva@debian.org> Tue, 25 Oct 2022 23:40:36 +0200
+
+kamailio (5.6.1-1) unstable; urgency=medium
+
+ * add AUTHORS file to all packages
+ * New upstream version 5.6.1
+
+ -- Victor Seva <vseva@debian.org> Mon, 11 Jul 2022 13:55:42 +0200
+
+kamailio (5.6.0-2) unstable; urgency=medium
+
+ * add AUTHORS file to docs
+
+ -- Victor Seva <vseva@debian.org> Mon, 27 Jun 2022 09:32:53 +0200
+
+kamailio (5.6.0-1) unstable; urgency=medium
+
+ * New upstream version 5.6.0
+ * add kamailio-nats-modules package
+
+ -- Victor Seva <vseva@debian.org> Fri, 03 Jun 2022 11:27:40 +0200
+
+kamailio (5.5.4-1) unstable; urgency=medium
+
+ * New upstream version 5.5.4
+ * remove already applied patches
+ * remove python3-dev dependency from binaries (Closes: #1005774)
+
+ -- Victor Seva <vseva@debian.org> Thu, 17 Feb 2022 23:41:52 +0100
+
+kamailio (5.5.3-2) unstable; urgency=medium
+
+ [ Adrian Bunk ]
+ * Limit kamailio-secsipid-modules to architectures where libsecsipid is available
+ * Fix a race condition that sometimes resulted in FTBFS (Closes: #953090)
+ * Stop setting -march on arm
+
+ -- Victor Seva <vseva@debian.org> Thu, 10 Feb 2022 11:51:37 +0100
+
+kamailio (5.5.3-1) unstable; urgency=medium
+
+ * New upstream version 5.5.3
+ * update copyright paths and licences
+ * add upstream/metadata
+ * add lwsc and secsipid modules
+
+ -- Victor Seva <vseva@debian.org> Fri, 03 Dec 2021 15:21:15 +0100
+
+kamailio (5.4.3-1) unstable; urgency=medium
+
+ * New upstream version 5.4.3
+ * update Standards-Version, no changes needed
+ * fix duplicate-globbing-patterns at debian/copyright
+
+ -- Victor Seva <vseva@debian.org> Tue, 15 Dec 2020 11:09:36 +0100
+
+kamailio (5.4.2-1) unstable; urgency=medium
+
+ * New upstream version 5.4.2
+
+ -- Victor Seva <vseva@debian.org> Wed, 28 Oct 2020 14:33:29 +0100
+
+kamailio (5.4.1-1) unstable; urgency=medium
+
+ * New upstream version 5.4.1
+
+ -- Victor Seva <vseva@debian.org> Tue, 01 Sep 2020 14:27:59 +0200
+
+kamailio (5.4.0-2) unstable; urgency=medium
+
+ * new kamailio-mqtt-modules package
+
+ -- Victor Seva <vseva@debian.org> Thu, 30 Jul 2020 14:21:24 +0200
+
+kamailio (5.4.0-1) unstable; urgency=medium
+
+ * New upstream version 5.4.0
+
+ -- Victor Seva <vseva@debian.org> Thu, 30 Jul 2020 13:38:45 +0200
+
+kamailio (5.3.5-1) unstable; urgency=medium
+
+ * New upstream version 5.3.5
+
+ -- Victor Seva <vseva@debian.org> Tue, 23 Jun 2020 11:42:32 +0200
+
+kamailio (5.3.4-1) unstable; urgency=medium
+
+ * New upstream version 5.3.4
+
+ -- Victor Seva <vseva@debian.org> Mon, 11 May 2020 10:56:44 +0200
+
+kamailio (5.3.3-1) unstable; urgency=medium
+
+ * New upstream version 5.3.3
+
+ -- Victor Seva <vseva@debian.org> Mon, 30 Mar 2020 15:41:45 +0200
+
+kamailio (5.3.2-1) unstable; urgency=medium
+
+ * New upstream version 5.3.2
+
+ -- Victor Seva <vseva@debian.org> Fri, 10 Jan 2020 09:22:59 +0100
+
+kamailio (5.3.1-1) unstable; urgency=medium
+
+ * New upstream version 5.3.1
+ * remove already applied patches
+
+ -- Victor Seva <vseva@debian.org> Mon, 02 Dec 2019 12:47:34 +0100
+
+kamailio (5.3.0-2) unstable; urgency=medium
+
+ * allow group writes to RuntimeDirectory
+
+ -- Victor Seva <vseva@debian.org> Wed, 23 Oct 2019 11:48:45 +0200
+
+kamailio (5.3.0-1) unstable; urgency=medium
+
+ * New upstream version 5.3.0
+ * update systemd service file
+ * remove python2 support (closes: #936778)
+ * update rules to use the debhelper sequencer
+ * use debhelper-compat 12
+ * clean lintian-overrides
+ * update lintian-overrides for examples configs
+ * add fixes fixed upstream
+ * don't build tls util, not necessary for 5.3.0
+ * fix systemd-service-file-missing-documentation-key
+ * fix description-synopsis-starts-with-article
+ * update Standards-Version, no changes needed
+ * fix package-contains-empty-directory
+
+ -- Victor Seva <vseva@debian.org> Wed, 23 Oct 2019 09:52:08 +0200
+
+kamailio (5.2.3-1) unstable; urgency=medium
+
+ * New upstream version 5.2.3
+
+ -- Victor Seva <vseva@debian.org> Mon, 03 Jun 2019 10:58:36 +0200
+
+kamailio (5.2.2-1) unstable; urgency=medium
+
+ * New upstream version 5.2.2
+
+ -- Victor Seva <vseva@debian.org> Wed, 27 Mar 2019 10:14:29 +0100
+
+kamailio (5.2.1-1) unstable; urgency=medium
+
+ * New upstream version 5.2.1
+ * remove already applied upstream patches
+
+ -- Victor Seva <vseva@debian.org> Thu, 17 Jan 2019 08:13:17 +0100
+
+kamailio (5.2.0-2) unstable; urgency=medium
+
+ * add kamailio-python3-modules
+ * add kamailio-ruby-modules
+ * add upstream fixes from 5.2 branch
+
+ -- Victor Seva <vseva@debian.org> Sat, 05 Jan 2019 10:21:35 +0100
+
+kamailio (5.2.0-1) unstable; urgency=medium
+
+ [ Michael Prokop ]
+ * Drop deprecated lintian overrides for kamailio-java-modules
+
+ [ Victor Seva ]
+ * New upstream version 5.2.0
+ * add upstream fixes from 5.2 (Closes: #906233)
+ * remove kamailio-carrierroute-modules
+ * fix module names in pkg description
+ * add libmnl-dev for new ims_ipsec_pcscf module
+ * kamailio.service: update from upstream
+
+ -- Victor Seva <vseva@debian.org> Mon, 03 Dec 2018 15:03:22 +0100
+
+kamailio (5.1.6-1) unstable; urgency=medium
+
+ * update standards-version to 4.1.2 no changes
+ * New upstream version 5.1.6
+
+ -- Victor Seva <vseva@debian.org> Fri, 19 Oct 2018 18:19:27 +0200
+
+kamailio (5.1.5-1) unstable; urgency=medium
+
+ * New upstream version 5.1.5
+
+ -- Victor Seva <vseva@debian.org> Fri, 24 Aug 2018 11:04:51 +0200
+
+kamailio (5.1.4-1) unstable; urgency=medium
+
+ * New upstream version 5.1.4
+ * control: fix extended-description-line-too-long warning
+
+ -- Victor Seva <vseva@debian.org> Wed, 06 Jun 2018 09:49:42 +0200
+
+kamailio (5.1.3-1) unstable; urgency=medium
+
+ * New upstream version 5.1.3
+ * remove already applied patches
+
+ -- Victor Seva <vseva@debian.org> Thu, 17 May 2018 18:03:31 +0200
+
+kamailio (5.1.2-2) unstable; urgency=medium
+
+ * remove kamailio-java-modules (closes: #892538, #893701)
+
+ -- Victor Seva <vseva@debian.org> Thu, 22 Mar 2018 16:38:07 +0100
+
+kamailio (5.1.2-1) unstable; urgency=medium
+
+ * New upstream version 5.1.2
+ * refresh upstream patches from 5.1
+
+ -- Victor Seva <vseva@debian.org> Tue, 06 Mar 2018 10:05:17 +0100
+
+kamailio (5.1.1-1) unstable; urgency=medium
+
+ [ Victor Seva ]
+ * update Vcs-* to salsa.debian.org
+ * New upstream version 5.1.1 (Closes: #886110)
+ * kamailio.service fix for /run in tmpfs (Closes: #837678)
+ * update upstream fixes from 5.1 branch
+ * fix debian-control-has-obsolete-dbg-package
+ * build-depends-on-obsolete-package build-depends
+ * fix debian-rules-parses-dpkg-parsechangelog
+ * fix debian-rules-sets-dpkg-architecture-variable
+ * fix wildcard-matches-nothing-in-dep5-copyright src/core/
+ * fix wildcard-matches-nothing-in-dep5-copyright modules/usrloc/ul_rpc.*
+ * fix debian-watch-uses-insecure-uri
+ * fix lintian warnings
+ * fix missing examples
+
+ [ Guillem Jover ]
+ * Wait for kamailio to exit before returning on sysvinit stop action
+ (Closes: #889745)
+
+ -- Victor Seva <vseva@debian.org> Wed, 07 Feb 2018 18:03:02 +0100
+
+kamailio (5.1.0-1) unstable; urgency=medium
+
+ * New upstream version 5.1.0
+ * update backports scripts
+ * new packages from 5.1.0
+ * rules: remove usr/local from kamailio package
+ * upstream fixes from 5.1 branch
+
+ -- Victor Seva <vseva@debian.org> Thu, 14 Dec 2017 19:20:49 +0100
+
+kamailio (5.0.4-1) unstable; urgency=medium
+
+ * [767c033] New upstream version 5.0.4
+
+ -- Victor Seva <vseva@debian.org> Thu, 26 Oct 2017 09:19:06 +0200
+
+kamailio (5.0.3-1) unstable; urgency=medium
+
+ * [384a20d] New upstream version 5.0.3
+
+ -- Victor Seva <vseva@debian.org> Sun, 01 Oct 2017 12:47:02 +0200
+
+kamailio (5.0.2-2) unstable; urgency=medium
+
+ * [66caa28] fix LIBDIR (Closes:#868270)
+
+ -- Victor Seva <vseva@debian.org> Fri, 28 Jul 2017 12:36:08 +0200
+
+kamailio (5.0.2-1) unstable; urgency=medium
+
+ * [08870e2] New upstream version 5.0.0
+ * [39e76f7] New upstream version 5.0.1
+ * [d488c00] update debian copyright
+ * [40bf66b] remove purple module
+ * [34cc1c9] update descriptions and add new modules
+ * [36254e2] remove already applied patches
+ * [6289654] New upstream version 5.0.2
+ * [39af62d] refresh debian patches
+ * [a56ccda] set LIBDIR for all rules
+
+ -- Victor Seva <vseva@debian.org> Mon, 19 Jun 2017 09:04:29 +0200
+
+kamailio (4.4.4-3) unstable; urgency=medium
+
+ * [5e65291] tls: fix init checks (Closes: #844548)
+
+ -- Victor Seva <vseva@debian.org> Fri, 31 Mar 2017 15:44:17 +0200
+
+kamailio (4.4.4-2) unstable; urgency=medium
+
+ * [622e541] add missing dependency (Closes: #852905)
+
+ -- Victor Seva <vseva@debian.org> Mon, 30 Jan 2017 19:11:36 +0100
+
+kamailio (4.4.4-1) unstable; urgency=medium
+
+ * [b7185c8] remove dsnsec module (Closes: #843477)
+ * [74f07b7] New upstream version 4.4.4
+ * [5c164a6] remove upstream patches already merged
+
+ -- Victor Seva <vseva@debian.org> Wed, 09 Nov 2016 17:40:45 +0100
+
+kamailio (4.4.3-2) unstable; urgency=medium
+
+ * [e14ae9f] update upstream fixes from 4.4 branch (Closes: #828361)
+ * [120b3f0] debian/control: wrap-and-sort -sat
+ * [da95604] add lsb-base as dependency for kamailio
+ * [d0cd62a] update Standards-Version to 3.9.8 ( no changes needed )
+ * [6b2f2c4] update lintian-overrides
+
+ -- Victor Seva <vseva@debian.org> Thu, 27 Oct 2016 17:51:44 +0200
+
+kamailio (4.4.3-1) unstable; urgency=medium
+
+ * [6f08a2b] use default-mysql-* metapackages
+ * [a1c49be] New upstream version 4.4.3
+ * [d6f6df9] remove creation of obsolete radius seqfile (Closes: #83736)
+ * [516952a] update upstream patches from 4.4 since 4.4.3
+
+ -- Victor Seva <vseva@debian.org> Mon, 19 Sep 2016 09:38:26 +0200
+
+kamailio (4.4.2-3) unstable; urgency=medium
+
+ * [93e246e] exclude kazoo modules from non linux archs
+ * [e102957] add upstream fixes from 4.4 branch since 4.4.2
+
+ -- Victor Seva <vseva@debian.org> Tue, 12 Jul 2016 14:12:53 +0200
+
+kamailio (4.4.2-2) unstable; urgency=medium
+
+ * [fd4e57f] exclude json modules from non linux archs
+
+ -- Victor Seva <vseva@debian.org> Thu, 30 Jun 2016 17:08:03 +0200
+
+kamailio (4.4.2-1) unstable; urgency=medium
+
+ * [fad3987] fix build template for group modules
+ * [52adb13] Imported Upstream version 4.4.2
+ * [65aae02] mention that http_client is included at
+ kamailio-utils-modules package
+ * [f275434] set linux-any for json modules
+
+ -- Victor Seva <vseva@debian.org> Wed, 29 Jun 2016 17:39:48 +0200
+
+kamailio (4.4.1-1) unstable; urgency=medium
+
+ * [4b7bf4b] Imported Upstream version 4.4.1
+ * [a835c6c] remove already applied upstream patches
+ * [774f7d4] use radcli lib for radius (Closes: #822338)
+
+ -- Victor Seva <vseva@debian.org> Wed, 11 May 2016 14:20:52 +0200
+
+kamailio (4.4.0-3) unstable; urgency=medium
+
+ * [80d8989] update upstream patches from 4.4 branch
+ * [1065be0] debian/patches/series: update missing patches
+
+ -- Victor Seva <vseva@debian.org> Mon, 25 Apr 2016 11:29:15 +0200
+
+kamailio (4.4.0-2) unstable; urgency=medium
+
+ * [84116d4] add upstream fixes. (Closes: #821039)
+
+ -- Victor Seva <vseva@debian.org> Fri, 15 Apr 2016 09:33:53 +0200
+
+kamailio (4.4.0-1) unstable; urgency=medium
+
+ * [5cc268d] Imported Upstream version 4.4.0
+ * [d3ea166] remove upstream patches from 4.3 branch
+ * [9463fb4] add upstream patches from 4.4 branch
+ * [4d45250] remove no_tls_certs_generate.patch already applied on 4.4 branch
+
+ -- Victor Seva <vseva@debian.org> Mon, 04 Apr 2016 18:40:06 +0200
+
+kamailio (4.3.5-2) unstable; urgency=medium
+
+ * [e5b08dd] mono: remove support for powerpc
+ * [9d9559a] add upstream fixes from 4.3 branch
+ * [f86bdc5] update Standards-Version, no changes needed
+ * [ba4c66c] update Vcs-* fields to https ( fix lintian warning )
+
+ -- Victor Seva <vseva@debian.org> Wed, 16 Mar 2016 15:40:16 +0100
+
+kamailio (4.3.5-1) unstable; urgency=medium
+
+ * [198e0d7] fix typo at erlang module short description (Closes: #816235)
+ * [9301014] Imported Upstream version 4.3.5
+ * [58f5cfe] use my DD account \o/
+ * [c7f3947] remove already applied upstream patches
+
+ -- Victor Seva <vseva@debian.org> Sun, 06 Mar 2016 19:54:59 +0100
+
+kamailio (4.3.4-2) unstable; urgency=medium
+
+ * [4c50b06] add upstream fixes for 4.3 branch (Closes: #815178)
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 23 Feb 2016 07:52:30 +0100
+
+kamailio (4.3.4-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Refresh list of architectures supported by Mono (Closes: #808481)
+
+ -- Jo Shields <directhex@apebox.org> Mon, 21 Dec 2015 10:14:23 +0000
+
+kamailio (4.3.4-1) unstable; urgency=medium
+
+ * [3ca01af] Imported Upstream version 4.3.4 ( Closes: #806244 )
+ * [9702243] remove applied upstream patches
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Thu, 26 Nov 2015 22:06:45 +0100
+
+kamailio (4.3.3-3) unstable; urgency=medium
+
+ * [c615681] upstream patch for mips FTBFS ( Closes: #804749 )
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Wed, 11 Nov 2015 09:23:50 +0100
+
+kamailio (4.3.3-2) unstable; urgency=medium
+
+ * [dd21fe3] add upstream fixes from 4.3 branch (Closes: #804422 #804276)
+ * [592ea26] add systemd .service file and dh-systemd commands
+ * [207459f] allow virtual-mysql-client as valid
+ Depends for kamailio-mysql-modules
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 10 Nov 2015 11:44:28 +0100
+
+kamailio (4.3.3-1) unstable; urgency=medium
+
+ * [5dad250] Imported Upstream version 4.3.3
+ * [cd88d69] refresh upstream patches since 4.3.3
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 13 Oct 2015 12:22:53 +0200
+
+kamailio (4.3.1-2) unstable; urgency=medium
+
+ * [3c416e8] add kamcmd patch for reproducible builds
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Wed, 12 Aug 2015 08:46:43 +0200
+
+kamailio (4.3.1-1) unstable; urgency=medium
+
+ * [74a6255] kamailio.init: use NAME and chown HOMEDIR just after create it
+ * [9af988a] Imported Upstream version 4.3.1
+ * [95a4304] remove already applied upstream patches
+ * [f155ce3] refresh debian patches
+ * [60a7dd9] upstream patch supporting repoducible builds
+ * [198047d] remove auto-generated tls certs
+ * [33b7028] add upstream fixes
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 11 Aug 2015 13:30:43 +0200
+
+kamailio (4.3.0-1) unstable; urgency=medium
+
+ * [45ed887] Imported Upstream version 4.3.0
+ * [c2d68d8] add upstream patches from 4.3 branch
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Sat, 27 Jun 2015 14:57:38 +0200
+
+kamailio (4.3.0~rc0-1) experimental; urgency=medium
+
+ * [bfe18eb] Imported Upstream version 4.3.0~rc0
+ * [6dba838] add new modules on 4.3
+ * [a395fc4] update default private memory to 8Mb
+ * [0bb4a0c] add new modules to rules and update FLAGS
+ * [aa29319] debian/patches: remove applied patches upstream
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Fri, 29 May 2015 11:52:15 +0200
+
+kamailio (4.2.5-1) unstable; urgency=medium
+
+ * [a1f426d] Imported Upstream version 4.2.5
+ * [5cfb580] fix FTBFS on powerpcspe because of AltiVec assumption.
+ Thanks to Roland Stigge <stigge@antcom.de> (Closes: #729635)
+ * [a10699c] set Architecture: any when possible
+ * [58c114b] set Architecture: linux-any for sctp related
+ * [4ac4845] add powerpcspe to the list of architectures supported by mono module
+ * [bc35a5c] kamailio-berkeley-modules: fix lintian warning for empty dir
+ * [953678a] debian/control: wrap-and-short and some minor changes to descriptions
+ * [f57bbbb] debian/patches: add fix_manpage.patch fixing lintian warnings
+ * [8670eb9] debian/copyright: fix lintian warning
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 19 May 2015 22:29:42 +0200
+
+kamailio (4.2.4-1) unstable; urgency=medium
+
+ * [280cb6a] Imported Upstream version 4.2.1
+ * [9fb944e] Imported Upstream version 4.2.4 (Closes: 783946)
+ * [0241997] exclude obsoleted and ser examples (Closes: #772314)
+ * [a295c13] update Standards-Version to 3.9.6
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Sun, 03 May 2015 10:19:54 +0200
+
+kamailio (4.2.0-2) unstable; urgency=medium
+
+ * [d614569] fix fifo and ctl defaults pointing to unsecure /tmp dir
+ Closes: #775681
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Wed, 28 Jan 2015 20:43:44 +0100
+
+kamailio (4.2.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS on mipsel and mips.
+ Add mips/mipsel arch in debian/control.
+ Disable the Mono module on mips in debian/rules (like it is on ia64).
+ Add fix-mips.patch Patch by Dejan Latinovic <Dejan.Latinovic@imgtec.com>
+ Closes: #767500.
+
+ -- Anibal Monsalve Salazar <anibal@debian.org> Thu, 13 Nov 2014 10:48:28 +0000
+
+kamailio (4.2.0-1) unstable; urgency=medium
+
+ * [8774ae4] Imported Upstream version 4.2.0
+ * [188e33e] add extra modules
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 21 Oct 2014 23:16:39 +0200
+
+kamailio (4.1.5-1) unstable; urgency=medium
+
+ * [ee9aba2] Imported Upstream version 4.1.5
+ * [fb02772] remove applied upstream patches
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Sun, 10 Aug 2014 09:14:31 +0200
+
+kamailio (4.1.4-1) unstable; urgency=medium
+
+ * [b22c478] Imported Upstream version 4.1.4
+ * [77a1c35] update upstream patches from 4.1.4 (Closes: #750079)
+ * [76f1000] Use gcj-jdk (Closes: #750831)
+ * [041d18f] update backports scripts
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Sun, 15 Jun 2014 10:57:16 +0200
+
+kamailio (4.1.3-2) unstable; urgency=medium
+
+ * [f3ecc41] Append pkg-config as Build-Depends (Closes: #747787)
+ * [256c082] Add upstream patches
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Mon, 12 May 2014 23:01:40 +0200
+
+kamailio (4.1.3-1) unstable; urgency=medium
+
+ * [b01b8f5] replace libjson0-dev with libjson-c-dev. (Closes: #745005)
+ * [599b843] remove pkg dir from sources
+ * [62ea52e] add debian gdb.conf
+ * [4aba97f] Imported Upstream version 4.1.3
+ * [5e11caa] debian/backports: use old libjson0-dev when necessary
+ * [e4b2607] debian/patches: remove applied upstream patches
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Fri, 25 Apr 2014 10:00:29 +0200
+
+kamailio (4.1.2-2) unstable; urgency=medium
+
+ * [df4c597] remove sparc from the list of supported arch
+ * [414c743] Add upstream patches
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 25 Mar 2014 20:54:25 +0100
+
+kamailio (4.1.2-1) unstable; urgency=medium
+
+ * [18bf501] Imported Upstream version 4.1.2
+ * [2472eed] fix init typo. Thanks to Corey Edwards.
+ * [5dfc30d] removed previous upstream patches and old debian patches
+ * [c60b687] clean lintian overrides
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Mon, 10 Mar 2014 11:55:33 +0100
+
+kamailio (4.1.1-4) unstable; urgency=low
+
+ [ Victor Seva ]
+ * fix init script
+ * use freeradius-client. (Closes: #739286)
+ * new vars to configure shared and private memory
+ and path for the configuration file.
+
+ [ Tzafrir Cohen ]
+ * Save autover.h at clean to allow a clean git buildpackage.
+
+ -- Tzafrir Cohen <tzafrir@debian.org> Wed, 26 Feb 2014 08:36:12 +0200
+
+kamailio (4.1.1-2) unstable; urgency=medium
+
+ * fix typo on kamailio-java-modules dependences. (Closes: #736212)
+ * do not try to build mono on excluded architectures.
+ * use db-utils from db-defaults.
+ * add Provides sip-router and add
+ stun-server | turn-server to Suggests. (Closes: #737760)
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Fri, 07 Feb 2014 10:45:50 +0100
+
+kamailio (4.1.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/patches:
+ - add upstream fixes
+ * Added tls outbound websocket autheph dnssec modules
+ - openssl exception added to their license
+ * removing sparc and ia64 from supported archs
+ for mono module (Closes: #728915)
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Mon, 06 Jan 2014 11:47:13 +0100
+
+kamailio (4.0.4-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/patches:
+ - remove applied patches
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Thu, 03 Oct 2013 10:14:41 +0200
+
+kamailio (4.0.3-2) unstable; urgency=low
+
+ * fix init script exit status
+ * debian/patches/upstream:
+ - add upstream fixes
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Fri, 06 Sep 2013 11:42:07 +0200
+
+kamailio (4.0.3-1) unstable; urgency=low
+
+ [ Victor Seva ]
+ * New upstream release
+ * debian/control:
+ - change vcs info to our git repository
+ - add sqlite3 Recommends on sqlite-modules (Close: #715230)
+ - change Architecture to linux-any (Close: #712182)
+ * debian/patches/default_fifo.patch:
+ - fix kamctlrc defaults
+ * debian/patches/spelling_errors.patch:
+ - fix spelling errors on binaries
+ * debian/rules:
+ - use upstream CC_EXTRA_OPTS and LD_EXTRA_OPTS environment variables
+ to pass hardening flags (Close: #690396)
+ * debian/kamailio.init:
+ - use lsb init-functions
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Tue, 20 Aug 2013 11:45:03 +0200
+
+kamailio (4.0.2-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/rules:
+ - changed depends for build-arch and build-indep rules
+ to build-stamp (Closes: #707038)
+ - added quiet=verbose as suggested by
+ Matthias Klose <doko@debian.org>
+ * Added debian/patches/default_fifo.patch (Closes: #712083)
+ - use /var/run/kamailio/ dir instead of /tmp for fifo
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Thu, 13 Jun 2013 09:05:39 +0200
+
+kamailio (4.0.1-1) unstable; urgency=low
+
+ * New upstream release (Closes: #704118)
+ * debian/control.tls
+ + refreshed (Closes: #704683)
+ + added new websocket and outbound modules
+ * debian/control:
+ + added new ims modules
+ + remove openser stuff
+ * debian/rules:
+ + kambdb_recover binary is not in source.
+ + added ims module
+ * debian/patches/upstream:
+ + removed upstream fixes for the previous release.
+ * debian/patches:
+ + removed plumb_md5.patch and plumb_md5_fixes.patch
+ merged upstream ( Thanks miconda )
+ + arm_fix.patch applied upstream (Closes: #690388)
+ Thanks Matthias Klose <doko@debian.org>
+ * debian/backports/squeeze:
+ + remove call to dpkg-buildflags
+ + do not apply hardening_flags.patch
+ * debian/copyright:
+ + updated modules path
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Mon, 29 Apr 2013 11:34:47 +0200
+
+kamailio (3.3.0-1) unstable; urgency=low
+
+ [ Julien BLACHE ]
+ * OpenSER has been renamed to Kamailio (closes: #527615).
+ + s/openser/kamailio/ pretty much everywhere.
+ * debian/control:
+ + Add transitional openser* packages.
+ + Remove myself from Uploaders.
+ + Move openser-dbg and kamailio-dbg to debug section.
+
+ [ Henning Westerholt ]
+ * finish renaming from openser to kamailio started from Julien Blache
+ * merge upstream changes in packaging scripts
+ * debian/control:
+ + add new modules with dependencies
+ + fix description for radius package
+ + add python to kamailio dependencies to fix lintian error
+ + add myself to Uploaders
+ * debian/kamailio.default:
+ + extend description in kamailio.default
+ * debian/kamailio.init:
+ + add example core dump directory setting to init file
+ + small reformatting in init file, mostly whitespace changes
+ + fix small error in package name definition
+ * debian/kamailio.README.Debian:
+ + add a note about upgrades from a previous OpenSER version
+ + provide links to the upstream upgrade guide
+ * debian/kamailio.dirs:
+ + its not necessary to create /var/run/kamailio in the package,
+ adduser should do this in the postinst script
+ * debian/kamailio.preinst, debian/kamailio-radius-modules.preinst:
+ + add preinst helper scripts to help upgrade from openser
+
+ [ Victor Seva ]
+ * New upstream release
+ * debian/rules:
+ + replaced for the kamailio debian/rules.
+ + fix get-orig-source. Update URL
+ + change UPVERSION initialitation. Now bpo versions works too
+ + fix modules cleanup install.
+ * Switch to dpkg-source 3.0 (quilt) format
+ * debian/control:
+ + remove dpatch
+ + add myself as Uploader
+ + add ${misc:Depends} to all binary packages (lintian suggestion)
+ + multiarch support.
+ * debian/patches:
+ + remove all patches.
+ + added upstream fixes.
+ + no_lib64_on_64_bits.patch ( used on squeeze backport)
+ + multiarch_support.patch
+ + added no_INSTALL_file.patch
+ * debian/watch updated
+ * debian/kamailio.init:
+ + add $remote_fs (lintian suggestion)
+ * debian/copyright
+ + using copyright-format/1.0/
+ * debian/backports
+ + added squeeze script
+
+ [ Tzafrir Cohen ]
+ * Make sure hardening *FLAGS make it through the build system:
+ - hardening_flags.patch: get them through.
+ - Use buildflags.mk from dpkg-dev (and require 1.16.1.1).
+ - fix_export.patch - Related(?) link issue.
+ * Rebuild kambdb_recover that is shiped in the source.
+ * Package kamailio-berkeley-bin for kambdb_recover.
+ * Bump standards version to 3.9.3 while we're at it.
+ * plumb_md5.patch and plumb_md5_fixes.patch: avoid the RSA md5 code.
+ * Simpler editing of the defaults file: remmed-out by default.
+ * Removed unneeded manual library dependencies.
+
+ -- Tzafrir Cohen <tzafrir@debian.org> Sat, 30 Jun 2012 14:18:32 +0300
+
+openser (1.3.2-3) unstable; urgency=low
+
+ * debian/patches/12_acc_enable_radius.dpatch:
+ + Updated; disable RADIUS support for the acc module in the sample config
+ file, otherwise the module fails to initialize and OpenSER can't start
+ (closes: #491705).
+
+ -- Julien BLACHE <jblache@debian.org> Mon, 21 Jul 2008 22:34:44 +0200
+
+openser (1.3.2-2) unstable; urgency=low
+
+ * debian/control:
+ + Fix capitalization here and there (closes: #483753).
+ + Bump Standards-Version to 3.8.0 (no changes).
+
+ -- Julien BLACHE <jblache@debian.org> Sat, 07 Jun 2008 12:20:27 +0200
+
+openser (1.3.2-1) unstable; urgency=low
+
+ [ Julien BLACHE ]
+ * New upstream release.
+ * debian/control, debian/rules, openser-osp-module.examples:
+ + Add osp module, disabled by default in Debian due to OpenSSL license
+ issues.
+ * openser.README.Debian:
+ + Add instructions to build the TLS variant and the OSP module.
+ * debian/patches/01_Makefile_fixes.dpatch:
+ + Removed; merged upstream.
+
+ [ Patrick Matthäi ]
+ * debian/control:
+ + We do not need to conflict on older binary versions at openser-dbg while
+ we still depend on the right version.
+ * debian/control, debian/rules:
+ + Removed some useless whitespaces at EOL.
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 18 May 2008 11:19:28 +0200
+
+openser (1.3.1-3) unstable; urgency=low
+
+ [ Julien BLACHE ]
+ * debian/openser.init:
+ + Add more services dependencies to the LSB header.
+
+ [ Victor Seva ]
+ * debian/openser.init: (Closes: #470535)
+ - Fixed a bug in creating necessary $HOMEDIR
+ Thanks to Marcos Hack for the hint and fix.
+ Thanks to Stefan Ebner <hellboy195@gmail.com>
+
+ -- Julien BLACHE <jblache@debian.org> Sat, 05 Apr 2008 17:21:41 +0200
+
+openser (1.3.1-2) unstable; urgency=low
+
+ * debian/openser.init:
+ + Fix echo -e bashism (closes: #472896).
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 28 Mar 2008 22:54:41 +0100
+
+openser (1.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/01_fix_openser_cfg.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/02_uac_fix_avp_parsing.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/03_allow_empty_transformations.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/04_perl_for_perl5.10.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/01_Makefile_fixes.dpatch:
+ + Added; fix a typo in top-level Makefile.
+
+ -- Julien BLACHE <jblache@debian.org> Wed, 12 Mar 2008 22:43:58 +0100
+
+openser (1.3.0-3) unstable; urgency=low
+
+ * debian/patches/04_perl_for_perl5.10.dpatch:
+ + Added; from upstream trunk r3742, fix perl module build with
+ perl 5.10 (closes: #466881).
+ * debian/copyright:
+ + Fix copyright notice.
+ * debian/control:
+ + Build-Depend on libdb-dev (>= 4.6.19) instead of libdb-dev (>= 4.6.19-1).
+
+ -- Julien BLACHE <jblache@debian.org> Sat, 01 Mar 2008 20:36:31 +0100
+
+openser (1.3.0-2) unstable; urgency=low
+
+ * debian/patches/01_fix_openser_cfg.dpatch:
+ + Added; fix default openser.cfg, from rev 3376.
+ * debian/patches/02_uac_fix_avp_parsing.dpatch:
+ + Added; fix avp defintion parsing in the uac module, from rev 3414.
+ * debian/patches/03_allow_empty_transformations.dpatch:
+ + Added; allow some transformations to accept an empty buffer, from
+ rev 3436.
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 23 Dec 2007 14:42:55 +0100
+
+openser (1.3.0-1) experimental; urgency=low
+
+ * New upstream release.
+ + Adds new variable $adu to make it easier to check the auth digest URI
+ matches the To/R-URI; in response to CVE-2007-5469 (closes: #446956).
+ * debian/control:
+ + Add build-dependency on libcurl4-gnutls-dev.
+ * debian/rules:
+ + Add the xcap_client module in openser-presence-modules.
+
+ -- Julien BLACHE <jblache@debian.org> Thu, 13 Dec 2007 17:47:34 +0100
+
+openser (1.3.0~svn20071212-1) experimental; urgency=low
+
+ * New SVN snapshot.
+ * debian/control:
+ + Rename openser-module-perl to openser-modules-perl and update the
+ description for the additional perlvdb module.
+ + Add openser-ldap-modules.
+ * debian/rules:
+ + Build the perlvdb module and install it.
+ + Add LDAP modules.
+
+ -- Julien BLACHE <jblache@debian.org> Wed, 12 Dec 2007 17:01:19 +0100
+
+openser (1.3.0~svn20071207-1) experimental; urgency=low
+
+ * New SVN snapshot.
+ * debian/patches/12_acc_enable_radius.dpatch:
+ + Added; enable RADIUS accounting in the acc module. This effectively
+ pulls in libradiusclient-ng2 as a dependency of the main openser package,
+ but that dependency should go away in a future OpenSER release (closes: #454660).
+ * debian/control:
+ + Bump Standards-Version to 3.7.3 (no changes).
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 07 Dec 2007 13:24:24 +0100
+
+openser (1.3.0~svn20071129-1) experimental; urgency=low
+
+ * New SVN snapshot.
+ * debian/patches/12_kfreebsd_support.dpatch:
+ + Removed; merged upstream.
+
+ -- Julien BLACHE <jblache@debian.org> Thu, 29 Nov 2007 21:37:28 +0100
+
+openser (1.3.0~svn20071115-3) experimental; urgency=low
+
+ * debian/control:
+ + openser-berkeley-module needs dbX.Y-util.
+ * debian/patches/12_kfreebsd_support.dpatch:
+ + Added; add kfreebsd support to the build system.
+
+ -- Julien BLACHE <jblache@debian.org> Wed, 28 Nov 2007 17:52:32 +0100
+
+openser (1.3.0~svn20071115-2) experimental; urgency=low
+
+ * debian/rules:
+ + Force CFLAGS for the bdb_recover build, too (closes: #451908).
+
+ -- Julien BLACHE <jblache@debian.org> Mon, 19 Nov 2007 10:56:18 +0100
+
+openser (1.3.0~svn20071115-1) experimental; urgency=low
+
+ * OpenSER 1.3.0 packaging pre-release.
+
+ * debian/patches/01_psql_connect.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/02_xmlrpc_update.dpatch:
+ + Removed; merged upstream.
+ * debian/control:
+ + New packages: openser-carrierroute-module, openser-berkeley-module.
+ + openser Suggests both new packages.
+ + Add Build-Dependencies on xsltproc, libconfuse-dev and libdb-dev.
+ * debian/rules:
+ + Update list of presence modules.
+ + Add the carrierroute and berkeley modules.
+ + Build db schemas and bdb utils.
+ + Install openser documentation.
+
+ -- Julien BLACHE <jblache@debian.org> Thu, 15 Nov 2007 16:19:18 +0100
+
+openser (1.2.2-3) unstable; urgency=low
+
+ * debian/patches/02_xmlrpc_update.dpatch:
+ + Added; Backported from trunk rev 2870, update mi_xmlrpc code for newer
+ libxmlrpc versions (closes: #445111).
+
+ -- Julien BLACHE <jblache@debian.org> Sat, 06 Oct 2007 12:04:46 +0200
+
+openser (1.2.2-2) unstable; urgency=low
+
+ [ Julien BLACHE ]
+ * debian/patches/01_psql_connect.dpatch:
+ + Added; Fix postgresql failure, from SVN (closes: #441960).
+
+ [ Kilian Krause ]
+ * Add dpkg-dev (>= 1.13.19) to Build-Depends for binary:Version
+ * Update Maintainer to Debian VoIP Team
+ * Add myself to Uploaders.
+
+ -- Julien BLACHE <jblache@debian.org> Wed, 12 Sep 2007 12:09:35 +0200
+
+openser (1.2.2-1) unstable; urgency=low
+
+ * New upstream release.
+ + Presence module users need to upgrade their database schema, see release
+ notes for details.
+
+ -- Julien BLACHE <jblache@debian.org> Thu, 16 Aug 2007 18:04:41 +0200
+
+openser (1.2.1-2) unstable; urgency=low
+
+ * debian/control:
+ + Use ${binary:Version} instead of ${Source-Version}.
+ * debian/rules:
+ + Do not ignore make proper errors.
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 05 Aug 2007 20:46:22 +0200
+
+openser (1.2.1-1) unstable; urgency=low
+
+ * debian/control:
+ + Build-Depend on libsnmp-dev instead of libsnmp10-dev.
+ * debian/rules:
+ + Build at -O2 on arm again, now that #390694 is fixed.
+ * debian/openser.init:
+ + Create /var/run/openser if it doesn't exist.
+ + Add status support, patch from Henning Westerholt
+ <henning.westerholt@1und1.de>.
+ * debian/openser.dirs:
+ + Added; add /var/run/openser to the package.
+ * debian/openser.examples:
+ + Install the whole examples/ directory.
+ * debian/patches/20_usrloc_lockset_fixes.dpatch:
+ + Removed; from upstream SVN.
+ * debian/patches/21_pua_lock_fix.dpatch:
+ + Removed; from upstream SVN.
+ * debian/patches/22_perl_sysv_sem.dpatch:
+ + Removed; merged upstream.
+
+ -- Julien BLACHE <jblache@debian.org> Thu, 24 May 2007 15:31:21 +0200
+
+openser (1.2.0-4) unstable; urgency=low
+
+ * debian/patches/21_pua_lock_fix.dpatch:
+ + Added; fix typo in modules/pua/hash.c.
+ * debian/patches/22_perl_sysv_sem.dpatch:
+ + Added; fix perl module build with USE_SYSV_SEM.
+
+ -- Julien BLACHE <jblache@debian.org> Wed, 25 Apr 2007 18:01:06 +0200
+
+openser (1.2.0-3) unstable; urgency=low
+
+ * debian/patches/20_usrloc_lockset_fixes.dpatch:
+ + Added; fix the usrloc module when not using fast locks.
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 22 Apr 2007 15:18:25 +0200
+
+openser (1.2.0-2) unstable; urgency=low
+
+ * debian/openser.init:
+ + exit 0 if fork=no is specified.
+ * debian/control:
+ + Build-Depend on libsnmp10-dev.
+
+ -- Julien BLACHE <jblache@debian.org> Sat, 21 Apr 2007 11:33:02 +0200
+
+openser (1.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Source: use the OpenSER TLS tarball
+
+ * debian/control:
+ + New packages: openser-presence-modules, openser-xmlrpc-module,
+ openser-perl-module, openser-snmpstats-module, openser-xmpp-module
+ (split from the -jabber-module package).
+ + Build-Depends: libxmlrpc-c3-dev, libperl-dev, libsnmp9-dev.
+ * debian/rules:
+ + Always build the non-TLS flavour for Debian builds.
+ + Add the new modules.
+ * debian/openser.init:
+ + Print out error messages if openser fails to start.
+ + No longer needs to be run as root to dump core.
+ * debian/patches/01_sourced_scripts.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/02_openser.cfg.dpatch:
+ + Removed; no longer needed.
+ * debian/patches/12_fail_on_build_failure.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/22_OpenPKG-SA-2006.042.dpatch:
+ + Removed; fixed upstream (different fix).
+
+ -- Julien BLACHE <jblache@debian.org> Tue, 13 Mar 2007 17:00:58 +0100
+
+openser (1.1.1-1) unstable; urgency=low
+
+ * New upstream bugfix release.
+ * debian/patches/21_arm_register_overlap.dpatch:
+ + Removed; Merged upstream.
+ * debian/patches/20_pdt_domains.c_lockfix.dpatch:
+ + Removed; Merged upstream.
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 26 Jan 2007 16:58:48 +0100
+
+openser (1.1.0-9) unstable; urgency=medium
+
+ * debian/rules:
+ + Fix sed substitution pattern to properly get rid of the PATH variable
+ in the openserctl, openser_mysql and openser_postgresql scripts.
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 12 Jan 2007 15:20:26 +0100
+
+openser (1.1.0-8) unstable; urgency=high
+
+ * debian/patches/22_OpenPKG-SA-2006.042.dpatch:
+ + Added; security fix for OpenPKG-SA-2006.042 (closes: #404591).
+
+ -- Julien BLACHE <jblache@debian.org> Tue, 26 Dec 2006 22:13:26 +0100
+
+openser (1.1.0-7) unstable; urgency=low
+
+ * Sync packaging fixes from upstream CVS.
+ * debian/control:
+ + Fix wrong RFC number in description (3621 vs. 3261), spotted by Dan Pascu.
+ * debian/rules:
+ + Add avp_radius to RADIUS_MODULES, from Bogdan-Andrei Iancu.
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 3 Nov 2006 13:35:18 +0100
+
+openser (1.1.0-6) unstable; urgency=low
+
+ * debian/patches/21_arm_register_overlap.dpatch:
+ + Added; fix register overlap on arm (closes: #393858).
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 22 Oct 2006 19:32:55 +0200
+
+openser (1.1.0-5) unstable; urgency=low
+
+ * debian/patches/20_20_pdt_domains.c_lockfix.dpatch:
+ + Added; fix typo in modules/pdt/domains.c:306.
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 8 Oct 2006 19:20:35 +0200
+
+openser (1.1.0-4) unstable; urgency=low
+
+ * debian/control:
+ + openser-dbg is Priority: extra.
+ * debian/patches/12_fail_on_build_failure.dpatch:
+ + Added; abort the build if a module fails to build.
+ * debian/rules:
+ + Temporarily decrease optimisation on arm (closes: #390005).
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 8 Oct 2006 12:11:55 +0200
+
+openser (1.1.0-3) unstable; urgency=low
+
+ * debian/rules:
+ + Remove DH_COMPAT 4 compatibility code which was introduced only for
+ Sarge backward-compatiblity in the upstream CVS; there's now a
+ packaging directory dedicated to Sarge.
+ * debian/control:
+ + Build-Depends cleanup.
+ * debian/patches/02_openser.cfg.dpatch:
+ + Remove the C-style comment block containing fork=no, otherwise the
+ default config file will trigger the test for fork=no in the
+ initscript (closes: #386464).
+ * debian/openser.README.Debian:
+ + Document initscript behaviour wrt fork=no.
+ * debian/openser.init:
+ + Add LSB header.
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 8 Sep 2006 15:04:58 +0200
+
+openser (1.1.0-2) unstable; urgency=low
+
+ * Initial Debian release (closes: #380450).
+
+ * Official Debian builds have no TLS support due to the lack of OpenSSL
+ license exception for OpenSER. Building TLS packages is supported using
+ the upstream TLS tarball with no modifications (you'll need libssl-dev).
+
+ * debian/openser.init:
+ + Do not start OpenSER in the start target if fork=no is specified in
+ the config file, so as to not break the boot process.
+ * debian/rules:
+ + Detect TLS/non-TLS sources, and enable TLS build accordingly.
+ + get-orig-source will fetch the non-TLS version for the official builds.
+ + Emulate debhelper v5 behaviour for debug symbols when build with
+ DH_COMPAT 4 to ease Sarge backports.
+ * debian/control:
+ + Drop build-dependency on libssl-dev for official Debian builds.
+ + Simplify dependencies/conflicts.
+
+ -- Julien BLACHE <jblache@debian.org> Sun, 30 Jul 2006 15:23:13 +0200
+
+openser (1.1.0-1) unstable; urgency=low
+
+ * New upstream release.
+ + Packaging updated based on Daniel-Constantin's work upstream.
+ * debian/patches/02_postgres_module_build.dpatch:
+ + Removed; merged upstream.
+ * debian/patches/01_ungentooize.dpatch:
+ + Removed; merged upstream.
+ * debian/copyright:
+ + Updated based on upstream's.
+ * debian/openser.postinst:
+ + Change openser group GECOS to "OpenSER".
+ * debian/control:
+ + Rework package descriptions.
+ + Add openser-unixodbc-module package.
+ + Build-Depend on unixodbc-dev.
+ * debian/rules:
+ + Build the unixodbc module.
+ * debian/patches/01_sourced_scripts.dpatch:
+ + Added; remove the shebang line from scripts which aren't meant for
+ direct execution.
+ * debian/patches/10_no_lib64_on_64_bits.dpatch:
+ + Added; use /usr/lib even on 64bit architectures.
+ * debian/patches/11_always_smp.dpatch:
+ + Added; always build an SMP-enabled OpenSER.
+
+ -- Julien BLACHE <jblache@debian.org> Wed, 12 Jul 2006 14:37:40 +0200
+
+openser (1.0.1-1) unstable; urgency=low
+
+ * Packaging sanitized.
+ * Remove everything debconf-related; setting up an HA cluster is an
+ advanced use of OpenSER which cannot be handled through debconf anyway.
+ * debian/control:
+ + Remove all -tls- packages.
+ + Add missing build-depends: zlib1g-dev, flex, bison.
+ + Build-Depend on libradiusclient-ng-dev, libmysqlclient15-dev.
+ + Packages descriptions rewritten.
+ + Add an openser-dbg package.
+ * debian/rules:
+ + Remove everything related to -tls- packages.
+ + Build with -g -Wall -O2
+ * debian/patches/01_ungetooize.dpatch:
+ + Added; Do not override CFLAGS if set in the environment. Allows building
+ at a rational optimisation level, and passing extra CFLAGS for debugging.
+ * debian/patches/02_postgres_module_build.dpatch:
+ + Added; Remove unneeded architecture restriction for the PostgreSQL module
+ build.
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 30 Jun 2006 22:22:11 +0200
+
+openser (1.0.1-0) unstable; urgency=low
+
+ * OpenSER v1.0.1 Release.
+
+ -- Daniel-Constantin Mierla <daniel@voice-system.ro> Mon, 27 Feb 2006 19:23:00 +0200
+
+openser (1.0.0-2) unstable; urgency=low
+
+ * Create a sequence file for use if the radius accounting is enabled,
+ which is guaranteed to be writable by openser no matter what user
+ and group is running as. If radius accounting is used, this can be
+ added in your clients.conf that is used by openser as:
+ seqfile /var/run/openser/openser_radius.seq
+ * Fixed wording in the master_node template description
+
+ -- Dan Pascu <dan@ag-projects.com> Fri, 03 Feb 2006 20:20:24 +0200
+
+openser (1.0.0-1) unstable; urgency=low
+
+ * Added support for debconf. A number of things can now be configured
+ when installing the package: if to start on boot, the ammount of
+ memory the openser server will use and if to dump core files when
+ the server crashes.
+ * Added support for storing startup options in /etc/default/openser.
+ This file is used by /etc/init.d/openser to setup various startup
+ options which no longer need to be modified in the startup script
+ itself.
+ * Fixed issue with not adding dependency on libradius-ng
+ * Fixed issue with the debian postinst scripts which resulted in the
+ openser system user not being created for the openser-tls package
+ * Fixed issue with some debhelper entries being added twice in the
+ openser postrm and prerm scripts
+ * Fixed issue with the openser system user not having his home
+ directory removed on purge
+ * Fixed a number of typos in the Suggests and Conflicts directives
+ in the debian control file
+ * Up to date with recent bugfixes from upstream
+
+ -- Dan Pascu <dan@ag-projects.com> Thu, 02 Feb 2006 12:47:41 +0200
+
+openser (1.0.0-0) unstable; urgency=low
+
+ * First Public Release.
+
+ -- Daniel-Constantin Mierla <daniel@voice-system.ro> Tue, 07 Jun 2005 18:23:19 +0200
--- /dev/null
+Source: kamailio
+Section: net
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
+Uploaders:
+ Victor Seva <vseva@debian.org>,
+Build-Depends:
+ bison,
+ debhelper-compat (= 13),
+ default-libmysqlclient-dev,
+ docbook-xml,
+ erlang-dev,
+ flex,
+ libcurl4-openssl-dev,
+ libdb-dev,
+ libev-dev,
+ libevent-dev,
+ libexpat1-dev,
+ libgeoip-dev,
+ libhiredis-dev,
+ libjansson-dev,
+ libjson-c-dev,
+ libldap2-dev,
+ liblua5.1-0-dev,
+ libmaxminddb-dev,
+ libmemcached-dev,
+ libmicrohttpd-dev,
+ libmnl-dev,
+ libmongoc-dev,
+ libmosquitto-dev,
+ libnats-dev,
+ libncurses-dev,
+ libpcre2-dev,
+ libperl-dev,
+ libphonenumber-dev,
+ libpq-dev,
+ librabbitmq-dev,
+ libradcli-dev,
+ libreadline-dev,
+ libsasl2-dev,
+ libsctp-dev [linux-any],
+ libsecsipid-dev [amd64 arm64 armel armhf hurd-i386 i386 powerpc ppc64 ppc64el riscv64 s390x],
+ libsnmp-dev,
+ libsqlite3-dev,
+ libssl-dev,
+ libsystemd-dev,
+ libunistring-dev,
+ libwebsockets-dev,
+ libwolfssl-dev,
+ libxml2-dev,
+ openssl,
+ pkgconf,
+ python3,
+ python3-dev,
+ ruby-dev,
+ unixodbc-dev,
+ uuid-dev,
+ xsltproc,
+ zlib1g-dev,
+Standards-Version: 4.6.0.1
+Homepage: https://www.kamailio.org/
+Vcs-Git: https://salsa.debian.org/pkg-voip-team/kamailio.git
+Vcs-Browser: https://salsa.debian.org/pkg-voip-team/kamailio/
+Rules-Requires-Root: no
+
+Package: kamailio
+Architecture: any
+Multi-Arch: foreign
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ adduser,
+ python3,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Replaces:
+ kamailio-carrierroute-modules,
+Suggests:
+ kamailio-berkeley-modules,
+ kamailio-cpl-modules,
+ kamailio-ldap-modules,
+ kamailio-lua-modules,
+ kamailio-mysql-modules,
+ kamailio-perl-modules,
+ kamailio-postgres-modules,
+ kamailio-presence-modules,
+ kamailio-python3-modules,
+ kamailio-radius-modules,
+ kamailio-redis-modules,
+ kamailio-snmpstats-modules,
+ kamailio-tls-modules,
+ kamailio-unixodbc-modules,
+ kamailio-xml-modules,
+ kamailio-xmpp-modules,
+ stun-server | turn-server,
+Provides:
+ sip-router,
+Description: very fast, dynamic and configurable SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, kamailio can handle thousands requests
+ per second even on low-budget hardware. It can be configured to act
+ as a SIP proxy, application server, session border controller,
+ or call load balancer to handle a set of media servers.
+ .
+ A C Shell like scripting language provides full control over the server's
+ behaviour. It's easy to integrate Kamailio with 3rd party API's and
+ applications using HTTP, AMQP, database drivers, LDAP, Radius and many other
+ solutions. In addition there is support for scripting using Lua, Python, Perl,
+ Java.
+ .
+ Kamailio's modular architecture allows only required functionality to be
+ loaded. There are over 100 modules available: WebSockets for WebRTC,
+ authentication, multiple databases - both traditional SQL databases as well as
+ no-SQL, message bus systems like Rabbit MQ, instant messaging, a presence
+ agent, integration with REST-ful APIs using HTTP and JSON or XML, radius
+ authentication, record routing, an SMS gateway, a XMPP/jabber gateway, a
+ transaction and dialog module, OSP module, statistics support,
+ registrar and user location services, SNMP, SIMPLE Presence and much more.
+ .
+ This package contains the main Kamailio binary along with the principal
+ modules and support binaries.
+
+Package: kamailio-geoip-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: geoip module for the Kamailio SIP Server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the geoip module, an extension enabling
+ usage of the GeoIP API within the Kamailio configuration file.
+
+Package: kamailio-geoip2-modules
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: geoip2 module for the Kamailio SIP Server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the geoip2 module, an extension enabling
+ real-time queries against the Max Mind GeoIP2 database within the Kamailio
+ configuration file.
+
+Package: kamailio-sqlite-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ sqlite3,
+Description: SQLite database connectivity module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the SQLite database driver for Kamailio.
+
+Package: kamailio-json-modules
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Json parser and Json-RPC modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides a JSON parser for use in the Kamailio
+ configuration file and the JSON-RPC client over netstrings.
+
+Package: kamailio-memcached-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Replaces:
+ kamailio-memcached-module,
+Description: interface to the memcached server, for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the memcached module, an interface to the memcached
+ server, a high-performance, distributed memory object caching system.
+
+Package: kamailio-lua-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: app_lua module for Kamailio Lua support
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the app_lua module, an extension allowing to
+ execute embedded Lua applications within the configuration file as
+ well as writing the entire configuration file in Lua.
+
+Package: kamailio-python3-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: app_python3 module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the app_python3 module, an extension allowing to
+ execute embedded Python applications within the Kamailio SIP routing script.
+
+Package: kamailio-ruby-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: app_ruby module for Kamailio Ruby support
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the app_ruby module, an extension allowing to
+ execute embedded Ruby applications within the Kamailio SIP routing script.
+
+Package: kamailio-redis-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Redis database connectivity module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the Redis NOSQL database driver for Kamailio.
+
+Package: kamailio-mysql-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ default-mysql-client | virtual-mysql-client,
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: MySQL database connectivity module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the MySQL database driver for Kamailio.
+
+Package: kamailio-postgres-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ postgresql-client,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: PostgreSQL database connectivity module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the PostgreSQL database driver for Kamailio.
+
+Package: kamailio-cpl-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: CPL module (CPL interpreter engine) for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides a CPL (Call Processing Language) interpreter for
+ Kamailio, turning Kamailio into a CPL server (storage and interpreter).
+
+Package: kamailio-radius-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: RADIUS modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides a set of RADIUS modules for Kamailio, for
+ authentication, peering, group membership and messages URIs checking against a
+ RADIUS server.
+
+Package: kamailio-unixodbc-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: unixODBC database connectivity module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the unixODBC database driver for Kamailio.
+
+Package: kamailio-presence-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: SIP presence modules for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides several Kamailio modules for implementing a presence
+ server and presence user agent for rich presence, registrar-based presence,
+ external triggered presence with SIMPLE and XCAP support, as well as a
+ set of other SIP event packages..
+
+Package: kamailio-perl-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Perl extensions and database driver for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides an interface for Kamailio to write Perl extensions and
+ the perlvdb database driver for Kamailio.
+
+Package: kamailio-snmpstats-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ snmpd,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: SNMP AgentX subagent module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the snmpstats module for Kamailio. This module acts
+ as an AgentX subagent which connects to a master agent. The Kamailio MIBS are
+ included.
+
+Package: kamailio-xmpp-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: XMPP gateway module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the SIP to XMPP IM translator module for Kamailio.
+
+Package: kamailio-xml-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Replaces:
+ kamailio-xml-module,
+ kamailio-xmlrpc-module,
+Provides:
+ kamailio-xmlrpc-modules,
+Description: XML based extensions for Kamailio's Management Interface
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides:
+ - the XMLRPC transport implementations for Kamailio's
+ Management and Control Interface.
+ - xmlops module for XPath operations in configuration file
+
+Package: kamailio-berkeley-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ db-util,
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Berkeley database module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the Berkeley database module for Kamailio, a
+ high-performance embedded database. All database tables are stored
+ in files, no additional server is necessary.
+
+Package: kamailio-berkeley-bin
+Architecture: any
+Multi-Arch: foreign
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Berkeley database module for Kamailio - helper program
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides helper modules for the Berkeley database module for
+ Kamailio, a high-performance embedded DB kernel. You should normally
+ install kamailio-berkeley-modules and not this package directly.
+
+Package: kamailio-ldap-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: LDAP modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the ldap and h350 modules for Kamailio, enabling LDAP
+ queries from the Kamailio routing scripts and storage of SIP account data in
+ an LDAP directory.
+
+Package: kamailio-ims-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: IMS module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains various Diameter interfaces and modules for Kamailio
+ to run as an IMS core.
+
+Package: kamailio-utils-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Utility functions for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides a set of utility functions for Kamailio, as well
+ as modules for restful HTTP API access using the CURL library in the
+ http_client module.
+
+Package: kamailio-sctp-modules
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: SCTP SIP transport module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the SCTP SIP transport module for Kamailio.
+
+Package: kamailio-tls-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: TLS support for the Kamailio SIP server (authentication, transport)
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides TLS support for encrypted and authenticated
+ SIP connections as well as generic TLS support for many Kamailio modules.
+
+Package: kamailio-tls-wolfssl-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: TLS support for the Kamailio SIP server (authentication, transport)
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides TLS support for encrypted and authenticated using wolfssl
+ SIP connections as well as generic TLS support for many Kamailio modules.
+
+Package: kamailio-outbound-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: SIP Outbound module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the "outbound" module implementing SIP outbound extension
+
+Package: kamailio-websocket-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: WebSocket module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the module implementing WebSocket transport layer
+ for use in SIP over WebSockets, in combination with WebRTC media sessions..
+
+Package: kamailio-autheph-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: authentication using ephemeral credentials for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the ephemeral authentication module for Kamailio,
+ enabling authentication using a Restful HTTP API.
+
+Package: kamailio-kazoo-modules
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: kazoo modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the Kazoo application server integration module for
+ Kamailio.
+
+Package: kamailio-rabbitmq-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: RabbitMQ and AMQP integration modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the RabbitMQ module for Kamailio, enabling AMQP
+ integration into the SIP routing scripts for third party service
+ support.
+
+Package: kamailio-cnxcc-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: cnxcc modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the cnxcc call charging control module for Kamailio.
+
+Package: kamailio-erlang-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Erlang modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This Kamailio module provides interaction with the Erlang node from the
+ Kamailio SIP routing scripts. The module allows sending, receiving Erlang
+ messages and RPC calls between each other.
+
+Package: kamailio-systemd-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: systemd logging modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides logging to systemd journal directly from the
+ Kamailio configuration and routing scripts.
+
+Package: kamailio-phonenum-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: phonenum modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides real-time queries against the libphonenumber to be
+ performed directly from the Kamailio configuration and routing scripts.
+
+Package: kamailio-mongodb-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: mongodb modules for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the mongodb database driver and non-db connector for
+ Kamailio.
+
+Package: kamailio-mqtt-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: MQTT modules for the Kamailio SIP Server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ MQTT module allows bidirectional publish/subscribe communication by
+ connecting Kamailio to a MQTT Broker.
+ .
+ Messages can be published from any point in the routing script. Also
+ the subscriptions can be fully controlled by scripting commands.
+
+Package: kamailio-secsipid-modules
+Architecture: amd64 arm64 armel armhf hurd-i386 i386 powerpc ppc64 ppc64el riscv64 s390x
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: secsipid module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the secsipid module, witch provides
+ STIR and SHAKEN (RFC8224, RFC8588).
+
+Package: kamailio-lwsc-modules
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Libwebsockets module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the lwcs module, which provides a client-side WebSockets
+ API through libwebsockets.
+
+Package: kamailio-nats-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Nats module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the nats module, which provides a NATS consumer for Kamailio.
+ NATS is a real time distributed messaging platform, more details about it can be
+ found at nats.io.
+
+Package: kamailio-microhttpd-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Microhttpd module for the Kamailio SIP server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides an embedded HTTP server using libmicrohttpd.
+
+Package: kamailio-extra-modules
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ kamailio (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Extra modules for the Kamailio SIP Server
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides a set of modules for compression of SIP attachments,
+ UUID usage, JSON data structure support, HTTP restful API asynchronous
+ access and a few more functions:
+ gzcompress uuid evapi jansson janssonrpcc http_async_client
--- /dev/null
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Kamailio
+Upstream-Contact: sr-dev@lists.kamailio.org
+Source: https://www.kamailio.org/pub/kamailio/
+
+Files: *
+Copyright:
+ 2001-2003 FhG Fokus
+ 2006-2010 iptelorg GmbH
+ Various others (see AUTHORS file)
+License: GPL-2.0+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: 2012-2025 Victor Seva <vseva@debian.org>
+ 2009-2011 Daniel-Constantin Mierla <miconda@gmail.com>
+ 2010, Jon Bonilla <manwe@aholab.ehu.es>
+ 2009, Jonas Bergler <jonas.bergler@staff.snap.net.nz>
+ 2009, Henning Westerholt <henning.westerholt@1und1.de>
+ 2007, Julien BLACHE <jblache@debian.org>
+License: GPL-2+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+
+Files: src/core/*
+ src/modules/tm/rpc_uac.* src/modules/counters/counters.c
+ src/modules/tls/sbufq.h src/modules/tls/tls_bio.*
+ src/modules/tls/tls_cfg.* src/modules/tls/tls_ct_wrq.*
+ src/modules/tls/tls_ct_q.h
+ src/modules/tls/tls_server.* src/modules/tls/tls_locking.*
+ src/modules/blst/blst.c
+Copyright: 2006-2010 iptelorg GmbH
+License: ISC
+
+Files: src/modules/tls/tls_rpc.* src/modules/tls/tls_domain.*
+Copyright: 2001-2003 FhG Fokus
+ 2006-2010 iptelorg GmbH
+License: ISC
+
+Files: src/modules/tls/tls_select.* src/modules/tls/tls_dump_vf.*
+Copyright: 2005-2010 iptelorg GmbH
+License: GPL-2 with OpenSSL exception
+
+Files: src/modules/websocket/* src/modules/outbound/*
+ src/modules/auth_ephemeral/*
+Copyright: 2012-2013 Crocodile RCS Ltd
+License: GPL-2 with OpenSSL exception
+
+License: GPL-2 with OpenSSL exception
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ * Exception: permission to copy, modify, propagate, and distribute a work
+ * formed by combining OpenSSL toolkit software and the code in this file,
+ * such as linking with software components and libraries released under
+ * OpenSSL project license.
+
+Files: src/core/daemonize.* src/core/fastlock.h src/core/lock_ops.h
+ src/core/mem/mem.* src/core/mem/f_malloc.*
+ src/core/mem/meminfo.h src/core/mem/memtest.c src/core/mem/shm_mem.*
+ src/core/mem/q_malloc.*
+ src/core/pt.* src/core/sched_yield.h src/core/ut.*
+Copyright: 2001-2003 FhG Fokus
+License: ISC
+
+Files: src/core/events.* src/modules/topoh/*
+Copyright: 2009 SIP-Router.org
+License: ISC
+
+Files: src/modules/pv/pv_xavp.*
+ src/modules/usrloc/ul_rpc.* src/core/ppcfg.* src/core/xavp.*
+Copyright: 2009-2010 Daniel-Constantin Mierla (asipto.com)
+License: ISC
+
+Files: src/modules/xmpp/xsnprintf.c
+Copyright: 1995-1998, The Apache Group
+License: Apache-1.0
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ .
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgment:
+ "This product includes software developed by the Apache Group
+ for use in the Apache HTTP server project (http://www.apache.org/)."
+ .
+ 4. The names "Apache Server" and "Apache Group" must not be used to
+ endorse or promote products derived from this software without
+ prior written permission.
+ .
+ 5. Redistributions of any form whatsoever must retain the following
+ acknowledgment:
+ "This product includes software developed by the Apache Group
+ for use in the Apache HTTP server project (http://www.apache.org/)."
+ .
+ THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
+ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
+ ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/core/list.h
+Copyright: 1991, 1993 The Regents of the University of California
+License: BSD-3-clause
+
+Files: src/modules/tm/t_serial.*
+Copyright: 2008 Juha Heinanen
+License: BSD-2-clause
+
+Files: src/core/parser/sdp/sdp.* src/core/parser/sdp/sdp_helpr_funcs.*
+ src/core/parser/sdp/sdp_cloner.h
+Copyright:
+ 2008-2009 SOMA Networks, INC.
+ 2010 VoIP Embedded, Inc
+License: BSD-2-clause
+
+Files: src/modules/tls/fixed_c_zlib.h
+Copyright:1998-2005 The OpenSSL Project
+Comment: file copied from OpenSSL 0.9.8, refers to OpenSSL License. Note that
+ this code will not build by default in the Debian packaging.
+License: OpenSSL
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ .
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgment:
+ "This product includes software developed by the OpenSSL Project
+ for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ .
+ 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ endorse or promote products derived from this software without
+ prior written permission. For written permission, please contact
+ openssl-core@openssl.org.
+ .
+ 5. Products derived from this software may not be called "OpenSSL"
+ nor may "OpenSSL" appear in their names without prior written
+ permission of the OpenSSL Project.
+ .
+ 6. Redistributions of any form whatsoever must retain the following
+ acknowledgment:
+ "This product includes software developed by the OpenSSL Project
+ for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ .
+ THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/core/crypto/md5.* src/core/crypto/md5utils.*
+Copyright: 1991-2, RSA Data Security, Inc
+Comment: As for md5utils.c, according to a mail from Upstream (Daniel-Constantin
+ Mierla): while the initial commit log for it states that it is derived
+ from mddriver.c of RFC 1321, it seems that it was, in fact, written from
+ scratch by Jiri Kuthan (a core developer of SER at that time, working for
+ FhG Fokus Institute). As you can see it's rather trivial and uses a data
+ type of SER ("str"). I didn't reimplement it as it's too trivial and
+ looks like there's no other way to implement it.
+License: public-domain-md5
+ This code implements the MD5 message-digest algorithm.
+ The algorithm is due to Ron Rivest. This code was
+ written by Colin Plumb in 1993, no copyright is claimed.
+ This code is in the public domain; do with it what you wish.
+
+Files: src/core/rand/isaac/*
+Copyright: n/a
+License: public-domain-rand
+ By Bob Jenkins. My random number generator, ISAAC. Public Domain.
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Files: src/core/utils/srjson.*
+Copyright: 2009 Dave Gamble
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ ,
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 4. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- /dev/null
+[DEFAULT]
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+pristine-tar = True
+
+[git-import-orig]
+filter = pkg
--- /dev/null
+Kamailio for Debian
+-------------------
+
+* init script check for fork=no
+-------------------------------
+
+The Kamailio init script will not start Kamailio on boot if fork=no is
+specified in the config file. The check in the initscript will match
+any occurrence of fork=no in the file, even inside C-style comments.
+
+You can disable this check in the init script if you wish; just comment
+out the calls to the check_fork function in the script. Your changes to
+the init script will be preserved upon upgrade, as the file is tagged
+as a conffile.
+
+
+* different module defaults
+---------------------------
+
+upstream's default configs had been modified. See #775681 for more details.
+
+- mi_fifo: "fifo_name" => "/var/run/kamailio/kamailio_fifo"
+- ctl: "binrpc" => "/var/run/kamailio/kamailio_ctl"
+
+
+* Kamailio setup
+----------------
+
+To setup Kamailio, you need to:
+ - configure Kamailio properly to suit your needs
+ - edit /etc/default/kamailio, adjust the MEMORY parameter and set
+ RUN_KAMAILIO to "yes"
+
+If you are building an HA cluster using heartbeat or similar, you'll want
+to disable the init script by running:
+
+ update-rc.d kamailio remove
+
+so that Kamailio will not be launched at system startup. You still need
+to set RUN_KAMAILIO to "yes" if you want to use the /etc/init.d/kamailio init
+script.
+
+Set the DUMP_CORE parameter in /etc/default/kamailio to "yes" if you want to
+get a core dump in case Kamailio crashes. The debug symbols for Kamailio are
+provided by the kamailio-dbg package.
+
+
+ -- Victor Seva <linuxmaniac@torreviejawireless.org> Wed, 28 Jan 2015 20:43:44 +0100
\ No newline at end of file
--- /dev/null
+#
+# Kamailio startup options
+#
+
+# Set to yes to enable kamailio, once configured properly.
+#RUN_KAMAILIO=yes
+
+# User to run as
+#USER=kamailio
+
+# Group to run as
+#GROUP=kamailio
+
+# Amount of shared and private memory to allocate
+# for the running Kamailio server (in Mb)
+#SHM_MEMORY=64
+#PKG_MEMORY=8
+
+# Config file
+#CFGFILE=/etc/kamailio/kamailio.cfg
+
+# Enable the server to leave a core file when it crashes.
+# Set this to 'yes' to enable Kamailio to leave a core file when it crashes
+# or 'no' to disable this feature. This option is case sensitive and only
+# accepts 'yes' and 'no' and only in lowercase letters.
+# On some systems it is necessary to specify a directory for the core files
+# to get a dump. Look into the kamailio init file for an example configuration.
+#DUMP_CORE=yes
--- /dev/null
+misc/examples/*
--- /dev/null
+#! /bin/sh
+#
+### BEGIN INIT INFO
+# Provides: kamailio
+# Required-Start: $syslog $network $local_fs $remote_fs $time
+# Should-Start: $named slapd mysql postgresql snmpd radiusd
+# Should-Stop: $named slapd mysql postgresql snmpd radiusd
+# Required-Stop: $syslog $network $local_fs $remote_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start the Kamailio SIP proxy server
+# Description: Start the Kamailio SIP proxy server
+### END INIT INFO
+
+. /lib/lsb/init-functions
+
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+DAEMON=/usr/sbin/kamailio
+NAME=`basename "$0"`
+DESC="Kamailio SIP Server"
+HOMEDIR=/var/run/$NAME
+PIDFILE=$HOMEDIR/$NAME.pid
+DEFAULTS=/etc/default/$NAME
+CFGFILE=/etc/$NAME/kamailio.cfg
+RUN_KAMAILIO=no
+USER=kamailio
+GROUP=kamailio
+# Amount of shared and private memory to allocate
+# for the running Kamailio server (in Mb)
+SHM_MEMORY=64
+PKG_MEMORY=8
+DUMP_CORE=no
+
+# Do not start kamailio if fork=no is set in the config file
+# otherwise the boot process will just stop
+check_fork ()
+{
+ if grep -q "^[[:space:]]*fork[[:space:]]*=[[:space:]]*no.*" $CFGFILE; then
+ log_failure_msg "Not starting $DESC: fork=no specified in config file; run /etc/init.d/kamailio debug instead"
+ exit 0
+ fi
+}
+
+check_kamailio_config ()
+{
+ # Check if kamailio configuration is valid before starting the server
+ set +e
+ out=$($DAEMON -f $CFGFILE -M $PKG_MEMORY -c 2>&1 > /dev/null)
+ retcode=$?
+ set -e
+ if [ "$retcode" != '0' ]; then
+ log_failure_msg "Not starting $DESC: invalid configuration file!"
+ log_failure_msg
+ log_failure_msg "$out"
+ log_failure_msg
+ exit 1
+ fi
+}
+
+test -f $DAEMON || exit 0
+
+# Load startup options if available
+if [ -f $DEFAULTS ]; then
+ . $DEFAULTS || true
+fi
+
+if [ "$RUN_KAMAILIO" != "yes" ]; then
+ log_failure_msg "Kamailio not yet configured. Edit /etc/default/$NAME first."
+ exit 0
+fi
+
+set -e
+
+SHM_MEMORY=$((`echo $SHM_MEMORY | sed -e 's/[^0-9]//g'`))
+PKG_MEMORY=$((`echo $PKG_MEMORY | sed -e 's/[^0-9]//g'`))
+[ -z "$USER" ] && USER=kamailio
+[ -z "$GROUP" ] && GROUP=kamailio
+[ $SHM_MEMORY -le 0 ] && SHM_MEMORY=64
+[ $PKG_MEMORY -le 0 ] && PKG_MEMORY=4
+
+if test "$DUMP_CORE" = "yes" ; then
+ # set proper ulimit
+ ulimit -c unlimited
+
+ # directory for the core dump files
+ # COREDIR=/home/corefiles
+ # [ -d $COREDIR ] || mkdir $COREDIR
+ # chmod 777 $COREDIR
+ # echo "$COREDIR/core.%e.sig%s.%p" > /proc/sys/kernel/core_pattern
+fi
+
+# /var/run can be a tmpfs
+if [ ! -d $HOMEDIR ]; then
+ mkdir -p $HOMEDIR
+ chown ${USER}:${GROUP} $HOMEDIR
+fi
+
+OPTIONS="-f $CFGFILE -P $PIDFILE -m $SHM_MEMORY -M $PKG_MEMORY -u $USER -g $GROUP"
+
+case "$1" in
+ start|debug)
+ check_kamailio_config
+
+ if [ "$1" != "debug" ]; then
+ check_fork
+ fi
+
+ log_daemon_msg "Starting $DESC: $NAME"
+ start-stop-daemon --start --quiet --pidfile $PIDFILE \
+ --exec $DAEMON -- $OPTIONS || log_failure_msg " already running"
+ log_end_msg 0
+ ;;
+ stop)
+ log_daemon_msg "Stopping $DESC: $NAME"
+ start-stop-daemon --oknodo --stop --quiet --pidfile $PIDFILE \
+ --exec $DAEMON --retry 5
+ log_end_msg 0
+ ;;
+ restart|force-reload)
+ check_kamailio_config
+
+ $0 stop
+ $0 start
+ ;;
+ status)
+ log_daemon_msg "Status of $DESC: "
+
+ status_of_proc -p"$PIDFILE" $NAME $NAME
+ ;;
+ *)
+ N=/etc/init.d/$NAME
+ echo "Usage: $N {start|stop|restart|force-reload|status|debug}" >&2
+ exit 1
+ ;;
+esac
+
+exit 0
--- /dev/null
+kamailio: example-interpreter-not-absolute KAMAILIO [usr/share/doc/kamailio/examples/*.cfg]
--- /dev/null
+#! /bin/sh
+
+set -e
+
+case "$1" in
+ configure)
+ adduser --quiet --system --group --disabled-password \
+ --shell /bin/false --gecos "Kamailio SIP Server" \
+ --home /run/kamailio kamailio || true
+
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
--- /dev/null
+[Unit]
+Description=Kamailio - the Open Source SIP Server
+Documentation=man:kamailio(8)
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=forking
+User=kamailio
+Group=kamailio
+Environment='CFGFILE=/etc/kamailio/kamailio.cfg'
+Environment='SHM_MEMORY=64'
+Environment='PKG_MEMORY=8'
+EnvironmentFile=-/etc/default/kamailio
+EnvironmentFile=-/etc/default/kamailio.d/*
+# PIDFile requires a full absolute path
+PIDFile=/run/kamailio/kamailio.pid
+# ExecStart requires a full absolute path
+ExecStart=/usr/sbin/kamailio -P /run/kamailio/kamailio.pid -f $CFGFILE -m $SHM_MEMORY -M $PKG_MEMORY
+Restart=on-failure
+# /run/kamailio in tmpfs
+RuntimeDirectory=kamailio
+RuntimeDirectoryMode=0770
+
+[Install]
+WantedBy=multi-user.target
--- /dev/null
+kamailio-autheph-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-berkeley-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-carrierroute-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-cnxcc-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-cpl-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-dnssec-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-erlang-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-extra-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-geoip-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-ims-modules: hardening-no-bindnow [usr/lib/*/kamailio/*.so.0.1]
+kamailio-ims-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-json-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-kazoo-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-ldap-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-lua-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-memcached-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-mono-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-mysql-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-outbound-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-perl-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-perl-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-postgres-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-purple-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-python-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-radius-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-redis-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-secsipid-modules: library-not-linked-against-libc [usr/lib/*/kamailio/modules/secsipid_proc.so]
+kamailio-sctp-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-snmpstats-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-sqlite-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-tls-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-unixodbc-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-utils-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-websocket-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-xml-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-xmpp-modules: hardening-no-bindnow [usr/lib/*/kamailio/modules/*.so]
+kamailio-systemd-modules: library-not-linked-against-libc [usr/lib/*/kamailio/modules/systemdops.so]
--- /dev/null
+From: Tzafrir Cohen <tzafrir@debian.org>
+Date: Fri, 29 Sep 2023 16:39:21 +0200
+Subject: make sure symbols are exported from main binary to allow loading
+ modules
+
+---
+ src/Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/Makefile b/src/Makefile
+index a006d88..41c3624 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -139,6 +139,8 @@ endif
+ main_makefile=1
+ include Makefile.defs
+
++$(MAIN_NAME): LDFLAGS += -Wl,--export-dynamic
++
+ static_modules_path=$(addprefix modules/, $(static_modules))
+ extra_sources=$(wildcard $(addsuffix /*.c, $(static_modules_path)))
+ extra_objs=$(extra_sources:.c=.o)
--- /dev/null
+From: Victor Seva <linuxmaniac@torreviejawireless.org>
+Date: Fri, 29 Sep 2023 16:39:21 +0200
+Subject: Don't copy the INSTALL file to the docs dir
+
+---
+ src/Makefile | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 28106b0..a006d88 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -858,8 +858,6 @@ install-modules-all: install-every-module install-every-module-doc
+
+
+ install-doc: $(doc_prefix)/$(doc_dir) install-every-module-doc
+- $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/INSTALL
+- $(INSTALL_DOC) ../INSTALL $(doc_prefix)/$(doc_dir)
+ $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/README
+ $(INSTALL_DOC) ../README $(doc_prefix)/$(doc_dir)
+
--- /dev/null
+From: Victor Seva <linuxmaniac@torreviejawireless.org>
+Date: Fri, 29 Sep 2023 16:39:21 +0200
+Subject: don't try to install to lib64
+
+---
+ src/Makefile.defs | 10 +---------
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+diff --git a/src/Makefile.defs b/src/Makefile.defs
+index 9f8ee16..7b3e599 100644
+--- a/src/Makefile.defs
++++ b/src/Makefile.defs
+@@ -454,15 +454,7 @@ endif
+
+ $(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>)
+
+-LIBDIR ?=
+-ifeq ($(LIBDIR),)
+-ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/')
+-ifeq ($(ARCHBSZ),64b)
+- LIBDIR = lib64
+-else
+- LIBDIR = lib
+-endif
+-endif
++LIBDIR ?= lib
+
+ # dirs
+ cfg_dir = etc/$(MAIN_NAME)/
--- /dev/null
+# debian fixes
+no_lib64_on_64_bits.patch
+no_INSTALL_file.patch
+fix_export.patch
+stop-setting-march-on-arm.patch
+# upstream fixes from 5.8 branch
+upstream/0001-db_sqlite-fix-incompatible-pointer-types-warning.patch
+upstream/0002-db_unixodbc-fix-incompatible-pointer-types-warning.patch
--- /dev/null
+From: Adrian Bunk <bunk@debian.org>
+Date: Wed, 9 Feb 2022 06:21:59 +0200
+Subject: Stop setting -march on arm
+
+This broke the Debian armhf build due to the Debian gcc maintainer
+changing the semantics of -march to disable FPU support unless +fp
+is included.
+---
+ src/Makefile.defs | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/Makefile.defs b/src/Makefile.defs
+index 7b3e599..9fa10bb 100644
+--- a/src/Makefile.defs
++++ b/src/Makefile.defs
+@@ -1251,7 +1251,7 @@ ifeq ($(ARCH), arm)
+ ifeq ($(CC_NAME), gcc)
+ C_DEFS+=-DCC_GCC_LIKE_ASM
+ #common stuff
+- CFLAGS+=-marm -march=armv5t $(CC_OPT) -funroll-loops -fsigned-char $(PROFILE)
++ CFLAGS+=-marm $(CC_OPT) -funroll-loops -fsigned-char $(PROFILE)
+ #if gcc 4.5+ or 4.2+
+ ifeq (,$(strip $(filter-out 4.2+ 4.5+ 5.0+ 6.0+ 7.0+ 8.0+ 9.0+,$(CC_SHORTVER))))
+ CFLAGS+= -ftree-vectorize -fno-strict-overflow
+@@ -1299,7 +1299,7 @@ ifeq ($(ARCH), arm6)
+ ifeq ($(CC_NAME), gcc)
+ C_DEFS+=-DCC_GCC_LIKE_ASM
+ #common stuff
+- CFLAGS+=-march=armv6 $(CC_OPT) -funroll-loops -fsigned-char \
++ CFLAGS+=-$(CC_OPT) -funroll-loops -fsigned-char \
+ $(PROFILE)
+ #if gcc 7.0+, 6.0+, 5.0+, 4.5+ or 4.2+
+ ifeq (,$(strip $(filter-out 4.2+ 4.5+ 5.0+ 6.0+ 7.0+ 8.0+ 9.0+,$(CC_SHORTVER))))
+@@ -1345,8 +1345,8 @@ ifeq ($(ARCH), arm7)
+ # if gcc
+ ifeq ($(CC_NAME), gcc)
+ C_DEFS+=-DCC_GCC_LIKE_ASM
+- #common stuff, use armv7-a as lowest common architecture
+- CFLAGS+=-march=armv7-a $(CC_OPT) -funroll-loops -fsigned-char \
++ #common stuff
++ CFLAGS+=-$(CC_OPT) -funroll-loops -fsigned-char \
+ $(PROFILE)
+ #if gcc 7.0+, 6.0+, 5.0+, 4.5+ or 4.2+
+ ifeq (,$(strip $(filter-out 4.2+ 4.5+ 5.0+ 6.0+ 7.0+ 8.0+ 9.0+,$(CC_SHORTVER))))
--- /dev/null
+From cd68ed205895b981d61d84de5138e25329455cd9 Mon Sep 17 00:00:00 2001
+From: Victor Seva <linuxmaniac@torreviejawireless.org>
+Date: Tue, 10 Dec 2024 23:58:06 +0100
+Subject: [PATCH] db_sqlite: fix incompatible-pointer-types warning
+
+fixes #4064
+
+(cherry picked from commit 06cc2560e5358468178ef3e5c795a8a0ec67b693)
+---
+ src/modules/db_sqlite/dbase.c | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/src/modules/db_sqlite/dbase.c b/src/modules/db_sqlite/dbase.c
+index 97af64d39a..a3e9b82f74 100644
+--- a/src/modules/db_sqlite/dbase.c
++++ b/src/modules/db_sqlite/dbase.c
+@@ -126,14 +126,17 @@ db1_con_t *db_sqlite_init(const str *_url)
+ * No function should be called after this
+ */
+
+-static void db_sqlite_free_connection(struct sqlite_connection *con)
++static void db_sqlite_free_connection(struct pool_con *con)
+ {
++ struct sqlite_connection *_c;
++
+ if(!con)
+ return;
++ _c = (struct sqlite_connection *)con;
+
+- sqlite3_close(con->conn);
+- free_db_id(con->hdr.id);
+- pkg_free(con);
++ sqlite3_close(_c->conn);
++ free_db_id(_c->hdr.id);
++ pkg_free(_c);
+ }
+
+ void db_sqlite_close(db1_con_t *_h)
+--
+2.43.0
+
--- /dev/null
+From b05e8e854bde2ef4ac4c40f227e0794f1a6583ff Mon Sep 17 00:00:00 2001
+From: Victor Seva <linuxmaniac@torreviejawireless.org>
+Date: Wed, 11 Dec 2024 00:09:02 +0100
+Subject: [PATCH] db_unixodbc: fix incompatible-pointer-types warning
+
+> dbase.c: In function 'db_unixodbc_close_impl':
+> dbase.c:261:32: error: passing argument 2 of 'db_do_close' from incompatible pointer type [-Wincompatible-pointer-types]
+> 261 | return db_do_close(_h, db_unixodbc_free_connection);
+> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+> | |
+> | void (*)(struct my_con *)
+> In file included from val.h:34,
+> from dbase.c:33:
+> ../../lib/srdb1/db.h:495:40: note: expected 'void (*)(struct pool_con *)' but argument is of type 'void (*)(struct my_con *)'
+> 495 | void db_do_close(db1_con_t *_h, void (*free_connection)(struct pool_con *));
+> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+> make[2]: *** [../../Makefile.rules:101: dbase.o] Error 1
+
+related #4064
+
+(cherry picked from commit 7f24bc09863220b4c14e2046708c10ff0891c038)
+---
+ src/modules/db_unixodbc/connection.c | 13 ++++++++-----
+ src/modules/db_unixodbc/connection.h | 2 +-
+ 2 files changed, 9 insertions(+), 6 deletions(-)
+
+diff --git a/src/modules/db_unixodbc/connection.c b/src/modules/db_unixodbc/connection.c
+index 92b1cdb9ec..d56f2ac37a 100644
+--- a/src/modules/db_unixodbc/connection.c
++++ b/src/modules/db_unixodbc/connection.c
+@@ -179,14 +179,17 @@ err2:
+ /*
+ * Close the connection and release memory
+ */
+-void db_unixodbc_free_connection(struct my_con *con)
++void db_unixodbc_free_connection(struct pool_con *con)
+ {
++ struct my_con *_c;
++
+ if(!con)
+ return;
+- SQLFreeHandle(SQL_HANDLE_ENV, con->env);
+- SQLDisconnect(con->dbc);
+- SQLFreeHandle(SQL_HANDLE_DBC, con->dbc);
+- pkg_free(con);
++ _c = (struct my_con *)con;
++ SQLFreeHandle(SQL_HANDLE_ENV, _c->env);
++ SQLDisconnect(_c->dbc);
++ SQLFreeHandle(SQL_HANDLE_DBC, _c->dbc);
++ pkg_free(_c);
+ }
+
+
+diff --git a/src/modules/db_unixodbc/connection.h b/src/modules/db_unixodbc/connection.h
+index d94f0b48e0..a37bb1e390 100644
+--- a/src/modules/db_unixodbc/connection.h
++++ b/src/modules/db_unixodbc/connection.h
+@@ -83,7 +83,7 @@ struct my_con *db_unixodbc_new_connection(struct db_id *id);
+ /*
+ * Close the connection and release memory
+ */
+-void db_unixodbc_free_connection(struct my_con *con);
++void db_unixodbc_free_connection(struct pool_con *con);
+
+ char *db_unixodbc_build_conn_str(const struct db_id *id, char *buf);
+
+--
+2.43.0
+
--- /dev/null
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+
+include /usr/share/dpkg/architecture.mk
+include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/pkg-info.mk
+
+# Enable parallel builds.
+NUMJOBS = 1
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+ NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+ MAKEFLAGS += -j$(NUMJOBS)
+endif
+
+# Modules not in the "main" kamailio package:
+EXCLUDED_MODULES =
+EXCLUDED_MODULES += mono
+
+# Extra modules to skip, because they are not compilable now:
+# - regardless if they go to the main kamailio package or to some module
+# package, they will be excluded from compile and install of all.
+EXTRA_EXCLUDED_MODULES += bdb
+EXTRA_EXCLUDED_MODULES += dbtext
+EXTRA_EXCLUDED_MODULES += dnssec
+EXTRA_EXCLUDED_MODULES += iptrtpproxy
+EXTRA_EXCLUDED_MODULES += java
+EXTRA_EXCLUDED_MODULES += mi_xmlrpc
+EXTRA_EXCLUDED_MODULES += oracle
+EXTRA_EXCLUDED_MODULES += pa
+EXTRA_EXCLUDED_MODULES += purple
+
+# Module groups that are packaged in seperate packages (with the name
+# kamailio-$(group_name)-modules).
+# Note: the order is important (should be in dependency order, the one
+# on which other depend first)
+PACKAGE_GROUPS += mysql
+PACKAGE_GROUPS += postgres
+PACKAGE_GROUPS += berkeley
+PACKAGE_GROUPS += unixodbc
+PACKAGE_GROUPS += radius
+PACKAGE_GROUPS += presence
+PACKAGE_GROUPS += ldap
+PACKAGE_GROUPS += xml
+PACKAGE_GROUPS += perl
+PACKAGE_GROUPS += utils
+PACKAGE_GROUPS += lua
+PACKAGE_GROUPS += memcached
+PACKAGE_GROUPS += carrierroute
+PACKAGE_GROUPS += snmpstats
+PACKAGE_GROUPS += xmpp
+PACKAGE_GROUPS += cpl
+PACKAGE_GROUPS += redis
+PACKAGE_GROUPS += geoip
+PACKAGE_GROUPS += geoip2
+PACKAGE_GROUPS += sqlite
+PACKAGE_GROUPS += ruby
+PACKAGE_GROUPS += ims
+PACKAGE_GROUPS += sctp
+PACKAGE_GROUPS += tls
+PACKAGE_GROUPS += outbound
+PACKAGE_GROUPS += websocket
+PACKAGE_GROUPS += autheph
+PACKAGE_GROUPS += cnxcc
+PACKAGE_GROUPS += erlang
+PACKAGE_GROUPS += systemd
+PACKAGE_GROUPS += phonenum
+PACKAGE_GROUPS += mongodb
+PACKAGE_GROUPS += rabbitmq
+PACKAGE_GROUPS += python3
+PACKAGE_GROUPS += mqtt
+PACKAGE_GROUPS += lwsc
+PACKAGE_GROUPS += nats
+PACKAGE_GROUPS += tls_wolfssl
+PACKAGE_GROUPS += microhttpd
+
+# Module groups to be packaged onto kamailio-extra-modules.
+EXTRA_GROUPS += ev
+EXTRA_GROUPS += gzcompress
+EXTRA_GROUPS += jansson
+EXTRA_GROUPS += uuid
+EXTRA_GROUPS += http_async
+
+# libsecsipid not on all arches
+ifneq ("$(wildcard /usr/share/doc/libsecsipid-dev/copyright)","")
+PACKAGE_GROUPS += secsipid
+else
+EXCLUDED_MODULES += secsipid
+endif
+
+# FTBFS on kfreebsd
+LINUX_MODULES += json
+LINUX_MODULES += kazoo
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+PACKAGE_GROUPS += $(LINUX_MODULES)
+else
+EXCLUDED_MODULES += $(LINUX_MODULES)
+endif
+
+# select radius lib
+ifeq ($(shell [ -f /usr/include/radcli/radcli.h ] && echo 1 || echo 0),1)
+export RADCLI = 1
+else
+export FREERADIUS = 1
+endif
+
+export WOLFSSL_INTERNAL=no
+
+# FTBFS on powerpcspe because of AltiVec assumption #729635.
+ifeq ($(DEB_HOST_ARCH),powerpcspe)
+export NOALTIVEC = 1
+endif
+
+D = $(CURDIR)/debian/$(DEB_SOURCE)
+
+# Name of libdir in the path for libraries (e.g., the multiarch triplet).
+export LIBDIR ?= lib/$(DEB_HOST_MULTIARCH)
+
+# Directories with possible duplicate libraries (that should be deleted
+# from current module* packages).
+DUP_LIBS_DIRS = $(D)/usr/$(LIBDIR)/kamailio
+
+# CFLAGS + CPPFLAGS -> CC_EXTRA_OPTS
+CC_EXTRA_OPTS := $(shell dpkg-buildflags --get CPPFLAGS)
+CC_EXTRA_OPTS += $(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
+# LDFLAGS -> LD_EXTRA_OPTS
+LD_EXTRA_OPTS := $(shell dpkg-buildflags --get LDFLAGS)
+
+# https://wiki.debian.org/ReproducibleBuilds/
+CC_EXTRA_OPTS += -DVERSION_NODATE
+
+BUILD_MODULES := $(addprefix build_, $(PACKAGE_GROUPS) $(EXTRA_GROUPS))
+INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS))
+INSTALL_EXTRA := $(addprefix install_, $(EXTRA_GROUPS))
+
+.PHONY: $(BUILD_MODULES) $(INSTALL_MODULES) $(INSTALL_EXTRA)
+test_build_all-stamp: configure-stamp
+ $(MAKE) all quiet=verbose
+ touch test_build_all-stamp
+
+$(BUILD_MODULES): test_build_all-stamp
+ $(MAKE) every-module group_include="k$(subst build_,,$@)" quiet=verbose
+
+test_install_all-stamp: test_build_all-stamp
+ $(MAKE) install quiet=verbose LIBDIR=$(LIBDIR) group_include="kstandard"
+ touch test_install_all-stamp
+
+# tls_wolfssl => tls-wolfssl
+$(INSTALL_MODULES): module = $(subst _,-,$(subst install_,,$@))
+$(INSTALL_MODULES): grp = $(subst install_,,$@)
+$(INSTALL_MODULES): test_install_all-stamp
+ $(MAKE) install-modules-all \
+ quiet=verbose \
+ LIBDIR=$(LIBDIR) \
+ BASEDIR=$(D)-$(module)-modules \
+ cfg_prefix=$(D)-$(module)-modules \
+ doc-dir=share/doc/$(DEB_SOURCE)-$(module)-modules \
+ group_include="k$(grp)"
+ # Eliminate duplicate libs.
+ for d in $(DUP_LIBS_DIRS); do \
+ test "$$d" != "$(D)-$(module)-modules/usr/$(LIBDIR)/kamailio" && \
+ for r in `find $$d -name 'lib*' | xargs`; do \
+ echo "removing $(module) lib `basename $$r` present also in $$d"; \
+ rm -f $(D)-$(module)-modules/usr/$(LIBDIR)/kamailio/`basename "$$r"`; \
+ done ; \
+ done
+ # clean empty dirs
+ find $(D)-$(module)-modules -depth -empty -type d -exec rmdir {} \;
+
+$(INSTALL_EXTRA): test_install_all-stamp
+ $(MAKE) install-modules-all \
+ quiet=verbose \
+ LIBDIR=$(LIBDIR) \
+ BASEDIR=$(D)-extra-modules \
+ cfg_prefix=$(D)-extra-modules \
+ doc-dir=share/doc/$(DEB_SOURCE)-extra-modules \
+ group_include="k$(subst install_,,$@)"
+ # Eliminate duplicate extra libs.
+ for d in $(DUP_LIBS_DIRS); do \
+ test "$$d" != "$(D)-extra-modules/usr/$(LIBDIR)/kamailio" && \
+ for r in `find $$d -name 'lib*' | xargs`; do \
+ echo "removing extra lib `basename $$r` present also in $$d"; \
+ rm -f $(D)-extra-modules/usr/$(LIBDIR)/kamailio/`basename "$$r"`; \
+ done ; \
+ done
+ # clean empty dirs
+ find $(D)-extra-modules -depth -empty -type d -exec rmdir {} \;
+
+%:
+ dh $@
+
+override_dh_auto_configure: configure-stamp
+configure-stamp:
+ $(MAKE) cfg \
+ quiet=verbose \
+ prefix=/usr \
+ cfg_prefix=$(D) \
+ cfg_target=/etc/kamailio/ \
+ FLAVOUR=kamailio \
+ BASEDIR=$(D) \
+ CC_EXTRA_OPTS="$(CC_EXTRA_OPTS)" \
+ LD_EXTRA_OPTS="$(LD_EXTRA_OPTS)" \
+ skip_modules="$(EXCLUDED_MODULES) $(EXTRA_EXCLUDED_MODULES)" \
+ group_include="kstandard"
+ touch configure-stamp
+
+override_dh_auto_build: $(BUILD_MODULES)
+
+override_dh_auto_clean:
+ if [ -r autover.h -a ! -r debian/autover.h ]; then cp -a autover.h debian/; fi
+ dh_auto_clean -- maintainer-clean
+ if [ -r debian/autover.h -a ! -r autover.h ]; then mv debian/autover.h .; fi
+ rm -f configure-stamp test_build_all-stamp test_install_all-stamp
+
+override_dh_auto_install: $(INSTALL_MODULES) $(INSTALL_EXTRA)
+ # Move binaries of kamailio-berkeley-modules to kamailio-berkeley-bin.
+ mkdir -p $(D)-berkeley-bin/usr/
+ mv $(D)-berkeley-modules/usr/sbin \
+ $(D)-berkeley-bin/usr/
+ # remove if empty
+ -rm -r $(D)/usr/share/man/man7/
+
+override_dh_installexamples:
+ dh_installexamples -Xobsoleted -Xsr
+
+override_dh_installchangelogs:
+ dh_installchangelogs ChangeLog
+
+override_dh_installdocs:
+ dh_installdocs -A doc/misc/AUTHORS
--- /dev/null
+3.0 (quilt)
--- /dev/null
+Bug-Database: https://github.com/kamailio/kamailio/issues
+Bug-Submit: https://github.com/kamailio/kamailio/issues/new
+Repository: https://github.com/kamailio/kamailio.git
+Repository-Browse: https://github.com/kamailio/kamailio/
+Documentation: http://www.kamailio.org/w/documentation/
--- /dev/null
+version=4
+opts=dversionmangle=s/\~svn([\d]+)//; https://www.kamailio.org/pub/kamailio/([\d.]+)/src kamailio-([\d.]+)_src\.tar\.gz