diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-03-18 18:42:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-03-18 21:37:24 +0100 |
commit | ced006913d987c7748685f55c460d23e50091a8a (patch) | |
tree | aab12822fe62b43127067c3f5dc46d128c4df121 /source/n | |
parent | 0a9c4a21e16a4b14718a29c1cd1e58a2800926c1 (diff) | |
download | current-ced006913d987c7748685f55c460d23e50091a8a.tar.gz current-ced006913d987c7748685f55c460d23e50091a8a.tar.xz |
Sat Mar 18 18:42:32 UTC 202320230318184232
l/glibmm-2.66.6-x86_64-1.txz: Upgraded.
n/postfix-3.7.4-x86_64-4.txz: Rebuilt.
Fixes warning about being compiled with a different version of OpenSSL.
Thanks to gildbg.
x/fcitx5-5.0.23-x86_64-1.txz: Upgraded.
x/fcitx5-kkc-5.0.12-x86_64-2.txz: Rebuilt.
Patched to fix FTBFS. Thanks to nobodino and marav.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/postfix/postfix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index c64b7192e..842a38575 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=postfix VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} if [ -z "$ARCH" ]; then case "$( uname -m )" in |