<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/ldir/package/libs, branch master</title>
<subtitle>Kevin D-Bs staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/ldir/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/ldir/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/'/>
<updated>2023-05-22T16:52:59Z</updated>
<entry>
<title>libxml2: update to 2.11.4</title>
<updated>2023-05-22T16:52:59Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-21T21:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=c520d682f02890afb38e43b862ca856e2b933507'/>
<id>urn:sha1:c520d682f02890afb38e43b862ca856e2b933507</id>
<content type='text'>
Release Notes:
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.4

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libcap: update to 2.69</title>
<updated>2023-05-22T16:51:31Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-21T21:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=78c45c1e591ce5aeff9fb7eeae049662c4ac4ef2'/>
<id>urn:sha1:78c45c1e591ce5aeff9fb7eeae049662c4ac4ef2</id>
<content type='text'>
Release Notes:
https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.iuvg7sbjg8pe

Fixes: CVE-2023-2602 CVE-2023-2603
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>nettle: update to 3.9</title>
<updated>2023-05-20T19:02:18Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-18T12:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=aa28e91404ed7c4c3786a289fbf206c13adb9762'/>
<id>urn:sha1:aa28e91404ed7c4c3786a289fbf206c13adb9762</id>
<content type='text'>
Changelog:
https://git.lysator.liu.se/nettle/nettle/-/blob/26cd0222fd09b8f5dc0edba30d6908722c7e9b09/NEWS

Refresh patch:
- 100-portability.patch

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>pcre2: switch to Github Releases and bump to 10.42</title>
<updated>2023-05-20T05:20:53Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-05-19T15:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=c0ef48814ea6dbd8c60b31af622c9ff4b163959f'/>
<id>urn:sha1:c0ef48814ea6dbd8c60b31af622c9ff4b163959f</id>
<content type='text'>
The mirror at SourceForge is an unofficial mirror and no longer maintained.

ChangeLogs:
https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>libjson-c: import patch to fix compilation on macos</title>
<updated>2023-05-19T11:43:18Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-18T11:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=f73d011810790095d20f53f473926f5b0fc6284b'/>
<id>urn:sha1:f73d011810790095d20f53f473926f5b0fc6284b</id>
<content type='text'>
Fixes errors in the form of:
  /Users/user/src/openwrt/openwrt/build_dir/hostpkg/json-c-0.16/json_util.c:63:35: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
  const char *json_util_get_last_err()
                                    ^
                                     void
  1 error generated.
  ninja: build stopped: subcommand failed.

Reported-by: Paul Spooren &lt;mail@aparcar.org&gt;
Suggested-by: Paul Spooren &lt;mail@aparcar.org&gt;
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libxml2: update to 2.11.3</title>
<updated>2023-05-18T14:16:20Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-18T10:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=4b950bc5f440d389baaed3918d43efcd0a750f7f'/>
<id>urn:sha1:4b950bc5f440d389baaed3918d43efcd0a750f7f</id>
<content type='text'>
Changelog:
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.4
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.0
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.1
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.2
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.3

Fixes: CVE-2023-28484 CVE-2023-29469
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>treewide: replace AUTORELEASE with real PKG_RELEASE</title>
<updated>2023-05-18T09:35:29Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-17T13:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=48ed07bc0b94b930d369baf911014bedd5bf6a7e'/>
<id>urn:sha1:48ed07bc0b94b930d369baf911014bedd5bf6a7e</id>
<content type='text'>
Based on Paul Fertser &lt;fercerpav@gmail.com&gt;'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>libselinux: update to 3.5</title>
<updated>2023-05-18T08:14:13Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-05-13T09:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=91c75c31244b8d6c3b8cb48fca305d558e26c636'/>
<id>urn:sha1:91c75c31244b8d6c3b8cb48fca305d558e26c636</id>
<content type='text'>
Switch from libpcre to libpcre2. While working on it remove the double
defined HOST_BUILD_DEPENDS section.

Release Notes:
https://github.com/SELinuxProject/selinux/releases/download/3.4/RELEASE-3.4.txt
https://github.com/SELinuxProject/selinux/releases/download/3.5/RELEASE-3.5.txt

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
[depend on libpcre2]
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libsemanage: update to 3.5</title>
<updated>2023-05-18T08:14:13Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-05-13T09:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=d641963f1b49ca6401ee3219d0c587db1ecdc1d1'/>
<id>urn:sha1:d641963f1b49ca6401ee3219d0c587db1ecdc1d1</id>
<content type='text'>
Release Notes:
https://github.com/SELinuxProject/selinux/releases/download/3.4/RELEASE-3.4.txt
https://github.com/SELinuxProject/selinux/releases/download/3.5/RELEASE-3.5.txt

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsepol: update to 3.5</title>
<updated>2023-05-18T08:14:13Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-05-13T09:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=bd0dce62b153d72761234c553b03039dedce3750'/>
<id>urn:sha1:bd0dce62b153d72761234c553b03039dedce3750</id>
<content type='text'>
Release Notes:
https://github.com/SELinuxProject/selinux/releases/download/3.4/RELEASE-3.4.txt
https://github.com/SELinuxProject/selinux/releases/download/3.5/RELEASE-3.5.txt

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
</feed>
