diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-11-03 18:38:03 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-11-03 20:05:16 +0100 |
commit | f979288190cf2a1e25cfa184cc19969732644584 (patch) | |
tree | d2b794f21dc1dbe316a88028c3ee793e7c201bc3 /source | |
parent | 7ac15fdb9a7338d8336069da031b4e02505bb3c6 (diff) | |
download | current-f979288190cf2a1e25cfa184cc19969732644584.tar.gz current-f979288190cf2a1e25cfa184cc19969732644584.tar.xz |
Fri Nov 3 18:38:03 UTC 202320231103183803
a/sysvinit-scripts-15.1-noarch-8.txz: Rebuilt.
rc.S: clear /tmp/{.ICE-unix,.X11-unix}. Thanks to selfprogrammed.
ap/inxi-3.3.31_2-noarch-1.txz: Upgraded.
d/git-2.42.1-x86_64-1.txz: Upgraded.
l/SDL2-2.28.5-x86_64-1.txz: Upgraded.
l/fuse3-3.16.2-x86_64-1.txz: Upgraded.
l/libgsf-1.14.51-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.S | 2 | ||||
-rwxr-xr-x | source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/SDL2/SDL2.url | 2 | ||||
-rw-r--r-- | source/l/fuse3/fuse.url | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/source/a/sysvinit-scripts/scripts/rc.S b/source/a/sysvinit-scripts/scripts/rc.S index dbea795ea..310fdd288 100644 --- a/source/a/sysvinit-scripts/scripts/rc.S +++ b/source/a/sysvinit-scripts/scripts/rc.S @@ -391,6 +391,8 @@ if [ ! -e /tmp/.X11-unix ]; then mkdir -p /tmp/.X11-unix chmod 1777 /tmp/.X11-unix fi +# Clear /tmp/{.ICE-unix,.X11-unix}: +rm -f /tmp/.ICE-unix/* /tmp/.X11-unix/* # Create a fresh utmp file: touch /var/run/utmp diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index ee3fdd2d9..6aa936345 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-15.1} ARCH=noarch -BUILD=${BUILD:-7} +BUILD=${BUILD:-8} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/l/SDL2/SDL2.url b/source/l/SDL2/SDL2.url index 8bbf1eb41..fa4e62c75 100644 --- a/source/l/SDL2/SDL2.url +++ b/source/l/SDL2/SDL2.url @@ -1,2 +1,2 @@ https://github.com/libsdl-org/SDL -https://github.com/libsdl-org/SDL/releases/download/release-2.28.4/SDL2-2.28.4.tar.gz +https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz diff --git a/source/l/fuse3/fuse.url b/source/l/fuse3/fuse.url new file mode 100644 index 000000000..de087e9d4 --- /dev/null +++ b/source/l/fuse3/fuse.url @@ -0,0 +1 @@ +https://github.com/libfuse/libfuse/releases/download/fuse-3.16.2/fuse-3.16.2.tar.gz |