summaryrefslogtreecommitdiffstats
path: root/system/usbguard
diff options
context:
space:
mode:
Diffstat (limited to 'system/usbguard')
-rw-r--r--system/usbguard/README1
-rw-r--r--system/usbguard/usbguard.SlackBuild8
-rw-r--r--system/usbguard/usbguard.info8
3 files changed, 9 insertions, 8 deletions
diff --git a/system/usbguard/README b/system/usbguard/README
index 543066146e..342f00e858 100644
--- a/system/usbguard/README
+++ b/system/usbguard/README
@@ -15,7 +15,6 @@ after it is inserted into the port.
Optional dependencies:
- audit
- - libseccomp
To have the USBGuard daemon start and stop with your host,
add to /etc/rc.d/rc.local:
diff --git a/system/usbguard/usbguard.SlackBuild b/system/usbguard/usbguard.SlackBuild
index 8db344c035..cca84ac229 100644
--- a/system/usbguard/usbguard.SlackBuild
+++ b/system/usbguard/usbguard.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for usbguard
-# Copyright 2019 Michael Edie Orlando, FL USA
+# Copyright 2019-2022 Michael Edie Tampa, FL USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usbguard
-VERSION=${VERSION:-0.7.8}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-1.1.2}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -110,6 +110,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
diff --git a/system/usbguard/usbguard.info b/system/usbguard/usbguard.info
index f800503c2b..b708790b74 100644
--- a/system/usbguard/usbguard.info
+++ b/system/usbguard/usbguard.info
@@ -1,10 +1,10 @@
PRGNAM="usbguard"
-VERSION="0.7.8"
+VERSION="1.1.2"
HOMEPAGE="https://usbguard.github.io/"
-DOWNLOAD="https://github.com/USBGuard/usbguard/releases/download/usbguard-0.7.8/usbguard-0.7.8.tar.gz"
-MD5SUM="b96dcae8c4169c455ac81adab44d59c8"
+DOWNLOAD="https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.2/usbguard-1.1.2.tar.gz"
+MD5SUM="3c9478e17bac575ff51b1d746e72f25c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="protobuf libqb"
+REQUIRES="protobuf3 libqb"
MAINTAINER="Michael Edie"
EMAIL="michael@sawbox.net"