summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-01-19 18:18:02 +0000
committer Eric Hameleers <alien@slackware.com>2022-01-20 08:59:56 +0100
commitf8721233ca388707ef95cde2fe3fcfad12f50f46 (patch)
treeee58f27d2192509882b82c55b7e19caaa326cdaf /source/x
parent1c7cd7d8173b5ad45462c7bfd8ba99cd013b959e (diff)
downloadcurrent-f8721233ca388707ef95cde2fe3fcfad12f50f46.tar.gz
current-f8721233ca388707ef95cde2fe3fcfad12f50f46.tar.xz
Wed Jan 19 18:18:02 UTC 202220220119181802
ap/inxi-3.3.12_1-noarch-1.txz: Upgraded. ap/man-db-2.9.4-x86_64-3.txz: Rebuilt. Don't use --no-purge in the daily cron job to update the databases. l/gst-plugins-bad-free-1.18.5-x86_64-4.txz: Rebuilt. Link against neon-0.32.2. Thanks to marav. n/bind-9.16.25-x86_64-1.txz: Upgraded. n/ethtool-5.16-x86_64-1.txz: Upgraded. n/samba-4.15.4-x86_64-1.txz: Upgraded. n/wpa_supplicant-2.10-x86_64-1.txz: Upgraded. The implementations of EAP-pwd in hostapd before 2.10 and wpa_supplicant before 2.10 are vulnerable to side-channel attacks as a result of cache access patterns. NOTE: this issue exists because of an incomplete fix for CVE-2019-9495. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23303 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23304 (* Security fix *) x/xterm-370-x86_64-6.txz: Rebuilt. XTerm-console: improve the font settings. Thanks to GazL.
Diffstat (limited to 'source/x')
-rw-r--r--source/x/xterm/XTerm-console26
-rwxr-xr-xsource/x/xterm/xterm.SlackBuild2
2 files changed, 14 insertions, 14 deletions
diff --git a/source/x/xterm/XTerm-console b/source/x/xterm/XTerm-console
index 3dfe77151..3e28bf7a9 100644
--- a/source/x/xterm/XTerm-console
+++ b/source/x/xterm/XTerm-console
@@ -22,23 +22,23 @@
! can look a little odd when being resized.
*VT100.font: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1
-*VT100.font1: -*-terminus-bold-r-normal-*-12-*-*-*-*-*-iso10646-1
-*VT100.font2: -*-terminus-bold-r-normal-*-16-*-*-*-*-*-iso10646-1
-*VT100.font3: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1
-*VT100.font4: -*-terminus-bold-r-normal-*-24-*-*-*-*-*-iso10646-1
-*VT100.font5: -*-terminus-bold-r-normal-*-28-*-*-*-*-*-iso10646-1
-*VT100.font6: -*-terminus-bold-r-normal-*-32-*-*-*-*-*-iso10646-1
+*VT100.font2: -*-terminus-bold-r-normal-*-12-*-*-*-*-*-iso10646-1
+*VT100.font3: -*-terminus-bold-r-normal-*-16-*-*-*-*-*-iso10646-1
+*VT100.font4: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1
+*VT100.font5: -*-terminus-bold-r-normal-*-24-*-*-*-*-*-iso10646-1
+*VT100.font6: -*-terminus-bold-r-normal-*-28-*-*-*-*-*-iso10646-1
+*VT100.font7: -*-terminus-bold-r-normal-*-32-*-*-*-*-*-iso10646-1
! Scalable/TrueType fonts:
*VT100.faceName: monospace
-*VT100.faceSize: 12.0
-*VT100.faceSize1: 6.0
-*VT100.faceSize2: 10.0
-*VT100.faceSize3: 12.0
-*VT100.faceSize4: 16.0
-*VT100.faceSize5: 18.0
-*VT100.faceSize6: 22.0
+*VT100.faceSize: 12.6
+*VT100.faceSize2: 7.5
+*VT100.faceSize3: 10.0
+*VT100.faceSize4: 12.6
+*VT100.faceSize5: 15.0
+*VT100.faceSize6: 17.6
+*VT100.faceSize7: 20.0
! VT100 colours and appearance !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
diff --git a/source/x/xterm/xterm.SlackBuild b/source/x/xterm/xterm.SlackBuild
index 528289879..0fb93661f 100755
--- a/source/x/xterm/xterm.SlackBuild
+++ b/source/x/xterm/xterm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xterm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}