summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-12-08 19:29:55 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-09 08:59:48 +0100
commit7d1fda615bfe3ec57a0c6753082b866a09ac1af3 (patch)
tree215b903d14cff77f90ba6fb2ddc5960028a16aa2 /source/installer
parent5584dad3850d8f1aa3459ed8b85b3f8b571df3d4 (diff)
downloadcurrent-7d1fda615bfe3ec57a0c6753082b866a09ac1af3.tar.gz
current-7d1fda615bfe3ec57a0c6753082b866a09ac1af3.tar.xz
Tue Dec 8 19:29:55 UTC 202020201208192955
a/kernel-generic-5.4.82-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.82-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.82-x86_64-1.txz: Upgraded. a/openssl-solibs-1.1.1i-x86_64-1.txz: Upgraded. ap/gutenprint-5.3.4-x86_64-1.txz: Upgraded. ap/htop-3.0.3-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.82-x86-1.txz: Upgraded. d/python3-3.9.1-x86_64-1.txz: Upgraded. k/kernel-source-5.4.82-noarch-1.txz: Upgraded. l/M2Crypto-0.37.1-x86_64-1.txz: Upgraded. l/gdk-pixbuf2-2.42.2-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_46-x86_64-1.txz: Upgraded. l/mlt-6.24.0-x86_64-1.txz: Upgraded. l/pipewire-0.3.17-x86_64-1.txz: Upgraded. n/openssl-1.1.1i-x86_64-1.txz: Upgraded. This fixes a denial-of-service security issue. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971 (* Security fix *) x/fcitx-configtool-0.4.10-x86_64-1.txz: Upgraded. x/libgee-0.20.3-x86_64-1.txz: Upgraded. x/marisa-0.2.6-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/sources/initrd/usr/lib/setup/SeTPKG14
2 files changed, 10 insertions, 7 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 55fdfaffa..2c2dfc8b2 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Tue Dec 8 19:22:18 UTC 2020
+ SeTPKG: Change KDE blurb to say "The KDE Plasma Desktop"
++--------------------------+
Fri Oct 30 22:06:27 UTC 2020
Add libnsl. Thanks to Olek.
+--------------------------+
diff --git a/source/installer/sources/initrd/usr/lib/setup/SeTPKG b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
index 02a47373d..6ae2d2135 100755
--- a/source/installer/sources/initrd/usr/lib/setup/SeTPKG
+++ b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
@@ -74,19 +74,19 @@ fi
if [ -d $DS/kde -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"KDE" "The K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\
+"KDE" "The KDE Plasma Desktop" on "The KDE series contains the KDE Plasma Desktop for X." \\
EOF
fi
-if [ -d $DS/kdei -o "$DS" = "" ]; then
-cat << EOF >> $TMP/tmpscript
-"KDEI" "International language support for KDE" off "The KDEI series provides support for languages other than US English in KDE." \\
-EOF
-fi
+#if [ -d $DS/kdei -o "$DS" = "" ]; then
+#cat << EOF >> $TMP/tmpscript
+#"KDEI" "International language support for KDE" off "The KDEI series provides support for languages other than US English in KDE." \\
+#EOF
+#fi
if [ -d $DS/l -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"L" "System Libraries (some needed by both KDE and GNOME)" "on" "The L series contains libraries needed by GNOME, KDE, and other programs." \\
+"L" "System Libraries (some needed by both KDE and Xfce)" "on" "The L series contains libraries needed by KDE, Xfce, and other programs." \\
EOF
fi