forked from pool/usbguard
Accepting request 1179064 from hardware
OBS-URL: https://build.opensuse.org/request/show/1179064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/usbguard?expand=0&rev=22
This commit is contained in:
commit
4a3b892fb1
@ -1,24 +0,0 @@
|
||||
diff --git a/src/Library/Base64.cpp b/src/Library/Base64.cpp
|
||||
index ddb28dc..0246a13 100644
|
||||
--- a/src/Library/Base64.cpp
|
||||
+++ b/src/Library/Base64.cpp
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "Base64.hpp"
|
||||
#include <stdexcept>
|
||||
-#include <cstdint>
|
||||
|
||||
namespace usbguard
|
||||
{
|
||||
diff --git a/src/Library/Base64.hpp b/src/Library/Base64.hpp
|
||||
index 0947f21..aa76311 100644
|
||||
--- a/src/Library/Base64.hpp
|
||||
+++ b/src/Library/Base64.hpp
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace usbguard
|
||||
{
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcf5c90f3f93030e04df1baeb8d388b678c40dd48b135ea12a7be7dee8944934
|
||||
size 1695585
|
@ -1,15 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA512
|
||||
|
||||
dcf5c90f3f93030e04df1baeb8d388b678c40dd48b135ea12a7be7dee8944934 usbguard-1.1.2.tar.gz
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAEBCgAdFiEE42iwrWP0zIT/S4Xa9XeK14XjWB8FAmMSMD8ACgkQ9XeK14Xj
|
||||
WB/TSQf+Jk+yjED9WxT58f2l7NKlkpVcFpzREimri0PhzW+oTNjyX+eSwcFst1yA
|
||||
BVH9yxBp79ZX7JwM2MKTuaYZpwNLFTjSEzXJ+yLs5TqFXNMkM5ysKVr8pngv+cdH
|
||||
SL/W0ibOV+cLSj2Jmv0ZD6FrSIulA2kWweZa/J+9y5cUyRpuZi/ir/uJ6Wzvdhfe
|
||||
rsEvWFAN0D4q8sfG4+BfII74vqDojraG2gJLeERl4u8dDYXDway0sdAuWs9kWOfd
|
||||
sEOmjpI8SVb68icJykYcU73CLsBvHEKzv+T5gd5RXVvNHVw5Jc+WrsnXvAiL+G4W
|
||||
bQm5DoszYGF82ZN8OeXmt5JLMhRoIA==
|
||||
=lpkl
|
||||
-----END PGP SIGNATURE-----
|
BIN
usbguard-1.1.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
usbguard-1.1.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
15
usbguard-1.1.3.tar.gz.sum.asc
Normal file
15
usbguard-1.1.3.tar.gz.sum.asc
Normal file
@ -0,0 +1,15 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
707dad2938923202697f636c2b4e0be80f192242039a2af3fc7ac35d03f78551 usbguard-1.1.3.tar.gz
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAEBCAAdFiEE42iwrWP0zIT/S4Xa9XeK14XjWB8FAmZhyycACgkQ9XeK14Xj
|
||||
WB+5uQf/aJcNck4JNAWtoIwbxYvZO+eQdir+73SF611d7ixkc9woPnsnPzKXgmsl
|
||||
JZi0+bzcoJl96Eu/C7hANaRFgamJhlxiV8VgtPiaMi9OIa+4SbqHoHaIjFKovM0G
|
||||
5QmJGAuZ92nalgy0nSg0dHCK3skEfGzVdr6yxtC494Di8otiCvqrZh8iPFAQLLpW
|
||||
n0qtM1drOo25S8jb232sVRc1kMfI7D88gtK/kFkSWALwJBB1W/YwqYVao0z2pifR
|
||||
g9WyqWHJHOE/v2+myQcuW4drYJC9G2/N12AH8duPmnUPaLljk2S9K3131UYoP9wi
|
||||
Xg8AhQlYXdVvvWI//TyXafgv8p97GQ==
|
||||
=LYjm
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 18:02:42 UTC 2024 - Robert Frohl <rfrohl@suse.com>
|
||||
|
||||
- update to 1.1.3
|
||||
* Fix typo in CLI --help message: "privilges" -> "privileges"
|
||||
* Harden service file: Set OOMScoreAdjust to -1000
|
||||
* Specify what happens when neither RuleFile nor RuleFolder is set
|
||||
* The parent process should wait for the first child process to finish in forking mode(-f)
|
||||
* dbus: check whether the client wanted interactive authentication
|
||||
* Add missing .adoc files to the tarball
|
||||
* Replace problematic terms with alternatives
|
||||
* Fix CI by fixing calls to ldap-utils
|
||||
* Describe comments in the manual page
|
||||
* Store permanent rules even if RuleFile is not set but RuleFolder is.
|
||||
* Fix build for GCC 13 + make GitHub Actions cover build with GCC 13
|
||||
* Bump GitHub Actions off deprecated actions/checkout@v2
|
||||
* Actions(deps): Bump actions/checkout from 3.5.2 to 4.1.1
|
||||
* Add "--version" option to the usbguard CLI
|
||||
* ruleset: detect integer overflow of the ID and bail out
|
||||
* Enable RuleFolder by default
|
||||
* Fix CI and RuleSet::assignID regressions
|
||||
- Removed build_gcc13.patch, included upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 15:58:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package usbguard
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.1.2
|
||||
Version: 1.1.3
|
||||
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
|
||||
Patch1: build_gcc13.patch
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: audit-devel
|
||||
BuildRequires: autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user