Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6055ca2f | 2025-09-08 10:20:05 | update to py3-zigpy-0.82.3 | ||
| 513ee565 | 2025-09-08 10:20:02 | update to py3-zigpy-znp-0.14.1 | ||
| 38575a8d | 2025-09-03 17:12:18 | Update to amtterm-1.7 This drops most of our SSL/auth patches. Also this update also ships a new amtider(1) command to perform USB/CDROM etc redirection, that command needed a patch to drop the use of Linux-specific signalfd(2). I haven't tested the amtider(1) command, feedback welcome. Tested with thinkpad x230 (jsg@) and my t14 Gen 3, ok jsg@ | ||
| 97e21541 | 2025-09-02 09:26:38 | update to zigbee2mqtt-2.6.1 | ||
| 9c49f2d2 | 2025-08-31 12:01:04 | The cli subpackage is named amtterm-cli, not amtterm-term | ||
| 190697ba | 2025-08-15 15:46:34 | BDEP: do not inherit RDEP. | ||
| bcc1612a | 2025-07-25 12:14:12 | sync WANTLIB drop COMPILER_LANGS, although there's only C code in this, it uses c++ to link, and pulls in C++ standard libraries, so needs the proper lib dep | ||
| 38fae162 | 2025-07-25 11:44:25 | Add comments Add missing header and move variable so that they're usable from the x86-only fallback code. This undoes part of https://github.com/Hamlib/Hamlib/commit/d20a2358606bec98e232be0a7dbbfacafe98b2ab Tweak #ifdef check to use the default code path on Unix/Linux. We don't implement all the features specified by _POSIX_TIMERS, but we do implement clock_gettime(CLOCK_MONOTONIC) as required by POSIX 2008. | ||
| 78c129c4 | 2025-07-25 11:30:55 | Use clock_gettime(CLOCK_MONOTONIC) instead of an x86-specific fallback Should always be available with POSIX 2008 / Issue 7, so the patch could be pushed upstream. Fixes build at least on arm64 and sparc64. ok sthen@ | ||
| 5b41ff1f | 2025-07-25 11:27:42 | sync WANTLIB |