mirror of
git://slackware.nl/current.git
synced 2025-01-09 05:24:36 +01:00
aea2ef36ce
a/btrfs-progs-4.20.2-x86_64-1.txz: Upgraded. a/openssl-solibs-1.1.1b-x86_64-1.txz: Upgraded. ap/ddrescue-1.24-x86_64-1.txz: Upgraded. ap/sqlite-3.27.2-x86_64-1.txz: Upgraded. l/libssh-0.8.7-x86_64-1.txz: Upgraded. l/talloc-2.1.16-x86_64-1.txz: Upgraded. l/tdb-1.3.18-x86_64-1.txz: Upgraded. l/tevent-0.9.39-x86_64-1.txz: Upgraded. n/ca-certificates-20181210-noarch-2.txz: Rebuilt. Use "c_rehash" rather than "openssl rehash" for compatibility with all versions of OpenSSL. n/epic5-2.1.1-x86_64-1.txz: Upgraded. n/openssl-1.1.1b-x86_64-1.txz: Upgraded. x/xorg-server-1.20.4-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-1.20.4-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.4-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.4-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-60.5.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/60.5.2/releasenotes/ |
||
---|---|---|
.. | ||
luit | ||
pixman | ||
xauth | ||
xcompmgr | ||
xdm | ||
xf86-video-intel | ||
xf86-video-s3virge | ||
xf86-video-tseng | ||
xf86-video-voodoo | ||
xf86-video-xgixp | ||
xinit | ||
xorg-server | ||
xpyb | ||
luit.patch | ||
pixman.patch | ||
README | ||
xauth.patch | ||
xcompmgr.patch | ||
xdm.patch | ||
xf86-video-apm.patch | ||
xf86-video-ark.patch | ||
xf86-video-ast.patch | ||
xf86-video-dummy.patch | ||
xf86-video-glint.patch | ||
xf86-video-i128.patch | ||
xf86-video-intel.patch | ||
xf86-video-nv.patch | ||
xf86-video-s3.patch | ||
xf86-video-s3virge.patch | ||
xf86-video-tga.patch | ||
xf86-video-tseng.patch | ||
xf86-video-voodoo.patch | ||
xf86-video-xgi.patch | ||
xf86-video-xgixp.patch | ||
xinit.patch | ||
xorg-server.patch | ||
xpyb.patch |
IMPORTANT! To fail/exit a script, use this: [command that fails] || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; } DO NOT USE THIS: [command that fails] || exit 1 as it will cause the parent script to exit in the wrong location and possibly silently skip building some packages. Thanks, The Management