Blame SPECS/keepalived.spec

cead2e
%bcond_without snmp
cead2e
%bcond_without vrrp
cead2e
%bcond_without sha1
cead2e
%bcond_with profile
cead2e
%bcond_with debug
cead2e
cead2e
%global _hardened_build 1
cead2e
cead2e
Name: keepalived
cead2e
Summary: Load balancer and high availability service
cead2e
Version: 1.3.5
b6983f
Release: 8%{?dist}.5
cead2e
License: GPLv2+
cead2e
URL: http://www.keepalived.org/
cead2e
Group: System Environment/Daemons
cead2e
cead2e
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
cead2e
Source1: keepalived.service
cead2e
cead2e
Patch0: bz1419049-fix-unused-variables.patch
cead2e
Patch1: bz1477572-fix-man-page-vrrp_ipsets.patch
cead2e
Patch2: bz1477563-fix-keepalived_script-user.patch
cead2e
Patch3: bz1508435-load-ip-tables-handling.patch
cead2e
Patch4: bz1508435-no-segfault-ip_vs-load.patch
cead2e
Patch5: bz1508435-remove-ipset-handling.patch
cead2e
Patch6: bz1477587-exclude-mismatch-vips.patch
680b9c
Patch7: bz1652694-fix-buffer-overflow-http-status.patch
b6983f
patch10: bz1678480-add-child_wait_time.patch
b6983f
patch11: bz1678480-migrate-failed-checkers-reload.patch
b6983f
patch12: bz1678480-implment-checker-comparison.patch
b6983f
patch13: bz1678480-fix-wrong-migrate-checker-id.patch
b6983f
patch14: bz1678480-set-active-if-failed-checkers-empty.patch
b6983f
patch15: bz1678480-fix-checker-coding-style.patch
b6983f
patch16: bz1678480-remove-unnecessary-parameter-compare.patch
b6983f
patch17: bz1678480-resolve-compiler-warning.patch
b6983f
patch18: bz1678480-include-check_api-in-ipwrapper.patch
b6983f
patch19: bz1715308-make-checker-variables-non-global.patch
b6983f
patch20: bz1715308-fix-checkers-comparison-on-reload.patch
cead2e
cead2e
Requires: ipset-libs
cead2e
Requires(post): systemd
cead2e
Requires(preun): systemd
cead2e
Requires(postun): systemd
cead2e
cead2e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cead2e
%if %{with snmp}
cead2e
BuildRequires: net-snmp
cead2e
BuildRequires: net-snmp-devel
cead2e
%endif
cead2e
BuildRequires: systemd-units
cead2e
BuildRequires: openssl-devel
cead2e
BuildRequires: libnl3-devel
cead2e
BuildRequires: ipset-devel
cead2e
BuildRequires: iptables-devel
cead2e
BuildRequires: libnfnetlink-devel
cead2e
cead2e
%description
cead2e
Keepalived provides simple and robust facilities for load balancing
cead2e
and high availability.  The load balancing framework relies on the
cead2e
well-known and widely used Linux Virtual Server (IPVS) kernel module
cead2e
providing layer-4 (transport layer) load balancing.  Keepalived
cead2e
implements a set of checkers to dynamically and adaptively maintain
cead2e
and manage a load balanced server pool according their health.
cead2e
Keepalived also implements the Virtual Router Redundancy Protocol
cead2e
(VRRPv2) to achieve high availability with director failover.
cead2e
cead2e
%prep
cead2e
%setup -q
cead2e
%patch0 -p1
cead2e
%patch1 -p1
cead2e
%patch2 -p1
cead2e
%patch3 -p1
cead2e
%patch4 -p1
cead2e
%patch5 -p1
cead2e
%patch6 -p1
680b9c
%patch7 -p1
b6983f
%patch10 -p1
b6983f
%patch11 -p1
b6983f
%patch12 -p1
b6983f
%patch13 -p1
b6983f
%patch14 -p1
b6983f
%patch15 -p1
b6983f
%patch16 -p1
b6983f
%patch17 -p1
b6983f
%patch18 -p1
b6983f
%patch19 -p1
b6983f
%patch20 -p1
cead2e
cead2e
%build
cead2e
%configure \
cead2e
    %{?with_debug:--enable-debug} \
