SHA256
1
0
forked from pool/aide

38 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
1412050129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=9 2010-03-18 14:34:18 +00:00
OBS User autobuild
7aed64aa70 Accepting request 18746 from security
Copy from security/aide based on submit request 18746 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/18746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=7
2009-08-26 14:41:24 +00:00
OBS User unknown
b96de7ca2e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=6 2009-06-17 23:29:00 +00:00
OBS User unknown
ecf76b39cb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=5 2009-01-08 13:46:13 +00:00
OBS User unknown
3ca2d3c127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=4 2008-08-22 21:43:08 +00:00
OBS User unknown
7f334e0656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=3 2008-02-15 00:09:12 +00:00
OBS User unknown
0f66866fc0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=2 2007-03-29 09:48:55 +00:00
OBS User unknown
1d123e060c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=1 2007-01-15 22:50:57 +00:00