diff --git a/_servicedata b/_servicedata index 398039b..bca810d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/rpmlint-tests.git - 3ea152ba41f080462891f99711fee3712c56c8c7 + 3d948bb4c8be26e2ec8922d4c3430b0e0451994b https://github.com/openSUSE/rpmlint-checks.git - 00c0040faa30370f367de0d2bec3e7449db8c44b \ No newline at end of file + 9db2d998028dac60a5c5e16af303693b158b7272 \ No newline at end of file diff --git a/config b/config index c748083..3697740 100644 --- a/config +++ b/config @@ -28,6 +28,8 @@ addCheck("BrandingPolicyCheck") addCheck("CheckSUIDPermissions") # polkit-default-privs would need to be installed always addCheck("CheckPolkitPrivs") +addCheck("CheckWorldWritable") +addCheck("CheckDeviceFiles") addCheck("CheckDBUSServices") addCheck("CheckDBusPolicy") addCheck("CheckFilelist") diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 1bb1620..f65c21a 100644 --- a/rpmlint-checks-master.tar.xz +++ b/rpmlint-checks-master.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:894bf2d7d531c04f1e49c0a90ad0d69c859b7f6ecdbc1363ad2287fdd4d06233 -size 29240 +oid sha256:99c0c9bc7ceae9002020d0d557b5b023f2f9baa7a150a8e54292e174f9e9aceb +size 31604 diff --git a/rpmlint-tests-84.87+git20200221.3ea152b.tar.xz b/rpmlint-tests-84.87+git20200221.3ea152b.tar.xz deleted file mode 100644 index 4475bfb..0000000 --- a/rpmlint-tests-84.87+git20200221.3ea152b.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff12e92ffb2f7c9baf43acc048616a3d649be21fce939670c2add77bca96e2a9 -size 13600 diff --git a/rpmlint-tests-84.87+git20200724.ef05f7e.tar.xz b/rpmlint-tests-84.87+git20200724.ef05f7e.tar.xz new file mode 100644 index 0000000..af29a4c --- /dev/null +++ b/rpmlint-tests-84.87+git20200724.ef05f7e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5423af9fa9924f86439a06e98867d2a9895d51e457447d1df111913a72450e8 +size 13632 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index 13da839..53e2545 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 31 10:28:58 UTC 2020 - matthias.gerstner@suse.com + +- Update of rpmlint-tests to version 84.87+git20200724.ef05f7e: + * use /usr/bin/su instead of /bin/su since the latter is no longer allowed + ------------------------------------------------------------------- Fri Feb 28 14:28:17 UTC 2020 - malte.kraus@suse.com diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index e5d2cff..9bcb1b1 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 84.87+git20200221.3ea152b +Version: 84.87+git20200724.ef05f7e Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain diff --git a/rpmlint.changes b/rpmlint.changes index b95aa19..fecda92 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 31 10:29:00 UTC 2020 - matthias.gerstner@suse.com + +- Update of rpmlint-checks to version master: + * Introduce new metadata whitelist type and related checks. Device files and + world-writeable files will now be covered by new whitelists from + rpmlint-security-whitelistings. +- config: Enable new CheckWorldWritable and CheckDeviceFiles + ------------------------------------------------------------------- Fri Jul 24 09:05:55 UTC 2020 - matthias.gerstner@suse.com