d89b54
%global _hardened_build 1
d89b54
d89b54
#%%global svn_snapshot 20150714
d89b54
d89b54
Summary: Tool for dynamic reconfiguration of validating resolver Unbound
d89b54
Name: dnssec-trigger
d89b54
Version: 0.15
d89b54
Release: 4%{?svn_snapshot:.%{svn_snapshot}svn}%{?dist}
d89b54
License: BSD
d89b54
Url: http://www.nlnetlabs.nl/downloads/dnssec-trigger/
d89b54
d89b54
%if 0%{?svn_snapshot:1}
d89b54
# generated using './makedist.sh -s' in the cloned upstream trunk
d89b54
Source0: %{name}-%{version}_%{svn_snapshot}.tar.gz
d89b54
%else
d89b54
Source0: http://www.nlnetlabs.nl/downloads/dnssec-trigger/%{name}-%{version}.tar.gz
d89b54
%endif
d89b54
Source1: dnssec-trigger.tmpfiles.d
d89b54
Source2: dnssec-trigger-default.conf
d89b54
Source3: dnssec-trigger-workstation.conf
d89b54
d89b54
# Patches
d89b54
Patch1: 0001-dnssec-trigger-script-port-to-libnm.patch
d89b54
d89b54
# to obsolete the version in which the panel was in main package
d89b54
Obsoletes: %{name} < 0.12-22
d89b54
Suggests: %{name}-panel
d89b54
# Require a version of NetworkManager that doesn't forget to issue dhcp-change
d89b54
# https://bugzilla.redhat.com/show_bug.cgi?id=1112248
d89b54
%if 0%{?rhel} >= 7
d89b54
Requires: NetworkManager >= 0.9.9.1-13
d89b54
%else
d89b54
%if 0%{?fedora} >= 21
d89b54
Requires: NetworkManager >= 0.9.9.95-1
d89b54
%else
d89b54
Requires: NetworkManager >= 0.9.9.0-40
d89b54
%endif
d89b54
%endif
d89b54
Requires: ldns >= 1.6.10, NetworkManager-libnm, unbound
d89b54
# needed by /usr/sbin/dnssec-trigger-control-setup
d89b54
# otherwise it ends with error: /usr/sbin/dnssec-trigger-control-setup: line 180: openssl: command not found
d89b54
Requires: openssl
d89b54
# needed for /usr/bin/chattr
d89b54
Requires: e2fsprogs
d89b54
BuildRequires: openssl-devel, ldns-devel, python3-devel, gcc
d89b54
BuildRequires: NetworkManager-libnm-devel
d89b54
d89b54
BuildRequires: systemd
d89b54
Requires(post): systemd
d89b54
Requires(preun): systemd
d89b54
Requires(postun): systemd
d89b54
d89b54
# Provides Workstation specific configuration
d89b54
# - No captive portal detection and no action available on Captive portal (No UI)
d89b54
Provides: variant_config(Workstation)
d89b54
d89b54
%description
d89b54
dnssec-trigger reconfigures the local Unbound DNS server. Unbound is a
d89b54
resolver performing DNSSEC validation. dnssec-trigger is a set of daemon
d89b54
and script. On every network configuration change dnssec-trigger performs
d89b54
set of tests and configures Unbound based on the current NetworkManager
d89b54
configuration, its own configuration and results of performed tests.
d89b54
d89b54
d89b54
%package panel
d89b54
Summary: Applet for interaction between the user and dnssec-trigger
d89b54
Requires: %{name} = %{version}-%{release}
d89b54
Obsoletes: %{name} < 0.12-22
d89b54
Requires: xdg-utils
d89b54
BuildRequires: gtk2-devel, desktop-file-utils
d89b54
d89b54
%description panel
d89b54
This package provides the GTK panel for interaction between the user
d89b54
and dnssec-trigger daemon. It is able to show the current state and
d89b54
results of probing performed by dnssec-trigger daemon. Also in case
d89b54
some user input is needed, the panel creates a dialog window.
d89b54
d89b54
d89b54
%prep
d89b54
%setup -q %{?svn_snapshot:-n %{name}-%{version}_%{svn_snapshot}}
d89b54
d89b54
%patch1 -p1 -b .libnm_port
d89b54
d89b54
# don't use DNSSEC for forward zones for now
d89b54
sed -i "s/validate_connection_provided_zones=yes/validate_connection_provided_zones=no/" dnssec.conf
d89b54
d89b54
d89b54
%build
d89b54
%configure  \
d89b54
    --with-keydir=%{_sysconfdir}/dnssec-trigger \
