<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/slirp4netns, 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>2024-02-16T18:29:07Z</updated>
<entry>
<title>slirp4netns: update to 1.2.3</title>
<updated>2024-02-16T18:29:07Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2024-02-16T07:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b59db99c538842c165d99caf9c8260f131fa52d1'/>
<id>urn:sha1:b59db99c538842c165d99caf9c8260f131fa52d1</id>
<content type='text'>
changelog:
 - Fix some FD leaks (#334, thanks to @giuseppe)

As package belongs to network category, I moved it from utils to network folder

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>slirp4netns: update to 1.2.2</title>
<updated>2023-09-19T22:17:20Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-09-19T14:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b3bf5bb88ce00a78312ed2da7dea7efa54de197'/>
<id>urn:sha1:8b3bf5bb88ce00a78312ed2da7dea7efa54de197</id>
<content type='text'>
v1.2.2 changes:
 - Enabled reproducible builds

v1.2.1 changes:
 - sandbox: Add support for escaping resolv.conf symlinks. This fixes usage in WSL environments which symlinks /etc/resolv.conf under a shared location under /mnt.

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>slirp4netns: update to v1.2.0</title>
<updated>2022-05-15T04:31:40Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2022-05-09T20:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=06beb685b8f08ba14405337d44fd5af11996a58a'/>
<id>urn:sha1:06beb685b8f08ba14405337d44fd5af11996a58a</id>
<content type='text'>
Changelog:
https://github.com/rootless-containers/slirp4netns/releases

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>slirp4netns: update to version 1.1.12</title>
<updated>2021-12-05T20:10:41Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2021-12-05T19:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=00603ca43738fa74f546f3c0afd5c69abeed17b5'/>
<id>urn:sha1:00603ca43738fa74f546f3c0afd5c69abeed17b5</id>
<content type='text'>
Most recent changes:

 - Explicitly support DHCP
 - Update parson to v1.1.3

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>slirp4netns: new package</title>
<updated>2021-12-02T00:43:20Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2021-11-25T03:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=91c7f6e6c086c57057570289cf2ca0f7bfeb8992'/>
<id>urn:sha1:91c7f6e6c086c57057570289cf2ca0f7bfeb8992</id>
<content type='text'>
Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
</feed>
