summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/djbdns: drop myself as a maintainerMichael Orlitzky2024-04-051-4/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: hide -Wincompatible-pointer-types problemsMichael Orlitzky2024-03-231-1/+5
| | | | | | | | | | | | | | | This is the worst solution to this problem, but our djbdns package isn't djbdns at all, it's twenty patches in a trenchcoat. Maintenance for things like this typically comes in the form of yet more downstream patches, but invasive patches are essentially blocked by the fact that they introduce conflicts with the others. There is at least one big patch, the ipv6 patch, that is maintained by someone else, so it's not as simple as basing all new patches on top of the old ones. For lack of a better solution, we append -Wno-error for this warning. Closes: https://bugs.gentoo.org/927539 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: fix build with -Werror=implicit-function-declarationMichael Orlitzky2024-03-044-26/+109
| | | | | | | | | | The ipv6 patch contains fixes for most of these, so this consists of: 1. Adding includes to a bunch of files when USE=ipv6 is not set. 2. Adding an include to our new configurable TRUNCATELEN patches. Closes: https://bugs.gentoo.org/926050 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: define USE=ipv6 locally to hide a pkgcheck warningMichael Orlitzky2024-02-241-4/+10
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: new revision with configurable UDP response limitMichael Orlitzky2024-02-244-0/+359
| | | | | | | | | | | | | | This new revision allows the user to set TRUNCATELEN in the environment to a value between 512 (per the RFC) and 16384. This affects only the dnscache daemon and is useful in some cases to work around implementation bugs; for example, https://forum.mikrotik.com/viewtopic.php?t=200627 Thanks to Jaco Kroon for the patches. Closes: https://bugs.gentoo.org/916209 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: remove unused patchesMichael Mair-Keimberger2023-06-154-577/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/31425 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: drop 1.05-r35Michael Orlitzky2023-06-102-128/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r38 x86, #908138Sam James2023-06-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r38 amd64, #908138Sam James2023-06-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r38 ppc, #908138Sam James2023-06-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r38 ppc64, #908138Arthur Zamarin2023-06-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r38 sparc, #908138Arthur Zamarin2023-06-091-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/djbdns: new revision increasing tinydns's softlimit.Michael Orlitzky2022-12-022-0/+19
| | | | | | | | | | | | | | | The tinydns launch script imposes a "softlimit" on the amount of memory it can use, and sometime recently (in djbdns terms, anyway), the old default of 300000 became insufficient. We raise it 4500000. This will only help new installations; users with existing ones will need to modify their local launch scripts because the script itself is not controlled by the package manager. Thanks to Vadim Efimov for pointing out that this problem is widespread and in need of fixing. Closes: https://bugs.gentoo.org/883159 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: new revision with updated ipv6 patch.Michael Orlitzky2022-11-173-18/+24
| | | | | | | | | | The new ipv6 patch corrects a logic error, but now also includes a bunch of other Makefile dependency fixes, obsoleting one of our own patches. One of the CVE patches has once again been manually rebased, and I dropped the "headtail" patch in favor of sed to avoid a new conditional patch. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: new EAPI=8 revision with fixed parallel build.Michael Orlitzky2022-11-154-0/+548
| | | | | | | | | | | | The parallel build fix comes via an updated ipv6 patch, courtesy of Felix von Leitner. (Thanks for the fast response!) This also includes the ever-dangerous manual rebasing of two CVE patches on top of the new ipv6 patch, made scarier by the fact that I don't actually ipv6 myself. Fortunately those patches are not too crazy. Closes: https://bugs.gentoo.org/881349 Signed-off-by: Michael Orlitzky <mjo@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>
* net-dns/djbdns: remove pre-GLEP81 djbdns-1.05-r33.ebuild.Michael Orlitzky2021-07-181-132/+0
| | | | | | Closes: https://bugs.gentoo.org/802321 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: stabilize on ppc thanks to ernsteiswuerfel.Michael Orlitzky2021-07-181-1/+1
| | | | | | Bug: https://bugs.gentoo.org/802321 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r35 sparc, #802321Sam James2021-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r35 ppc64, #802321Sam James2021-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r35 amd64, #802321Sam James2021-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: Stabilize 1.05-r35 x86, #802321Sam James2021-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/djbdns: new revision with $AR and $RANLIB support.Michael Orlitzky2021-04-192-1/+50
| | | | | | | | | | Upstream lives on only in our thoughts and prayers, so I patched the Makefile slightly to make this happen. Closes: https://bugs.gentoo.org/784230 Closes: https://bugs.gentoo.org/784233 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: new EAPI7/GLEP81 revision.Michael Orlitzky2021-04-191-0/+126
| | | | | | Closes: https://bugs.gentoo.org/781374 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-dns/djbdns: remove unused patchMichael Mair-Keimberger2019-05-061-351/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/djbdns: remove "unused" djbdns-1.05-r32.ebuild.Michael Orlitzky2019-05-022-155/+0
| | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-dns/djbdns: alpha stable wrt bug #678156Mikle Kolyada2019-05-031-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* net-dns/djbdns: amd64 stable wrt bug #678156Mikle Kolyada2019-02-201-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* net-dns/djbdns: stable 1.05-r33 for hppa/sparc, bug #678156Rolf Eike Beer2019-02-181-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-dns/djbdns: x86 stable (bug #678156)Thomas Deutschmann2019-02-171-1/+1
| | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-dns/djbdns: stable 1.05-r33 for ppc64, bug #678156Sergei Trofimovich2019-02-171-1/+1
| | | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-dns/djbdns: stable 1.05-r33 for ppc, bug #678156Sergei Trofimovich2019-02-171-2/+2
| | | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-dns/djbdns: update IPv6 patchRolf Eike Beer2018-04-113-0/+484
| | | | | | | Closes: https://bugs.gentoo.org/652156 Closes: https://github.com/gentoo/gentoo/pull/7768 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-dns/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* net-dns/djbdns: remove unused patchesMichael Mair-Keimberger2017-09-064-778/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* 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/djbdns: remove old versions vulnerable to CVE-2012-1191.Michael Orlitzky2017-01-181-151/+0
| | | | | | Gentoo-Bug: 404959 Package-Manager: portage-2.3.0
* net-dns/djbdns: ppc64 stable wrt bug #404959Agostino Sarubbo2017-01-181-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/djbdns: ppc stable wrt bug #404959Agostino Sarubbo2017-01-151-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/djbdns: sparc stable wrt bug #404959Agostino Sarubbo2017-01-111-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/djbdns: Stable for HPPA (bug #404959).Jeroen Roovers2017-01-101-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* net-dns/djbdns: remove two unused revisions.Michael Orlitzky2017-01-043-299/+0
| | | | Package-Manager: portage-2.3.0
* net-dns/djbdns: x86 stable wrt bug #404959Agostino Sarubbo2016-12-061-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/djbdns: amd64 stable wrt bug #404959Agostino Sarubbo2016-12-061-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/djbdns-1.05-r32: stable on alphaTobias Klausmann2016-12-051-1/+1
| | | | Gentoo-Bug: 404959
* net-dns/djbdns: Sec rev bump to v1.05-r32 (bug #404959)Thomas Deutschmann2016-12-032-0/+177
| | | | | | | | CVE-2012-1191 Closes: https://github.com/gentoo/gentoo/pull/2988 Package-Manager: portage-2.3.2