Petr Menšík
d7ba69deba
Report various failures during startup ( #1774028 )
...
Report failed start when port is bound already by different service or
configuration is wrong.
2021-03-31 10:09:05 +02:00
Petr Menšík
f497e41434
Update to 2.85rc2
...
Fixes CVE-2021-3448 and few more regressions.
2021-03-31 10:08:29 +02:00
Zbigniew Jędrzejewski-Szmek
93943b79fb
Rebuilt for updated systemd-rpm-macros
...
See https://pagure.io/fesco/issue/2583 .
2021-03-02 16:13:54 +01:00
Petr Menšík
e2a508e666
Update to 2.84
...
Fixes just regression caused by security patches. When multiple requests
from different address families join one query, error is emitted on
reply receive.
2021-01-26 13:39:02 +01:00
Fedora Release Engineering
b600d12834
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 03:35:18 +00:00
Petr Menšík
85b95520cf
Update to security issues release 2.83
...
Seven CVEs have been found in dnsmasq. They are marked from
CVE-2020-25681 to CVE-2020-25687.
2021-01-19 23:05:09 +01:00
Luca BRUNO
b7481f49d6
spec: switch to use sysusers compat macro
...
This switches the %pre scriplet to use the sysusers compat
macro when creating system user/group.
This ensures that only dnsmasq entries are created, without
triggering actions for other sysusers.d files that may be on
disk.
Refs:
* https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format
* https://bugzilla.redhat.com/show_bug.cgi?id=1792462
2021-01-11 21:55:03 +00:00
Tom Stellard
08446b0eff
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2020-12-19 06:11:46 +00:00
Petr Menšík
23460f21dc
Use gpgverify only for Fedora builds
...
Avoid using it on EPEL, where %gpgverify exists, but parameters have
different syntax.
2020-11-20 11:46:44 +01:00
Petr Menšík
9d4a531b20
Remove condition on uninitialized tv
...
Downstream patch originally included more. I failed to spot tv is not
initialized, when removed that not-functional part.
2020-10-09 12:05:19 +02:00
Petr Menšík
549005c787
Listen only on lo device ( #1852373 )
...
Dnsmasq now accepts in default configuration queries only from
localhost. It received queries from any interface on the computer
before. It just dropped queries coming from wrong interfaces.
This change makes it listen only on specified interfaces. Queries coming
from different interfaces would receive ICMP error right away. Makes it
easier to understand why dnsmasq is not answering to those queries.
2020-10-01 00:51:03 +02:00
Fedora Release Engineering
a02f732ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 15:34:17 +00:00
Petr Menšík
688ad97e82
Update to 2.82
...
Fixes DNS over TCP issues with sockets and TTL 0 DNSKEY and DS
validation.
Announcement:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2020q3/014201.html
2020-07-20 11:17:37 +02:00
Petr Menšík
eb15a88535
Merge #4 Update gating test name
2020-07-20 08:39:29 +00:00
Petr Menšík
744ba31be7
Listen only localhost in default configuration
...
Require manual configuration to enable either local-service for any
connected networks or interface to listen all hosts on interface.
2020-06-30 19:13:15 +02:00
Petr Menšík
4c831af38b
Prepare downstream patches on upstream
...
Enable nice checkout with --with sourcegit. It would not base sources
directory on tarball, but from git repository configured in spec.
Simplifies backporting a new patch from upstream.
2020-06-02 20:05:16 +02:00
Aleksandra Fedorova
b4445d4ca7
Update gating test name
...
Messaging scheme has changed and old centos-related test names are now deprecated.
See https://pagure.io/fedora-ci/general/issue/110
2020-05-20 21:53:25 +02:00
Petr Menšík
a6995451dc
Correct multiple entries with the same mac address ( #1834454 )
...
Make sure IPv4 requests search only in IPv4 contexts and vice versa. Do
not accept IPv4 record for IPv6 requests, as it would lead to defined
assignment.
2020-05-12 00:08:37 +02:00
Petr Menšík
e8e451a80c
Update to 2.81 ( #1823139 )
2020-04-16 21:37:32 +02:00
Petr Menšík
8cb7aff90a
Remove upstream merged downstream patches
2020-04-16 21:37:32 +02:00
Petr Menšík
57b55437cd
Update to 2.81rc3
...
Remove patches that has been merged or have alternatives.
2020-04-16 21:37:32 +02:00
Petr Menšík
b8e25263bb
Add source GPG validation
...
Verify signature of sources.
Disabled, because build failed on my machine.
Signed-off-by: Petr Menšík <pemensik@redhat.com>
2020-04-16 21:37:32 +02:00
Petr Menšík
86df038b8f
Add repository for upstream tests
...
No tests yet passes selection
2020-04-16 20:14:52 +02:00
Petr Menšík
cb7c105d3c
Fix small typo with great effect
...
Every query was refused because of forgotten ! from original line.
2020-03-23 15:34:31 +01:00
Petr Menšík
0461a69019
Respond to any local name also withou rd bit set ( #1647464 )
2020-03-10 17:12:39 +01:00
Petr Menšík
c8684b8c32
Replace downstream patch with upstream change
...
Actually merged fix is a bit different.
2020-03-10 15:44:41 +01:00
Petr Menšík
cde7b60662
Support multiple static leases for single mac on IPv6 ( #1810172 )
...
In some cases, DUID will change for the same machine during network
boot. Support assigning small blocks of IPv6 addresses to work around
changing DUID.
2020-03-06 22:44:46 +01:00
Petr Menšík
fa8ce7a62a
Test add of gating.yaml
2020-03-03 19:48:54 +01:00
Fedora Release Engineering
a491586574
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 16:03:36 +00:00
Petr Menšík
5137335456
Always run tests with locale reset
2019-08-29 12:33:26 +02:00
Petr Menšík
70d1413570
Fix RA flood ( #1739797 )
...
Upstream commit introduced serious regression, taking a lot of cycles
and filling journal. Its benefits are not too high. Revert it until
proper fix is found.
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=18547163b15bbbcb5ed5113360440387d89d0e15
2019-08-28 19:33:58 +02:00
Petr Menšík
de32b088a8
Add NetworkManager test suite to dnsmasq
...
Own tests still has to be made. This is far better than no tests at all.
2019-08-09 15:43:29 +02:00
Petr Menšík
bde34f977c
Remove SO_TIMESTAMP support, DHCP was broken ( #1739081 )
...
Quick made support of SO_TIMESTAMP is broken and it broke whole DHCP.
Until that is fixed and properly tested, remove its support. Just skip
call to unsupported ioctl.
Signed-off-by: Petr Menšík <pemensik@redhat.com>
2019-08-09 15:19:39 +02:00
Petr Menšík
8503847793
Fix failed builds on F31 ( #1735096 )
2019-07-31 20:50:37 +02:00
Petr Menšík
f5fd7025ab
Fix TCP listener after interface recreated ( #1728701 )
...
Signed-off-by: Petr Menšík <pemensik@redhat.com>
2019-07-31 17:27:56 +02:00
Petr Menšík
6b2ad2c800
Fix NODATA instead of NXDOMAIN ( #1674067 )
...
Fix bug added in 2.80 non-terminal code which returns NODATA instead of NXDOMAIN.
Thanks to Sven Muleller and Maciej Żenczykowski for work on this.
2019-07-31 17:13:38 +02:00
Fedora Release Engineering
d7adf990db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 22:11:53 +00:00
Petr Menšík
d2f1660dbc
Fix autopatch macro errors
2019-04-08 19:17:44 +02:00
Petr Menšík
447db348ef
Use more recent user creation macro
...
Old macro changed signature a bit, requires argument now. Should fix
build on Rawhide.
2019-04-08 18:32:16 +02:00
Petr Menšík
9dcc5a251f
Apply patches by autosetup
2019-02-15 10:37:15 +01:00
Fedora Release Engineering
ce162ba40a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 17:24:16 +00:00
Petr Menšík
d63c7d423a
Update to dnsmasq 2.80
...
Fix underflow patch
2018-10-24 19:36:17 +02:00
Petr Menšík
8a0901a90e
Randomize ports
2018-10-24 18:54:52 +02:00
Florian Weimer
72fa98ca1a
Rebuild with fixed binutils
2018-07-31 11:00:20 +02:00
Igor Gnatenko
ede8a252cf
Rebuild for new binutils
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-27 14:55:15 +02:00
Zbigniew Jędrzejewski-Szmek
6dcbc02fef
Fix %pre scriptlet
2018-07-26 19:05:37 +02:00
Fedora Release Engineering
e496bf0e23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 23:00:28 +00:00
Petr Menšík
4c7e2b30a0
Make dnsmasq leases writeable by root again ( #1554390 )
2018-07-02 20:18:18 +02:00
Petr Menšík
981bbce593
Emit warning on FIPS without opening the file
2018-07-02 16:51:30 +02:00
Petr Menšík
db0bc30a48
Fix DNSSEC passtrough
2018-07-02 16:51:26 +02:00