<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/libs/dahdi-tools, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/'/>
<updated>2025-06-04T20:38:07Z</updated>
<entry>
<title>dahdi-tools: Update version to 3.4.0</title>
<updated>2025-06-04T20:38:07Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-06-01T00:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=46fedb3405c4b7a8ac62614b700c1173221938ba'/>
<id>urn:sha1:46fedb3405c4b7a8ac62614b700c1173221938ba</id>
<content type='text'>
Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: fix compilation with musl 1.2.x</title>
<updated>2021-07-09T00:16:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-09T00:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=972350e2ea9b336665cc4f36df4a26c01a0a1805'/>
<id>urn:sha1:972350e2ea9b336665cc4f36df4a26c01a0a1805</id>
<content type='text'>
Missing header.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: remove broken patch, disable unused</title>
<updated>2020-12-31T15:17:28Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-12-31T11:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=951a4a3daec51213e8f1b7556dcd300f9bb33f79'/>
<id>urn:sha1:951a4a3daec51213e8f1b7556dcd300f9bb33f79</id>
<content type='text'>
The patch "010-fix-non-glibc-builds.patch" is broken. The test for
HAVE_EXECINFO_H must happen after including "&lt;autoconfig.h&gt;".

Instead of fixing the patch this commit removes it. In lieu,
CONFIGURES_ARGS are added to the Makefile. These disable the building of
some tools that are not packaged anyway. Like this, "xpp/xtalk/debug.c"
is avoided, hence the patch becomes irrelevant.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: bump to 3.1.0</title>
<updated>2020-10-03T16:48:17Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-10-03T16:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=69d744a85f0a86b34a8b3816080b2f61e5d29639'/>
<id>urn:sha1:69d744a85f0a86b34a8b3816080b2f61e5d29639</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: add -fcommon workaround for gcc10</title>
<updated>2020-08-02T10:28:34Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-08-02T10:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=82b795dcc01c861176887a38bac09eb797ec6d98'/>
<id>urn:sha1:82b795dcc01c861176887a38bac09eb797ec6d98</id>
<content type='text'>
This works around the build failure with gcc-10 until there is a patch
for dahdi-tools that is reviewed and acknowledged by upstream.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: rework patch</title>
<updated>2019-01-27T15:00:56Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-01-27T15:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=9b4f78d7990054d947fc98320567a8cf324bdeb8'/>
<id>urn:sha1:9b4f78d7990054d947fc98320567a8cf324bdeb8</id>
<content type='text'>
Currently builds for ARC are failing, causing follow-up breakage. It
seems that uclibc defines __GLIBC__ on the build bots.

This commit adds a test for execinfo.h to the configure script. The
result of the test is then used in xpp/xtalk/debug.c.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: add PKG_BUILD_PARALLEL &amp; PKG_INSTALL</title>
<updated>2018-12-29T10:44:58Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-29T10:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=032e2bd36e6d1079d5f8f1c4d3dee420f7db8ed6'/>
<id>urn:sha1:032e2bd36e6d1079d5f8f1c4d3dee420f7db8ed6</id>
<content type='text'>
Cleans up the install sections while replacing PKG_BUILD_DIR with
PKG_INSTALL_DIR, too.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: use default Build/Compile template</title>
<updated>2018-12-29T10:36:53Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-29T10:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=aad0887281db4946f6498b9a4df9f7b437d5e8f4'/>
<id>urn:sha1:aad0887281db4946f6498b9a4df9f7b437d5e8f4</id>
<content type='text'>
Add two patches to fix general compile issues. The first masks out some
glibc specific extensions if using a different libc.

The second fixes a compile issue with newer compilers.

Like this it's possible to easily add more executables to the packages
should the need (or wish) arise. This also gets rid of the following
warnings:

cc1: note: someone does not honour COPTS correctly, passed 2 times

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: update to 3.0.0</title>
<updated>2018-12-26T17:07:03Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-26T17:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=2f77859b3b3f4911612470c20e7ce34530dd744e'/>
<id>urn:sha1:2f77859b3b3f4911612470c20e7ce34530dd744e</id>
<content type='text'>
Version bump. New version does not have too many changes, but upstream
cleaned up the autoconf files. As a result autoreconf is now needed to
get the configure script.

This commit adds a configure switch to get the make output as verbose as
in the past.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>dahdi-tools: fix copyright</title>
<updated>2018-12-26T17:03:41Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-26T17:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=31e95d12c106346948f2c16db5fc6aed85f7270b'/>
<id>urn:sha1:31e95d12c106346948f2c16db5fc6aed85f7270b</id>
<content type='text'>
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
