summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-10-14 19:27:18 +0200
committerGilrain2020-10-14 19:27:18 +0200
commiteefe313301301bf140634263ddb66e041e45254e (patch)
tree3db6024c9ab4df23e28da1e546cf4911c61317a4
parent1d1a581ddbffb3ae472cc79e75293e4ba91e74e3 (diff)
downloadaur-eefe313301301bf140634263ddb66e041e45254e.tar.gz
Update to 4.3.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog11
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab4eb9c0a1bb..435f1f8e3898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 7c1fa20e194e..cb0220f90aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
diff --git a/changelog b/changelog
index 2248132b43ae..54a82ca97c03 100644
--- a/changelog
+++ b/changelog
@@ -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).