forked from pool/rpmlint
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
This commit is contained in:
parent
138345eba6
commit
525bafdf5d
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
|
||||
<param name="changesrevision">6e0e54e073ce56ea3a81cedbce436f3f4b8cb094</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">c45a69ba2c917d23ef888b044bc8114ad3611f4d</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
|
||||
<param name="changesrevision">20b469207308def7aa2d27665c9a9a224d3afe25</param></service></servicedata>
|
||||
<param name="changesrevision">d26befa3c953dd4f96265bd58c6dad472a6ea512</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0371ffa4f83f5e3b58bc2ba92836059588f37454b7b5cb824d44c824c9decf60
|
||||
size 28352
|
||||
oid sha256:0c64ecd1cb32d063d42574ee291e960dfdc5f5cd1c1ff6a0e24be50a89d0774d
|
||||
size 28692
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d46866656a6f55737b200834bb345f04fca1ae504582aaafebd4db5702ff8d9
|
||||
size 11784
|
3
rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz
Normal file
3
rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aad05200f9dce8a478619457863c20b8e70f74f478d32404966b3ea550df4fa
|
||||
size 12584
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user