summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/dnsmasq: Add "missingok" to logrotate scriptPatrick McLean2018-03-221-0/+1
| | | | | | Was pointed out by toralf. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-dns/dnsmasq: Remove unused files (bug #650194)Patrick McLean2018-03-192-52/+0
| | | | | Closes: https://bugs.gentoo.org/650194 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-dns/dnsmasq: Version bump to 2.79Patrick McLean2018-03-195-0/+270
| | | | | | | | Closes: https://bugs.gentoo.org/586454 Closes: https://bugs.gentoo.org/633496 Closes: https://bugs.gentoo.org/643670 Gentoo-Bug: https://bugs.gentoo.org/645704 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-dns/dnsmasq: cleanup vulnerable wrt bug #632692Aaron Bauman2018-01-245-766/+0
|
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-235-5/+5
|
* net-dns/dnsmasq: Test LINGUAS rather than linguas_* USE flags.Ulrich Müller2018-01-075-28/+15
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-dns/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* net-dns/dnsmasq-2.78-r0: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/632692
* net-dns/dnsmasq: arm stable, bug #632692Markus Meier2017-10-161-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* net-dns/dnsmasq: stable 2.78 for hppa/sparc, bug #632692 (thanks to Rolf ↵Sergei Trofimovich2017-10-052-2/+2
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc"
* net-dns/dnsmasq: stable 2.78 for ppc, bug #632692Sergei Trofimovich2017-10-051-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* net-dns/dnsmasq: stable 2.78 for ppc64, bug #632692Sergei Trofimovich2017-10-041-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* net-dns/dnsmasq: stable 2.78 for ia64, bug #632692Sergei Trofimovich2017-10-031-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* net-dns/dnsmasq: amd64 stable wrt bug #632692Agostino Sarubbo2017-10-031-1/+1
| | | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: x86 stable (bug #632692)Thomas Deutschmann2017-10-031-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* net-dns/dnsmasq: Version bump for #632692Patrick McLean2017-10-024-0/+251
| | | | | | | | | | | | | | | | Security version bump for these CVEs: CVE-2017-14491 CVE-2017-14492 CVE-2017-14493 CVE-2017-14494 CVE-2017-14495 CVE-2017-14496 Also make the relad action use start-stop-daemon. Bug: https://bugs.gentoo.org/632692 Closes: https://bugs.gentoo.org/629284 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* net-dns/dnsmasq: Fix issue with HAVE_IDN being run as a commandPatrick McLean2017-09-111-1/+1
| | | | | Gentoo-Bug: 628350 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-dns/dnsmasq: Stabilize 2.77-r1 on amd64Patrick McLean2017-09-071-1/+1
| | | | | Gentoo-Bug: 630296 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-dns/dnsmasq: Revision bump on 2.77, unify idn/libidn2 USE semanticsPatrick McLean2017-08-011-0/+198
| | | | | | | | Make the "libidn2" USE flag a sub-flag of "idn", as described in the bug. Gentoo-Bug: 625616 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* net-dns/dnsmasq: Specify >=libidn2-2.0 in 2.77Patrick McLean2017-07-111-1/+1
| | | | | | https://bugs.gentoo.org/show_bug.cgi?id=624510#c1 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-dns/dnsmasq: Stabilize 2.77 on amd64Patrick McLean2017-07-101-1/+1
| | | | | Gentoo-Bug: 624510 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-dns/dnsmasq: Update the DHCP version of the init script as wellPatrick McLean2017-06-071-3/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-dns/dnsmasq: initd: Use retry rather than start_stop_daemon_argsPatrick McLean2017-06-061-2/+2
| | | | | | | This prevents messages on start about retry arg not being supported for start. Gentoo-Bug: 619372 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-dns/dnsmasq: Don't require idn with nls anymorePatrick McLean2017-06-011-6/+4
| | | | | | | It turns out that modern dnsmasq compiles file with USE=nls and idn disabled, so we can drop the REQUIRED_USE entry. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-dns/dnsmasq: Version bump to 2.77Patrick McLean2017-06-013-0/+201
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* stablize openstack ocata dnsmasq-2.76-r1 x86 and amd64Matthew Thode2017-03-251-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --force
* net-dns/dnsmasq: add support dhcp_release6, needed for openstack ocataMatthew Thode2017-03-011-0/+192
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Revert "net-dns/dnsmasq: Revision bump, add patch to fix caching of bound ↵Patrick McLean2016-12-122-328/+0
| | | | | | | | sockets" This reverts commit b833afd6410c2e7dde0cae40ac20d218a5ae425e. Gentoo-Bug: 602254
* net-dns/dnsmasq: Revision bump, add patch to fix caching of bound socketsPatrick McLean2016-12-092-0/+328
| | | | | | | | This also adds gentoo prefix support. Gentoo-Bug: 601920 Package-Manager: portage-2.3.3
* net-dns/dnsmasq: use correct pkg-config toolJennifer Pullman2016-11-271-0/+2
|
* net-dns/dnsmasq: Remove version 2.75 for security bug #585280Patrick McLean2016-07-162-189/+0
| | | | Package-Manager: portage-2.3.0
* net-dns/dnsmasq: ia64 stable wrt bug #585280Agostino Sarubbo2016-07-081-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: sparc stable wrt bug #585280Agostino Sarubbo2016-07-081-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: ppc stable wrt bug #585280Agostino Sarubbo2016-07-081-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: arm stable, bug #585280Markus Meier2016-07-051-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* net-dns/dnsmasq-2.76-r0: add alpha keywordTobias Klausmann2016-07-041-1/+1
| | | | | | Gentoo-Bug: 585280 Package-Manager: portage-2.3.0
* net-dns/dnsmasq: Stable for HPPA PPC64 (bug #585280).Jeroen Roovers2016-07-031-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* net-dns/dnsmasq: x86 stable wrt bug #585280Agostino Sarubbo2016-07-021-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: amd64 stable wrt bug #585280Agostino Sarubbo2016-07-021-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: Fix for building with USE=dhcp-tools (bug #584700)Patrick McLean2016-06-031-3/+3
| | | | Package-Manager: portage-2.3.0_rc1
* net-dns/dnsmasq: Clean out old versionsPatrick McLean2016-05-318-563/+0
| | | | Package-Manager: portage-2.3.0_rc1
* net-dns/dnsmasq: Version bump to 2.76, port to EAPI=6Patrick McLean2016-05-312-0/+188
| | | | Package-Manager: portage-2.3.0_rc1
* net-dns/dnsmasq-2.75-r0: add alpha keywordTobias Klausmann2016-05-261-2/+2
| | | | | | Gentoo-Bug: 575674 Package-Manager: portage-2.3.0_rc1
* net-dns/dnsmasq: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* net-dns/dnsmasq: Stable for HPPA (bug #575674).Jeroen Roovers2016-04-231-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* net-dns/dnsmasq: arm stable, bug #575674Markus Meier2016-03-241-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* net-dns/dnsmasq: ia64 stable wrt bug #575674Agostino Sarubbo2016-03-201-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/dnsmasq: sparc stable wrt bug #575674Agostino Sarubbo2016-03-191-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>