<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/libs/gsmlib, 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>2024-11-21T18:58:04Z</updated>
<entry>
<title>gsmlib: Make version apk compatible</title>
<updated>2024-11-21T18:58:04Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-11-21T18:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a7e3d78f1cf60b42f16b8c280722aee1228dc85f'/>
<id>urn:sha1:a7e3d78f1cf60b42f16b8c280722aee1228dc85f</id>
<content type='text'>
Adjust version to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>Remove maintainer</title>
<updated>2024-11-06T17:54:12Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2024-11-06T17:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a'/>
<id>urn:sha1:81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a</id>
<content type='text'>
As requested on openwrt-devel in October 2024 [1], remove maintainer,
including any copyright lines.

[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>gsmlib: disable NLS</title>
<updated>2021-08-22T14:44:53Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-08-21T23:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=b86cf0cdc66d056be13ae49563d9bf5aadf28e78'/>
<id>urn:sha1:b86cf0cdc66d056be13ae49563d9bf5aadf28e78</id>
<content type='text'>
It's not wanted, so add "--disable-nls" to override user selecting
CONFIG_BUILD_NLS.

This also updates 01-update-autotools.patch to make these disappear:

ERROR: Use of AM_GNU_GETTEXT without [external] argument is no longer supported.

Makefile.am:21: warning: 'intl' should not be in SUBDIRS when AM_GNU_GETTEXT([external]) is used

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>gsmlib: set C++ standard to 11</title>
<updated>2021-07-22T00:37:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-22T00:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=04ee9bc5288466b6ea633cfb5601fc2ff9139b71'/>
<id>urn:sha1:04ee9bc5288466b6ea633cfb5601fc2ff9139b71</id>
<content type='text'>
throw() was removed in C++17, which GCC11 defaults to.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-06T22:45:47Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-06T22:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=13fd0a5ab92fdf2f7accf9c27f94d41e80d1651e'/>
<id>urn:sha1:13fd0a5ab92fdf2f7accf9c27f94d41e80d1651e</id>
<content type='text'>
This is in preparation for removing the whole thing from base.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gsmlib: use preferred standard C++ lib</title>
<updated>2018-03-11T22:20:14Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-03-11T22:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=04e8f8d1f191104c2238629ece841d139ea92ba6'/>
<id>urn:sha1:04e8f8d1f191104c2238629ece841d139ea92ba6</id>
<content type='text'>
Currently libstdc++ is hardcoded. Change that and use whatever standard
C++ lib has preference.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>gsmlib: update PKG_BUILD_DEPENDS</title>
<updated>2018-02-27T19:24:18Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-27T19:24:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=58f093a0bd45400aae02cce3631302703cdb1ed7'/>
<id>urn:sha1:58f093a0bd45400aae02cce3631302703cdb1ed7</id>
<content type='text'>
gettext-full/host is not enough. We need m4 files from gettext-full as
well.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>gsmlib: add PKG_MIRROR_HASH</title>
<updated>2018-01-20T19:22:03Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-01-20T19:22:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a6ec141994434927ff741e33569fddcf865e79d1'/>
<id>urn:sha1:a6ec141994434927ff741e33569fddcf865e79d1</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>gsmlib: fix sporadic build failures</title>
<updated>2018-01-10T19:39:05Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-01-10T19:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=48b147a5f48fa623fbb5f6d7cb5f15be0b60f2bb'/>
<id>urn:sha1:48b147a5f48fa623fbb5f6d7cb5f15be0b60f2bb</id>
<content type='text'>
Add build-time dependency on gettext-full/host. When it is not installed
Makefile.in.in doesn't exist and the gsmlib build fails.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>gsmlib: new package</title>
<updated>2018-01-02T10:09:05Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-01-02T10:08:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=1fa3c42580e9fdf40c70c7d5fb0e293d02c7143c'/>
<id>urn:sha1:1fa3c42580e9fdf40c70c7d5fb0e293d02c7143c</id>
<content type='text'>
gsmlib is a dependency of mod_gsmopen in FreeSWITCH.

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