diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/sources/initrd/usr/lib/setup/SeTPKG | 2 | ||||
-rwxr-xr-x | source/n/httpd/httpd.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 |
4 files changed, 7 insertions, 4 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 1f742908..3d504073 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Tue Mar 31 18:02:13 UTC 2020 + In series selection menu, don't (falsely) mention Qt being in the KDE series. ++--------------------------+ Sat Feb 29 06:17:27 UTC 2020 Added kernel modules: dm-bufio, dm-bio-prison, dm-persistent-data, dm-snapshot, dm-thin-pool. diff --git a/source/installer/sources/initrd/usr/lib/setup/SeTPKG b/source/installer/sources/initrd/usr/lib/setup/SeTPKG index 22ad2d9d..02a47373 100755 --- a/source/installer/sources/initrd/usr/lib/setup/SeTPKG +++ b/source/installer/sources/initrd/usr/lib/setup/SeTPKG @@ -74,7 +74,7 @@ fi if [ -d $DS/kde -o "$DS" = "" ]; then cat << EOF >> $TMP/tmpscript -"KDE" "Qt and the K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\ +"KDE" "The K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\ EOF fi diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index 36a3a91e..438525ee 100755 --- a/source/n/httpd/httpd.SlackBuild +++ b/source/n/httpd/httpd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=httpd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/httpd/httpd.url b/source/n/httpd/httpd.url index 9a6c4b57..811decbb 100644 --- a/source/n/httpd/httpd.url +++ b/source/n/httpd/httpd.url @@ -1,2 +1,2 @@ -http://www.apache.org/dist/httpd/httpd-2.4.41.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.41.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.43.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.43.tar.bz2.asc |