SHA256
1
0
forked from pool/aide

58 Commits

Author SHA256 Message Date
Dominique Leuenberger
309f7f908f Accepting request 1067533 from security
- Update to 0.18
- Rename aide-0.17.3-as-needed.patch to and rebase aide-0.18-as-needed.patch
- Added autoconf and autoconf-archive as building dependencies due to an error
  when reconfiguring the source
- Rebase aide-xattr-in-libc.patch (forwarded request 1067470 from pperego)

OBS-URL: https://build.opensuse.org/request/show/1067533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=36
2023-02-24 17:08:14 +00:00
4bffb60ea7 Accepting request 1067470 from home:pperego:branches:security
- Update to 0.18
- Rename aide-0.17.3-as-needed.patch to and rebase aide-0.18-as-needed.patch
- Added autoconf and autoconf-archive as building dependencies due to an error
  when reconfiguring the source
- Rebase aide-xattr-in-libc.patch

OBS-URL: https://build.opensuse.org/request/show/1067470
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=49
2023-02-24 07:41:23 +00:00
Dominique Leuenberger
bbe7fd9c65 Accepting request 965618 from security
- Update to 0.17.4:
  * fix CVE-2021-45417: precalculate buffer size in base64 functions (bsc#1194735)

OBS-URL: https://build.opensuse.org/request/show/965618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=35
2022-03-29 16:16:09 +00:00
6ae10dbd5e * fix CVE-2021-45417: precalculate buffer size in base64 functions (bsc#1194735)
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=47
2022-03-29 11:22:19 +00:00
9a0cdbdc2e Accepting request 965589 from home:polslinux:branches:security
- Update to 0.17.4:
  * fix CVE-2021-45417: precalculate buffer size in base64 functions

OBS-URL: https://build.opensuse.org/request/show/965589
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=46
2022-03-29 11:21:30 +00:00
Dominique Leuenberger
aea9dcdaaa Accepting request 929164 from security
- Added aide.service and aide.timer in order to run
  aide periodically in the background via systemd timer.
- aide-systemd.patch: hook in new manpages

OBS-URL: https://build.opensuse.org/request/show/929164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=34
2021-11-04 15:10:02 +00:00
568d54ce0a - aide-systemd.patch: hook in new manpages
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=45
2021-11-04 11:31:48 +00:00
f585d67793 Accepting request 929157 from home:schubi2
- Added aide.service and aide.timer in order to run
  aide periodically in the background via systemd timer.

OBS-URL: https://build.opensuse.org/request/show/929157
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=44
2021-11-04 11:22:32 +00:00
Richard Brown
4eb00bf2b8 Accepting request 882699 from security
- added missing pcre-devel buildrequires. (forwarded request 882697 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/882699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=33
2021-04-06 15:30:02 +00:00
2b3fe5ba67 Accepting request 882697 from home:msmeissn:branches:security
- added missing pcre-devel buildrequires.

OBS-URL: https://build.opensuse.org/request/show/882697
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=42
2021-04-02 07:04:59 +00:00
Richard Brown
0bbe6a7526 Accepting request 874874 from security
- Update default config file to match v0.17 (forwarded request 874872 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/874874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=32
2021-02-25 17:28:56 +00:00
4a50fc21e6 Accepting request 874872 from home:polslinux:branches:security
- Update default config file to match v0.17

OBS-URL: https://build.opensuse.org/request/show/874872
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=40
2021-02-24 14:06:14 +00:00
f6cb70b2bb - Rename aide-0.16.1-as-needed.patch to and rebase aide-0.17.3-as-needed.patch
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=39
2021-02-24 13:43:47 +00:00
b5c3d0c025 Accepting request 874862 from home:polslinux:branches:security
- Update to 0.17.3: 
  * BACKWARDS INCOMPATIBLE CHANGES
    - '--verbose' command line option and 'verbose' config option are no
      longer supported, use 'log_level' and 'report_level' options instead
    - '--report' command line option is no longer supported, use
      'report_url' config option instead
    - 'ignore_list' config option is no longer supported, use
      'report_ignore_changed_attrs' instead
    - 'report_attributes' config option is no longer supported, use
      'report_force_attrs' instead
    - (restricted) regular rules must start with literal '/', i.e. the rule
      cannot begin with a macro variable
    - config lines must end with new line
    - '@' and ' ' in the configuration are now escaped with '\', that means
      to match a '\' you have to use four backslashes '\\\\' in your rules
    - 'gzip_dbout=false' fails now with config error when no zlib support
      is compiled in
    - remove '--with-initial-errors' configure option
    - remove PostgreSQL database backend support
    - remove Sun ACL support
    - remove config and database signing support
  * Enhancements:
    - add new '--log-level' command line option and 'log_level' config option
    - introduce named log levels
    - add new 'report' log level to help to debug rule matching
    - add new 'config' log level to help to debug config and rule parsing
    - aad new '--dry-init' command
    - add new '--path-check' command
    - add directory support for @@include
    - add new @@x_include config macro
    - add new @@x_include_setenv config macro
    - add new default compound group 'H' (all compiled-in hashsums)
    - add support for per-report_url options
    - add new 'report_level' config option
    - add new 'report_append' config option
    - add exit code 21 for file lock errors
    - add default config values, available hashsums and compound groups
      to '--version' output
    - add Linux capabilities support
    - show changed attributes in 'different attributes' message
    - enable 'gost' and 'whirlpool' checksums when using gcrypt
    - add 'stribog256' and 'stribog512' gcrypt algorithms
    - add config file names to log output
  * Miscellaneous behaviour changes:
    - 'report_summarize_changes': hashsum changes are now indicated with 'H'
    - print '--help' and '--verion' output to stdout
    - log messages and errors are always written to stderr
    - initialise report URLs after configuration parsing
    - allow empty values for macro variables
    - SIGUSR1 now toggles debug log level
    - fail on errors in regular expressions during config parsing
    - fail on invalid URLs during config check
    - Fail on double slash in rule path
    - cache log lines when 'log_level' is not yet set
  * Deprecations:
    - 'database' config option is now deprecated, use 'database_in' instead
    - 'summarize_changes' config option is now deprecated, use
      'report_summarize_changes' instead
    - 'grouped' config option is now deprecated, use 'report_grouped'
      instead
    - non-alphanumeric group names are deprecated
  * Notable bug fixes:
    - fix line numbers in log messages
    - remove warning when input database is '/dev/null'
    - correctly handle UTF-8 in path names and rules
    - fix compilation with curl and gcrypt
    - warn on unsupported hash algorithms
    - improve large-file support
  * Remove obsolete aide-attributes.sh script
  * Remove outdated manual.html
  * Update documentation
- Rename and rebase aide-0.17.3-as-needed.patch
- Rebase aide-xattr-in-libc.patch
- Remove aide-define_hash_use_gcrypt.patch (no longer needed)
- Remove aide-dynamic.patch (no longer needed)

OBS-URL: https://build.opensuse.org/request/show/874862
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=38
2021-02-24 13:32:29 +00:00
Dominique Leuenberger
4fd1ba1ba1 Accepting request 823667 from security
- Update to 0.16.2
  Bug fixes:
  * Fix handling of directory-restricted negative rules
  * Don't lock '/dev/null' when used as output database
  * Fix parsing of rules containing '?' quantifier
  * Fix extended attributes support (xattrs)
  * Fix processing of go files
  Please note:
  * The addition of the "trusted.*", "user.*" and the "security.*"
	namespaces to the xattrs attribute might lead to a vast amount of
	reported changed entries during your next AIDE run. You can use the
	`report_ignore_changed_attrs` option (see aide.conf(5)) to ignore
	changes of the xattrs attribute; but be aware that this will exclude
	the expected but also the unexpected (potentially malicious) changes.
- Run spec-cleaner (forwarded request 823631 from elimat)

OBS-URL: https://build.opensuse.org/request/show/823667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=31
2020-07-31 13:57:13 +00:00
d8d45d3889 Accepting request 823631 from home:elimat:branches:security
- Update to 0.16.2
  Bug fixes:
  * Fix handling of directory-restricted negative rules
  * Don't lock '/dev/null' when used as output database
  * Fix parsing of rules containing '?' quantifier
  * Fix extended attributes support (xattrs)
  * Fix processing of go files
  Please note:
  * The addition of the "trusted.*", "user.*" and the "security.*"
	namespaces to the xattrs attribute might lead to a vast amount of
	reported changed entries during your next AIDE run. You can use the
	`report_ignore_changed_attrs` option (see aide.conf(5)) to ignore
	changes of the xattrs attribute; but be aware that this will exclude
	the expected but also the unexpected (potentially malicious) changes.
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/823631
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=36
2020-07-31 05:47:39 +00:00
Dominique Leuenberger
d319dd8569 Accepting request 714657 from security
Remove not available gcrypt algorithm 7 DB_HAVAL (bsc#1098360). (forwarded request 714652 from abergmann)

OBS-URL: https://build.opensuse.org/request/show/714657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=30
2019-07-12 09:59:59 +00:00
6279709cc9 Accepting request 714652 from home:abergmann:branches:security
Remove not available gcrypt algorithm 7 DB_HAVAL (bsc#1098360).

OBS-URL: https://build.opensuse.org/request/show/714652
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=34
2019-07-11 13:39:02 +00:00
Dominique Leuenberger
0c2aa197cf Accepting request 685927 from security
OBS-URL: https://build.opensuse.org/request/show/685927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=29
2019-03-26 14:42:58 +00:00
Karol Babioch
9207fd14cb Accepting request 685865 from home:elimat:branches:security
- Update to 0.16.1
  * Move to GitHub
  * Update documentation
  * Bug fixes
- Upstream have moved to GitHub update URL and Source URLs accordingly
- Refresh patch: aide-xattr-in-libc.patch
- aide-0.16.1-as-needed.patch: replaces aide-0.16-as-needed.patch
- Some cleanup of spec with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/685865
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=32
2019-03-18 06:28:26 +00:00
Dominique Leuenberger
29eb63d41b Accepting request 451252 from security
1

OBS-URL: https://build.opensuse.org/request/show/451252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=28
2017-01-25 22:26:39 +00:00
Alexander Naumov
0fa141628d Accepting request 451228 from home:msmeissn:branches:security
- Updated to 0.16
  - lots of bugfixes 
  - including regexp matching within subdirectories of expressions
- aide-0.16-as-needed.patch: replaces aide-0.15.1-as-needed.patch
- aide-no_m4_dir.patch: upstream
- aide.keyring: added from keyserver, cross checked key id on
  http://aide.sourceforge.net/ and a signature from someone
  I signed.

OBS-URL: https://build.opensuse.org/request/show/451228
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=30
2017-01-18 19:13:42 +00:00
Dominique Leuenberger
173d76070b Accepting request 319602 from security
- aide-dynamic.patch: avoid overwriting dl* functions, as we might
  load libcrypto.so dynamically in FIPS mode. (forwarded request 319601 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/319602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=27
2015-08-01 09:39:02 +00:00
f3be154ab9 Accepting request 319601 from home:msmeissn:branches:security
- aide-dynamic.patch: avoid overwriting dl* functions, as we might
  load libcrypto.so dynamically in FIPS mode.

OBS-URL: https://build.opensuse.org/request/show/319601
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=28
2015-07-30 14:46:10 +00:00
Stephan Kulow
f74dbeb1d9 Accepting request 235960 from security
(was actually listed, but at the end of the comment. move in front)
- aide-xattr-in-libc.patch: Once upon a time, 10 years ago, basic extended
  attribute functionality moved to libc, therefore libattr is most of the
  time, not needed at all.

OBS-URL: https://build.opensuse.org/request/show/235960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=25
2014-06-02 05:00:48 +00:00
c9af39c861 - aide-xattr-in-libc.patch: Once upon a time, 10 years ago, basic extended
attribute functionality moved to libc, therefore libattr is most of the
  time, not needed at all.

OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=26
2014-06-01 10:00:07 +00:00
a1385167e8 Accepting request 235720 from home:elvigia:branches:security
- Once upon a time, 10 years ago, basic extended attribute
  functionality moved to libc, therefore libattr is most
  of the time, not needed at all. (aide-xattr-in-libc.patch)

OBS-URL: https://build.opensuse.org/request/show/235720
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=25
2014-06-01 09:21:38 +00:00
Stephan Kulow
f92c823434 Accepting request 214799 from security
- seperate a -test package to help with externalized testing.

OBS-URL: https://build.opensuse.org/request/show/214799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=24
2014-02-02 06:28:55 +00:00
7bc752d2ff OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=23 2014-01-23 15:55:42 +00:00
e1bb04f02b - seperate a -test package to help with externalized testing.
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=22
2014-01-23 08:33:25 +00:00
Stephan Kulow
318d616c7e Accepting request 214008 from security
- aide.conf: Move from md5 and sha1 as default to sha256+sha512, also
  to allow FIPS enabling with aide working. FATE#315925 (forwarded request 214003 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/214008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=23
2014-01-16 13:12:32 +00:00
f1ac755c3e Accepting request 214003 from home:msmeissn:branches:security
- aide.conf: Move from md5 and sha1 as default to sha256+sha512, also
  to allow FIPS enabling with aide working. FATE#315925

OBS-URL: https://build.opensuse.org/request/show/214003
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=20
2014-01-15 15:43:21 +00:00
Stephan Kulow
d14fa0f00a Accepting request 174005 from security
- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.in to fix
  build with new automake: aide-no_m4_dir.patch (forwarded request 173904 from coolo)

OBS-URL: https://build.opensuse.org/request/show/174005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=21
2013-05-02 09:05:44 +00:00
32efb8bd50 Accepting request 173904 from openSUSE:Factory:Staging:Automake
- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.in to fix
  build with new automake: aide-no_m4_dir.patch

OBS-URL: https://build.opensuse.org/request/show/173904
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=18
2013-04-30 14:31:02 +00:00
Stephan Kulow
b80d88ca32 Accepting request 98821 from security
- libmhash development was abandoned in 2007, so it is time 
  for it to go into the library heaven, use libgcrypt instead. (forwarded request 98735 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/98821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=18
2012-01-05 12:47:36 +00:00
Cristian Rodríguez
b47d8f615e Accepting request 98735 from home:elvigia:branches:security
- libmhash development was abandoned in 2007, so it is time 
  for it to go into the library heaven, use libgcrypt instead.

OBS-URL: https://build.opensuse.org/request/show/98735
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=16
2012-01-05 03:58:48 +00:00
Cristian Rodríguez
7c0aef75e8 Accepting request 94903 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94903
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=15
2011-12-02 19:06:34 +00:00
Lars Vogdt
a86f1cca87 Accepting request 82738 from security
- Remove redundant tags/sections from specfile
- Add missing call to make
- Use %_smp_mflags for parallel build (forwarded request 82707 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=16
2011-09-19 19:02:31 +00:00
Pavol Rusnak
57f1a0c164 Accepting request 82707 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile
- Add missing call to make
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82707
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=13
2011-09-17 12:44:50 +00:00
OBS User autobuild
8900c58789 Accepting request 49628 from security
Copy from security/aide based on submit request 49628 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/49628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=14
2010-10-02 00:04:39 +00:00
Pavol Rusnak
e30a252bb6 Accepting request 49625 from home:Freespacer:branches:security
OBS-URL: https://build.opensuse.org/request/show/49625
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=11
2010-10-01 14:35:12 +00:00
OBS User autobuild
b66cea572d Accepting request 45300 from security
Copy from security/aide based on submit request 45300 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/45300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=13
2010-08-13 00:45:42 +00:00
OBS User buildservice-autocommit
94983c2f51 Updating link to change in openSUSE:Factory/aide revision 13.0
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=db0e275eb266f75f41aa7bbd50ee947a
2010-08-13 00:45:42 +00:00
OBS User autobuild
5e9752ea55 Accepting request 45300 from security
checked in (request 45300)

OBS-URL: https://build.opensuse.org/request/show/45300
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=10
2010-08-13 00:45:41 +00:00
cbaed12968 asneeded
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=9
2010-08-10 15:25:54 +00:00
fe3e724450 - updated to 0.15
- lots of fixes and some new stuff

OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=8
2010-08-10 15:13:14 +00:00
f40bdfe9f9 OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=7 2010-08-10 15:11:11 +00:00
OBS User autobuild
791e632405 Accepting request 39184 from security
Copy from security/aide based on submit request 39184 from user coolo

OBS-URL: https://build.opensuse.org/request/show/39184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=10
2010-05-03 21:45:55 +00:00
OBS User autobuild
30c3f4245e Accepting request 39184 from security
checked in (request 39184)

OBS-URL: https://build.opensuse.org/request/show/39184
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=6
2010-05-03 21:45:54 +00:00
Stephan Kulow
54d321326b Accepting request 39180 from home:oertel:branches:openSUSE:Factory
Copy from home:oertel:branches:openSUSE:Factory/aide via accept of submit request 39180 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/39180
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=5
2010-04-30 06:09:37 +00:00