summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/mdns-repeater: [QA] fix tc-get* quotingSam James2022-03-201-2/+2
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-dns/mdns-repeater: remove old versionAzamat H. Hackimov2020-09-162-29/+0
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17221 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-dns/mdns-repeater: update versionAzamat H. Hackimov2020-09-164-1/+62
| | | | | | | | | | | Migrate from bitbucket to github, respect system CFLAGS and LDFLAGS. Closes: https://bugs.gentoo.org/724962 Closes: https://bugs.gentoo.org/724944 Bug: https://bugs.gentoo.org/737896 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-dns/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-dns/mdns-repeater: new package.Kevin Cernekee2016-09-083-0/+45
This program forwards multicast DNS (RFC6762) traffic between subnets. Tested on Chrome OS, amd64 and arm boards. Package-Manager: portage-2.2.12-r9 Closes: https://github.com/gentoo/gentoo/pull/2239 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>