<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/davfs2, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-15T17:48:28Z</updated>
<entry>
<title>net/davfs2: fix PKG_CPE_ID</title>
<updated>2026-03-15T17:48:28Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T09:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d7ab0cab42088dc778fc88bdad59a936531dbf65'/>
<id>urn:sha1:d7ab0cab42088dc778fc88bdad59a936531dbf65</id>
<content type='text'>
cpe:/a:werner_baumann:davfs2 is the correct CPE ID for davfs2:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:werner_baumann:davfs2

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@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-03.infra.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>davfs2: add secrets file to conffiles definition</title>
<updated>2022-01-12T00:20:19Z</updated>
<author>
<name>Matthew Hagan</name>
</author>
<published>2022-01-12T00:16:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ebaec4c44177246a9642893293adb54e6e4432bd'/>
<id>urn:sha1:ebaec4c44177246a9642893293adb54e6e4432bd</id>
<content type='text'>
davfs2 username and password information is typically stored in
/etc/davfs2/secrets. This information should be kept across sysupgrades.

Signed-off-by: Matthew Hagan &lt;mnhagan88@gmail.com&gt;
</content>
</entry>
<entry>
<title>davfs2: update to 1.6.1</title>
<updated>2021-12-16T23:53:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T02:21:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=461c972d86c4dfbd64e15c9a3634c7ed8553eeb1'/>
<id>urn:sha1:461c972d86c4dfbd64e15c9a3634c7ed8553eeb1</id>
<content type='text'>
Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>davfs2: update to 1.6.0</title>
<updated>2020-08-19T21:35:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-12T04:24:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c03f25a00a36861a23ea500c0fcb2d6bd3f827b9'/>
<id>urn:sha1:c03f25a00a36861a23ea500c0fcb2d6bd3f827b9</id>
<content type='text'>
Removed now unnecessary gcc10 patch.

Removed neon patch. It's now upstream.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>davfs2: fixup gettext-version again</title>
<updated>2020-07-18T02:43:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-18T02:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dafbd9e5e4188135cb097ee3d793cae5258795a7'/>
<id>urn:sha1:dafbd9e5e4188135cb097ee3d793cae5258795a7</id>
<content type='text'>
It seems this is still needed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>davfs2: update to 1.5.6</title>
<updated>2020-07-16T20:27:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-15T21:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cf6c95d7527755895d33a1a55dbc4b62dc9b0a3b'/>
<id>urn:sha1:cf6c95d7527755895d33a1a55dbc4b62dc9b0a3b</id>
<content type='text'>
Split musl patch into multiple small ones. Much easier to reason about.

Removed stack protector patch. This is not an issue anymore.

Removed NLS support. There seems to be a linking issue as
libiconv-stub does not have a shared library component.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>davfs2: fix compilation with GCC10</title>
<updated>2020-07-03T02:17:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-02T22:29:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=074a524c104e3969fd1e0f9361fdcc05c35b2e9e'/>
<id>urn:sha1:074a524c104e3969fd1e0f9361fdcc05c35b2e9e</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>davfs2: fix compilation with newer neon</title>
<updated>2020-05-06T21:28:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-05-06T03:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1884c520720dc160877699409759806567bc1300'/>
<id>urn:sha1:1884c520720dc160877699409759806567bc1300</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
