SHA256
1
0
forked from pool/usbguard

Accepting request 957398 from home:rfrohl:branches:hardware

update usbguard to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/957398
OBS-URL: https://build.opensuse.org/package/show/hardware/usbguard?expand=0&rev=37
This commit is contained in:
Robert Frohl 2022-02-24 15:34:34 +00:00 committed by Git OBS Bridge
parent f7a0bd3e33
commit cb107280be
7 changed files with 43 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5617986cd5dd1a2d311041648a1977d836cf4e33a4121d7f82599f21496abc42
size 1260374

View File

@ -1,15 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
5617986cd5dd1a2d311041648a1977d836cf4e33a4121d7f82599f21496abc42 usbguard-1.0.0.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEE42iwrWP0zIT/S4Xa9XeK14XjWB8FAl//D6YACgkQ9XeK14Xj
WB8YoAf9HrEbtBERsV14hexIcUj+tu2GzGlT67B2lZsWiHvhH5lX58lDhq8+II/x
JnmpF9xUsWq49+X8qOG/73AJ3mNDIGwSXYmxgM0k41g71rXmVFRgPjCtELN025ur
W/N1rVv2klYd6iAs41/Z9JfMXl6SryMv88H6RXWO/sA7wriu88d46yw64mP7oOTj
ytk53obgawtxW+E/O1YvH7tRU8egLPT/H/gPPb7hcKgK5Wl5ZfjK98/RMZ7Chl3M
N2gquWIt/o0su4sKFeLHfN5herUZ4HIIDDS7FJBM+QGP9Ae3vBZBwkqRJkorA+lR
DVfju/0t+ds0+rg+6gfmXh/dUces4Q==
=SdHQ
-----END PGP SIGNATURE-----

3
usbguard-1.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a39104042b0c57f969c4e6580f6d80ad7066551eda966600695e644081128a2d
size 1648078

View File

@ -0,0 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
a39104042b0c57f969c4e6580f6d80ad7066551eda966600695e644081128a2d usbguard-1.1.0.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE42iwrWP0zIT/S4Xa9XeK14XjWB8FAmIXlhsACgkQ9XeK14Xj
WB9ZrQgAlMYql6OhMDba4sZQ23wd9cBpQVFT17Ik6m3tNTDDxWvoL9GVyvV0yVtd
to8zzKXKc8zEJ6ush/FtwAgNExx8ssKGojVyCwRpZJvo2ut1YTkF9D/JkcGB0Ml/
O/ylYvV8/N/jej0C3yLH5zmSIKLv0RfyqvNkuC3xpgYSoKauRz0fVegJGfgJJExF
U5O9+XO/VURjLPgDU8YPC4k/y10X6qvvE93mpzlu2GDNcU2tLX7lUGh1zw4lYI7k
mwx5VOC3CKwsfzpleAKVF/l/qqJcjwETv/wlXJPLq/gZdXtZ0gDlT+z/NP/Ye3Xk
ayuMh6LssLYkecKRv3F0cGumUNk4rw==
=JPlq
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Feb 24 14:49:05 UTC 2022 - Robert Frohl <rfrohl@suse.com>
- update to 1.1.0
* Added
- Started building with C++17
- Tree-like list-devices output
- Added CAP_AUDIT_WRITE capability to service file
- Added support for lower OpenSSL versions prior to 1.1.0
- Added a new signal: DevicePolicyApplied
* Fixed/Changed
- Moved PIDFile from /var/run to /run
- Fixed linker isssues with disable-static
- Enhanced bash-completion script
- Make username/group checking consistent with useradd manual page definition (with addition of capital letters)
- Fixed multiple IPC related bugs
- Fixed race condition when accessing port/connect_type for USB devices
- Using bundled catch v2.13.8
- Using bundled PEGTL v3.2.5
- Fixed usbguard-rule-parser file opening
- CVE-2019-25058: Fix unauthorized access via D-Bus (boo#1196460)
- remove usbguard.service.in.patch applied upstream
-------------------------------------------------------------------
Thu Aug 5 15:26:54 UTC 2021 - Robert Frohl <rfrohl@suse.com>

View File

@ -1,13 +0,0 @@
Index: usbguard-1.0.0/usbguard.service.in
===================================================================
--- usbguard-1.0.0.orig/usbguard.service.in
+++ usbguard-1.0.0/usbguard.service.in
@@ -12,7 +12,7 @@ IPAddressDeny=any
LockPersonality=yes
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
-PIDFile=/var/run/usbguard.pid
+PIDFile=/run/usbguard.pid
PrivateDevices=yes
PrivateTmp=yes
ProtectControlGroups=yes

View File

@ -1,7 +1,7 @@
#
# spec file for package usbguard
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global _hardened_build 1
%define lname libusbguard1
Name: usbguard
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: A tool for implementing USB device usage policy
## Not installed
@ -33,7 +33,6 @@ Source2: usbguard.keyring
Source3: usbguard-daemon.conf
Source4: usbguard-rpmlintrc
Patch0: usbguard-pthread.patch
Patch10: usbguard.service.in.patch
BuildRequires: asciidoc
BuildRequires: audit-devel
BuildRequires: autoconf
@ -93,7 +92,6 @@ software framework.
%prep
%setup -q -n usbguard-%{version}
%patch0 -p1
%patch10 -p1
%build
mkdir -p ./m4