summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-11-01 14:57:25 +0100
committerGilrain2021-11-01 14:57:25 +0100
commit0332c599d59e0444bf75bb8da68c48fb855706dd (patch)
tree9aee71c38a9d0575f0b4f5cc37647340f5fb432d
parent04c64b06b07053a6988bd17e285384bde7739275 (diff)
downloadaur-0332c599d59e0444bf75bb8da68c48fb855706dd.tar.gz
Update to 5.1.5.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--changelog12
-rw-r--r--service.patch14
4 files changed, 26 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f764bf56591..fc39d4bf86f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.1.4.0
- pkgrel = 2
+ pkgver = 5.1.5.2
+ pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
@@ -15,13 +15,13 @@ pkgbase = asf
optdepends = asf-ui: standalone web interface for ASF
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.1.4.0
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.1.5.2
source = service.patch
source = asf.env
source = ASF.json
source = NLog.config
sha256sums = SKIP
- sha256sums = 18b8b32774df8b9cfc4e75f003a29119b2fbccf6c582afa7c404485222c5b818
+ sha256sums = c78327fb7464d8df8b2e592bfd5040b44d8cb70d8bf1e2f088ada9cde80074f6
sha256sums = ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4
sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332
sha256sums = c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da
diff --git a/PKGBUILD b/PKGBUILD
index f13e6f60b84c..6fd4bc2f687c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.1.4.0"
-pkgrel=2
+pkgver="5.1.5.2"
+pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
@@ -20,7 +20,7 @@ source=("asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=${pkgve
"ASF.json"
"NLog.config")
sha256sums=('SKIP'
- '18b8b32774df8b9cfc4e75f003a29119b2fbccf6c582afa7c404485222c5b818'
+ 'c78327fb7464d8df8b2e592bfd5040b44d8cb70d8bf1e2f088ada9cde80074f6'
'ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4'
'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'
'c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da')
diff --git a/changelog b/changelog
index 46b848f5c6ac..3198466c0f09 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+2021-11-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.1.5.2-1:
+ Added ASF API endpoints for importing and removing ASF 2FA authenticators (@Abrynos #2426).
+ Added IPC localization through request headers (@Abrynos #2431 #2435).
+ Corrected several aspects of our ArchiSteamFarm@.service file for systemd in regards to initial feedback. We're also happy to say that it's now ready for general usage, see management section for details (@JustArchi).
+ ASF will now print a warning if you attempt to run it as an administrator (root). This warning will be corrected to an error in the next B cycle (likely .NET 6.0). See never run as administrator! (@JustArchi).
+ We've changed declaration of our docker services to utilize a non-root user for ASF process, rebuilding your containers isn't necessary right away, but will be in the future when we refuse to run as root (@JustArchi).
+ Improved !addlicense command which can now reflect a bit better the real result of the license activation attempt (@JustArchi @xPaw).
+ ASF will now print additional warnings upon detecting weak/insecure environment due to used passwords and/or crypt keys (@Abrynos #2419).
+ Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
+ Updated localization provided by our community (@JustArchi-ArchiBot).
+ Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
2021-10-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.1.4.0-2:
pkg: create /tmp/ASF on bootup since asf expects this folder to exists (Failed to set up mount namespacing)
diff --git a/service.patch b/service.patch
index 9454ba8fbc51..0886671260fb 100644
--- a/service.patch
+++ b/service.patch
@@ -1,5 +1,5 @@
---- ArchiSteamFarm@.service 2021-10-02 09:33:14.377920543 +0200
-+++ ArchiSteamFarm@.service 2021-10-02 09:43:34.302219120 +0200
+--- ArchiSteamFarm@.service.org 2021-11-01 14:32:25.829188085 +0100
++++ ArchiSteamFarm@.service.new 2021-11-01 14:55:24.165098767 +0100
@@ -3,7 +3,7 @@
[Service]
@@ -9,12 +9,12 @@
Restart=on-success
RestartSec=5s
SyslogIdentifier=asf-%i
-@@ -22,7 +22,7 @@
- ProtectKernelModules=yes
+@@ -24,7 +24,7 @@
ProtectKernelTunables=yes
- ProtectSystem=full
--ReadWritePaths=/home/%i/ArchiSteamFarm /tmp/ASF
-+ReadWritePaths=%h /tmp/ASF
+ ProtectProc=invisible
+ ProtectSystem=strict
+-ReadWritePaths=/home/%i/ArchiSteamFarm /tmp
++ReadWritePaths=%h /tmp
RemoveIPC=yes
RestrictAddressFamilies=AF_INET AF_INET6
RestrictNamespaces=yes