<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/rtklib, 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>2026-05-25T12:53:20Z</updated>
<entry>
<title>rtklib: add test.sh and test-version.sh for CI</title>
<updated>2026-05-25T12:53:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-24T14:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6d7f1f2446b1ebd1ecdcdd96cff0c7c958b19136'/>
<id>urn:sha1:6d7f1f2446b1ebd1ecdcdd96cff0c7c958b19136</id>
<content type='text'>
The RTKLIB command-line tools (convbin, pos2kml, rnx2rtkp, rtkrcv,
str2str) don't accept a --version flag; passing any unrecognized option
triggers printhelp()/printusage() which only emits a synopsis block. The
generic CI version probe therefore can't find PKG_VERSION and marks the
package as missing a version match.

Add a test-version.sh that exit-0's for all five subpackages to skip the
generic version check, and a test.sh that exercises each binary's
synopsis output as a basic functional smoke test.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>rtklib: disable MIPS16 to work around GCC ICE</title>
<updated>2026-05-25T12:53:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-24T13:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=59280e9cfe6f93f9b9b013c934043d4447b95b20'/>
<id>urn:sha1:59280e9cfe6f93f9b9b013c934043d4447b95b20</id>
<content type='text'>
The MIPS variants (mips_24kc, mips_4kec, mipsel_24kc, mipsel_74kc) all
fail to compile preceph.c with an internal compiler error:

  during RTL pass: reload
  src/preceph.c:317:1: internal compiler error:
    in lra_update_fp2sp_elimination, at lra-eliminations.cc:1416

This is a GCC LRA pass bug triggered when compiling with -mips16. Set
PKG_BUILD_FLAGS:=no-mips16 to strip the -mips16 / -minterlink-mips16
flags from CFLAGS for this package, matching the approach already used
by stress-ng for the same class of issue.

Bump PKG_RELEASE since only the build flags change.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>rtklib: Make version apk compatible</title>
<updated>2024-11-17T06:40:41Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-11-16T11:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=454e232e5bcd152434a22cadd8694e163b6695b3'/>
<id>urn:sha1:454e232e5bcd152434a22cadd8694e163b6695b3</id>
<content type='text'>
Make version compatible with the apk package manager.
Add short explanation about rtklib purpose to the menu item.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtklib: update to 2.4.3 b34; fix patches</title>
<updated>2022-02-03T09:58:22Z</updated>
<author>
<name>Yaroslav Petrov</name>
</author>
<published>2022-01-30T23:59:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=71e81d9cb27019db52b6a9ff20f9ff62ccc0429a'/>
<id>urn:sha1:71e81d9cb27019db52b6a9ff20f9ff62ccc0429a</id>
<content type='text'>
Signed-off-by: Yaroslav Petrov &lt;info@lank.me&gt;
</content>
</entry>
<entry>
<title>rtklib: Update to 2.4.3_b32</title>
<updated>2019-07-29T05:58:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-20T18:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9a552c75b3726637fea5752cb03b7d0653cf01ef'/>
<id>urn:sha1:9a552c75b3726637fea5752cb03b7d0653cf01ef</id>
<content type='text'>
Some minor adjustments.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&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>rtklib: fix repository and bump version (fixes #3212)</title>
<updated>2016-09-23T11:29:23Z</updated>
<author>
<name>Nuno Goncalves</name>
</author>
<published>2016-09-23T11:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4055641643fa30c0516866dd4716272e357606f8'/>
<id>urn:sha1:4055641643fa30c0516866dd4716272e357606f8</id>
<content type='text'>
Signed-off-by: Nuno Goncalves &lt;nunojpg@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtklib: bump version to 2.4.2 p11, close #1624</title>
<updated>2015-08-23T13:30:07Z</updated>
<author>
<name>Nuno Goncalves</name>
</author>
<published>2015-08-23T13:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3b42924eb3c6a54b27aef94e6929bba43527b5c1'/>
<id>urn:sha1:3b42924eb3c6a54b27aef94e6929bba43527b5c1</id>
<content type='text'>
Signed-off-by: Nuno Goncalves &lt;nunojpg@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtklib: move to github, bump version to 2.4.2 p9</title>
<updated>2014-09-16T01:15:57Z</updated>
<author>
<name>Nuno Goncalves</name>
</author>
<published>2014-09-16T01:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=33b8ef5e0c2581bf06884f4357815222f1c8ae94'/>
<id>urn:sha1:33b8ef5e0c2581bf06884f4357815222f1c8ae94</id>
<content type='text'>
Signed-off-by: Nuno Goncalves &lt;nunojpg@gmail.com&gt;
</content>
</entry>
</feed>
