<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/blocktrron/package/libs, branch master</title>
<subtitle>Staging tree of David Bauer</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/'/>
<updated>2025-11-10T23:23:22Z</updated>
<entry>
<title>udebug: update to Git HEAD (2025-10-21)</title>
<updated>2025-11-10T23:23:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-11-09T23:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=23211b196cb3c428eb2979d21e0c45b04707f89d'/>
<id>urn:sha1:23211b196cb3c428eb2979d21e0c45b04707f89d</id>
<content type='text'>
8c967bce23ae CMakeLists.txt: rename udebug-cli to udebug on installation
75f39cd4a806 add debian package support

Link: https://github.com/openwrt/openwrt/pull/20719
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>libnl-tiny: update to Git HEAD (2025-11-03)</title>
<updated>2025-11-10T23:18:34Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-11-09T23:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=56eb74960d8f94cf7627a3dc333542a249b31cbf'/>
<id>urn:sha1:56eb74960d8f94cf7627a3dc333542a249b31cbf</id>
<content type='text'>
fa6a52b03713 github: add CI build
c69fb5ef80b9 github: improve CI
532ac744dedc github: fix CI apt dependencies

Link: https://github.com/openwrt/openwrt/pull/20714
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>libubox: update to Git HEAD (2025-11-03)</title>
<updated>2025-11-10T23:17:26Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-11-09T23:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=e0b6fa22162d05dc65c62987b8324bb5e62b692e'/>
<id>urn:sha1:e0b6fa22162d05dc65c62987b8324bb5e62b692e</id>
<content type='text'>
7a3863acfb15 lua: CMakeLists: drop redundant cmake_minimum_required
61cc1e6fdc0e examples: CMakeLists: drop redundant cmake_minimum_required
7d6b9d98d0bd add debian/ directory
9caf555f00e2 github: improve CI build
e357be611cd9 github: fix CI apt dependencies

Link: https://github.com/openwrt/openwrt/pull/20713
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>pcre2: bump to 10.47</title>
<updated>2025-11-08T21:56:03Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-10-26T12:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=5212866508a684adc6947cc8722137457b9e8106'/>
<id>urn:sha1:5212866508a684adc6947cc8722137457b9e8106</id>
<content type='text'>
Update to latest version.

Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.47/ChangeLog

Tested with snort3, no regressions.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
Link: https://github.com/openwrt/openwrt/pull/20554
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>wolfssl: Update to version 5.8.2</title>
<updated>2025-11-08T20:14:39Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-10-25T22:18:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=92f07864c1f29b39df73b0f3858c500a8d8fa931'/>
<id>urn:sha1:92f07864c1f29b39df73b0f3858c500a8d8fa931</id>
<content type='text'>
This version fixes multiple security problems:
CVE-2025-7395: Problem in certificate verification on Apple devices
CVE-2025-7394: Predictable results from RAND_bytes() after fork call in OpenSSL compatibility layer
CVE-2025-7396: Activate Curve25519 blinding support

See Release notes:
https://github.com/wolfSSL/wolfssl/releases/tag/v5.8.0-stable
https://github.com/wolfSSL/wolfssl/releases/tag/v5.8.2-stable

wolfSSL is now GPLv3 instead of GPLv2, see:
https://github.com/wolfSSL/wolfssl/commit/629c5b4cf61ac717d40678b5cd65974b42077af6

The file size increased a bit:
```
546060 bin/packages/mipsel_24kc/base/libwolfssl5.7.6.e624513f-5.7.6-r1.apk
560684 bin/packages/mipsel_24kc/base/libwolfssl5.8.2.e624513f-5.8.2-r1.apk
```

Link: https://github.com/openwrt/openwrt/pull/20547
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>package: xcrypt: add missing PKG_NAME</title>
<updated>2025-11-07T11:23:52Z</updated>
<author>
<name>Matthias Franck</name>
</author>
<published>2025-11-05T15:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=5f99bcdbecbbf816c0fcddd7fd32f5a9d511791b'/>
<id>urn:sha1:5f99bcdbecbbf816c0fcddd7fd32f5a9d511791b</id>
<content type='text'>
PKG_NAME was lost during package migration from "packages" feed to "main" feed.

Signed-off-by: Matthias Franck &lt;matthias.franck@softathome.com&gt;
Link: https://github.com/openwrt/openwrt/pull/20662
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>openssl: rework CFLAGS handling on compilation</title>
<updated>2025-11-06T09:12:05Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-05T18:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=2703bdda0252cdf6a39635347eb8c22985b2a320'/>
<id>urn:sha1:2703bdda0252cdf6a39635347eb8c22985b2a320</id>
<content type='text'>
This mainly improve the CFLAGS handling on compilation of OpenSSL.

The CFLAGS are currently passed 2 times generating compilation warning
due to -fhonour-copts passed 2 times.

This can be improved by passing the CFLAGS as env to the OpenSSL
Configure tool.

For consistency we do the same for CPPFLAGS and LDFLAGS.

This permits to drop redundant flags in the Compile phase and from the
.conf file.

Link: https://github.com/openwrt/openwrt/pull/20665
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevent2: adjust for cmake 4.x compatibility</title>
<updated>2025-11-04T14:14:54Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-10-07T15:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=261275c72c8374495c149106c274a5931775f04f'/>
<id>urn:sha1:261275c72c8374495c149106c274a5931775f04f</id>
<content type='text'>
Patch CMakeLists.txt for cmake 4.x compatibility.
New cmake versions require at least 3.5 as 'cmake_minimum_required'
in CMakeLists.txt. In future 3.10 will be required.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Link: https://github.com/openwrt/openwrt/pull/20265
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>jansson: adjust for cmake 4.x compatibility</title>
<updated>2025-11-04T14:14:54Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-10-07T15:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=914eb430eda3e891723c1ec4b595dcc3b9399c24'/>
<id>urn:sha1:914eb430eda3e891723c1ec4b595dcc3b9399c24</id>
<content type='text'>
Patch CMakeLists.txt in selected apps for cmake 4.x compatibility.
New cmake versions require at least 3.5 as 'cmake_minimum_required'
in CMakeLists.txt. In future 3.10 will be required.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Link: https://github.com/openwrt/openwrt/pull/20265
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>libjson-c: patch for cmake 4.x compatibility</title>
<updated>2025-11-04T14:14:53Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-10-07T15:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blocktrron/commit/?id=5a8dffebe9201a42f0a0c9340c25010edc1faeb5'/>
<id>urn:sha1:5a8dffebe9201a42f0a0c9340c25010edc1faeb5</id>
<content type='text'>
Patch CMakeLists.txt in selected apps for cmake 4.x compatibility.
New cmake versions require at least 3.5 as 'cmake_minimum_required'
in CMakeLists.txt. In future 3.10 will be required.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Link: https://github.com/openwrt/openwrt/pull/20265
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
</feed>
