summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-03-22 01:55:55 +0000
committer Eric Hameleers <alien@slackware.com>2020-03-22 08:59:48 +0100
commit16310a19148f787e420b0281f288ba8b9dc5cd4d (patch)
tree7825df453b507506f9aa012ad68a9f222c3cc97b /source
parent4e5b493e88d62f5ba0a4a4b54fdbdbdbea69d6b2 (diff)
downloadcurrent-16310a19148f787e420b0281f288ba8b9dc5cd4d.tar.gz
current-16310a19148f787e420b0281f288ba8b9dc5cd4d.tar.xz
Sun Mar 22 01:55:55 UTC 202020200322015555
a/kernel-generic-5.4.27-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.27-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.27-x86_64-1.txz: Upgraded. a/tcsh-6.22.02-x86_64-3.txz: Rebuilt. Actually apply the shell history patch this time. Thanks to jmccue. ap/cups-filters-1.27.3-x86_64-1.txz: Upgraded. d/automake-1.16.2-noarch-1.txz: Upgraded. d/kernel-headers-5.4.27-x86-1.txz: Upgraded. d/parallel-20200322-noarch-1.txz: Upgraded. k/kernel-source-5.4.27-noarch-1.txz: Upgraded. l/gmime-3.2.7-x86_64-1.txz: Upgraded. l/pangomm-2.42.1-x86_64-1.txz: Upgraded. n/gnupg2-2.2.20-x86_64-1.txz: Upgraded. xap/xaos-3.7-x86_64-1.txz: Upgraded. xap/xscreensaver-5.44-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/PAM/xscreensaver-5.44-x86_64-1_pam.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to '')
-rwxr-xr-xsource/a/tcsh/tcsh.SlackBuild5
-rwxr-xr-xsource/d/automake/automake.SlackBuild2
-rw-r--r--source/k/kernel-configs/config-generic-5.4.27 (renamed from source/k/kernel-configs/config-generic-5.4.25)2
-rw-r--r--source/k/kernel-configs/config-generic-5.4.27.x64 (renamed from source/k/kernel-configs/config-generic-5.4.25.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.4.27-smp (renamed from source/k/kernel-configs/config-generic-smp-5.4.25-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.4.27 (renamed from source/k/kernel-configs/config-huge-5.4.25)2
-rw-r--r--source/k/kernel-configs/config-huge-5.4.27.x64 (renamed from source/k/kernel-configs/config-huge-5.4.25.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.4.27-smp (renamed from source/k/kernel-configs/config-huge-smp-5.4.25-smp)2
-rw-r--r--source/xap/xaos/slack-desc2
-rwxr-xr-xsource/xap/xaos/xaos.SlackBuild13
-rw-r--r--source/xap/xaos/xaos.x86.registers.diff22
11 files changed, 18 insertions, 38 deletions
diff --git a/source/a/tcsh/tcsh.SlackBuild b/source/a/tcsh/tcsh.SlackBuild
index 9c41d8b11..eeee6f187 100755
--- a/source/a/tcsh/tcsh.SlackBuild
+++ b/source/a/tcsh/tcsh.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tcsh
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -69,6 +69,9 @@ cd ${PKGNAM}-$VERSION || exit 1
# built-in color ls:
zcat $CWD/${PKGNAM}.nobuiltincolorls.diff.gz | patch -p1 --verbose || exit 1
+# Fix history merging:
+zcat $CWD/tcsh.sh.hist.diff.gz | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/source/d/automake/automake.SlackBuild b/source/d/automake/automake.SlackBuild
index 789b68447..962d106bd 100755
--- a/source/d/automake/automake.SlackBuild
+++ b/source/d/automake/automake.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=automake
VERSION=${VERSION:-$(echo automake-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Note: the package is _built_ as 'noarch'
# Automatically determine architecture for build & packaging:
diff --git a/source/k/kernel-configs/config-generic-5.4.25 b/source/k/kernel-configs/config-generic-5.4.27
index 6f6f1a8fd..e6b8ec05f 100644
--- a/source/k/kernel-configs/config-generic-5.4.25
+++ b/source/k/kernel-configs/config-generic-5.4.27
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.25 Kernel Configuration
+# Linux/x86 5.4.27 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-5.4.25.x64 b/source/k/kernel-configs/config-generic-5.4.27.x64
index e1f3aa745..2cd24b52b 100644
--- a/source/k/kernel-configs/config-generic-5.4.25.x64
+++ b/source/k/kernel-configs/config-generic-5.4.27.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.25 Kernel Configuration
+# Linux/x86 5.4.27 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-5.4.25-smp b/source/k/kernel-configs/config-generic-smp-5.4.27-smp
index 5c373ea22..200b88e29 100644
--- a/source/k/kernel-configs/config-generic-smp-5.4.25-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.4.27-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.25 Kernel Configuration
+# Linux/x86 5.4.27 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-5.4.25 b/source/k/kernel-configs/config-huge-5.4.27
index 212c3dc2e..463e8c356 100644
--- a/source/k/kernel-configs/config-huge-5.4.25
+++ b/source/k/kernel-configs/config-huge-5.4.27
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.25 Kernel Configuration
+# Linux/x86 5.4.27 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-5.4.25.x64 b/source/k/kernel-configs/config-huge-5.4.27.x64
index ddb256e7b..c81ae8398 100644
--- a/source/k/kernel-configs/config-huge-5.4.25.x64
+++ b/source/k/kernel-configs/config-huge-5.4.27.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.25 Kernel Configuration
+# Linux/x86 5.4.27 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-5.4.25-smp b/source/k/kernel-configs/config-huge-smp-5.4.27-smp
index 9e84110de..332541ae6 100644
--- a/source/k/kernel-configs/config-huge-smp-5.4.25-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.4.27-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.25 Kernel Configuration
+# Linux/x86 5.4.27 Kernel Configuration
#
#
diff --git a/source/xap/xaos/slack-desc b/source/xap/xaos/slack-desc
index a370dddd9..3977fed41 100644
--- a/source/xap/xaos/slack-desc
+++ b/source/xap/xaos/slack-desc
@@ -14,6 +14,6 @@ xaos: the user to smoothly zoom in or out of a fractal. Other features
xaos: include autopilot mode, palette changing, PNG saving, and fractal
xaos: inversion.
xaos:
-xaos: Visit XaoS online: http://xaos.sf.net
+xaos: Homepage: https://github.com/xaos-project/XaoS
xaos:
xaos:
diff --git a/source/xap/xaos/xaos.SlackBuild b/source/xap/xaos/xaos.SlackBuild
index 627d45412..7f901ed2e 100755
--- a/source/xap/xaos/xaos.SlackBuild
+++ b/source/xap/xaos/xaos.SlackBuild
@@ -61,8 +61,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xaos
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+SRCNAM=XaoS-release
+VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -103,11 +104,9 @@ fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
-cd $PKGNAM-$VERSION || exit 1
-
-zcat $CWD/xaos.x86.registers.diff.gz | patch -p1 --verbose || exit 1
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.?z || exit 1
+cd $SRCNAM-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
diff --git a/source/xap/xaos/xaos.x86.registers.diff b/source/xap/xaos/xaos.x86.registers.diff
deleted file mode 100644
index 12d11aba6..000000000
--- a/source/xap/xaos/xaos.x86.registers.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./src/engine/zoom.c.orig 2013-11-01 02:54:21.000000000 -0500
-+++ ./src/engine/zoom.c 2015-04-05 00:38:10.332028884 -0500
-@@ -933,6 +933,7 @@
- }
-
- #ifndef USE_i386ASM
-+REGISTERS(0)
- static /*INLINE */ void
- moveoldpoints(void /*@unused@ */ *data1,
- struct taskinfo /*@unused@ */ *task,
---- ./src/engine/zoomd.c.orig 2013-11-01 02:54:21.000000000 -0500
-+++ ./src/engine/zoomd.c 2015-04-05 00:38:55.436032139 -0500
-@@ -280,7 +280,8 @@
- #endif
- #undef bpp1
-
--static INLINE void fillline(int line)
-+REGISTERS(0)
-+static void fillline(int line)
- {
- register unsigned char *RESTRICT vbuff = cimage.currlines[line];
- const struct filltable *RESTRICT table = (struct filltable *) tmpdata;