aide-vl.spec 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. Summary: Intrusion detection environment
  2. Name: aide
  3. Version: 0.17.3
  4. Release: 1%{?_dist_release}
  5. Group: admin-tools,system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. URL: https://github.com/aide/aide
  9. License: GPLv2+
  10. Source0: https://github.com/aide/aide/releases/download/v%{version}/aide-%{version}.tar.gz
  11. Source1: aide.conf
  12. Source2: README.quickstart
  13. Source3: aide.logrotate
  14. BuildRequires: audit-libs-devel
  15. BuildRequires: bison
  16. BuildRequires: curl-devel
  17. BuildRequires: e2fsprogs-devel
  18. BuildRequires: flex
  19. BuildRequires: libacl-devel
  20. BuildRequires: libattr-devel
  21. BuildRequires: libcap-devel
  22. BuildRequires: libgcrypt-devel
  23. BuildRequires: libgpg-error-devel
  24. BuildRequires: pcre-devel
  25. BuildRequires: zlib-devel
  26. %if 0
  27. BuildRequires: pkgconfig(libselinux)
  28. %endif
  29. %description
  30. AIDE (Advanced Intrusion Detection Environment) is a file integrity
  31. checker and intrusion detection program.
  32. %debug_package
  33. %prep
  34. %autosetup -p1
  35. cp -a %{S:2} .
  36. %build
  37. autoreconf -ivf
  38. %configure \
  39. --disable-static \
  40. --with-config_file=%{_sysconfdir}/aide.conf \
  41. --with-gcrypt \
  42. --with-zlib \
  43. --with-capabilities \
  44. --with-curl \
  45. --with-posix-acl \
  46. %if 0
  47. --with-selinux \
  48. %endif
  49. --with-xattr \
  50. --with-e2fsattrs \
  51. --with-audit
  52. %make_build
  53. %install
  54. %make_install bindir=%{_sbindir}
  55. install -Dpm0644 -t %{buildroot}%{_sysconfdir} %{S:1}
  56. install -Dpm0644 %{S:3} %{buildroot}%{_sysconfdir}/logrotate.d/aide
  57. mkdir -p %{buildroot}%{_localstatedir}/log/aide
  58. mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
  59. %files
  60. %license COPYING
  61. %doc AUTHORS ChangeLog NEWS README doc/manual.html contrib/
  62. %doc README.quickstart
  63. %{_sbindir}/aide
  64. %{_mandir}/man1/*.1*
  65. %{_mandir}/man5/*.5*
  66. %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf
  67. %config(noreplace) %{_sysconfdir}/logrotate.d/aide
  68. %dir %attr(0700,root,root) %{_localstatedir}/lib/aide
  69. %dir %attr(0700,root,root) %{_localstatedir}/log/aide
  70. %changelog
  71. * Wed Mar 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.17.3-1
  72. - new upstream release.
  73. - dropped all patches.
  74. * Thu Aug 08 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.16.2-1
  75. - new upstream release.
  76. - initial build for Vine Linux.
  77. - changed %%URL: the project moved to github.
  78. - updated Patch6.
  79. * Wed Jul 31 2019 Radovan Sroka <rsroka@redhat.com> - 0.16-12
  80. - backport some patches
  81. Resolves: rhbz#1717140
  82. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-11
  83. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  84. * Wed Feb 20 2019 Daniel Kopecek <dkopecek@redhat.com> - 0.16-10
  85. - Fix building with curl
  86. Resolves: rhbz#1674637
  87. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-9
  88. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  89. * Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.16-8
  90. - Rebuild with fixed binutils
  91. * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7
  92. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  93. * Tue Feb 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.16-6
  94. - Rebuild
  95. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  97. * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-4
  98. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  99. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-3
  100. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  101. * Wed Apr 05 2017 Radovan Sroka <rsroka@redhat.com> - 0.16-2
  102. - fixed upstream link
  103. * Tue Apr 04 2017 Radovan Sroka <rsroka@redhat.com> - 0.16-1
  104. - rebase to stable v0.16
  105. - specfile cleanup
  106. - make doc readable
  107. resolves: #1421355
  108. - make aide binary runable for any user
  109. resolves: #1421351
  110. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-0.3.rc1
  111. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  112. * Tue Jul 12 2016 Tomas Sykora <tosykora@redhat.com> - 0.16-0.2.rc1
  113. - New upstream devel version
  114. * Mon Jun 20 2016 Tomas Sykora <tosykora@redhat.com> - 0.16-0.1.b1
  115. - New upstream devel version
  116. * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-12
  117. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  118. * Sat Jul 25 2015 Till Maas <opensource@till.name> - 0.15.1-11
  119. - Remove prelink dependency because prelink was retired
  120. * Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-10
  121. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  122. * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-9
  123. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  124. * Fri Jul 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.15.1-8
  125. - Fix FTBFS with -Werror=format-security (#1036983, #1105942)
  126. - Avoid prelink BR on aarch64, ppc64le (#924977, #1078476)
  127. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-7
  128. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  129. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-6
  130. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  131. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-5
  132. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  133. * Thu Nov 22 2012 Daniel Kopecek <dkopecek@redhat.com> - 0.15.1-4
  134. - added patch to fix aide in FIPS mode
  135. - use only FIPS approved digest algorithms in aide.conf so that
  136. aide works by default in FIPS mode
  137. * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-3
  138. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  139. * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
  140. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  141. * Thu Nov 11 2010 Steve Grubb <sgrubb@redhat.com> - 0.15.1-1
  142. - New upstream release
  143. * Tue May 18 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-5
  144. - Apply 2 upstream bug fixes
  145. * Tue May 18 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-4
  146. - Use upstream's patch to fix bz 590566
  147. * Sat May 15 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-3
  148. - Fix bz 590561 aide does not detect the change of SElinux context
  149. - Fix bz 590566 aide reports a changed file when it has not been changed
  150. * Wed Apr 28 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-2
  151. - Fix bz 574764 by replacing abort calls with exit
  152. - Apply libgcrypt init patch
  153. * Tue Mar 16 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-1
  154. - New upstream release final 0.14
  155. * Thu Feb 25 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.4.rc3
  156. - New upstream release
  157. * Thu Feb 25 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.3.rc2
  158. - New upstream release
  159. * Tue Feb 23 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.2.rc1
  160. - Fix dirent detection on 64bit systems
  161. * Mon Feb 22 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.1.rc1
  162. - New upstream release
  163. * Fri Feb 19 2010 Steve Grubb <sgrubb@redhat.com> - 0.13.1-16
  164. - Add logrotate script and spec file cleanups
  165. * Fri Dec 11 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-15
  166. - Get rid of .dedosify files
  167. * Wed Dec 09 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-14
  168. - Revise patch for Initialize libgcrypt correctly (#530485)
  169. * Sat Nov 07 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-13
  170. - Initialize libgcrypt correctly (#530485)
  171. * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.13.1-12
  172. - rebuilt with new audit
  173. * Wed Aug 19 2009 Steve Grubb <sgrubb@redhat.com> 0.13.1-11
  174. - rebuild for new audit-libs
  175. - Correct regex for root's dot files (#509370)
  176. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-10
  177. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  178. * Mon Jun 08 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-9
  179. - Make aide smarter about prelinked files (Peter Vrabec)
  180. - Add /lib64 to default config
  181. * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-7
  182. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  183. * Fri Jan 30 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-6
  184. - enable xattr support and update config file
  185. * Fri Sep 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13.1-5
  186. - fix selcon patch to apply without fuzz
  187. * Fri Feb 15 2008 Steve Conklin <sconklin@redhat.com>
  188. - rebuild for gcc4.3
  189. * Tue Aug 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
  190. - rebuilt
  191. * Sun Jul 22 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.13.1-2
  192. - Apply Steve Conklin's patch to increase displayed portion of
  193. selinux context.
  194. * Sun Dec 17 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.13.1-1
  195. - Update to 0.13.1 release.
  196. * Sun Dec 10 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.13-1
  197. - Update to 0.13 release.
  198. - Include default aide.conf from RHEL5 as doc example file.
  199. * Sun Oct 29 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.12-3.20061027cvs
  200. - CAUTION! This changes the database format and results in a report of
  201. false inconsistencies until an old database file is updated.
  202. - Check out CVS 20061027 which now contains Red Hat's
  203. acl/xattr/selinux/audit patches.
  204. - Patches merged upstream.
  205. - Update manual page substitutions.
  206. * Mon Oct 23 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.12-2
  207. - Add "memory leaks and performance updates" patch as posted
  208. to aide-devel by Steve Grubb.
  209. * Sat Oct 07 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.12-1
  210. - Update to 0.12 release.
  211. - now offers --disable-static, so -no-static patch is obsolete
  212. - fill last element of getopt struct array with zeroes
  213. * Mon Oct 02 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.11-3
  214. - rebuilt
  215. * Mon Sep 11 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.11-2
  216. - rebuilt
  217. * Sun Feb 19 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.11-1
  218. - Update to 0.11 release.
  219. - useless-includes patch merged upstream.
  220. - old Russian man pages not available anymore.
  221. - disable static linking.
  222. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  223. - rebuilt
  224. * Fri Nov 28 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.10-0.fdr.1
  225. - Update to 0.10 release.
  226. - memleaks patch merged upstream.
  227. - rootpath patch merged upstream.
  228. - fstat patch not needed anymore.
  229. - Updated URL.
  230. * Thu Nov 13 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.10-0.fdr.0.2.cvs20031104
  231. - Added buildreq m4 to work around incomplete deps of bison package.
  232. * Tue Nov 04 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.10-0.fdr.0.1.cvs20031104
  233. - Only tar.gz available upstream.
  234. - byacc not needed when bison -y is available.
  235. - Installed Russian manual pages.
  236. - Updated with changes from CVS (2003-11-04).
  237. - getopt patch merged upstream.
  238. - bison-1.35 patch incorporated upstream.
  239. * Tue Sep 09 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9-0.fdr.0.2.20030902
  240. - Added fixes for further memleaks.
  241. * Sun Sep 07 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9-0.fdr.0.1.20030902
  242. - Initial package version.