From 525bafdf5dfb5bbc80b84bb9714c5c3ef57210670775dd1fcb744650dcd676db Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Fri, 7 Feb 2020 08:54:41 +0000 Subject: [PATCH] Accepting request 770508 from Base:System - Update to version master: * CheckSUIDPermissions.py: fix permissions.d checks * add a lint to catch insecure mixed file/directory ownership similar to CVE-2019-3689 - Update to version 84.87+git20200206.7e2b64f: * permissions2: test that allowed permissions.d drop-ins work * test for new file-parent-ownership-mismatch lint - Update to version master: * CheckSUIDPermissions.py: fix permissions.d checks * add a lint to catch insecure mixed file/directory ownership similar to CVE-2019-3689 - Update to version 84.87+git20200206.7e2b64f: * permissions2: test that allowed permissions.d drop-ins work * test for new file-parent-ownership-mismatch lint OBS-URL: https://build.opensuse.org/request/show/770508 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=710 --- _servicedata | 4 ++-- rpmlint-checks-master.tar.xz | 4 ++-- rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz | 3 --- rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz | 3 +++ rpmlint-tests.changes | 14 ++++++++++++++ rpmlint-tests.spec | 4 ++-- rpmlint.changes | 14 ++++++++++++++ rpmlint.spec | 2 +- 8 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz create mode 100644 rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz diff --git a/_servicedata b/_servicedata index 58fc5ba..eaa1e90 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/rpmlint-tests.git - 6e0e54e073ce56ea3a81cedbce436f3f4b8cb094 + c45a69ba2c917d23ef888b044bc8114ad3611f4d https://github.com/openSUSE/rpmlint-checks.git - 20b469207308def7aa2d27665c9a9a224d3afe25 \ No newline at end of file + d26befa3c953dd4f96265bd58c6dad472a6ea512 \ No newline at end of file diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 1cbe848..3a3727d 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:0371ffa4f83f5e3b58bc2ba92836059588f37454b7b5cb824d44c824c9decf60 -size 28352 +oid sha256:0c64ecd1cb32d063d42574ee291e960dfdc5f5cd1c1ff6a0e24be50a89d0774d +size 28692 diff --git a/rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz b/rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz deleted file mode 100644 index 328a077..0000000 --- a/rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d46866656a6f55737b200834bb345f04fca1ae504582aaafebd4db5702ff8d9 -size 11784 diff --git a/rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz b/rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz new file mode 100644 index 0000000..a34a804 --- /dev/null +++ b/rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aad05200f9dce8a478619457863c20b8e70f74f478d32404966b3ea550df4fa +size 12584 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index bb919e4..5b18a9a 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 06 10:06:37 UTC 2020 - malte.kraus@suse.com + +- Update to version master: + * CheckSUIDPermissions.py: fix permissions.d checks + * add a lint to catch insecure mixed file/directory ownership similar to CVE-2019-3689 + +------------------------------------------------------------------- +Thu Feb 06 10:06:36 UTC 2020 - malte.kraus@suse.com + +- Update to version 84.87+git20200206.7e2b64f: + * permissions2: test that allowed permissions.d drop-ins work + * test for new file-parent-ownership-mismatch lint + ------------------------------------------------------------------- Thu Jan 30 12:34:02 UTC 2020 - jsegitz@suse.de diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 0ecf6a4..be085fd 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 84.87+git20200130.c0de5f4 +Version: 84.87+git20200206.7e2b64f Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain diff --git a/rpmlint.changes b/rpmlint.changes index 7717758..988f056 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 06 10:06:37 UTC 2020 - malte.kraus@suse.com + +- Update to version master: + * CheckSUIDPermissions.py: fix permissions.d checks + * add a lint to catch insecure mixed file/directory ownership similar to CVE-2019-3689 + +------------------------------------------------------------------- +Thu Feb 06 10:06:36 UTC 2020 - malte.kraus@suse.com + +- Update to version 84.87+git20200206.7e2b64f: + * permissions2: test that allowed permissions.d drop-ins work + * test for new file-parent-ownership-mismatch lint + ------------------------------------------------------------------- Fri Jan 31 09:52:39 UTC 2020 - matthias.gerstner@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 88d0009..26cf7d2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed