<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/smstools3/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2020-08-03T23:45:02Z</updated>
<entry>
<title>smstools3: fix compilation with GCC10</title>
<updated>2020-08-03T23:45:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-30T00:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=19f03cfac9754c61b872d7a015f3a96adae0ef3b'/>
<id>urn:sha1:19f03cfac9754c61b872d7a015f3a96adae0ef3b</id>
<content type='text'>
GCC10 defaults to -fno-common , which breaks compilation as there are
multiple variables defined outside of the header file.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>smstools3: Run in foreground</title>
<updated>2020-01-01T05:37:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T05:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a3ab7a793184ef152e99dd4c5c474acd461d09e9'/>
<id>urn:sha1:a3ab7a793184ef152e99dd4c5c474acd461d09e9</id>
<content type='text'>
Allows procd to be able to stop the service.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>smstools3: Move init script to use procd</title>
<updated>2018-03-06T14:17:14Z</updated>
<author>
<name>Harald Geyer</name>
</author>
<published>2017-05-14T17:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0cc76f89ae4b843c280d1b9ede26db08c24888c5'/>
<id>urn:sha1:0cc76f89ae4b843c280d1b9ede26db08c24888c5</id>
<content type='text'>
* properly install config file
* prevent smsd from starting right after installation to prevent loss of data
  (make default device unavailable by turning configuration into comments)
* move init script to procd
* update init script priority to sane value
* log to syslog - at the moment via stdout and procd
  this is a workaround to force smsd to stay in the foreground
* the init script can't do a modem reset anymore
  use an alarmhandler script instead
* add a local patch to make all processes terminate if the main process dies
* take over the package as new maintainer

Signed-off-by: Harald Geyer &lt;harald@ccbib.org&gt;
</content>
</entry>
<entry>
<title>utils/smstools3: update to 3.1.21</title>
<updated>2017-10-10T21:06:42Z</updated>
<author>
<name>Paul Wassi</name>
</author>
<published>2017-10-10T21:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e405d1372944e27c6a584aa3c00159e1d14e1c6d'/>
<id>urn:sha1:e405d1372944e27c6a584aa3c00159e1d14e1c6d</id>
<content type='text'>
Update package to 3.1.21, remove parts of patches which were already
included upstream, update some OpenWrt specific things.

Signed-off-by: Paul Wassi &lt;p.wassi@gmx.at&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>smstoold: only define USE_ICONV if it is enabled</title>
<updated>2016-05-30T14:29:37Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-05-30T14:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=48eab4d7c8e48873af1b728291e4c74f6e33d5be'/>
<id>urn:sha1:48eab4d7c8e48873af1b728291e4c74f6e33d5be</id>
<content type='text'>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>smstools3: Fix NLS build dependencies, improper CFLAGS overrides and LFLAGS added to MAKE_VARS</title>
<updated>2015-11-16T15:28:40Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2015-11-15T22:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9357d094f32e3c9d4ec9b83a7461bd2e1499ac61'/>
<id>urn:sha1:9357d094f32e3c9d4ec9b83a7461bd2e1499ac61</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>smstools3: fix CFLAGS and LFLAGS</title>
<updated>2015-09-25T14:04:54Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2015-09-25T14:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8651f924a8dcbd52d09b8435bc320a642f8ef5b9'/>
<id>urn:sha1:8651f924a8dcbd52d09b8435bc320a642f8ef5b9</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;openwrt@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>smstools3: remove unnecessary build deps</title>
<updated>2015-04-23T08:15:47Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2015-04-23T08:15:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f2c3449bc5e55928ea5fd3d67f9d31fc6375cfb4'/>
<id>urn:sha1:f2c3449bc5e55928ea5fd3d67f9d31fc6375cfb4</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;openwrt@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>smstools3 : ADD smstools3 package</title>
<updated>2014-12-23T05:42:47Z</updated>
<author>
<name>Gerald Kerma</name>
</author>
<published>2014-12-23T05:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e8c7a93415cb608e40233c96ebd4bd74b0baa6f6'/>
<id>urn:sha1:e8c7a93415cb608e40233c96ebd4bd74b0baa6f6</id>
<content type='text'>
Add smstools3 package from http://smstools3.kekekasvi.com/

Tested successfull as an email/sms gateway with :
- Device: ID 12d1:1001 Huawei Technologies Co., Ltd. E169/E620/E800 HSDPA Modem
- Trunk: OpenWrt Chaos Calmer r43753
- Kirkwood : Globalscale Technologies Guruplug Server Plus

Send and receive SMS with modem : OK
Forward received SMS to mailhub : OK

Signed-off-by: Gerald Kerma &lt;dreagle@doukki.net&gt;
</content>
</entry>
</feed>