d89b54
    --with-hooks=networkmanager \
d89b54
    --with-python=%{__python3} \
d89b54
    --with-pidfile=%{_localstatedir}/run/%{name}d.pid
d89b54
d89b54
%{__make} %{?_smp_mflags}
d89b54
d89b54
d89b54
%install
d89b54
rm -rf %{buildroot}
d89b54
%{__make} DESTDIR=%{buildroot} install
d89b54
d89b54
install -d 0755 %{buildroot}%{_unitdir}
d89b54
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/
d89b54
install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/%{name}/
d89b54
d89b54
mkdir -p %{buildroot}%{_libexecdir}
d89b54
d89b54
desktop-file-install --dir=%{buildroot}%{_datadir}/applications dnssec-trigger-panel.desktop
d89b54
d89b54
# install the configuration for /var/run/dnssec-trigger into tmpfiles.d dir
d89b54
mkdir -p %{buildroot}%{_tmpfilesdir}
d89b54
install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_tmpfilesdir}/%{name}.conf
d89b54
# we must create the /var/run/dnssec-trigger directory
d89b54
mkdir -p %{buildroot}%{_localstatedir}/run
d89b54
install -d -m 0755 %{buildroot}%{_localstatedir}/run/%{name}
d89b54
d89b54
# supress the panel name everywhere including the gnome3 panel at the bottom
d89b54
ln -s dnssec-trigger-panel %{buildroot}%{_bindir}/dnssec-trigger
d89b54
d89b54
# Make dnssec-trigger.8 manpage available under names of all dnssec-trigger-*
d89b54
# executables
d89b54
for all in dnssec-trigger-control dnssec-trigger-control-setup dnssec-triggerd; do
d89b54
    ln -s %{_mandir}/man8/dnssec-trigger.8 %{buildroot}/%{_mandir}/man8/"$all".8
d89b54
done
d89b54
ln -s %{_mandir}/man8/dnssec-trigger.8 %{buildroot}/%{_mandir}/man8/dnssec-trigger.conf.8
d89b54
d89b54
d89b54
%post
d89b54
%systemd_post %{name}d.service
d89b54
d89b54
%preun
d89b54
%systemd_preun %{name}d.service
d89b54
d89b54
%postun
d89b54
%systemd_postun_with_restart %{name}d.service
d89b54
d89b54
%posttrans
d89b54
# If we don't yet have a symlink or existing file for dnssec-trigger.conf,
d89b54
# create it..
d89b54
if [ ! -e %{_sysconfdir}/%{name}/dnssec-trigger.conf ]; then
d89b54
    # Import /etc/os-release to get the variant definition
d89b54
    . /etc/os-release || :
d89b54
d89b54
    case "$VARIANT_ID" in
d89b54
        workstation)
d89b54
            ln -sf %{name}-workstation.conf %{_sysconfdir}/%{name}/dnssec-trigger.conf || :
d89b54
            ;;
d89b54
        *)
d89b54
            ln -sf %{name}-default.conf %{_sysconfdir}/%{name}/dnssec-trigger.conf || :
d89b54
            ;;
d89b54
        esac
