Update to 4.3.1.0-1

This commit is contained in:
Gilrain 2020-10-14 19:27:18 +02:00
parent 1d1a581ddb
commit eefe313301
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 4.3.0.6
pkgver = 4.3.1.0
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -15,7 +15,7 @@ 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=4.3.0.6
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.3.1.0
source = service
source = service.user
source = ASF.json
@ -24,7 +24,7 @@ pkgbase = asf
sha256sums = ba1ff85e55e56d71dbdd0d898244ff7725bced8625f29c5389e28525e6cdb987
sha256sums = b627c8d4b3ba7f194a44749bd401b33bae601b9570da98e457737a6f9cfa408f
sha256sums = e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2
sha256sums = 1353977a61a2e8700df80729cabc88f453b704a0c6ccf45d80a91691fcf6338f
sha256sums = c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da
pkgname = asf

View file

@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
pkgver="4.3.0.6"
pkgver="4.3.1.0"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
@ -23,7 +23,7 @@ sha256sums=('SKIP'
'ba1ff85e55e56d71dbdd0d898244ff7725bced8625f29c5389e28525e6cdb987'
'b627c8d4b3ba7f194a44749bd401b33bae601b9570da98e457737a6f9cfa408f'
'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2'
'1353977a61a2e8700df80729cabc88f453b704a0c6ccf45d80a91691fcf6338f')
'c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da')
build() {
cd asf

View file

@ -1,3 +1,14 @@
2020-10-14 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.3.1.0-1:
[!] Fixed possible Denial of Service attack, which caused ASF to crash (#GHSA-5v34-4prm-9474).
In our NLog SteamTarget, BotName is now of type Layout which offers additional features to those that would appreciate them. Existing setups will continue to work as before.
IPC custom configuration now supports KnownNetworks property, which can be used for forwarding proxy headers from reverse proxies hosted on different machines than ASF itself (#2003).
ASF will now log friend invites on Trace logging level, allowing to catch that event for those that would appreciate it (#2005).
Latest ASF-ui with new features, improvements and bugfixes.
Updated localization provided by our community.
Usual amount of other core improvements, optimizations and bugfixes.
pkg: update bundled NLog.config to reflect upstream changes.
2020-09-21 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.3.0.6-1:
[!] General code refactor for implementing C# 8.0 nullable references. This change might require some third-party plugins to be recompiled, due to misc API changes that had to be applied in the process (#1543).