Blame SPECS/dnssec-trigger.spec

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