aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot-resolver
Commit message (Collapse)AuthorAgeFilesLines
* community/knot-resolver: fix license=, enable on s390xLeo2020-03-021-7/+6
|
* community/knot-resolver: pass --wait to start-stop-daemonJakub Jirutka2020-02-232-2/+3
| | | | To avoid silent crashes right after the start.
* community/knot-resolver: redirect stdout to syslog instead of fileJakub Jirutka2020-02-235-23/+15
|
* community/knot-resolver: start kresd as unprivileged userJakub Jirutka2020-02-233-3/+24
|
* community/knot-resolver: rename service knot-resolver to kresdJakub Jirutka2020-02-237-13/+48
| | | | For consistency with upstream.
* community/knot-resolver: upgrade to 5.0.1Jakub Jirutka2020-02-232-9/+12
|
* community/knot-resolver: reformat $makedepends and $depends_devJakub Jirutka2020-02-231-3/+21
|
* community/knot-resolver: enable dependency on kres-cache-gc service by defaultJakub Jirutka2020-02-233-3/+4
| | | | | | Note: `before kres-cache-gc` is currently ignored by OpenRC when `rc_want=kres-cache-gc` is set. I hope this will change in some future OpenRC version...
* community/knot-resolver: add init script for kres-cache-gcJakub Jirutka2020-02-234-4/+48
|
* community/knot-resolver: add missing dependenciesJakub Jirutka2020-02-231-4/+5
| | | | | | | | * libcap-ng * lua5.1-cqueues (http) * lua5.1-mmdb (http) And make subpackages depend on the exact base package version.
* community/*: make CMake and meson respect our C{,PP,XX}FLAGSRasmus Thomsen2020-02-211-2/+2
| | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
* tree-wide: pass arguments before subcommand to samuraiRasmus Thomsen2020-01-301-1/+1
| | | | | Samurai follows the POSIX Utility Syntax Guidelines and as such doesn't recognise arguments after the subcommand
* tree-wide: use --buildtype=debugoptimized for meson packagesRasmus Thomsen2020-01-071-2/+2
| | | | | | | As of now we're using the buildttype 'release', which produces optimized builds but without any usable debugging info, which makes debugging crashes impossible, even if a -dbg subpackage exists. As such we should build in the buildmode 'debugoptimized' to offer proper debug symbols.
* community/knot-resolver: upgrade to 4.3.0Jakub Jirutka2019-12-051-3/+5
|
* community/knot-resolver: fix segfault in stats moduleJakub Jirutka2019-11-291-0/+4
|
* community/knot-resolver: add -dbg subpackageJakub Jirutka2019-11-291-1/+2
|
* community/knot-resolver: rename initd var config to cfgfileJakub Jirutka2019-11-083-11/+7
| | | | | To be consistent with other init scriptsà This change is backward compatible.
* community/knot-resolver: various code-style improvementsJakub Jirutka2019-11-081-11/+14
|
* community/knot-resolver: fix code-style - unnecessary braces around varsJakub Jirutka2019-11-081-7/+7
|
* community/knot-resolver: remove redundant variable _upstreamJakub Jirutka2019-11-081-6/+5
|
* community/knot-resolver: take maintainershipJakub Jirutka2019-11-081-1/+1
|
* Orphan my packagestcely2019-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my experience, this project does not encourage contribution. The people involved with merging have ignored improvements, rewritten commits and history wholesale, and engaged in squabbles over petty things rather than helping to improve the packages. These gatekeepers are adverse to large amounts of changes, large numbers of commits and often request changes to the commit histories without giving explanation. Many times inconsistent suggestions and fixation on nits have caused entire patch sets to be closed without any progress on the package at all. The style "rules" that are so often the sole focus of reviews lately are a mistake. https://gist.github.com/tcely/8ef31809f04a494a27ad79d49afdf167 Given all of this and the conversation below, I consider all of my efforts toward improving this project to have been wasted. Hopefully, this will serve as a warning of what others might expect before they experience similar demoralizing responses. 2019-10-18 11:31:35 <tcely> If your only contribution to a review is to suggest breaking a package I'm maintaining, please don't waste everyone's time! 2019-10-18 12:15:47 <ncopa> tcely: url? 2019-10-18 12:26:56 <tcely> ncopa: !327 2019-10-18 12:29:22 <_ikke_> tcely: No need to be passive aggressive about this 2019-10-18 12:30:20 <_ikke_> tcely: being a maintainer of a package does not mean that you can do whatever you want 2019-10-18 12:30:52 <tcely> _ikke_: I'm fully willing to be direct. This is a stupid upgrade. Stop looking for useless things to argue about it is not a helpful review! 2019-10-18 12:31:19 <_ikke_> tcely: the problem is that there are so many changes in these stupid ugprades 2019-10-18 12:31:35 <_ikke_> if they were stupid upgrades, they would have been long applied 2019-10-18 12:33:10 <tcely> That last statement is false. If you disagree with changes, you need to do the work yourself. Stop shitting all over work you didn't have to think through for petty nonsense. 2019-10-18 12:42:28 <ncopa> can we please calm down 2019-10-18 13:17:46 <ncopa> tcely: i agree with _ikke_ that your commits are not always self explanatory, and a bit confusing to understand 2019-10-18 13:18:13 <ncopa> it may be good to have more explanations in the commit message to help people that are not as smart as you 2019-10-18 13:19:10 <ncopa> there seems also to be a disagreement on the coding style e.g $var vs ${var} 2019-10-18 13:19:43 <ncopa> i think consistence is better than the "perfect" coding style 2019-10-18 13:20:51 <ncopa> and we have landed on $var rather than ${var} 2019-10-18 13:21:46 <ncopa> and we expect maintainers to respect that 2019-10-18 13:25:51 <tcely> Duly noted. You want total control and slave labor with no room for improvement. I'll stop wasting my time.
* community/knot-resolver: fix pkgnameKevin Daudt2019-10-131-1/+1
|
* community/knot-resolver: upgrade to 4.2.2tcely2019-10-131-11/+16
| | | | Closes !326
* community/knot-resolver: move from testing/knot-resolver4tcely2019-07-265-104/+57
|
* community/knot-resolver: use dns-root-hintstcely2019-04-071-2/+5
|
* community/knot-resolver: add lmdb-devtcely2019-04-021-2/+9
| | | | | | LMDB version in contrib/lmdb is 0.9.21, while the system lmdb is at 0.9.23 with some notable fixes. This change also avoids the need to duplicate main/lmdb/cacheflush.patch to resolve the build on mips*.
* community/knot-resolver: move from testingtcely2019-03-277-0/+186