d89b54
fi
d89b54
d89b54
d89b54
d89b54
%files
d89b54
%license LICENSE
d89b54
%doc README
d89b54
%{_bindir}/dnssec-trigger
d89b54
%{_sbindir}/dnssec-trigger*
d89b54
%{_libexecdir}/dnssec-trigger-script
d89b54
%{_unitdir}/%{name}d.service
d89b54
%{_unitdir}/%{name}d-keygen.service
d89b54
%attr(0755,root,root) %{_sysconfdir}/NetworkManager/dispatcher.d/01-dnssec-trigger
d89b54
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/dnssec.conf
d89b54
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
d89b54
%attr(0644,root,root) %ghost %config(noreplace) %{_sysconfdir}/%{name}/dnssec-trigger.conf
d89b54
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dnssec-trigger-default.conf
d89b54
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dnssec-trigger-workstation.conf
d89b54
%dir %{_localstatedir}/run/%{name}
d89b54
%{_tmpfilesdir}/%{name}.conf
d89b54
%{_mandir}/man8/dnssec-trigger*
d89b54
d89b54
%files panel
d89b54
%{_bindir}/dnssec-trigger-panel
d89b54
%attr(0755,root,root) %dir %{_datadir}/%{name}
d89b54
%attr(0644,root,root) %{_datadir}/%{name}/*
d89b54
%attr(0644,root,root) %{_datadir}/applications/dnssec-trigger-panel.desktop
d89b54
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/xdg/autostart/dnssec-trigger-panel.desktop
d89b54
d89b54
d89b54
%changelog
d89b54
* Mon Feb 19 2018 Tomas Hozza <thozza@redhat.com> - 0.15-4
d89b54
- Added explicit BuildRequires on gcc as required by packaging guidelines
d89b54
- Added explicit Requires on e2fsprogs, so that /usr/bin/chattr is available
d89b54
- Remove redundant removal of immutable bit in %%preun scriptlet (#1542400)
d89b54
d89b54
* Mon Feb 19 2018 Tomas Hozza <thozza@redhat.com> - 0.15-3
d89b54
- use NetworkManager-libnm instead of NetworkManager-glib
d89b54
d89b54
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-2
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d89b54
d89b54
* Mon Dec 11 2017 Tomas Hozza <thozza@redhat.com> - 0.15-1
d89b54
- Update to stable 0.15 upstream release
d89b54
d89b54
* Fri Aug 18 2017 Petr Menšík <pemensik@redhat.com> - 0.13-6
d89b54
- Skip always failing kr.com, update root IPs (#1482939)
d89b54
d89b54
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-5
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d89b54
d89b54
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d89b54
d89b54
* Wed Mar 08 2017 Tomas Hozza <thozza@redhat.com> - 0.13-3
d89b54
- Rebuild against new ldns
d89b54
d89b54
* Wed Mar 01 2017 Tomas Hozza <thozza@redhat.com> - 0.13-2
d89b54
- Include fix for runtime issues with OpenSSL 1.1.0 (#1427561)
d89b54
d89b54
* Fri Feb 17 2017 Tomas Hozza <thozza@redhat.com> - 0.13-1
d89b54
- Update to stable 0.13 upstream release
d89b54
- Dropped merged patches
d89b54
d89b54
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-0.6.20150714svn
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d89b54
d89b54
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.13-0.5.20150714svn
d89b54
- Rebuild for Python 3.6
d89b54
d89b54
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-0.4.20150714svn
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d89b54
d89b54
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
d89b54
d89b54
* Mon Jul 20 2015 Tomas Hozza <thozza@redhat.com> - 0.13-0.2.20150714svn
d89b54
- Provide Workstation specific configuration
d89b54
d89b54
* Wed Jul 15 2015 Tomas Hozza <thozza@redhat.com> - 0.13-0.1.20150714svn
d89b54
- split dnssec-trigger panel into separate subpackage (#1236363)
d89b54
- SPEC file cleanup based on rpmlint and fedora-review issues
d89b54
- implement some suggestions (#1236363)
d89b54
- rebase to the latest svn trunk snapshot 0.13_20150714
d89b54
- Script is not searching local user directories any more (#1213062)
d89b54
- Script now doesn't restart NM if version is >= 1.0.3, but sends just signal
d89b54
- Script now specifies the NMClient version for GI (#1242430)
d89b54
- Script now sets negative-cache-ttl in unbound to 5 seconds (#1229596)
d89b54
d89b54
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-21
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d89b54
d89b54
* Wed Apr 08 2015 Tomas Hozza <thozza@redhat.com> - 0.12-20
d89b54
- Fix issue when installing private address range zone without global forwarders (#1205864)
d89b54
- Fix configuration of private address range zones (#1128310#c20)
d89b54
d89b54
* Fri Mar 13 2015 Tomas Hozza <thozza@redhat.com> - 0.12-19
d89b54
- Fix typo in the dnssec-trigger-script (#1187371)
d89b54
- Use Python3 by default
d89b54
d89b54
* Mon Jan 26 2015 Pavel Šimerda <psimerda@redhat.com> - 0.12-18
d89b54
- Resolves: #1185796, #1130502, #1105685, #1128310 – update
d89b54
d89b54
* Tue Jan 20 2015 Pavel Šimerda <psimerda@redhat.com> - 0.12-17
d89b54
- Resolves: #1183975 - systemd cgroup check fails
d89b54
d89b54
* Tue Jan 20 2015 Pavel Šimerda <psimerda@redhat.com> - 0.12-16
d89b54
- Resolves: #1165126, #1125267, #1089766, #1112248, #824219 - update
d89b54
d89b54
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-15
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d89b54
d89b54
* Thu Aug 14 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-14
d89b54
- Resolves: #1125261 - dnssec-trigger-script: use fcntl.flock instead of
d89b54
  lockfile
d89b54
d89b54
* Mon Aug 11 2014 Tomas Hozza <thozza@redhat.com> - 0.12-13
d89b54
- One Fedora fallback server changed IP address (#1125440)
d89b54
d89b54
* Mon Jun 30 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-12
d89b54
- Resolves: #1112248 - require a version of NetworkManager with #1113122 fixed
d89b54
d89b54
* Tue Jun 24 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-11
d89b54
- Resolves: #1112248 - serialize the script instances
d89b54
d89b54
* Tue Jun 24 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-10
d89b54
- Resolves: #1112248 - fix a typo
d89b54
d89b54
* Tue Jun 24 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-9
d89b54
- Resolves: #1112248 - fix systemd race condition
d89b54
d89b54
* Mon Jun 23 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-8
d89b54
- Resolves: #1112248 - don't block on systemctl restart NetworkManager
d89b54
d89b54
* Mon Jun 23 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-7
d89b54
- Resolves: #1112248, #1111143 - update dnssec-trigger-script and dnssec-triggerd.service
d89b54
d89b54
* Fri Jun 20 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-6
d89b54
- Resolves: #1111143 - fix for python2
d89b54
d89b54
* Fri Jun 20 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-5
d89b54
- Related: #842455 - remove a patch that is now redundant
d89b54
d89b54
* Fri Jun 20 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-4
d89b54
- update dnssec-trigger-script to current development submitted upstream
d89b54
d89b54
* Wed Jun 18 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-3
d89b54
- Resolves: #1105896 - the new script doesn't call dnssec-trigger-control submit
d89b54
d89b54
* Fri Jun 06 2014 Pavel Šimerda <psimerda@redhat.com> - 0.12-2
d89b54
- fix various dnssec-trigger-script issues
d89b54
d89b54
* Fri May 23 2014 Tomas Hozza <thozza@redhat.com> - 0.12-1
d89b54
- Update to 0.12 version
d89b54
- Drop merged patches
d89b54
- Drop downstream files (systemd, dispatcher scripts)
d89b54
d89b54
* Tue May 13 2014 Paul Wouters <pwouters@redhat.com> - 0.11-21
d89b54
- Enable full hardening (includig PIE)
d89b54
- Resolves: rhbz#1045689 dnssec-trigger creates long-time RSA key with inappropriate size
d89b54
d89b54
* Wed Feb 19 2014 Tomas Hozza <thozza@redhat.com> - 0.11-20
d89b54
- Restart NM on dnssec-trigger shutdown (let NM handle the resolv.conf content)
d89b54
- HN-hook: Handle situation when connection does not have a device
d89b54
d89b54
* Wed Jan 29 2014 Tomas Hozza <thozza@redhat.com> - 0.11-19
d89b54
- Use new Python dispatcher script and ship /etc/dnssec.conf
d89b54
d89b54
* Tue Jan 28 2014 Tomas Hozza <thozza@redhat.com> - 0.11-18
d89b54
- Use systemd macros instead of directly calling systemctl
d89b54
- simplify the systemd unit file for generating keys
d89b54
d89b54
* Thu Nov 21 2013 Tomas Hozza <thozza@redhat.com> - 0.11-17
d89b54
- Add script to backup and restore resolv.conf on dnssec-trigger start/stop
d89b54
d89b54
* Mon Nov 18 2013 Tomas Hozza <thozza@redhat.com> - 0.11-16
d89b54
- Improve GUI dialogs texts
d89b54
d89b54
* Tue Nov 12 2013 Tomas Hozza <thozza@redhat.com> - 0.11-15
d89b54
- Fix NM dispatcher script to work with NM >= 0.9.9.0 (#1029571)
d89b54
d89b54
* Mon Aug 26 2013 Tomas Hozza <thozza@redhat.com> - 0.11-14
d89b54
- Fix errors found by static analysis of source
d89b54
d89b54
* Fri Aug 09 2013 Tomas Hozza <thozza@redhat.com> - 0.11-13
d89b54
- Use improved NM dispatcher script from upstream
d89b54
- Added tmpfiles.d config due to improved NM dispatcher script
d89b54
d89b54
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-12
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d89b54
d89b54
* Mon Mar 04 2013 Adam Tkac <atkac redhat com> - 0.11-11
d89b54
- link dnssec-trigger.conf.8 to dnssec-trigger.8
d89b54
- build dnssec-triggerd with full RELRO
d89b54
d89b54
* Mon Mar 04 2013 Adam Tkac <atkac redhat com> - 0.11-10
d89b54
- remove deprecated "Application" keyword from desktop file
d89b54
d89b54
* Mon Mar 04 2013 Adam Tkac <atkac redhat com> - 0.11-9
d89b54
- install various dnssec-trigger-* symlinks to dnssec-trigger.8 manpage
d89b54
d89b54
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-8
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d89b54
d89b54
* Tue Jan 08 2013 Paul Wouters <pwouters@redhat.com> - 0.11-7
d89b54
- Use full path for systemd (rhbz#842455)
d89b54
d89b54
* Tue Jul 24 2012 Paul Wouters <pwouters@redhat.com> - 0.11-6
d89b54
- Patched daemon to remove immutable attr (rhbz#842455) as the
d89b54
  systemd ExecStopPost= target does not seem to work
d89b54
d89b54
* Tue Jul 24 2012 Paul Wouters <pwouters@redhat.com> - 0.11-5
d89b54
- On service stop, remove immutable attr from resolv.conf (rhbz#842455)
d89b54
d89b54
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
d89b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d89b54
d89b54
* Thu Jun 28 2012 Paul Wouters <pwouters@redhat.com> - 0.11-3
d89b54
- Fix DHCP hook for f17+ version of nmcli (rhbz#835298)
d89b54
d89b54
* Sun Jun 17 2012 Paul Wouters <pwouters@redhat.com> - 0.11-2
d89b54
- Small textual changes to some popup windows
d89b54
d89b54
* Fri Jun 15 2012 Paul Wouters <pwouters@redhat.com> - 0.11-1
d89b54
- Updated to 0.11
d89b54
- http Hotspot detection via fedoraproject.org/static/hotspot.html
d89b54
- http Hotspot Login page via uses hotspot-nocache.fedoraproject.org
d89b54
d89b54
* Thu Feb 23 2012 Paul Wouters <pwouters@redhat.com> - 0.10-4
d89b54
- Require: unbound
d89b54
d89b54
* Wed Feb 22 2012 Paul Wouters <pwouters@redhat.com> - 0.10-3
d89b54
- Fix the systemd startup to require unbound
d89b54
- dnssec-triggerd no longer forks, giving systemd more control
d89b54
- Fire NM dispatcher in ExecStartPost of dnssec-triggerd.service
d89b54
- Fix tcp80 entries in dnssec-triggerd.conf
d89b54
- symlink dnssec-trigger-panel to dnssec-trigger to supress the
d89b54
  "-panel" in the applet name shown in gnome3
d89b54
d89b54
d89b54
* Wed Feb 22 2012 Paul Wouters <pwouters@redhat.com> - 0.10-2
d89b54
- The NM hook was not modified at the right time during build
d89b54
d89b54
* Wed Feb 22 2012 Paul Wouters <pwouters@redhat.com> - 0.10-1
d89b54
- Updated to 0.10
d89b54
- The NM hook lacks /usr/sbin in path, resulting in empty resolv.conf on hotspot
d89b54
d89b54
* Wed Feb 08 2012 Paul Wouters <pwouters@redhat.com> - 0.9-4
d89b54
- Updated tls443 / tls80 resolver instances supplied by Fedora Hosted
d89b54
d89b54
* Mon Feb 06 2012 Paul Wouters <pwouters@redhat.com> - 0.9-3
d89b54
- Convert from SysV to systemd for initial Fedora release
d89b54
- Moved configs and pem files to /etc/dnssec-trigger/
d89b54
- No more /var/run/dnssec-triggerd/
d89b54
- Fix Build-requires
d89b54
- Added commented tls443 port80 entries of pwouters resolvers
d89b54
- On uninstall ensure there is no immutable bit on /etc/resolv.conf
d89b54
d89b54
* Sat Jan 07 2012 Paul Wouters <paul@xelerance.com> - 0.9-2
d89b54
- Added LICENCE to doc section
d89b54
d89b54
* Mon Dec 19 2011 Paul Wouters <paul@xelerance.com> - 0.9-1
d89b54
- Upgraded to 0.9
d89b54
d89b54
* Fri Oct 28 2011 Paul Wouters <paul@xelerance.com> - 0.7-1
d89b54
- Upgraded to 0.7
d89b54
d89b54
* Fri Sep 23 2011 Paul Wouters <paul@xelerance.com> - 0.4-1
d89b54
- Upgraded to 0.4
d89b54
d89b54
* Sat Sep 17 2011 Paul Wouters <paul@xelerance.com> - 0.3-5
d89b54
- Start 01-dnssec-trigger-hook in daemon start
d89b54
- Ensure dnssec-triggerd starts after NetworkManager
d89b54
d89b54
* Fri Sep 16 2011 Paul Wouters <paul@xelerance.com> - 0.3-4
d89b54
- Initial package