diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-19 01:45:30 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-19 08:59:27 +0100 |
commit | 9e2e1c45f763349b9e37c5786147a9edf97f9e2d (patch) | |
tree | a17267a829ac19ea8a8403a47d8e9d6c25f72e27 /source/a | |
parent | 89ee2f977872d767227c47aae6e94d01038bb9a0 (diff) | |
download | current-9e2e1c45f763349b9e37c5786147a9edf97f9e2d.tar.gz |
Thu Mar 19 01:45:30 UTC 202020200319014530
Don't bother with 5.4.26 folks, just wait for the next one. Trust me.
a/tcsh-6.22.02-x86_64-2.txz: Rebuilt.
Fixed merging history from multiple shells. Thanks to jmccue.
a/xz-5.2.5-x86_64-1.txz: Upgraded.
d/git-2.25.2-x86_64-1.txz: Upgraded.
l/glibmm-2.64.1-x86_64-1.txz: Upgraded.
n/bind-9.16.1-x86_64-1.txz: Upgraded.
n/dovecot-2.3.10-x86_64-2.txz: Rebuilt.
x/libinput-1.15.4-x86_64-1.txz: Upgraded.
x/mesa-20.0.2-x86_64-1.txz: Upgraded.
testing/packages/PAM/dovecot-2.3.10-x86_64-2_pam.txz: Rebuilt.
Recompiled using --with-pam. Thanks to HQuest.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/tcsh/tcsh.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/tcsh/tcsh.sh.hist.diff | 11 | ||||
-rw-r--r-- | source/a/xz/slack-desc | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/source/a/tcsh/tcsh.SlackBuild b/source/a/tcsh/tcsh.SlackBuild index b82662fa..9c41d8b1 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:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/tcsh/tcsh.sh.hist.diff b/source/a/tcsh/tcsh.sh.hist.diff new file mode 100644 index 00000000..efd5a953 --- /dev/null +++ b/source/a/tcsh/tcsh.sh.hist.diff @@ -0,0 +1,11 @@ +--- ./sh.hist.c.orig 2019-12-04 11:51:54.000000000 -0600 ++++ ./sh.hist.c 2020-03-18 14:14:31.488245707 -0500 +@@ -1292,7 +1292,7 @@ + #endif + } + getexit(osetexit); +- if (setexit()) ++ if (!setexit()) + loadhist(fname, 1); + resexit(osetexit); + } diff --git a/source/a/xz/slack-desc b/source/a/xz/slack-desc index acc279f6..30a6bb34 100644 --- a/source/a/xz/slack-desc +++ b/source/a/xz/slack-desc @@ -15,5 +15,5 @@ xz: LZMA compression easy to use on free (as in freedom) operating xz: systems. xz: xz: The people most responsible for xz are Igor Pavlov, Ville Koskinen, -xz: and Lasse Collin. For more info: http://tukaani.org/xz/ +xz: and Lasse Collin. Homepage: http://tukaani.org/xz/ xz: |