2018-02-20 16:02:01 +00:00
|
|
|
Summary: Intrusion detection environment
|
|
|
|
Name: aide
|
|
|
|
Version: 0.16
|
2023-01-18 21:30:40 +00:00
|
|
|
Release: 22%{?dist}
|
2018-02-20 16:02:01 +00:00
|
|
|
URL: http://sourceforge.net/projects/aide
|
2023-06-13 09:08:11 +00:00
|
|
|
License: GPL-2.0-or-later
|
2018-02-20 16:02:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
Source0: %{url}/files/aide/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: aide.conf
|
|
|
|
Source2: README.quickstart
|
|
|
|
Source3: aide.logrotate
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: bison flex
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: libgpg-error-devel libgcrypt-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libacl-devel
|
|
|
|
BuildRequires: pkgconfig(libselinux)
|
|
|
|
BuildRequires: libattr-devel
|
|
|
|
BuildRequires: e2fsprogs-devel
|
2019-02-20 11:19:22 +00:00
|
|
|
BuildRequires: audit-libs-devel
|
|
|
|
BuildRequires: autoconf automake libtool
|
2017-04-04 12:28:53 +00:00
|
|
|
|
|
|
|
# Customize the database file location in the man page.
|
|
|
|
Patch1: aide-0.16rc1-man.patch
|
|
|
|
# fix aide in FIPS mode
|
|
|
|
Patch2: aide-0.16b1-fipsfix.patch
|
2019-02-20 11:19:22 +00:00
|
|
|
# Bug 1674637 - aide: FTBFS in Fedora rawhide/f30
|
|
|
|
Patch3: aide-0.16-Use-LDADD-for-adding-curl-library-to-the-linker-comm.patch
|
2017-04-04 12:28:53 +00:00
|
|
|
|
2019-07-31 12:30:19 +00:00
|
|
|
Patch4: aide-0.15-syslog-format.patch
|
|
|
|
Patch5: aide-0.16-crypto-disable-haval-and-others.patch
|
|
|
|
Patch6: coverity.patch
|
|
|
|
Patch7: aide-0.16-crash-elf.patch
|
2022-11-25 10:51:57 +00:00
|
|
|
Patch8: aide-configure-c99-1.patch
|
|
|
|
Patch9: aide-configure-c99-2.patch
|
|
|
|
Patch10: aide-configure-c99-3.patch
|
2019-07-31 12:30:19 +00:00
|
|
|
|
2005-03-03 19:29:59 +00:00
|
|
|
%description
|
2004-11-08 04:00:58 +00:00
|
|
|
AIDE (Advanced Intrusion Detection Environment) is a file integrity
|
|
|
|
checker and intrusion detection program.
|
|
|
|
|
|
|
|
%prep
|
2018-02-20 16:02:01 +00:00
|
|
|
%autosetup -p1
|
|
|
|
cp -a %{S:2} .
|
2006-03-02 12:22:25 +00:00
|
|
|
|
2006-09-11 09:11:31 +00:00
|
|
|
%build
|
2019-02-20 11:19:22 +00:00
|
|
|
autoreconf -ivf
|
2018-02-20 16:02:01 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--with-config_file=%{_sysconfdir}/aide.conf \
|
|
|
|
--with-gcrypt \
|
|
|
|
--with-zlib \
|
|
|
|
--with-curl \
|
|
|
|
--with-posix-acl \
|
|
|
|
--with-selinux \
|
|
|
|
--with-xattr \
|
|
|
|
--with-e2fsattrs \
|
|
|
|
--with-audit
|
|
|
|
%make_build
|
2004-11-08 04:00:58 +00:00
|
|
|
|
|
|
|
%install
|
2018-02-20 16:02:01 +00:00
|
|
|
%make_install bindir=%{_sbindir}
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_sysconfdir} %{S:1}
|
|
|
|
install -Dpm0644 %{S:3} %{buildroot}%{_sysconfdir}/logrotate.d/aide
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log/aide
|
|
|
|
mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
|
2004-11-08 04:00:58 +00:00
|
|
|
|
|
|
|
%files
|
2018-02-20 16:02:01 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS ChangeLog NEWS README doc/manual.html contrib/
|
2009-01-30 21:39:33 +00:00
|
|
|
%doc README.quickstart
|
2018-02-20 16:02:01 +00:00
|
|
|
%{_sbindir}/aide
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man5/*.5*
|
2004-11-08 04:00:58 +00:00
|
|
|
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf
|
2010-02-23 01:17:36 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/aide
|
2004-11-08 04:00:58 +00:00
|
|
|
%dir %attr(0700,root,root) %{_localstatedir}/lib/aide
|
2009-01-30 21:39:33 +00:00
|
|
|
%dir %attr(0700,root,root) %{_localstatedir}/log/aide
|
2004-11-08 04:00:58 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-01-18 21:30:40 +00:00
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-11-25 10:51:57 +00:00
|
|
|
* Fri Nov 25 2022 Florian Weimer <fweimer@redhat.com> - 0.16-21
|
|
|
|
- Apply upstream patches to port configure to C99
|
|
|
|
|
2022-07-20 20:33:16 +00:00
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-19 21:02:08 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 17:21:48 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-25 23:54:23 +00:00
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-31 23:52:02 +00:00
|
|
|
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-16
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 11:50:41 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-24 09:53:32 +00:00
|
|
|
* Wed Jun 24 2020 Radovan Sroka <rsroka@redhat.com> 0.16-14
|
|
|
|
- AIDE breaks when setting report_ignore_e2fsattrs
|
|
|
|
Resolves: rhbz#1850276
|
|
|
|
|
2020-01-28 11:19:48 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-31 12:30:19 +00:00
|
|
|
* Wed Jul 31 2019 Radovan Sroka <rsroka@redhat.com> - 0.16-12
|
|
|
|
- backport some patches
|
|
|
|
Resolves: rhbz#1717140
|
|
|
|
|
2019-07-24 17:39:58 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-20 11:19:22 +00:00
|
|
|
* Wed Feb 20 2019 Daniel Kopecek <dkopecek@redhat.com> - 0.16-10
|
|
|
|
- Fix building with curl
|
|
|
|
Resolves: rhbz#1674637
|
|
|
|
|
2019-01-31 13:05:29 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-31 08:38:25 +00:00
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.16-8
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
2018-07-12 20:04:04 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-20 16:07:48 +00:00
|
|
|
* Tue Feb 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.16-6
|
|
|
|
- Rebuild
|
|
|
|
|
2018-02-07 02:00:09 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 17:26:55 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 02:40:24 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-05 13:15:38 +00:00
|
|
|
* Wed Apr 05 2017 Radovan Sroka <rsroka@redhat.com> - 0.16-2
|
|
|
|
- fixed upstream link
|
|
|
|
|
2017-04-04 12:28:53 +00:00
|
|
|
* Tue Apr 04 2017 Radovan Sroka <rsroka@redhat.com> - 0.16-1
|
|
|
|
- rebase to stable v0.16
|
|
|
|
- specfile cleanup
|
2019-07-31 12:30:19 +00:00
|
|
|
- make doc readable
|
2017-04-04 12:28:53 +00:00
|
|
|
resolves: #1421355
|
|
|
|
- make aide binary runable for any user
|
|
|
|
resolves: #1421351
|
|
|
|
|
2017-02-10 05:49:00 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-0.3.rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-12 15:03:07 +00:00
|
|
|
* Tue Jul 12 2016 Tomas Sykora <tosykora@redhat.com> - 0.16-0.2.rc1
|
|
|
|
- New upstream devel version
|
|
|
|
|
2016-07-12 12:22:45 +00:00
|
|
|
* Mon Jun 20 2016 Tomas Sykora <tosykora@redhat.com> - 0.16-0.1.b1
|
|
|
|
- New upstream devel version
|
|
|
|
|
2016-02-03 16:02:44 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-25 19:35:14 +00:00
|
|
|
* Sat Jul 25 2015 Till Maas <opensource@till.name> - 0.15.1-11
|
|
|
|
- Remove prelink dependency because prelink was retired
|
|
|
|
|
2015-06-16 23:42:10 +00:00
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-15 20:09:34 +00:00
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-18 23:04:23 +00:00
|
|
|
* Fri Jul 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.15.1-8
|
|
|
|
- Fix FTBFS with -Werror=format-security (#1036983, #1105942)
|
|
|
|
- Avoid prelink BR on aarch64, ppc64le (#924977, #1078476)
|
|
|
|
|
2014-06-07 00:17:51 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 00:26:17 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-13 16:23:15 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-22 17:11:53 +00:00
|
|
|
* Thu Nov 22 2012 Daniel Kopecek <dkopecek@redhat.com> - 0.15.1-4
|
|
|
|
- added patch to fix aide in FIPS mode
|
|
|
|
- use only FIPS approved digest algorithms in aide.conf so that
|
|
|
|
aide works by default in FIPS mode
|
|
|
|
|
2012-07-18 15:41:34 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-12 21:05:28 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2010-11-11 13:05:15 +00:00
|
|
|
* Thu Nov 11 2010 Steve Grubb <sgrubb@redhat.com> - 0.15.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-05-18 16:52:00 +00:00
|
|
|
* Tue May 18 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-5
|
|
|
|
- Apply 2 upstream bug fixes
|
|
|
|
|
2010-05-18 14:52:48 +00:00
|
|
|
* Tue May 18 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-4
|
|
|
|
- Use upstream's patch to fix bz 590566
|
|
|
|
|
2010-05-15 17:17:08 +00:00
|
|
|
* Sat May 15 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-3
|
|
|
|
- Fix bz 590561 aide does not detect the change of SElinux context
|
|
|
|
- Fix bz 590566 aide reports a changed file when it has not been changed
|
|
|
|
|
2010-04-28 15:30:24 +00:00
|
|
|
* Wed Apr 28 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-2
|
|
|
|
- Fix bz 574764 by replacing abort calls with exit
|
|
|
|
- Apply libgcrypt init patch
|
|
|
|
|
2010-03-16 20:12:05 +00:00
|
|
|
* Tue Mar 16 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-1
|
|
|
|
- New upstream release final 0.14
|
|
|
|
|
2010-02-25 20:31:42 +00:00
|
|
|
* Thu Feb 25 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.4.rc3
|
|
|
|
- New upstream release
|
|
|
|
|
2010-02-25 13:58:06 +00:00
|
|
|
* Thu Feb 25 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.3.rc2
|
|
|
|
- New upstream release
|
|
|
|
|
2010-02-23 21:09:16 +00:00
|
|
|
* Tue Feb 23 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.2.rc1
|
|
|
|
- Fix dirent detection on 64bit systems
|
|
|
|
|
2010-02-23 01:17:36 +00:00
|
|
|
* Mon Feb 22 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.1.rc1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-02-19 18:26:43 +00:00
|
|
|
* Fri Feb 19 2010 Steve Grubb <sgrubb@redhat.com> - 0.13.1-16
|
|
|
|
- Add logrotate script and spec file cleanups
|
|
|
|
|
2009-12-11 20:20:45 +00:00
|
|
|
* Fri Dec 11 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-15
|
|
|
|
- Get rid of .dedosify files
|
|
|
|
|
2009-12-09 18:10:04 +00:00
|
|
|
* Wed Dec 09 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-14
|
|
|
|
- Revise patch for Initialize libgcrypt correctly (#530485)
|
|
|
|
|
2009-11-07 14:22:40 +00:00
|
|
|
* Sat Nov 07 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-13
|
|
|
|
- Initialize libgcrypt correctly (#530485)
|
|
|
|
|
2009-08-21 10:19:21 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.13.1-12
|
|
|
|
- rebuilt with new audit
|
|
|
|
|
2009-08-19 21:44:33 +00:00
|
|
|
* Wed Aug 19 2009 Steve Grubb <sgrubb@redhat.com> 0.13.1-11
|
|
|
|
- rebuild for new audit-libs
|
|
|
|
- Correct regex for root's dot files (#509370)
|
|
|
|
|
2009-07-24 16:39:15 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-08 15:58:51 +00:00
|
|
|
* Mon Jun 08 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-9
|
2009-06-08 15:22:16 +00:00
|
|
|
- Make aide smarter about prelinked files (Peter Vrabec)
|
|
|
|
- Add /lib64 to default config
|
|
|
|
|
2009-02-24 00:20:16 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-30 21:39:33 +00:00
|
|
|
* Fri Jan 30 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-6
|
|
|
|
- enable xattr support and update config file
|
|
|
|
|
2008-09-26 17:29:01 +00:00
|
|
|
* Fri Sep 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13.1-5
|
|
|
|
- fix selcon patch to apply without fuzz
|
|
|
|
|
2008-02-15 15:08:29 +00:00
|
|
|
* Fri Feb 15 2008 Steve Conklin <sconklin@redhat.com>
|
|
|
|
- rebuild for gcc4.3
|
|
|
|
|
2007-08-21 16:56:59 +00:00
|
|
|
* Tue Aug 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
|
2007-07-22 15:13:14 +00:00
|
|
|
* Sun Jul 22 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.13.1-2
|
|
|
|
- Apply Steve Conklin's patch to increase displayed portion of
|
|
|
|
selinux context.
|
|
|
|
|
2007-01-05 22:19:33 +00:00
|
|
|
* Sun Dec 17 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.13.1-1
|
|
|
|
- Update to 0.13.1 release.
|
|
|
|
|
|
|
|
* Sun Dec 10 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.13-1
|
|
|
|
- Update to 0.13 release.
|
|
|
|
- Include default aide.conf from RHEL5 as doc example file.
|
|
|
|
|
|
|
|
* Sun Oct 29 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.12-3.20061027cvs
|
|
|
|
- CAUTION! This changes the database format and results in a report of
|
|
|
|
false inconsistencies until an old database file is updated.
|
|
|
|
- Check out CVS 20061027 which now contains Red Hat's
|
|
|
|
acl/xattr/selinux/audit patches.
|
|
|
|
- Patches merged upstream.
|
|
|
|
- Update manual page substitutions.
|
|
|
|
|
2006-10-23 21:52:39 +00:00
|
|
|
* Mon Oct 23 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.12-2
|
|
|
|
- Add "memory leaks and performance updates" patch as posted
|
|
|
|
to aide-devel by Steve Grubb.
|
|
|
|
|
2006-10-14 20:42:22 +00:00
|
|
|
* Sat Oct 07 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.12-1
|
|
|
|
- Update to 0.12 release.
|
|
|
|
- now offers --disable-static, so -no-static patch is obsolete
|
|
|
|
- fill last element of getopt struct array with zeroes
|
|
|
|
|
|
|
|
* Mon Oct 02 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.11-3
|
2006-10-02 19:41:16 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2006-09-11 09:11:31 +00:00
|
|
|
* Mon Sep 11 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.11-2
|
2006-09-03 17:07:50 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2006-09-11 09:11:31 +00:00
|
|
|
* Sun Feb 19 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.11-1
|
|
|
|
- Update to 0.11 release.
|
|
|
|
- useless-includes patch merged upstream.
|
|
|
|
- old Russian man pages not available anymore.
|
2006-02-25 21:45:31 +00:00
|
|
|
- disable static linking.
|
|
|
|
|
2015-07-25 19:37:30 +00:00
|
|
|
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
2005-04-06 22:10:48 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2004-11-08 04:01:13 +00:00
|
|
|
* Fri Nov 28 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.10-0.fdr.1
|
|
|
|
- Update to 0.10 release.
|
|
|
|
- memleaks patch merged upstream.
|
|
|
|
- rootpath patch merged upstream.
|
|
|
|
- fstat patch not needed anymore.
|
|
|
|
- Updated URL.
|
|
|
|
|
2004-11-08 04:01:04 +00:00
|
|
|
* Thu Nov 13 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.10-0.fdr.0.2.cvs20031104
|
|
|
|
- Added buildreq m4 to work around incomplete deps of bison package.
|
|
|
|
|
2004-11-08 04:00:58 +00:00
|
|
|
* Tue Nov 04 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.10-0.fdr.0.1.cvs20031104
|
|
|
|
- Only tar.gz available upstream.
|
|
|
|
- byacc not needed when bison -y is available.
|
|
|
|
- Installed Russian manual pages.
|
|
|
|
- Updated with changes from CVS (2003-11-04).
|
|
|
|
- getopt patch merged upstream.
|
|
|
|
- bison-1.35 patch incorporated upstream.
|
|
|
|
|
|
|
|
* Tue Sep 09 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9-0.fdr.0.2.20030902
|
|
|
|
- Added fixes for further memleaks.
|
|
|
|
|
|
|
|
* Sun Sep 07 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9-0.fdr.0.1.20030902
|
|
|
|
- Initial package version.
|