<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/wsdd2/Makefile, 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>2024-06-02T03:58:26Z</updated>
<entry>
<title>wsdd2: fix compilation with GCC14 and 64-bit</title>
<updated>2024-06-02T03:58:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-06-02T00:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de15108160179ed9ebe083ecccf96705f6b28ffa'/>
<id>urn:sha1:de15108160179ed9ebe083ecccf96705f6b28ffa</id>
<content type='text'>
struct msghdr under musl uses padding ints for 64-bit, which means we
can't direct initialize like this. Switch to initializing each member
explicitly.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>wsdd2: update to 2023-12-21</title>
<updated>2023-12-22T02:06:26Z</updated>
<author>
<name>Alan Luck</name>
</author>
<published>2023-12-21T06:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=25ded48f9f3c36cbbe954dffdd80b2dc0edd0854'/>
<id>urn:sha1:25ded48f9f3c36cbbe954dffdd80b2dc0edd0854</id>
<content type='text'>
Signed-off-by: Alan Luck &lt;luckyhome2008@gmail.com&gt;
</content>
</entry>
<entry>
<title>wsdd2: fix stopping service</title>
<updated>2023-05-11T15:21:42Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2023-05-11T11:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6020ca52bf5d7b2869ef1ff8a966d15281aa56ab'/>
<id>urn:sha1:6020ca52bf5d7b2869ef1ff8a966d15281aa56ab</id>
<content type='text'>
Function start_service() is called whenever service may need reloading.
If SMB server is not running it could be simply because it has been
stopped. Reloading service in such case is not an error so:
1. Don't log error as it isn't one
2. Don't exit with error code as it was confusing procd

This change fixes scenario like:
/etc/init.d/ksmbd stop
/etc/init.d/wsdd2 reload
(previously above wasn't stopping wsdd2)

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&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>wsdd2: update to 2022-04-25</title>
<updated>2022-10-23T16:38:28Z</updated>
<author>
<name>Andrew Sim</name>
</author>
<published>2022-10-22T06:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6377176f68de14eb73ef9b92fd5c2ea54095be2b'/>
<id>urn:sha1:6377176f68de14eb73ef9b92fd5c2ea54095be2b</id>
<content type='text'>
Signed-off-by: Andrew Sim &lt;andrewsimz@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: drop maintainership</title>
<updated>2022-06-21T18:24:15Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2022-06-21T11:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cd49a8fb277f58d013b4bfc229aef6db18252146'/>
<id>urn:sha1:cd49a8fb277f58d013b4bfc229aef6db18252146</id>
<content type='text'>
drop maintainership:
* samba4
* ksmbd-tools
* perl-parse-yapp
* libtirpc
* softethervpn5
* wsdd2
* rpcsvc-proto

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>wsdd: update to 2021-10-22</title>
<updated>2021-10-23T01:14:15Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-21T20:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b6cd3125578a166998e28e9bd483d1f9ceb6b17e'/>
<id>urn:sha1:b6cd3125578a166998e28e9bd483d1f9ceb6b17e</id>
<content type='text'>
Fixes another segfault.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wsdd2: update to 2021-10-14</title>
<updated>2021-10-20T22:33:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-20T20:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=27c315c3bbb2ebe9a2d46d857b188bd9178f5479'/>
<id>urn:sha1:27c315c3bbb2ebe9a2d46d857b188bd9178f5479</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wsdd2: update to git (2021-08-09), switch to Netgear repo</title>
<updated>2021-09-08T14:29:58Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2021-09-08T12:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8a4f796cb96e79ad3c3e791119ff8f0f6a91e088'/>
<id>urn:sha1:8a4f796cb96e79ad3c3e791119ff8f0f6a91e088</id>
<content type='text'>
* update to git (2021-08-09)
* switch to Netgear repo

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
</feed>
