Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/dnsmasq: upgrade to 2.81 | Leo | 2020-04-12 | 1 | -16/+6 |
| | |||||
* | main/dnsmasq: bump pkgrel | Natanael Copa | 2019-12-19 | 1 | -1/+1 |
| | | | | fixes commit 3ea61d406519 (main/dnsmasq: fix CVE-2019-14834) | ||||
* | main/dnsmasq: fix CVE-2019-14834 | Natanael Copa | 2019-12-19 | 1 | -1/+5 |
| | | | | ref #11051 | ||||
* | main/dnsmasq: rebuild against nettle-3.5 | Natanael Copa | 2019-07-22 | 1 | -1/+3 |
| | |||||
* | main/dnsmasq: listen to all BRIDGE_ADDRs | Natanael Copa | 2018-12-18 | 1 | -2/+2 |
| | | | | | | | | make sure dnsmasq listens to all addresses specified in BRIDGE_ADDR, but not the ones in BRIDGE_ADDR_EXTRA. That way it is possible to have another daemon listening to the extra address. Also make sure we remove the addresses on service stop. | ||||
* | main/dnsmasq: fix netmask for multi addr support | Natanael Copa | 2018-12-18 | 1 | -2/+2 |
| | | | | | | | | | | We already support multiple addresses for the bridge device, but they would all use the BRIDGE_NETMASK. Fix so you can either specify the netmask with the address or fallback to BRIDGE_NETMASK. For example: BRIDGE_ADDR="192.168.0.1 10.0.0.1/16" BRIDGE_NETMASK="255.255.255.0" | ||||
* | main/dnsmasq: update checksums | Carlo Landmeter | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | main/dnsmasq: add BRIDGE_ADDR_EXTRA support to initd | Carlo Landmeter | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | main/dnsmasq: upgrade to 2.80 | J0WI | 2018-11-08 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: fix typo | Leonardo Arena | 2018-10-26 | 1 | -2/+2 |
| | |||||
* | main/dnsmasq: add DNSMASQ_LISTEN_BRIDGE_ADDR option | Natanael Copa | 2018-04-20 | 1 | -2/+2 |
| | | | | | | | some setups with tinc may have two different adresses with same(!) ip addr. This confuses dnsmasq if --listen-address is specified. We make it possible to work around it by making it possible to disable --listen-address via DNSMASQ_LISTEN_BRIGE_ADDR=no. | ||||
* | main/dnsmasq: upgrade to 2.79 | Jakub Jirutka | 2018-04-03 | 1 | -3/+5 |
| | | | | Fixes CVE-2017-15107, but also contains some one incompatible changes. | ||||
* | main/dnsmasq: add missing install scripts for -dnssec subpkg | Jakub Jirutka | 2018-01-24 | 1 | -2/+3 |
| | | | | Fixes #8411 (https://bugs.alpinelinux.org/issues/8411) | ||||
* | main/dnsmasq: remove explicit return 1 | Jakub Jirutka | 2018-01-24 | 1 | -12/+8 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | main/dnsmasq: allow disable iptables and fix bridge | Carlo Landmeter | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | main/dnsmasq: upgrade to 2.78 (security fixes) | Jakub Jirutka | 2017-10-02 | 1 | -2/+14 |
| | |||||
* | main/dnsmasq: upgrade to 2.77 | Natanael Copa | 2017-06-12 | 1 | -3/+3 |
| | |||||
* | main/dnsmasq: add feature to create bridge interfaces | Natanael Copa | 2017-05-23 | 1 | -2/+2 |
| | | | | Make it possible to create bridge interfaces for use with lxc and xen | ||||
* | main/dnsmasq: add subpackage -dnssec | Jakub Jirutka | 2017-03-14 | 1 | -4/+22 |
| | |||||
* | main/dnsmasq: improve runscript, check config before starting | Jakub Jirutka | 2017-03-14 | 1 | -10/+2 |
| | |||||
* | Revert "main/dnsmasq: install trust-anchors.conf" | Jakub Jirutka | 2017-03-14 | 1 | -5/+2 |
| | | | | | | | This reverts commit 6d270b6f0ac1f6cff19c94a359dc8e5798125682. trust-anchors.conf is quite useless since we don't compile dnsmasq with DNSSEC support. Mea culpa. | ||||
* | main/dnsmasq: add check() with just very basic test | Jakub Jirutka | 2017-03-14 | 1 | -0/+7 |
| | |||||
* | main/dnsmasq: install trust-anchors.conf | Jakub Jirutka | 2017-03-14 | 1 | -2/+5 |
| | |||||
* | main/dnsmasq: improve runscript and abuild, enable conf-dir | Jakub Jirutka | 2016-08-02 | 1 | -27/+28 |
| | |||||
* | main/dnsmasq: upgrade to 2.76 | Natanael Copa | 2016-05-26 | 1 | -5/+5 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | main/dnsmasq: fix checksum for init.d script | Natanael Copa | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | main/dnsmasq: Added description to init.d script | Daniele Coli | 2015-11-03 | 1 | -3/+3 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/dnsmasq: upgrade to 2.75 | Natanael Copa | 2015-08-14 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: upgrade to 2.73 | Natanael Copa | 2015-06-19 | 1 | -5/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: linux-headers build fix | Natanael Copa | 2015-04-27 | 1 | -0/+1 |
| | |||||
* | main/dnsmasq: upgrade to 2.72 | Natanael Copa | 2014-09-26 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: upgrade to 2.71 | Natanael Copa | 2014-05-27 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: upgrade to 2.70 | Natanael Copa | 2014-04-29 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: upgrade to 2.69 | Natanael Copa | 2014-04-11 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: upgrade to 2.68 | Natanael Copa | 2014-01-16 | 1 | -4/+4 |
| | |||||
* | main/dnsmasq: upgrade to 2.67 | Natanael Copa | 2013-10-28 | 1 | -5/+5 |
| | |||||
* | main/dnsmasq: use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | main/dnsmasq: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | main/dnsmasq: upgrade to 2.66 | Bartłomiej Piotrowski | 2013-04-18 | 1 | -2/+8 |
| | |||||
* | main/dnsmasq: upgrade to 2.65 | Bartłomiej Piotrowski | 2012-12-16 | 1 | -2/+3 |
| | |||||
* | main/dnsmasq: upgrade to 2.64 | Natanael Copa | 2012-12-07 | 1 | -2/+2 |
| | |||||
* | main/dnsmasq: upgrade to 2.63 | Natanael Copa | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | main/dnsmasq: upgrade to 2.62 | Natanael Copa | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | main/dnsmasq: upgrade to 2.61 | Natanael Copa | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | main/dnsmasq: upgrade to 2.60 | Natanael Copa | 2012-03-11 | 1 | -3/+3 |
| | |||||
* | main/dnsmasq: replace opts in init.d script and create user/group | Natanael Copa | 2012-01-19 | 1 | -3/+4 |
| | | | | | | While we were here we create and enable the user "dnsmasq". ref #943 |