SHA256
1
0
forked from pool/usbguard

Accepting request 862951 from home:rfrohl:branches:hardware

update usbguard to 1.0.0

OBS-URL: https://build.opensuse.org/request/show/862951
OBS-URL: https://build.opensuse.org/package/show/hardware/usbguard?expand=0&rev=34
This commit is contained in:
Robert Frohl 2021-01-14 08:07:15 +00:00 committed by Git OBS Bridge
parent 689d34a151
commit 2455cd58a7
6 changed files with 39 additions and 23 deletions

View File

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

View File

@ -1,15 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
45b0bea8a2239f7ff3c5fe0027dfa7ce4641e8996e05cb91640276876b8d85c6 usbguard-0.7.8.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE42iwrWP0zIT/S4Xa9XeK14XjWB8FAl7FHnkACgkQ9XeK14Xj
WB8TKAf/QUFib1+LIbj9u0jgK3gvEXCFJsIxpsjiOWvi+2FvgfSQTbilPbuwTxS4
rjAGYpKihBMxjWLcqf1amjoz1QyVqJiW5lfayd9rA4s3ZDeZVxQrziJNBxBkxHjv
9S9DCFO/gwai6Sx5RlJtzdku42oxbthsODyU3F2SCli3JCKonWrMzEnVp9LardB0
7i0whVkUdeGAroFbkiShCg9Obb3+rHQUGv0NtA9p6byKoXlZJRtPmiEt4hmBaMmX
f2Z3Jv6BeX8HJ5WI1fJCxjmik8Pv0W8tUdCD/5MAhgPLEdk9UkyL9TdTkNgMnxlz
QAGLzfstvYuW4fP2l/cYjrzXO2VGrQ==
=QMh5
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,15 @@
-----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-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 13 16:05:00 UTC 2021 - Robert Frohl <rfrohl@suse.com>
- update to 1.0.0
* Added openssl support
* Starting with libtool versioning
* Added interface for IPC permission query
* Introduced partial rule concept fo CLI
* Added WithConnectType for ldap rule
* Daemon does not apply the policy when "change" action event appears anymore
* IPCClientPrivate@disconnect is thread safe
* Enforced loading of files from .d/ direcory in alfabetical order
* Improved CLI behaviour to be consistent
* Clarified rule's label documentation
-------------------------------------------------------------------
Fri Oct 2 15:12:06 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package usbguard
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
%global _hardened_build 1
%define lname libusbguard0
%define lname libusbguard1
Name: usbguard
Version: 0.7.8
Version: 1.0.0
Release: 0
Summary: A tool for implementing USB device usage policy
## Not installed
@ -61,6 +61,7 @@ USB device attributes.
%package -n %{lname}
Summary: Library for implementing USB device usage policy
Group: System/Libraries
Obsoletes: libusbguard0 < %{version}
%description -n %{lname}
The USBGuard software framework helps to protect your computer against rogue USB
@ -142,8 +143,8 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -delete
%pre
%service_add_pre usbguard.service
%post -n libusbguard0 -p /sbin/ldconfig
%postun -n libusbguard0 -p /sbin/ldconfig
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files
%doc README.adoc CHANGELOG.md