<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/pthsem, 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>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>pthsem: fix compilation with autoconf &gt;= 2.71</title>
<updated>2025-04-30T06:50:41Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-04-29T23:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8518af47e650c5c90ae59b948adb560b4c344b44'/>
<id>urn:sha1:8518af47e650c5c90ae59b948adb560b4c344b44</id>
<content type='text'>
Sort of upstream backport.

Remove sjlj patches. These were fixed by overriding the var.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>pthsem: try to fix ARC compilation</title>
<updated>2021-01-26T06:59:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-26T06:59:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b67524aa174b1e41ff3353459d427f889658d687'/>
<id>urn:sha1:b67524aa174b1e41ff3353459d427f889658d687</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pthsem: Fix compilation with uClibc-ng</title>
<updated>2019-07-01T18:19:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-01T18:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=145e9942e21544db341019430e48104a0abc13cc'/>
<id>urn:sha1:145e9942e21544db341019430e48104a0abc13cc</id>
<content type='text'>
Makefile cleanups for consistency between packages.

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.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>pthsem: Add linux 4.x to supported platforms</title>
<updated>2017-04-02T01:07:44Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2017-04-02T00:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d9b6d1bbc804156cbc340e4b87f7978734d432cb'/>
<id>urn:sha1:d9b6d1bbc804156cbc340e4b87f7978734d432cb</id>
<content type='text'>
Fixes the following build failures:

pth_mctx.c: In function '__pth_mctx_set':
pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version
and/or platform"
 #error "Unsupported Linux (g)libc version and/or platform"
  ^
Makefile:991: recipe for target 'pth_mctx.lo' failed

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>pthsem: fix signal.h include path</title>
<updated>2015-07-16T19:29:19Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2015-07-16T19:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fce4da5b67266572825187090cb88a21b1465959'/>
<id>urn:sha1:fce4da5b67266572825187090cb88a21b1465959</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
<entry>
<title>pthsem: fix musl and fortify source compatibility</title>
<updated>2015-06-26T10:13:03Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-06-26T09:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f1fbc7f51e0f82e2be2ed310a5e2df70cfb237db'/>
<id>urn:sha1:f1fbc7f51e0f82e2be2ed310a5e2df70cfb237db</id>
<content type='text'>
This commit addresses two issues encountered while building pthsem for
x86_64/musl:

1) Autoconf incorrectly assumes a broken Glibc and thus falls back
   to Linux compatibility code which runs into an unsupported
   platform error with musl libc. Since musl provides a proper
   implementation of `sigaltstack(2)`, force configure to use the
   POSIX compliant code when musl libc is used.

2) The `pth_syscall.c` file undefines various libc function names
   which breaks the indirection set up by fortify-source headers,
   therefore forcibly disable fortify source in the OpenWrt Makefile.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
<entry>
<title>pthsem: streamline makefile</title>
<updated>2015-03-11T22:10:10Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2015-03-11T22:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4d393adb672c56dddb5eeb24d12c5b032947edeb'/>
<id>urn:sha1:4d393adb672c56dddb5eeb24d12c5b032947edeb</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
</feed>
