summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-06-02 10:12:22 +0200
committerGilrain2022-06-02 10:12:22 +0200
commitb4cf27aad56517dba3f7582d195f821b404baea2 (patch)
tree4378e8e3c912b4ae106c78723bd1572b21bde854
parent0c2c62bd8bcc880fabe665a88f5f5a5e5c94ab6e (diff)
downloadaur-b4cf27aad56517dba3f7582d195f821b404baea2.tar.gz
Update to 5.2.6.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--NLog.config15
-rw-r--r--PKGBUILD4
-rw-r--r--changelog7
4 files changed, 24 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94552becc609..5bb27f2f65e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.2.5.7
+ pkgver = 5.2.6.3
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=5.2.5.7
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.2.6.3
source = service.patch
source = asf.env
source = ASF.json
@@ -24,6 +24,6 @@ pkgbase = asf
sha256sums = aa54f0b7df31a3ad40200a169f00de079115442149fc2dd20b2257a4e2eaa500
sha256sums = ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4
sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332
- sha256sums = c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da
+ sha256sums = 636f3a125071cabfcb0c3828c6f9b0ec613789ab846ff71448d1a6eb110aee3f
pkgname = asf
diff --git a/NLog.config b/NLog.config
index 6d2341290f6b..decad3c2523c 100644
--- a/NLog.config
+++ b/NLog.config
@@ -3,12 +3,21 @@
<targets>
<target xsi:type="ColoredConsole" name="ColoredConsole" layout="${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" />
<!-- Below becomes active when ASF's IPC interface is started -->
- <!-- <target type="History" name="History" layout="${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" maxCount="20" /> -->
+ <target type="History" name="History" layout="${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" maxCount="20" />
</targets>
<rules>
+ <!-- The following entries specify ASP.NET (IPC) logging, we declare those so our last Debug catch-all doesn't include ASP.NET logs by default -->
+ <logger name="Microsoft*" finalMinLevel="Warn" writeTo="ColoredConsole" />
+ <logger name="Microsoft.Hosting.Lifetime*" finalMinLevel="Info" writeTo="ColoredConsole" />
+ <logger name="System*" finalMinLevel="Warn" writeTo="ColoredConsole" />
<logger name="*" minlevel="Debug" writeTo="ColoredConsole" />
- <!-- Below becomes active when ASF's IPC interface is started -->
- <!-- <logger name="*" minlevel="Debug" writeTo="History" /> -->
+
+ <!-- Below becomes active when ASF's IPC interface is enabled -->
+ <!-- The following entries specify ASP.NET (IPC) logging, we declare those so our last Debug catch-all doesn't include ASP.NET logs by default -->
+ <logger name="Microsoft*" finalMinLevel="Warn" writeTo="History" />
+ <logger name="Microsoft.Hosting.Lifetime*" finalMinLevel="Info" writeTo="History" />
+ <logger name="System*" finalMinLevel="Warn" writeTo="History" />
+ <logger name="*" minlevel="Debug" writeTo="History" />
</rules>
</nlog>
diff --git a/PKGBUILD b/PKGBUILD
index 5c77766e5ef3..3776f32e92fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.5.7"
+pkgver="5.2.6.3"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
@@ -23,7 +23,7 @@ sha256sums=('SKIP'
'aa54f0b7df31a3ad40200a169f00de079115442149fc2dd20b2257a4e2eaa500'
'ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4'
'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'
- 'c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da')
+ '636f3a125071cabfcb0c3828c6f9b0ec613789ab846ff71448d1a6eb110aee3f')
prepare() {
cd ${srcdir}/asf/ArchiSteamFarm/overlay/linux
diff --git a/changelog b/changelog
index 46d9ac572575..e943eaa2d472 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+2022-06-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.2.6.3-1:
+ This release includes new major version of NLog v5. If you're using custom NLog.config logging configuration for ASF, you may want to update your logging in accordance to new defaults in order to silence ASP.NET logs that will now use your config exclusively. Check out newly added rules for Microsoft and System on our wiki. Users that are not using custom NLog.config logging configuration do not require any action (@JustArchi).
+ Added std command for STD plugin users willing to trigger submission routine earlier than expected (@JustArchi).
+ 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).
2022-05-14 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.5.7-1:
Fixed Steam breaking change that made it impossible for ASF to decline trade offers (#2572, @JustArchi).