<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/gammu/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-23T11:36:29Z</updated>
<entry>
<title>gammu: add patch fixing CMake &gt;= 4.0 support</title>
<updated>2025-11-23T11:36:29Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-23T11:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=424395d1bcc1abcc5a0bc25edc8a449100a793f1'/>
<id>urn:sha1:424395d1bcc1abcc5a0bc25edc8a449100a793f1</id>
<content type='text'>
Add patch fixing support for CMake &gt;= 4.0 version.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>gammu: remove nls.mk</title>
<updated>2020-03-29T03:46:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-29T01:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b8f1e9240c22b0820590a081d505ecaa41a40d6e'/>
<id>urn:sha1:b8f1e9240c22b0820590a081d505ecaa41a40d6e</id>
<content type='text'>
It's causing issues with newer glib2:

../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv'
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_open'
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_close'

It's because the libiconv-stub does not include a shared library that
gammu can link to.

Removed most patches since they don't seem to be needed.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gammu: Update to 1.41</title>
<updated>2019-10-08T04:19:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-10-04T00:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=99bbb8af310f058162cbf132f347759fd2267dc3'/>
<id>urn:sha1:99bbb8af310f058162cbf132f347759fd2267dc3</id>
<content type='text'>
Remove upstreamed patch.

Switched conditional dependency to python3 in preparation for deprecating
Python 2.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gammu: Update to 1.40.0</title>
<updated>2019-06-22T20:16:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-22T19:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e2929366bf719531c6e4b1591cccfde58172d55'/>
<id>urn:sha1:2e2929366bf719531c6e4b1591cccfde58172d55</id>
<content type='text'>
Cleaned up Makefile for consistency between packages.

Switched to CMAKE_INSTALL to get rid of the InstallDev section.

Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gammu: Update to 1.39.0</title>
<updated>2018-08-11T21:28:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-08-11T21:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ef6c6feef63eef7c85e8625ce1b02fabbe87a10d'/>
<id>urn:sha1:ef6c6feef63eef7c85e8625ce1b02fabbe87a10d</id>
<content type='text'>
Cosmetic makefile changes.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gammu: disable libdbi support explicitly</title>
<updated>2015-02-13T19:03:04Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-02-13T16:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7be03a4be003ee58deb6c362f147366db0a0360a'/>
<id>urn:sha1:7be03a4be003ee58deb6c362f147366db0a0360a</id>
<content type='text'>
Fixes a dependency error when libdbi was built before gammu

Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;
</content>
</entry>
<entry>
<title>This adds package gammu v 1.33.0 to the build tree</title>
<updated>2014-12-09T16:32:33Z</updated>
<author>
<name>aTanW</name>
</author>
<published>2014-12-09T16:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f044f11552a1872de82ca1768a51d634231f4a4a'/>
<id>urn:sha1:f044f11552a1872de82ca1768a51d634231f4a4a</id>
<content type='text'>
Gammu is a tool for cell phone/modem control, including
send/receive SMS, phone directory and other.

Signed-off-by: Vitaly Protsko &lt;villy@sft.ru&gt;
---
 Makefile                                 |   68 +++++++++++++++++++++++++++++++
 files/gammurc                            |   37 ++++++++++++++++
 patches/001-iconv-disabling-option.patch |   51 +++++++++++++++++++++++
 patches/002-no-fstack-protector.patch    |   11 +++++
 patches/003-cmake-cross-toolchain.patch  |   43 +++++++++++++++++++
 patches/010-utils-shell-fix.patch        |   16 +++++++
 6 files changed, 226 insertions(+)
</content>
</entry>
</feed>
