<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/aparcar/package/utils, branch master</title>
<subtitle>Staging tree of Paul Spooren</subtitle>
<id>https://git.openwrt.org/openwrt/staging/aparcar/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/aparcar/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/'/>
<updated>2023-02-14T08:59:16Z</updated>
<entry>
<title>ucode: update to the latest version</title>
<updated>2023-02-14T08:59:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2023-02-03T13:25:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=ac4fae233878ad37f02879e4b9b5a87b77db8ac2'/>
<id>urn:sha1:ac4fae233878ad37f02879e4b9b5a87b77db8ac2</id>
<content type='text'>
08c709c58187 rtnl: add support for registering an uloop based listener
599a7fb59380 Merge pull request #140 from nbd168/rtnl
c4125c516e0a nl80211: fix NL80211_ATTR_SURVEY_INFO
c43bb9d8fe8d Merge pull request #141 from dhewg/master
c1342d934b2d nl80211: add missing ucv_get() calls
9022b270683a rtnl: add missing ucv_get() calls
837cffec5a5c Merge pull request #142 from nbd168/ref-fixes
65b1f181e642 rtnl: add missing uc_vm_registry_set call
ab2f3f70257d Merge pull request #143 from nbd168/rtnl-fix

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: update to 1.47.0</title>
<updated>2023-02-12T23:48:25Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-02-12T10:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=9639ef2a5b20a912916c8b9b0dd8a37cd8f6beb5'/>
<id>urn:sha1:9639ef2a5b20a912916c8b9b0dd8a37cd8f6beb5</id>
<content type='text'>
Release notes:
https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: update to 1.46.6</title>
<updated>2023-02-07T23:14:53Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-02-05T20:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=b6bc924b198a7a3b7f558430eec4f7f49bac4ea1'/>
<id>urn:sha1:b6bc924b198a7a3b7f558430eec4f7f49bac4ea1</id>
<content type='text'>
Release information:
https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6

Remove upstreamed patch:
- 004-CVE-2022-1304-libext2fs-add-sanity-check-to-extent-manipulation.patch

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>ucode: update to the latest version</title>
<updated>2023-01-29T09:08:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2023-01-27T09:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=74e5e213da152bc3791fe0c664ffae9b0218bd55'/>
<id>urn:sha1:74e5e213da152bc3791fe0c664ffae9b0218bd55</id>
<content type='text'>
1c8df08824ef style: add .editorconfig file
ec167d39b803 nl80211: refactor command bitmask handling
6704ec0d5b29 nl80211: add support for registering an uloop based listener
48a6eac1da15 fs: implement `fs.pipe()`
f1be0d725735 types: fix array unshift operations and add test coverage
941d14837faf Merge pull request #138 from nbd168/nl80211

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ucode: move to the lang submenu</title>
<updated>2023-01-28T21:37:35Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2022-11-28T10:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=b246385126ace0aeabacf9c94851d2f6dc26f912'/>
<id>urn:sha1:b246385126ace0aeabacf9c94851d2f6dc26f912</id>
<content type='text'>
Just as lua or the various languages from the package feed.
libucode is the exception, so move it to the libs menu instead.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>px5g-mbedtls: Use getrandom()</title>
<updated>2023-01-28T21:26:06Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-12-27T23:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=d1893f1c889b991746f6546b98f009b4125d5046'/>
<id>urn:sha1:d1893f1c889b991746f6546b98f009b4125d5046</id>
<content type='text'>
Instead of accessing /dev/urandom use the getrandom syscall. This way we
do not have to keep the file open all the time.
This also fixes a compile error with glibc:

--------
px5g-mbedtls.c: In function '_urandom':
px5g-mbedtls.c:48:9: error: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Werror=unused-result]
   48 |         read(urandom_fd, out, len);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--------

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ucode: update to latest Git HEAD</title>
<updated>2023-01-21T00:02:23Z</updated>
<author>
<name>Brian Norris</name>
</author>
<published>2023-01-13T05:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=bf1634f318e191e7da17e34de98dbd7d5122ef8b'/>
<id>urn:sha1:bf1634f318e191e7da17e34de98dbd7d5122ef8b</id>
<content type='text'>
To bring in isatty() support.

Includes new commits:

be30472bfdbb fs: add `isatty()` function
0a58d510529e nl80211: add support for NL80211_ATTR_MPATH_INFO

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
[ remove additional merge commit ]
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>ucode-mod-bpf: add new package for a ucode libbpf binding</title>
<updated>2023-01-09T10:35:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2023-01-08T19:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=0cc1c302b188f905ccf081d8f3984cee27bd7524'/>
<id>urn:sha1:0cc1c302b188f905ccf081d8f3984cee27bd7524</id>
<content type='text'>
The bpf plugin provides functionality for loading and interacting with
eBPF modules.

It allows loading full modules and pinned maps/programs and supports
interacting with maps and attaching programs as tc classifiers.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ucode: update to the latest version</title>
<updated>2023-01-09T10:35:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2023-01-08T19:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=d6a284e4cea46129a18542c6f23309b7bf1af174'/>
<id>urn:sha1:d6a284e4cea46129a18542c6f23309b7bf1af174</id>
<content type='text'>
34cfbb922c96 README.md: various spelling and documentation fixes
ff32355ea645 build: make rtnl/nl80211 depend on linux instead of !APPLE
c0e413c21f7b include: add uc_fn_thisval()
1e4d20932646 Merge pull request #134 from nbd168/thisval

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>busybox: update to 1.36.0</title>
<updated>2023-01-07T16:22:54Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2023-01-03T21:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=98b09ba250d3f9e690e26ea65e9bbdcc2dc7d26d'/>
<id>urn:sha1:98b09ba250d3f9e690e26ea65e9bbdcc2dc7d26d</id>
<content type='text'>
Update busybox to version 1.36.0

* refresh patches (remove the backported upstream fix)
* refresh config

Config refresh:

Refresh commands, run after busybox is first built once:

cd package/utils/busybox/config/
../convert_menuconfig.pl ../../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-default/busybox-1.36.0
cd ..
./convert_defaults.pl ../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-default/busybox-1.36.0/.config &gt; Config-defaults.in

Manual edits needed after config refresh:

* Config-defaults.in: OpenWrt config symbol IPV6 logic applied to
  BUSYBOX_DEFAULT_FEATURE_IPV6

* Config-defaults.in: OpenWrt config TARGET_bcm53xx logic applied to
  BUSYBOX_DEFAULT_TRUNCATE (commit 547f1ec)

* Config-defaults.in: OpenWrt logic applied to
  BUSYBOX_DEFAULT_LOGIN_SESSION_AS_CHILD (commit dc92917)

* Config-defaults.in: correct the default ports that get reset
  BUSYBOX_DEFAULT_FEATURE_HTTPD_PORT_DEFAULT    80
  BUSYBOX_DEFAULT_FEATURE_TELNETD_PORT_DEFAULT  23

* config/editors/Config.in: Add USE_GLIBC dependency to
  BUSYBOX_CONFIG_FEATURE_VI_REGEX_SEARCH (commit f141090)

* config/shell/Config.in: change at "Options common to all shells" the conditional symbol
  SHELL_ASH --&gt; BUSYBOX_CONFIG_SHELL_ASH
  (discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2021-January/033140.html
  Apparently our script does not see the hidden option while
  prepending config options with "BUSYBOX_CONFIG_" which leads to a
  missed dependency when the options are later evaluated.)

* Edit a few Config.in files by adding quotes to sourced items in
  config/Config.in, config/networking/Config.in and config/util-linux/Config.in (commit 1da014f)

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
