|
|
cab8d5 |
%define testrelease 0
|
|
|
cab8d5 |
%define releasecandidate 0
|
|
|
cab8d5 |
%if 0%{testrelease}
|
|
|
cab8d5 |
%define extrapath test-releases/
|
|
|
cab8d5 |
%define extraversion test30
|
|
|
cab8d5 |
%endif
|
|
|
cab8d5 |
%if 0%{releasecandidate}
|
|
|
cab8d5 |
%define extrapath release-candidates/
|
|
|
cab8d5 |
%define extraversion rc5
|
|
|
cab8d5 |
%endif
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%define _hardened_build 1
|
|
|
cab8d5 |
|
|
|
cab8d5 |
Name: dnsmasq
|
|
|
cab8d5 |
Version: 2.66
|
|
|
dc4044 |
Release: 13%{?extraversion}%{?dist}
|
|
|
cab8d5 |
Summary: A lightweight DHCP/caching DNS server
|
|
|
cab8d5 |
|
|
|
cab8d5 |
Group: System Environment/Daemons
|
|
|
cab8d5 |
License: GPLv2
|
|
|
cab8d5 |
URL: http://www.thekelleys.org.uk/dnsmasq/
|
|
|
cab8d5 |
Source0: http://www.thekelleys.org.uk/dnsmasq/%{?extrapath}%{name}-%{version}%{?extraversion}.tar.gz
|
|
|
cab8d5 |
Source1: %{name}.service
|
|
|
cab8d5 |
|
|
|
cab8d5 |
#include upstream bug fix patches committed after stable release
|
|
|
cab8d5 |
# commit 4582c0efe7d7af93517b1f3bcc7af67685ab3e5c
|
|
|
cab8d5 |
Patch0: %{name}-2.66-Fix-wrong_size_in_memset_call.patch
|
|
|
cab8d5 |
# commit bd08ae67f9a0cae2ce15be885254cad9449d4551
|
|
|
cab8d5 |
Patch1: %{name}-2.66-Allow-option_number_zero_in_encapsulated_DHCP_options.patch
|
|
|
cab8d5 |
# commit 4b5ea12e90024ade5033b3b83a8b2620035952ba
|
|
|
cab8d5 |
Patch2: %{name}-2.66-Send-TCP-DNS-messages-in-one-write-call.patch
|
|
|
cab8d5 |
# commit 797a7afba477390bc016c647cfb792c85ee6102d
|
|
|
cab8d5 |
Patch3: %{name}-2.66-Fix-crash-on-SERVFAIL-when-using-conntrack.patch
|
|
|
cab8d5 |
# commit aa63a21ce0b20dfe988e0bcdf14b8b930de20311
|
|
|
cab8d5 |
Patch4: %{name}-2.66-Fix-regression-in-dhcp_lease_time-utility.patch
|
|
|
cab8d5 |
# commit a66d36ea1112c861ad2f11ed40cc26973873e5be
|
|
|
cab8d5 |
Patch5: %{name}-2.66-Manpage-typos.patch
|
|
|
cab8d5 |
# commit 1c10b9de118c951a5aedc130e55101987dcc3feb
|
|
|
cab8d5 |
Patch6: %{name}-2.66-Note-that-dhcp_lease_time-and-dhcp_release-work-for-IPv4.patch
|
|
|
cab8d5 |
# commit 86e92f998379d219e10517dfa2c42f544ba164ce
|
|
|
cab8d5 |
Patch7: %{name}-2.66-dhcp-match-now-work-with-BOOTP.patch
|
|
|
cab8d5 |
# commit 7abb69b5dc8dbe369be36bd7bf23c039b036acd1
|
|
|
cab8d5 |
Patch8: %{name}-2.66-Tighten_checks_in_legal_hostname.patch
|
|
|
cab8d5 |
# commit ddd9a6b499ae601231070854c562611a79e004c0
|
|
|
cab8d5 |
Patch9: %{name}-2.66-replace-inet_addr-with-inet_pton-in-option-c.patch
|
|
|
cab8d5 |
# commit b915f837c1db9b8b095158b41028ea71246d68d
|
|
|
cab8d5 |
Patch10: %{name}-2.66-Use-dnsmasq-as-default-DNS-server-for-RA-only-if-it-is-doing-DNS.patch
|
|
|
cab8d5 |
# commit 3f2873d42c4d7e7dba32b6e64a3687d43928bc8e - Bug #962246
|
|
|
cab8d5 |
Patch11: %{name}-2.66-Handle_IPv4_interface_address_labels_in_Linux.patch
|
|
|
cab8d5 |
# commit cfcad42ff1ddee8e64d120f18016a654152d0215 - Bug #962874
|
|
|
cab8d5 |
Patch12: %{name}-2.66-Fix_failure_to_start_with_ENOTSOCK.patch
|
|
|
cab8d5 |
# commit 3e8ed78bf1b2649b13129327700d5d55bd2040e2
|
|
|
cab8d5 |
Patch13: %{name}-2.66-Fix-option-parsing-for-dhcp-host.patch
|
|
|
cab8d5 |
# commit baa80ae5125beabd49edae2cdfaf3817a88a2ab6
|
|
|
cab8d5 |
Patch14: %{name}-2.66-Remove-limit-in-prefix-length-in-auth-zone.patch
|
|
|
cab8d5 |
# commit 0da5e8979b5e5466d0f7bb836f2716cbcf1d4589
|
|
|
cab8d5 |
Patch15: %{name}-2.66-Log-forwarding-table-overflows.patch
|
|
|
cab8d5 |
# commit 429805dbbc3888abc0d472c45935e92057964384
|
|
|
cab8d5 |
Patch16: %{name}-2.66-Allow-constructed-ranges-from-interface-address-at-end-of-range.patch
|
|
|
cab8d5 |
# commit e2ba0df2d4798e52e188c2f7f74613867d5aa82a
|
|
|
cab8d5 |
Patch17: %{name}-2.66-Dont-BIND-DHCP-socket-if-more-interfaces-may-come.patch
|
|
|
cab8d5 |
# commit 625ac28c61b0a5e6a252db00d72fbac6d88718fd
|
|
|
cab8d5 |
Patch18: %{name}-2.66-Fix_crash_with_empty_DHCP_string_options.patch
|
|
|
cab8d5 |
# commit ffbad34b310ab2db6a686c85f5c0a0e52c0680c8
|
|
|
cab8d5 |
Patch19: %{name}-2.66-Set-SOREUSEADDR-as-well-as-SOREUSEPORT-on-DHCP-socke.patch
|
|
|
dc4044 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1179756
|
|
|
dc4044 |
Patch20: %{name}-2.66-Support-IPv6-assignment-based-on-MAC-for-DHCPv6.patch
|
|
|
cab8d5 |
|
|
|
cab8d5 |
|
|
|
cab8d5 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
BuildRequires: dbus-devel
|
|
|
cab8d5 |
BuildRequires: pkgconfig
|
|
|
cab8d5 |
BuildRequires: libidn-devel
|
|
|
cab8d5 |
|
|
|
cab8d5 |
BuildRequires: systemd
|
|
|
cab8d5 |
Requires(post): systemd systemd-sysv chkconfig
|
|
|
cab8d5 |
Requires(preun): systemd
|
|
|
cab8d5 |
Requires(postun): systemd
|
|
|
cab8d5 |
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%description
|
|
|
cab8d5 |
Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server.
|
|
|
cab8d5 |
It is designed to provide DNS and, optionally, DHCP, to a small network.
|
|
|
cab8d5 |
It can serve the names of local machines which are not in the global
|
|
|
cab8d5 |
DNS. The DHCP server integrates with the DNS server and allows machines
|
|
|
cab8d5 |
with DHCP-allocated addresses to appear in the DNS with names configured
|
|
|
cab8d5 |
either in each host or in a central configuration file. Dnsmasq supports
|
|
|
cab8d5 |
static and dynamic DHCP leases and BOOTP for network booting of diskless
|
|
|
cab8d5 |
machines.
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%package utils
|
|
|
cab8d5 |
Summary: Utilities for manipulating DHCP server leases
|
|
|
cab8d5 |
Group: System Environment/Daemons
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%description utils
|
|
|
cab8d5 |
Utilities that use the standard DHCP protocol to
|
|
|
cab8d5 |
query/remove a DHCP server's leases.
|
|
|
cab8d5 |
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%prep
|
|
|
cab8d5 |
%setup -q -n %{name}-%{version}%{?extraversion}
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%patch0 -p1 -b .wrong_size
|
|
|
cab8d5 |
%patch1 -p1 -b .zero_DHCP_option
|
|
|
cab8d5 |
%patch2 -p1 -b .tcp_dns_in_one_packet
|
|
|
cab8d5 |
%patch3 -p1 -b .SERVFAIL_crash
|
|
|
cab8d5 |
%patch4 -p1 -b .dhcp_lease_time-regression
|
|
|
cab8d5 |
%patch5 -p1
|
|
|
cab8d5 |
%patch6 -p1 -b .utils_work_only_ipv4
|
|
|
cab8d5 |
%patch7 -p1 -b .dhcp-match_bootp
|
|
|
cab8d5 |
%patch8 -p1 -b .hosname_checks
|
|
|
cab8d5 |
%patch9 -p1 -b .inet_pton
|
|
|
cab8d5 |
%patch10 -p1 -b .default_dns_server
|
|
|
cab8d5 |
%patch11 -p1 -b .interface_aliases
|
|
|
cab8d5 |
%patch12 -p1 -b .enotsock_failure
|
|
|
cab8d5 |
%patch13 -p1 -b .option_parsing
|
|
|
cab8d5 |
%patch14 -p1 -b .auth_zone_limit
|
|
|
cab8d5 |
%patch15 -p1 -b .log_overflow
|
|
|
cab8d5 |
%patch16 -p1 -b .constr_range
|
|
|
cab8d5 |
%patch17 -p1 -b .bindtodevice
|
|
|
cab8d5 |
%patch18 -p1 -b .empty_dhcp_opts
|
|
|
cab8d5 |
%patch19 -p1 -b .reuseport
|
|
|
dc4044 |
%patch20 -p1
|
|
|
cab8d5 |
|
|
|
cab8d5 |
# use /var/lib/dnsmasq instead of /var/lib/misc
|
|
|
cab8d5 |
for file in dnsmasq.conf.example man/dnsmasq.8 man/es/dnsmasq.8 src/config.h; do
|
|
|
cab8d5 |
sed -i 's|/var/lib/misc/dnsmasq.leases|/var/lib/dnsmasq/dnsmasq.leases|g' "$file"
|
|
|
cab8d5 |
done
|
|
|
cab8d5 |
|
|
|
cab8d5 |
#enable dbus
|
|
|
cab8d5 |
sed -i 's|/\* #define HAVE_DBUS \*/|#define HAVE_DBUS|g' src/config.h
|
|
|
cab8d5 |
|
|
|
cab8d5 |
#enable IDN support
|
|
|
cab8d5 |
sed -i 's|/\* #define HAVE_IDN \*/|#define HAVE_IDN|g' src/config.h
|
|
|
cab8d5 |
|
|
|
cab8d5 |
#enable /etc/dnsmasq.d fix bz 526703
|
|
|
cab8d5 |
sed -i 's|#conf-dir=/etc/dnsmasq.d|conf-dir=/etc/dnsmasq.d|g' dnsmasq.conf.example
|
|
|
cab8d5 |
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%build
|
|
|
cab8d5 |
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
cab8d5 |
make -C contrib/wrt %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
cab8d5 |
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%install
|
|
|
cab8d5 |
rm -rf $RPM_BUILD_ROOT
|
|
|
cab8d5 |
# normally i'd do 'make install'...it's a bit messy, though
|
|
|
cab8d5 |
mkdir -p $RPM_BUILD_ROOT%{_sbindir} \
|
|
|
cab8d5 |
$RPM_BUILD_ROOT%{_mandir}/man8 \
|
|
|
cab8d5 |
$RPM_BUILD_ROOT%{_var}/lib/dnsmasq \
|
|
|
cab8d5 |
$RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.d \
|
|
|
cab8d5 |
$RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
|
|
|
cab8d5 |
install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq
|
|
|
cab8d5 |
install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf
|
|
|
cab8d5 |
install dbus/dnsmasq.conf $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/
|
|
|
cab8d5 |
install -m 644 man/dnsmasq.8 $RPM_BUILD_ROOT%{_mandir}/man8/
|
|
|
cab8d5 |
|
|
|
cab8d5 |
# utils sub package
|
|
|
cab8d5 |
mkdir -p $RPM_BUILD_ROOT%{_bindir} \
|
|
|
cab8d5 |
$RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
cab8d5 |
install -m 755 contrib/wrt/dhcp_release $RPM_BUILD_ROOT%{_bindir}/dhcp_release
|
|
|
cab8d5 |
install -m 644 contrib/wrt/dhcp_release.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_release.1
|
|
|
cab8d5 |
install -m 755 contrib/wrt/dhcp_lease_time $RPM_BUILD_ROOT%{_bindir}/dhcp_lease_time
|
|
|
cab8d5 |
install -m 644 contrib/wrt/dhcp_lease_time.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcp_lease_time.1
|
|
|
cab8d5 |
|
|
|
cab8d5 |
# Systemd
|
|
|
cab8d5 |
mkdir -p %{buildroot}%{_unitdir}
|
|
|
cab8d5 |
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
|
|
|
cab8d5 |
rm -rf %{buildroot}%{_initrddir}
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%clean
|
|
|
cab8d5 |
rm -rf $RPM_BUILD_ROOT
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%post
|
|
|
cab8d5 |
%systemd_post dnsmasq.service
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%preun
|
|
|
cab8d5 |
%systemd_preun dnsmasq.service
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%postun
|
|
|
cab8d5 |
%systemd_postun_with_restart dnsmasq.service
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%triggerun -- dnsmasq < 2.52-3
|
|
|
cab8d5 |
%{_bindir}/systemd-sysv-convert --save dnsmasq >/dev/null 2>&1 ||:
|
|
|
cab8d5 |
/sbin/chkconfig --del dnsmasq >/dev/null 2>&1 || :
|
|
|
cab8d5 |
/bin/systemctl try-restart dnsmasq.service >/dev/null 2>&1 || :
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%files
|
|
|
cab8d5 |
%defattr(-,root,root,-)
|
|
|
cab8d5 |
%doc CHANGELOG COPYING FAQ doc.html setup.html dbus/DBus-interface
|
|
|
cab8d5 |
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/dnsmasq.conf
|
|
|
cab8d5 |
%dir /etc/dnsmasq.d
|
|
|
cab8d5 |
%dir %{_var}/lib/dnsmasq
|
|
|
cab8d5 |
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/dnsmasq.conf
|
|
|
cab8d5 |
%{_unitdir}/%{name}.service
|
|
|
cab8d5 |
%{_sbindir}/dnsmasq
|
|
|
cab8d5 |
%{_mandir}/man8/dnsmasq*
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%files utils
|
|
|
cab8d5 |
%{_bindir}/dhcp_*
|
|
|
cab8d5 |
%{_mandir}/man1/dhcp_*
|
|
|
cab8d5 |
|
|
|
cab8d5 |
%changelog
|
|
|
dc4044 |
* Wed Feb 25 2015 Pavel Å imerda <psimerda@redhat.com> - 2.66-13
|
|
|
dc4044 |
- Resolves: #1179756 - dnsmasq does not support MAC address based matching for
|
|
|
dc4044 |
IPv6
|
|
|
dc4044 |
|
|
|
8d9ee0 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.66-12
|
|
|
8d9ee0 |
- Mass rebuild 2014-01-24
|
|
|
8d9ee0 |
|
|
|
8d9ee0 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.66-11
|
|
|
8d9ee0 |
- Mass rebuild 2013-12-27
|
|
|
8d9ee0 |
|
|
|
cab8d5 |
* Thu Aug 15 2013 Tomas Hozza <thozza@redhat.com> - 2.66-10
|
|
|
cab8d5 |
- Use SO_REUSEPORT and SO_REUSEADDR if possible for DHCPv4/6 (#981973)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Aug 12 2013 Tomas Hozza <thozza@redhat.com> - 2.66-9
|
|
|
cab8d5 |
- Don't use SO_REUSEPORT on DHCPv4 socket to prevent conflicts with ISC DHCP (#981973)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Jul 23 2013 Tomas Hozza <thozza@redhat.com> - 2.66-8
|
|
|
cab8d5 |
- Fix crash when specified empty DHCP option
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Jun 11 2013 Tomas Hozza <thozza@redhat.com> - 2.66-7
|
|
|
cab8d5 |
- use _hardened_build macro instead of hardcoded flags
|
|
|
cab8d5 |
- include several fixies from upstream repo:
|
|
|
cab8d5 |
- Allow constructed ranges from interface address at end of range
|
|
|
cab8d5 |
- Dont BINDTODEVICE DHCP socket if more interfaces may come
|
|
|
cab8d5 |
- Fix option parsing for dhcp host
|
|
|
cab8d5 |
- Log forwarding table overflows
|
|
|
cab8d5 |
- Remove limit in prefix length in auth zone
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri May 17 2013 Tomas Hozza <thozza@redhat.com> - 2.66-6
|
|
|
cab8d5 |
- include several fixies from upstream repo:
|
|
|
cab8d5 |
- Tighten hostname checks in legal hostname() function
|
|
|
cab8d5 |
- Replace inet_addr() with inet_pton() in src/option.c
|
|
|
cab8d5 |
- Use dnsmasq as default DNS server for RA only if it's doing DNS
|
|
|
cab8d5 |
- Handle IPv4 interface address labels (aliases) in Linux (#962246)
|
|
|
cab8d5 |
- Fix failure to start with ENOTSOCK (#962874)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Apr 30 2013 Tomas Hozza <thozza@redhat.com> - 2.66-5
|
|
|
cab8d5 |
- dnsmasq unit file cleanup
|
|
|
cab8d5 |
- drop forking Type and PIDfile and rather start dnsmasq with "-k" option
|
|
|
cab8d5 |
- drop After syslog.target as this is by default
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Apr 25 2013 Tomas Hozza <thozza@redhat.com> - 2.66-4
|
|
|
cab8d5 |
- include several fixes from upstream repo:
|
|
|
cab8d5 |
- Send TCP DNS messages in one packet
|
|
|
cab8d5 |
- Fix crash on SERVFAIL when using --conntrack option
|
|
|
cab8d5 |
- Fix regression in dhcp_lease_time utility
|
|
|
cab8d5 |
- Man page typos fixes
|
|
|
cab8d5 |
- Note that dhcp_lease_time and dhcp_release work only for IPv4
|
|
|
cab8d5 |
- Fix for --dhcp-match option to work also with BOOTP protocol
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sat Apr 20 2013 Tomas Hozza <thozza@redhat.com> - 2.66-3
|
|
|
cab8d5 |
- Use Full RELRO when linking the daemon
|
|
|
cab8d5 |
- compile the daemon with PIE
|
|
|
cab8d5 |
- include two fixes from upstream git repo
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Apr 18 2013 Tomas Hozza <thozza@redhat.com> - 2.66-2
|
|
|
cab8d5 |
- New stable version dnsmasq-2.66
|
|
|
cab8d5 |
- Drop of merged patch
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Apr 12 2013 Tomas Hozza <thozza@redhat.com> - 2.66-1.rc5
|
|
|
cab8d5 |
- Update to latest dnsmasq-2.66rc5
|
|
|
cab8d5 |
- Include fix for segfault when lease limit is reached
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Mar 22 2013 Tomas Hozza <thozza@redhat.com> - 2.66-1.rc1
|
|
|
cab8d5 |
- Update to latest dnsmasq-2.66rc1
|
|
|
cab8d5 |
- Dropping unneeded patches
|
|
|
cab8d5 |
- Enable IDN support
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Mar 15 2013 Tomas Hozza <thozza@redhat.com> - 2.65-5
|
|
|
cab8d5 |
- Allocate dhcp_buff-ers also if daemon->ra_contexts to prevent SIGSEGV (#920300)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Jan 31 2013 Tomas Hozza <thozza@redhat.com> - 2.65-4
|
|
|
cab8d5 |
- Handle locally-routed DNS Queries (#904940)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Jan 24 2013 Tomas Hozza <thozza@redhat.com> - 2.65-3
|
|
|
cab8d5 |
- build dnsmasq with $RPM_OPT_FLAGS, $RPM_LD_FLAGS explicitly (#903362)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Jan 22 2013 Tomas Hozza <thozza@redhat.com> - 2.65-2
|
|
|
cab8d5 |
- Fix for CVE-2013-0198 (checking of TCP connection interfaces) (#901555)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sat Dec 15 2012 Tomas Hozza <thozza@redhat.com> - 2.65-1
|
|
|
cab8d5 |
- new version 2.65
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Dec 05 2012 Tomas Hozza <thozza@redhat.com> - 2.64-1
|
|
|
cab8d5 |
- New version 2.64
|
|
|
cab8d5 |
- Merged patches dropped
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Nov 20 2012 Tomas Hozza <thozza@redhat.com> - 2.63-4
|
|
|
cab8d5 |
- Remove EnvironmentFile from service file (#878343)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Nov 19 2012 Tomas Hozza <thozza@redhat.com> - 2.63-3
|
|
|
cab8d5 |
- dhcp6 support fixes (#867054)
|
|
|
cab8d5 |
- removed "-s $HOSTNAME" from .service file (#753656, #822797)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Oct 23 2012 Tomas Hozza <thozza@redhat.com> - 2.63-2
|
|
|
cab8d5 |
- Introduce new systemd-rpm macros in dnsmasq spec file (#850096)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Aug 23 2012 Douglas Schilling Landgraf <dougsland@redhat.com> - 2.63-1
|
|
|
cab8d5 |
- Use .tar.gz compression, in upstream site there is no .lzma anymore
|
|
|
cab8d5 |
- New version 2.63
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sat Feb 11 2012 Pádraig Brady <P@draigBrady.com> - 2.59-5
|
|
|
cab8d5 |
- Compile DHCP lease management utils with RPM_OPT_FLAGS
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Feb 9 2012 Pádraig Brady <P@draigBrady.com> - 2.59-4
|
|
|
cab8d5 |
- Include DHCP lease management utils in a subpackage
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.59-3
|
|
|
cab8d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland@redhat.com> - 2.59-2
|
|
|
cab8d5 |
- do not enable service by default
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland@redhat.com> - 2.59-1
|
|
|
cab8d5 |
- New version 2.59
|
|
|
cab8d5 |
- Fix regression in 2.58 (IPv6 issue) - bz 744814
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland@redhat.com> - 2.58-1
|
|
|
cab8d5 |
- Fixed License
|
|
|
cab8d5 |
- New version 2.58
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Aug 08 2011 Patrick "Jima" Laughton <jima@fedoraproject.org> - 2.52-5
|
|
|
cab8d5 |
- Include systemd unit file
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Aug 08 2011 Patrick "Jima" Laughton <jima@fedoraproject.org> - 2.52-3
|
|
|
cab8d5 |
- Applied Jóhann's patch, minor cleanup
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Jul 26 2011 Jóhann B. Guðmundsson <johannbg@gmail.com> - 2.52-3
|
|
|
cab8d5 |
- Introduce systemd unit file, drop SysV support
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.52-2
|
|
|
cab8d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Jan 26 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 2.52-1
|
|
|
cab8d5 |
- New Version 2.52
|
|
|
cab8d5 |
- fix condrestart() in initscript bz 547605
|
|
|
cab8d5 |
- fix sed to enable DBUS(the '*' need some escaping) bz 553161
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sun Nov 22 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 2.51-2
|
|
|
cab8d5 |
- fix bz 512664
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sat Oct 17 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 2.51-1
|
|
|
cab8d5 |
- move initscript from patch to a plain text file
|
|
|
cab8d5 |
- drop (dnsmasq-configuration.patch) and use sed instead
|
|
|
cab8d5 |
- enable /etc/dnsmasq.d fix bz 526703
|
|
|
cab8d5 |
- change requires to package name instead of file
|
|
|
cab8d5 |
- new version 2.51
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Oct 5 2009 Mark McLoughlin <markmc@redhat.com> - 2.48-4
|
|
|
cab8d5 |
- Fix multiple TFTP server vulnerabilities (CVE-2009-2957, CVE-2009-2958)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.48-3
|
|
|
cab8d5 |
- Use lzma compressed upstream tarball.
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.48-2
|
|
|
cab8d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Jun 10 2009 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.48-1
|
|
|
cab8d5 |
- Bugfix/feature enhancement update
|
|
|
cab8d5 |
- Fixing BZ#494094
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Fri May 29 2009 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.47-1
|
|
|
cab8d5 |
- Bugfix/feature enhancement update
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.46-2
|
|
|
cab8d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Dec 29 2008 Matěj Cepl <mcepl@redhat.com> - 2.45-2
|
|
|
cab8d5 |
- rebuilt
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Jul 21 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.45-1
|
|
|
cab8d5 |
- Upstream release (bugfixes)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Jul 16 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.43-2
|
|
|
cab8d5 |
- New upstream release, contains fixes for CVE-2008-1447/CERT VU#800113
|
|
|
cab8d5 |
- Dropped patch for newer glibc (merged upstream)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Feb 13 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.8
|
|
|
cab8d5 |
- Added upstream-authored patch for newer glibc (thanks Simon!)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Feb 13 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.7
|
|
|
cab8d5 |
- New upstream release
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Jan 30 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.6.rc1
|
|
|
cab8d5 |
- Release candidate
|
|
|
cab8d5 |
- Happy Birthday Isaac!
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Jan 23 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.5.test30
|
|
|
cab8d5 |
- Bugfix update
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Dec 31 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.4.test26
|
|
|
cab8d5 |
- Bugfix/feature enhancement update
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Dec 13 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.3.test24
|
|
|
cab8d5 |
- Upstream fix for fairly serious regression
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Dec 04 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.41-0.2.test20
|
|
|
cab8d5 |
- New upstream test release
|
|
|
cab8d5 |
- Moving dnsmasq.leases to /var/lib/dnsmasq/ as per BZ#407901
|
|
|
cab8d5 |
- Ignoring dangerous-command-in-%%post rpmlint warning (as per above fix)
|
|
|
cab8d5 |
- Patch consolidation/cleanup
|
|
|
cab8d5 |
- Removed conditionals for Fedora <= 3 and Aurora 2.0
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Sep 18 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.40-1
|
|
|
cab8d5 |
- Finalized upstream release
|
|
|
cab8d5 |
- Removing URLs from patch lines (CVS is the authoritative source)
|
|
|
cab8d5 |
- Added more magic to make spinning rc/test packages more seamless
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sun Aug 26 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.40-0.1.rc2
|
|
|
cab8d5 |
- New upstream release candidate (feature-frozen), thanks Simon!
|
|
|
cab8d5 |
- License clarification
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue May 29 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.39-1
|
|
|
cab8d5 |
- New upstream version (bugfixes, enhancements)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Feb 12 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.38-1
|
|
|
cab8d5 |
- New upstream version with bugfix for potential hang
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Feb 06 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.37-1
|
|
|
cab8d5 |
- New upstream version
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Wed Jan 24 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.36-1
|
|
|
cab8d5 |
- New upstream version
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Nov 06 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.35-2
|
|
|
cab8d5 |
- Stop creating /etc/sysconfig on %%install
|
|
|
cab8d5 |
- Create /etc/dnsmasq.d on %%install
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Nov 06 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.35-1
|
|
|
cab8d5 |
- Update to 2.35
|
|
|
cab8d5 |
- Removed UPGRADING_to_2.0 from %%doc as per upstream change
|
|
|
cab8d5 |
- Enabled conf-dir in default config as per RFE BZ#214220 (thanks Chris!)
|
|
|
cab8d5 |
- Added %%dir /etc/dnsmasq.d to %%files as per above RFE
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Oct 24 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.34-2
|
|
|
cab8d5 |
- Fixed BZ#212005
|
|
|
cab8d5 |
- Moved %%postun scriptlet to %%post, where it made more sense
|
|
|
cab8d5 |
- Render scriptlets safer
|
|
|
cab8d5 |
- Minor cleanup for consistency
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Oct 19 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.34-1
|
|
|
cab8d5 |
- Hardcoded version in patches, as I'm getting tired of updating them
|
|
|
cab8d5 |
- Update to 2.34
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Aug 28 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.33-2
|
|
|
cab8d5 |
- Rebuild for FC6
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue Aug 15 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.33-1
|
|
|
cab8d5 |
- Update
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Sat Jul 22 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.32-3
|
|
|
cab8d5 |
- Added pkgconfig BuildReq due to reduced buildroot
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Jul 20 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.32-2
|
|
|
cab8d5 |
- Forced update due to dbus version bump
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Jun 12 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.32-1
|
|
|
cab8d5 |
- Update from upstream
|
|
|
cab8d5 |
- Patch from Dennis Gilmore fixed the conditionals to detect Aurora Linux
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon May 8 2006 Patrick "Jima" Laughton <jima@auroralinux.org> 2.31-1
|
|
|
cab8d5 |
- Removed dbus config patch (now provided upstream)
|
|
|
cab8d5 |
- Patched in init script (no longer provided upstream)
|
|
|
cab8d5 |
- Added DBus-interface to docs
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue May 2 2006 Patrick "Jima" Laughton <jima@auroralinux.org> 2.30-4.2
|
|
|
cab8d5 |
- More upstream-recommended cleanups :)
|
|
|
cab8d5 |
- Killed sysconfig file (provides unneeded functionality)
|
|
|
cab8d5 |
- Tweaked init script a little more
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Tue May 2 2006 Patrick "Jima" Laughton <jima@auroralinux.org> 2.30-4
|
|
|
cab8d5 |
- Moved options out of init script and into /etc/sysconfig/dnsmasq
|
|
|
cab8d5 |
- Disabled DHCP_LEASE in sysconfig file, fixing bug #190379
|
|
|
cab8d5 |
- Simon Kelley provided dbus/dnsmasq.conf, soon to be part of the tarball
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Thu Apr 27 2006 Patrick "Jima" Laughton <jima@auroralinux.org> 2.30-3
|
|
|
cab8d5 |
- Un-enabled HAVE_ISC_READER, a hack to enable a deprecated feature (request)
|
|
|
cab8d5 |
- Split initscript & enable-dbus patches, conditionalized dbus for FC3
|
|
|
cab8d5 |
- Tweaked name field in changelog entries (trying to be consistent)
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Apr 24 2006 Patrick "Jima" Laughton <jima@auroralinux.org> 2.30-2
|
|
|
cab8d5 |
- Disabled stripping of binary while installing (oops)
|
|
|
cab8d5 |
- Enabled HAVE_ISC_READER/HAVE_DBUS via patch
|
|
|
cab8d5 |
- Added BuildReq for dbus-devel
|
|
|
cab8d5 |
|
|
|
cab8d5 |
* Mon Apr 24 2006 Patrick "Jima" Laughton <jima@auroralinux.org> 2.30-1
|
|
|
cab8d5 |
- Initial Fedora Extras RPM
|