<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/mdns-repeater/Makefile, 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>2026-07-16T06:46:19Z</updated>
<entry>
<title>mdns-repeater: pass through CFLAGS/LDFLAGS and package version</title>
<updated>2026-07-16T06:46:19Z</updated>
<author>
<name>Foster Snowhill</name>
</author>
<published>2026-07-11T22:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=96c6fdb26af92576b67a05990ece682635eff42f'/>
<id>urn:sha1:96c6fdb26af92576b67a05990ece682635eff42f</id>
<content type='text'>
Before the change, the feed Makefile would not rely on the predefined
logic of building Makefile-based packages, rather it defined its own
`Build/Compile` step that explicitly called `make`. This didn't play
along well with the upstream Makefile, which doesn't respect the CFLAGS
that come from the environment.

The effect of that was that, for example, `CONFIG_PKG_ASLR_PIE_ALL=y`
was not respected: a non-PIE binary was generated regardless. Other
compiler flags were ignored too in the same manner.

Also it would try to determine the mdns-repeater version by calling to
git, which wouldn't work, since the build system downloaded a pre-made
source tarball without a bundled `.git` directory. The result is an
empty version string when calling `mdns-repeater -h`.

To address all of the above, switch to the built-in logic for
Makefile-type projects. Append to MAKE_FLAGS to completely override
upstream CFLAGS/LDFLAGS and pass through the package version. Set a
dummy HGVERSION variable value to prevent the upstream Makefile from
calling `git` unnecessarily.

Signed-off-by: Foster Snowhill &lt;gh@pen.gy&gt;
</content>
</entry>
<entry>
<title>mdns-repeater: Update to latest upstream version</title>
<updated>2025-07-18T09:50:03Z</updated>
<author>
<name>Alexander Koenig</name>
</author>
<published>2025-06-26T19:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b83303e73ec9a883822cf77d269e86bd35a429cf'/>
<id>urn:sha1:b83303e73ec9a883822cf77d269e86bd35a429cf</id>
<content type='text'>
Resolves openwrt/packages#26835

Co-authored-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Signed-off-by: Alexander Koenig &lt;alex@lisas.de&gt;
</content>
</entry>
<entry>
<title>network: Add SUBMENU variable for some packages</title>
<updated>2024-11-22T21:39:38Z</updated>
<author>
<name>Ryan Keane</name>
</author>
<published>2024-11-17T12:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a0f153e9a2b5abccdf03c4f9f2cc26b5f5b9e067'/>
<id>urn:sha1:a0f153e9a2b5abccdf03c4f9f2cc26b5f5b9e067</id>
<content type='text'>
Add SUBMENU variable for some packages in Network category.
Add title for `dnscrypt-proxy` package.
Shorten TITLE variable for `xray-core` package.

Filesystem:
- cifs-utils

File Transfer:
- onionshare-cli

IP Addresses and Names:
- dnscrypt-proxy2
- family-dns
- https-dns-proxy
- mdns-repeater
- nextdns
- smartdns

Version Control Systems:
- git-lfs

Wireless:
- dawn

Signed-off-by: Ryan Keane &lt;the.ra2.ifv@gmail.com&gt;
</content>
</entry>
<entry>
<title>mdns-repeater: add respawn to init</title>
<updated>2024-09-16T06:01:00Z</updated>
<author>
<name>Tina DiPierro</name>
</author>
<published>2024-09-16T04:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c703510a3cf836c48a8bd6e008ef8a62ff818c49'/>
<id>urn:sha1:c703510a3cf836c48a8bd6e008ef8a62ff818c49</id>
<content type='text'>
Sometimes mdns-repeater quits or crashes, leaving service stopped. This commit should fix that by enabling respawn in procd.

Signed-off-by: Tina DiPierro &lt;tina@dipier.ro&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.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>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>mdns-repeater: add package for mdns-repeater</title>
<updated>2021-11-04T22:17:00Z</updated>
<author>
<name>Alexander Koenig</name>
</author>
<published>2021-10-04T19:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1589ebcede5b2641ee3daefc483db1dd02eb7f18'/>
<id>urn:sha1:1589ebcede5b2641ee3daefc483db1dd02eb7f18</id>
<content type='text'>
Signed-off-by: Alexander Koenig &lt;alex@lisas.de&gt;
</content>
</entry>
</feed>