cead2e
    %{?with_profile:--enable-profile} \
cead2e
    %{!?with_vrrp:--disable-vrrp} \
cead2e
    %{?with_snmp:--enable-snmp --enable-snmp-rfc} \
cead2e
    %{?with_sha1:--enable-sha1}
cead2e
%{__make} %{?_smp_mflags} STRIP=/bin/true
cead2e
cead2e
%install
cead2e
%{__rm} -rf %{buildroot}
cead2e
%{__rm} -rf doc/samples/*.pem
cead2e
%{__make} install DESTDIR=%{buildroot}
cead2e
%{__rm} -rf %{buildroot}%{_initrddir}/
cead2e
%{__rm} -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
cead2e
%{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/keepalived.service
cead2e
%{__mkdir_p} %{buildroot}%{_libexecdir}/keepalived
cead2e
cead2e
%if %{with snmp}
cead2e
%{__mkdir_p} %{buildroot}%{_datadir}/snmp/mibs/
cead2e
%endif
cead2e
cead2e
%clean
cead2e
%{__rm} -rf %{buildroot}
cead2e
cead2e
%post
cead2e
%systemd_post keepalived.service
cead2e
cead2e
%preun
cead2e
%systemd_preun keepalived.service
cead2e
cead2e
%postun
cead2e
%systemd_postun_with_restart keepalived.service
cead2e
cead2e
%files
cead2e
%defattr(-,root,root,-)
cead2e
%doc AUTHOR ChangeLog CONTRIBUTORS COPYING README TODO
cead2e
%doc doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt doc/samples/
cead2e
%dir %{_sysconfdir}/keepalived/
cead2e
%dir %{_libexecdir}/keepalived/
cead2e
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/keepalived/keepalived.conf
cead2e
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/keepalived
cead2e
%{_unitdir}/keepalived.service
cead2e
%if %{with snmp}
cead2e
%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt
cead2e
%{_datadir}/snmp/mibs/VRRP-MIB.txt
cead2e
%{_datadir}/snmp/mibs/VRRPv3-MIB.txt
cead2e
%endif
cead2e
%attr(0755,root,root) %{_bindir}/genhash
cead2e
%attr(0755,root,root) %{_sbindir}/keepalived
cead2e
%{_mandir}/man1/genhash.1*
cead2e
%{_mandir}/man5/keepalived.conf.5*
cead2e
%{_mandir}/man8/keepalived.8*
cead2e
cead2e
%changelog
b6983f
* Mon Jun 03 2019 Ryan O'Hara <rohara@redhat.com> - 1.3.5-8.5
b6983f
- Rework previous checker comparison patch (#1716588)
b6983f
b6983f
* Mon Jun 03 2019 Ryan O'Hara <rohara@redhat.com> - 1.3.5-8.4
b6983f
- Make checker variables non global (#1716588)
b6983f
b6983f
* Mon Jun 03 2019 Ryan O'Hara <rohara@redhat.com> - 1.3.5-8.3
b6983f
- Fix comparison of checkers on reload (#1716588)
b6983f
b6983f
* Wed Apr 03 2019 Ryan O'Hara <rohara@redhat.com> - 1.3.5-8.2
b6983f
- Fix build errors (#1678480)
b6983f
b6983f
* Tue Apr 02 2019 Ryan O'Hara <rohara@redhat.com> - 1.3.5-8.1
b6983f
- Fix problems with health checks & real servers after reload/restart (#1695653)
b6983f
b6983f
* Thu Dec 13 2018 Ryan O'Hara <rohara@redhat.com> - 1.3.5-8
680b9c
- Fixed patch that was incorrectly removed (#1652694)
680b9c
680b9c
* Mon Dec 10 2018 Ryan O'Hara <rohara@redhat.com> - 1.3.5-7
680b9c
- Fix buffer overflow when parsing HTTP status codes (#1652694)
680b9c
cead2e
* Wed Jan 31 2018 Ryan O'Hara <rohara@redhat.com> - 1.3.5-6
cead2e
- Add net-snmp as BuildRequires (#1536252)
cead2e
cead2e
* Mon Dec 11 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-5
cead2e
- Exclude VIPs of non-matching address family (#1477587)
cead2e
cead2e
* Thu Nov 16 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-4
cead2e
- Fix bugs related to failures when load modules and/or segfaults (#1508435)
cead2e
cead2e
* Wed Aug 02 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-3
cead2e
- Don't complain about keepalived_script user if not needed (#1477563)
cead2e
cead2e
* Wed Aug 02 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-2
cead2e
- Fix ipset-libs dependency and vrrp_ipset in man page (#1477572)
cead2e
cead2e
* Wed Mar 22 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-1
cead2e
- Rebase to upstream version 1.3.5 (#1419049)
cead2e
cead2e
* Thu Mar 16 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.4-2
cead2e
- Start keepalived after network-online.target (#1425828)
cead2e
cead2e
* Wed Mar 15 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.4-1
cead2e
- Rebase to upstream version 1.3.4 (#1419049)
cead2e
cead2e
* Fri Jul 01 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.13-8
cead2e
- Add PIDFile to systemd unit file (#1336190)
cead2e
cead2e
* Thu Jun 25 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.13-7
cead2e
- Set global default values after parsing config file (#1181107)
cead2e
cead2e
* Tue Nov 18 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-6
cead2e
- Fix typo in changelog
cead2e
cead2e
* Mon Nov 10 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-5
cead2e
- Bump release number (#1158114)
cead2e
cead2e
* Thu Nov 06 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-4
cead2e
- Create /usr/libexec/keepalived directory (#1158114)
cead2e
cead2e
* Tue Sep 30 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-3
cead2e
- Minor spec file modifications (#1067693, #1067145)
cead2e
cead2e
* Tue Sep 30 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-2
cead2e
- Add SNMP subsystem option to man page (#1085535)
cead2e
cead2e
* Thu Aug 07 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-1
cead2e
- Rebase to upstream version 1.2.13 (#1111716)
cead2e
cead2e
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.10-2
cead2e
- Mass rebuild 2014-01-24
cead2e
cead2e
* Tue Jan 14 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.10-1
cead2e
- Rebase to upstream version 1.2.10 (#1052359)
cead2e
cead2e
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.8-2
cead2e
- Mass rebuild 2013-12-27
cead2e
cead2e
* Thu Sep 05 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.8-1
cead2e
- Update to 1.2.8.
cead2e
cead2e
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-8
cead2e
- Fix macro in keepalived.conf.5 man page.
cead2e
cead2e
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-7
cead2e
- Fix systemd requirements.
cead2e
cead2e
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-6
cead2e
- Install the systemd unit file, not the init script.
cead2e
cead2e
* Mon Apr 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-5
cead2e
- Build with PIE flags (#955150)
cead2e
cead2e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
cead2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cead2e
cead2e
* Wed Jan 2 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-3
cead2e
- Update spec file.
cead2e
- Add option to prevent respawn of child processes.
cead2e
- Remove duplicate command-line option code.
cead2e
- Use popt to generate usage message.
cead2e
- Fix pointer arithmetic for VRRP packets.
cead2e
- Fix comparison of primary IP address.
cead2e
- Fix loading of SSL certificate.
cead2e
- Fix typo in error message.
cead2e
- Update FSF address in GPLv2 license.
cead2e
- Remove debug message from if_get_by_ifname.
cead2e
cead2e
* Mon Sep 24 2012 Václav Pavlín <vpavlin@redhat.com> - 1.2.7-2
cead2e
- Scriptlets replaced with new systemd macros (#850173).
cead2e
cead2e
* Tue Sep 04 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.7-1
cead2e
- Update to 1.2.7.
cead2e
- Fix systemd service file (#769726).
cead2e
cead2e
* Mon Aug 20 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.6-1
cead2e
- Update to 1.2.6.
cead2e
cead2e
* Tue Aug 14 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-2
cead2e
- Install KEEPALIVED-MIB as KEEPALIVED-MIB.txt.
cead2e
cead2e
* Mon Aug 13 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-1
cead2e
- Update to 1.2.5.
cead2e
cead2e
* Wed Aug 01 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.4-1
cead2e
- Update to 1.2.4.
cead2e
cead2e
* Mon Jul 23 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.3-1
cead2e
- Update to 1.2.3.
cead2e
cead2e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-6
cead2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cead2e
cead2e
* Tue May 08 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.2-5
cead2e
- Fix IPv4 address comparison (#768119).
cead2e
cead2e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
cead2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cead2e
cead2e
* Mon Sep 19 2011 Tom Callaway <spot@fedoraproject.org> - 1.2.2-3
cead2e
- convert to systemd
cead2e
- fix ip_vs.h path searching in configure
cead2e
cead2e
* Sat Jul 23 2011 Matthias Saou <http://freshrpms.net/> 1.2.2-2
cead2e
- Build against libnl for Fedora. RHEL's libnl is too old.
cead2e
cead2e
* Sat May 21 2011 Matthias Saou <http://freshrpms.net/> 1.2.2-1
cead2e
- Update to 1.2.2.
cead2e
cead2e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.20-3
cead2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cead2e
cead2e
* Sun Jan 16 2011 Dan Horák <dan[at]danny.cz> 1.1.20-2
cead2e
- exclude arches where we don't provide 32-bit kernel
cead2e
cead2e
* Tue Jan 11 2011 Matthias Saou <http://freshrpms.net/> 1.2.1-1
cead2e
- Update to 1.2.1, now with IPv6 support.
cead2e
cead2e
* Sun May 23 2010 Matthias Saou <http://freshrpms.net/> 1.1.20-1
cead2e
- Update to 1.1.20 (#589923).
cead2e
- Update BR conditional for RHEL6.
cead2e
- No longer include goodies/arpreset.pl, it's gone from the sources.
cead2e
cead2e
* Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-3
cead2e
- Update init script to have keepalived start after the local MTA (#526512).
cead2e
- Simplify the kernel source detection, to avoid running rpm from rpmbuild.
cead2e
cead2e
* Tue Nov 24 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-2
cead2e
- Include patch to remove obsolete -k option to modprobe (#528465).
cead2e
cead2e
* Wed Oct 21 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-1
cead2e
- Update to 1.1.19.
cead2e
cead2e
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.17-3
cead2e
- rebuilt with new openssl
cead2e
cead2e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.17-2
cead2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cead2e
cead2e
* Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 1.1.17-1
cead2e
- Update to 1.1.17.
cead2e
- Update init script all the way.
cead2e
cead2e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
cead2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cead2e
cead2e
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.1.15-7
cead2e
- rebuild with new openssl
cead2e
cead2e
* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.1.15-6
cead2e
- Fork the init script to be (mostly for now) LSB compliant (#246966).
cead2e
cead2e
* Thu Apr 24 2008 Matthias Saou <http://freshrpms.net/> 1.1.15-5
cead2e
- Add glob to the kerneldir location, since it contains the arch for F9+.
cead2e
cead2e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
cead2e
- Autorebuild for GCC 4.3
cead2e
cead2e
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org>
cead2e
- Rebuild for deps
cead2e
cead2e
* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.15-2
cead2e
- Update to latest upstream sources, identical except for the included spec.
cead2e
cead2e
* Mon Sep 17 2007 Matthias Saou <http://freshrpms.net/> 1.1.15-1
cead2e
- Update to 1.1.15.
cead2e
- Remove merged genhashman and include patches.
cead2e
cead2e
* Fri Sep 14 2007 Matthias Saou <http://freshrpms.net/> 1.1.14-2
cead2e
- Include patch from Shinji Tanaka to fix conf include from inside some
cead2e
  directives like vrrp_instance.
cead2e
cead2e
* Thu Sep 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.14-1
cead2e
- Update to 1.1.14.
cead2e
- Remove all upstreamed patches.
cead2e
- Remove our init script and sysconfig files, use the same now provided by the
cead2e
  upstream package (will need to patch for LSB stuff soonish).
cead2e
- Include new goodies/arpreset.pl in %%doc.
cead2e
- Add missing scriplet requirements.
cead2e
cead2e
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-8
cead2e
- Rebuild for new BuildID feature.
cead2e
cead2e
* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-7
cead2e
- Update License field.
cead2e
cead2e
* Mon Mar 26 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-6
cead2e
- Fix doc/samples/sample.misccheck.smbcheck.sh mode (600 -> 644).
cead2e
cead2e
* Thu Mar 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-5
cead2e
- Include types patch to fix compile on F7 (David Woodhouse).
cead2e
- Fix up file modes (main binary 700 -> 755 and config 600 -> 640).
cead2e
cead2e
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-4
cead2e
- Add missing \n to the kernel define, for when multiple kernels are installed.
cead2e
- Pass STRIP=/bin/true to "make" in order to get a useful debuginfo package.
cead2e
cead2e
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-3
cead2e
- Add %%check section to make sure any build without LVS support will fail.
cead2e
cead2e
* Mon Feb  5 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-2
cead2e
- Use our own init script, include a sysconfig entry used by it for options.
cead2e
cead2e
* Thu Jan 25 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-1
cead2e
- Update to 1.1.13.
cead2e
- Change mode of configuration file to 0600.
cead2e
- Don't include all of "doc" since it meant re-including all man pages.
cead2e
- Don't include samples in the main configuration path, they're in %%doc.
cead2e
- Include patch to add an optional label to interfaces.
cead2e
cead2e
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.1.12-1.2
cead2e
- Rebuild for Fedora Core 5.
cead2e
cead2e
* Sun Mar 12 2006 Dag Wieers <dag@wieers.com> - 1.1.12-1
cead2e
- Updated to release 1.1.12.
cead2e
cead2e
* Fri Mar 04 2005 Dag Wieers <dag@wieers.com> - 1.1.11-1
cead2e
- Updated to release 1.1.11.
cead2e
cead2e
* Wed Feb 23 2005 Dag Wieers <dag@wieers.com> - 1.1.10-2
cead2e
- Fixed IPVS/LVS support. (Joe Sauer)
cead2e
cead2e
* Tue Feb 15 2005 Dag Wieers <dag@wieers.com> - 1.1.10-1
cead2e
- Updated to release 1.1.10.
cead2e
cead2e
* Mon Feb 07 2005 Dag Wieers <dag@wieers.com> - 1.1.9-1
cead2e
- Updated to release 1.1.9.
cead2e
cead2e
* Sun Oct 17 2004 Dag Wieers <dag@wieers.com> - 1.1.7-2
cead2e
- Fixes to build with kernel IPVS support. (Tim Verhoeven)
cead2e
cead2e
* Fri Sep 24 2004 Dag Wieers <dag@wieers.com> - 1.1.7-1
cead2e
- Updated to release 1.1.7. (Mathieu Lubrano)
cead2e
cead2e
* Mon Feb 23 2004 Dag Wieers <dag@wieers.com> - 1.1.6-0
cead2e
- Updated to release 1.1.6.
cead2e
cead2e
* Mon Jan 26 2004 Dag Wieers <dag@wieers.com> - 1.1.5-0
cead2e
- Updated to release 1.1.5.
cead2e
cead2e
* Mon Dec 29 2003 Dag Wieers <dag@wieers.com> - 1.1.4-0
cead2e
- Updated to release 1.1.4.
cead2e
cead2e
* Fri Jun 06 2003 Dag Wieers <dag@wieers.com> - 1.0.3-0
cead2e
- Initial package. (using DAR)
cead2e