1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-30 08:38:10 +01:00
slackware-current/source/a/aaa_libraries/aaa_libraries.SlackBuild

135 lines
4.2 KiB
Text
Raw Normal View History

#!/bin/bash
Mon Feb 8 05:13:26 UTC 2021 a/aaa_elflibs-15.0-x86_64-30.txz: Removed. Renamed to aaa_libraries. a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added. This package has been renamed from glibc-solibs, which helps avoid trouble if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded first any libraries in it that are linked against a newer version of glibc than the one installed on the system would refuse to load. a/aaa_libraries-15.0-x86_64-1.txz: Added. This package has been renamed from aaa_elflibs to insure that it will come after aaa_glibc-solibs when upgraded in alphabetical order. Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6, libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6, libgthread-2.0.so.0.6600.6. Added: libtirpc.so.3.0.0. a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded. a/glibc-solibs-2.32-x86_64-1.txz: Removed. Renamed to aaa_glibc-solibs. a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded. ap/slackpkg-15.0-noarch-1.txz: Upgraded. These are some of the important changes (see the ChangeLog for more): Note that this slackpkg release contains a backwards-incompatible change to the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior behavior of the blacklist function; previously, adding "glibc" to the blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be ignored by slackpkg. The new behavior is that *only* the glibc package is ignored. If you want to blacklist all packages whose names begin with glibc, you would need to add "glibc.*" to the blacklist now. Also note that any special characters, e.g. "+", will need to be escaped in the blacklist file. To blacklist entire package sets, a trailing slash is now required: e.g. kde/ Another backwards-incompatibility warning: check-updates will now return 1 if there are updates available - this will make it easier to use this feature with cron (thanks to Peter Hyman). Added support for Slackware-AArch64 (thanks to Stuart Winter). Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine. Thanks to Robby Workman for the new slackpkg release! ap/soma-3.3.7-noarch-1.txz: Upgraded. Thanks to David Woodfall. ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded. d/help2man-1.48.1-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.14-x86-1.txz: Upgraded. k/kernel-source-5.10.14-noarch-1.txz: Upgraded. l/elfutils-0.183-x86_64-1.txz: Upgraded. l/glibc-2.32-x86_64-2.txz: Rebuilt. l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt. l/glibc-profile-2.32-x86_64-2.txz: Rebuilt. l/lcms2-2.12-x86_64-1.txz: Upgraded. l/libburn-1.5.4-x86_64-1.txz: Upgraded. x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 05:13:26 +00:00
# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cd $(dirname $0) ; CWD=$(pwd)
Mon Feb 8 05:13:26 UTC 2021 a/aaa_elflibs-15.0-x86_64-30.txz: Removed. Renamed to aaa_libraries. a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added. This package has been renamed from glibc-solibs, which helps avoid trouble if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded first any libraries in it that are linked against a newer version of glibc than the one installed on the system would refuse to load. a/aaa_libraries-15.0-x86_64-1.txz: Added. This package has been renamed from aaa_elflibs to insure that it will come after aaa_glibc-solibs when upgraded in alphabetical order. Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6, libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6, libgthread-2.0.so.0.6600.6. Added: libtirpc.so.3.0.0. a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded. a/glibc-solibs-2.32-x86_64-1.txz: Removed. Renamed to aaa_glibc-solibs. a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded. ap/slackpkg-15.0-noarch-1.txz: Upgraded. These are some of the important changes (see the ChangeLog for more): Note that this slackpkg release contains a backwards-incompatible change to the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior behavior of the blacklist function; previously, adding "glibc" to the blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be ignored by slackpkg. The new behavior is that *only* the glibc package is ignored. If you want to blacklist all packages whose names begin with glibc, you would need to add "glibc.*" to the blacklist now. Also note that any special characters, e.g. "+", will need to be escaped in the blacklist file. To blacklist entire package sets, a trailing slash is now required: e.g. kde/ Another backwards-incompatibility warning: check-updates will now return 1 if there are updates available - this will make it easier to use this feature with cron (thanks to Peter Hyman). Added support for Slackware-AArch64 (thanks to Stuart Winter). Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine. Thanks to Robby Workman for the new slackpkg release! ap/soma-3.3.7-noarch-1.txz: Upgraded. Thanks to David Woodfall. ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded. d/help2man-1.48.1-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.14-x86-1.txz: Upgraded. k/kernel-source-5.10.14-noarch-1.txz: Upgraded. l/elfutils-0.183-x86_64-1.txz: Upgraded. l/glibc-2.32-x86_64-2.txz: Rebuilt. l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt. l/glibc-profile-2.32-x86_64-2.txz: Rebuilt. l/lcms2-2.12-x86_64-1.txz: Upgraded. l/libburn-1.5.4-x86_64-1.txz: Upgraded. x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 05:13:26 +00:00
PKGNAM=aaa_libraries
Mon Jun 18 06:19:23 UTC 2018 a/aaa_elflibs-15.0-x86_64-1.txz: Upgraded. Upgraded to libelf-0.171.so, added libgdbm.so.6.0.0. a/etc-15.0-x86_64-6.txz: Rebuilt. Add $(uname -m) information to /etc/issue.new. Don't include /tmp directories - these are handled by aaa_base. a/kernel-generic-4.14.50-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.50-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.50-x86_64-1.txz: Upgraded. ap/man-db-2.8.3-x86_64-3.txz: Rebuilt. Recompiled against gdbm-1.15. ap/zsh-5.5.1-x86_64-2.txz: Rebuilt. Recompiled against gdbm-1.15. d/clisp-2.49_20180423_d1310adc5-x86_64-1.txz: Upgraded. Compiled against gdbm-1.15. d/kernel-headers-4.14.50-x86-1.txz: Upgraded. d/perl-5.26.2-x86_64-5.txz: Rebuilt. Recompiled against gdbm-1.15. d/python-2.7.15-x86_64-3.txz: Rebuilt. Recompiled against gdbm-1.15. d/python3-3.6.5-x86_64-4.txz: Rebuilt. Recompiled against gdbm-1.15. d/ruby-2.5.1-x86_64-4.txz: Rebuilt. Recompiled against gdbm-1.15. k/kernel-source-4.14.50-noarch-1.txz: Upgraded. kde/kdelibs-4.14.38-x86_64-3.txz: Rebuilt. Patched to build with OpenSSL-1.1.x. Thanks to nobodino. l/gdbm-1.15-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/cyrus-sasl-2.1.27_rc8-x86_64-1.txz: Upgraded. Compiled against gdbm-1.15. n/mutt-1.10.0-x86_64-2.txz: Rebuilt. Recompiled against gdbm-1.15. n/php-7.2.6-x86_64-2.txz: Rebuilt. Recompiled against gdbm-1.15. n/yptools-2.14-x86_64-11.txz: Rebuilt. Recompiled against gdbm-1.15. xap/gnuchess-6.2.5-x86_64-3.txz: Rebuilt. Recompiled against gdbm-1.15. isolinux/initrd.img: Rebuilt. Copy libefiboot to the installer (needed by efibootmgr). Compress the kernel modules with xz. Compress the initrd image with xz. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. Copy libefiboot to the installer (needed by efibootmgr). Compress the kernel modules with xz. Compress the initrd image with xz.
2018-06-18 06:19:23 +00:00
VERSION=${VERSION:-15.0}
Sun Oct 10 00:11:13 UTC 2021 A new Python (and related rebuilds), the latest release of the KDE Gear applications, and a new kernel. Enjoy! :-) a/aaa_libraries-15.0-x86_64-10.txz: Rebuilt. Upgraded: libcap.so.2.59, libglib-2.0.so.0.7000.0, libgmodule-2.0.so.0.7000.0, libgobject-2.0.so.0.7000.0, libgthread-2.0.so.0.7000.0, libpcre2-8.so.0.10.3. Removed: libboost*.so.1.76.0, libicu*.so.68.2 a/kernel-generic-5.14.11-x86_64-1.txz: Upgraded. a/kernel-huge-5.14.11-x86_64-1.txz: Upgraded. a/kernel-modules-5.14.11-x86_64-1.txz: Upgraded. a/libblockdev-2.26-x86_64-2.txz: Rebuilt. a/libbytesize-2.6-x86_64-2.txz: Rebuilt. a/libpwquality-1.4.4-x86_64-5.txz: Rebuilt. a/util-linux-2.37.2-x86_64-5.txz: Rebuilt. a/volume_key-0.3.12-x86_64-4.txz: Rebuilt. ap/hplip-3.20.5-x86_64-4.txz: Rebuilt. ap/linuxdoc-tools-0.9.82-x86_64-2.txz: Rebuilt. ap/rpm-4.16.1.3-x86_64-2.txz: Rebuilt. ap/undervolt-20201024_13fa33d-x86_64-4.txz: Rebuilt. ap/vim-8.2.3487-x86_64-1.txz: Upgraded. d/Cython-0.29.24-x86_64-2.txz: Rebuilt. d/automake-1.16.5-noarch-1.txz: Upgraded. Needed to properly detect python-3.10. If you see anything detecting the Python version as 3.1, you'll need to run autoreconf -vif before ./configure. d/distcc-3.4-x86_64-2.txz: Rebuilt. d/gdb-11.1-x86_64-3.txz: Rebuilt. d/gyp-20200512_caa60026-x86_64-5.txz: Rebuilt. d/kernel-headers-5.14.11-x86-1.txz: Upgraded. d/llvm-12.0.1-x86_64-2.txz: Rebuilt. d/mercurial-5.9.2-x86_64-2.txz: Rebuilt. d/meson-0.59.2-x86_64-2.txz: Rebuilt. d/python-pip-21.2.4-x86_64-2.txz: Rebuilt. d/python-setuptools-58.2.0-x86_64-2.txz: Rebuilt. d/python3-3.10.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/scons-4.0.1-x86_64-5.txz: Rebuilt. k/kernel-source-5.14.11-noarch-1.txz: Upgraded. kde/akonadi-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-calendar-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-calendar-tools-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-contacts-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-import-wizard-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-mime-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-notes-21.08.2-x86_64-1.txz: Upgraded. kde/akonadi-search-21.08.2-x86_64-1.txz: Upgraded. kde/akonadiconsole-21.08.2-x86_64-1.txz: Upgraded. kde/akregator-21.08.2-x86_64-1.txz: Upgraded. kde/analitza-21.08.2-x86_64-1.txz: Upgraded. kde/ark-21.08.2-x86_64-1.txz: Upgraded. kde/artikulate-21.08.2-x86_64-1.txz: Upgraded. kde/audiocd-kio-21.08.2-x86_64-1.txz: Upgraded. kde/baloo-widgets-21.08.2-x86_64-1.txz: Upgraded. kde/blinken-21.08.2-x86_64-1.txz: Upgraded. kde/bomber-21.08.2-x86_64-1.txz: Upgraded. kde/bovo-21.08.2-x86_64-1.txz: Upgraded. kde/calendarsupport-21.08.2-x86_64-1.txz: Upgraded. kde/cantor-21.08.2-x86_64-1.txz: Upgraded. kde/cervisia-21.08.2-x86_64-1.txz: Upgraded. kde/dolphin-21.08.2-x86_64-1.txz: Upgraded. kde/dolphin-plugins-21.08.2-x86_64-1.txz: Upgraded. kde/dragon-21.08.2-x86_64-1.txz: Upgraded. kde/elisa-21.08.2-x86_64-1.txz: Upgraded. kde/eventviews-21.08.2-x86_64-1.txz: Upgraded. kde/extra-cmake-modules-5.86.0-x86_64-3.txz: Rebuilt. Increment maximum python3 version. kde/ffmpegthumbs-21.08.2-x86_64-1.txz: Upgraded. kde/filelight-21.08.2-x86_64-1.txz: Upgraded. kde/granatier-21.08.2-x86_64-1.txz: Upgraded. kde/grantlee-editor-21.08.2-x86_64-1.txz: Upgraded. kde/grantleetheme-21.08.2-x86_64-1.txz: Upgraded. kde/gwenview-21.08.2-x86_64-1.txz: Upgraded. kde/incidenceeditor-21.08.2-x86_64-1.txz: Upgraded. kde/itinerary-21.08.2-x86_64-1.txz: Upgraded. kde/juk-21.08.2-x86_64-1.txz: Upgraded. kde/k3b-21.08.2-x86_64-1.txz: Upgraded. kde/kaddressbook-21.08.2-x86_64-1.txz: Upgraded. kde/kalarm-21.08.2-x86_64-1.txz: Upgraded. kde/kalarmcal-21.08.2-x86_64-1.txz: Upgraded. kde/kalgebra-21.08.2-x86_64-1.txz: Upgraded. kde/kalzium-21.08.2-x86_64-1.txz: Upgraded. kde/kamera-21.08.2-x86_64-1.txz: Upgraded. kde/kamoso-21.08.2-x86_64-1.txz: Upgraded. kde/kanagram-21.08.2-x86_64-1.txz: Upgraded. kde/kapidox-5.86.0-x86_64-3.txz: Rebuilt. kde/kapman-21.08.2-x86_64-1.txz: Upgraded. kde/kapptemplate-21.08.2-x86_64-1.txz: Upgraded. kde/kate-21.08.2-x86_64-1.txz: Upgraded. kde/katomic-21.08.2-x86_64-1.txz: Upgraded. kde/kauth-5.86.0-x86_64-3.txz: Rebuilt. kde/kbackup-21.08.2-x86_64-1.txz: Upgraded. kde/kblackbox-21.08.2-x86_64-1.txz: Upgraded. kde/kblocks-21.08.2-x86_64-1.txz: Upgraded. kde/kbounce-21.08.2-x86_64-1.txz: Upgraded. kde/kbreakout-21.08.2-x86_64-1.txz: Upgraded. kde/kbruch-21.08.2-x86_64-1.txz: Upgraded. kde/kcachegrind-21.08.2-x86_64-1.txz: Upgraded. kde/kcalc-21.08.2-x86_64-1.txz: Upgraded. kde/kcalutils-21.08.2-x86_64-1.txz: Upgraded. kde/kcharselect-21.08.2-x86_64-1.txz: Upgraded. kde/kcodecs-5.86.0-x86_64-3.txz: Rebuilt. kde/kcolorchooser-21.08.2-x86_64-1.txz: Upgraded. kde/kcompletion-5.86.0-x86_64-3.txz: Rebuilt. kde/kconfig-5.86.0-x86_64-3.txz: Rebuilt. kde/kconfigwidgets-5.86.0-x86_64-3.txz: Rebuilt. kde/kcoreaddons-5.86.0-x86_64-3.txz: Rebuilt. kde/kcron-21.08.2-x86_64-1.txz: Upgraded. kde/kdbusaddons-5.86.0-x86_64-3.txz: Rebuilt. kde/kde-dev-scripts-21.08.2-x86_64-1.txz: Upgraded. kde/kde-dev-utils-21.08.2-x86_64-1.txz: Upgraded. kde/kdebugsettings-21.08.2-x86_64-1.txz: Upgraded. kde/kdeconnect-kde-21.08.2-x86_64-1.txz: Upgraded. kde/kdeedu-data-21.08.2-x86_64-1.txz: Upgraded. kde/kdegraphics-mobipocket-21.08.2-x86_64-1.txz: Upgraded. kde/kdegraphics-thumbnailers-21.08.2-x86_64-1.txz: Upgraded. kde/kdenetwork-filesharing-21.08.2-x86_64-1.txz: Upgraded. kde/kdenlive-21.08.2-x86_64-1.txz: Upgraded. kde/kdepim-addons-21.08.2-x86_64-1.txz: Upgraded. kde/kdepim-runtime-21.08.2-x86_64-1.txz: Upgraded. kde/kdesdk-kioslaves-21.08.2-x86_64-1.txz: Upgraded. kde/kdesdk-thumbnailers-21.08.2-x86_64-1.txz: Upgraded. kde/kdev-python-5.6.2-x86_64-3.txz: Removed. Due to the removal of the old parser from Python 3.10, this is no longer compatible. We'll keep an eye on upstream to see if this changes, though. kde/kdf-21.08.2-x86_64-1.txz: Upgraded. kde/kdialog-21.08.2-x86_64-1.txz: Upgraded. kde/kdiamond-21.08.2-x86_64-1.txz: Upgraded. kde/keditbookmarks-21.08.2-x86_64-1.txz: Upgraded. kde/kfind-21.08.2-x86_64-1.txz: Upgraded. kde/kfloppy-21.08.2-x86_64-1.txz: Upgraded. kde/kfourinline-21.08.2-x86_64-1.txz: Upgraded. kde/kgeography-21.08.2-x86_64-1.txz: Upgraded. kde/kget-21.08.2-x86_64-1.txz: Upgraded. kde/kgoldrunner-21.08.2-x86_64-1.txz: Upgraded. kde/kgpg-21.08.2-x86_64-1.txz: Upgraded. kde/kguiaddons-5.86.0-x86_64-3.txz: Rebuilt. kde/khangman-21.08.2-x86_64-1.txz: Upgraded. kde/khelpcenter-21.08.2-x86_64-1.txz: Upgraded. kde/ki18n-5.86.0-x86_64-3.txz: Rebuilt. kde/kidentitymanagement-21.08.2-x86_64-1.txz: Upgraded. kde/kig-21.08.2-x86_64-1.txz: Upgraded. kde/kigo-21.08.2-x86_64-1.txz: Upgraded. kde/killbots-21.08.2-x86_64-1.txz: Upgraded. kde/kimagemapeditor-21.08.2-x86_64-1.txz: Upgraded. kde/kimap-21.08.2-x86_64-1.txz: Upgraded. kde/kio-extras-21.08.2-x86_64-1.txz: Upgraded. kde/kio-gdrive-21.08.2-x86_64-1.txz: Upgraded. kde/kipi-plugins-21.08.2-x86_64-1.txz: Upgraded. kde/kirigami-gallery-21.08.2-x86_64-1.txz: Upgraded. kde/kiriki-21.08.2-x86_64-1.txz: Upgraded. kde/kitemmodels-5.86.0-x86_64-3.txz: Rebuilt. kde/kitemviews-5.86.0-x86_64-3.txz: Rebuilt. kde/kiten-21.08.2-x86_64-1.txz: Upgraded. kde/kitinerary-21.08.2-x86_64-1.txz: Upgraded. kde/kjobwidgets-5.86.0-x86_64-3.txz: Rebuilt. kde/kjumpingcube-21.08.2-x86_64-1.txz: Upgraded. kde/kldap-21.08.2-x86_64-1.txz: Upgraded. kde/kleopatra-21.08.2-x86_64-1.txz: Upgraded. kde/klickety-21.08.2-x86_64-1.txz: Upgraded. kde/klines-21.08.2-x86_64-1.txz: Upgraded. kde/kmag-21.08.2-x86_64-1.txz: Upgraded. kde/kmahjongg-21.08.2-x86_64-1.txz: Upgraded. kde/kmail-21.08.2-x86_64-1.txz: Upgraded. kde/kmail-account-wizard-21.08.2-x86_64-1.txz: Upgraded. kde/kmailtransport-21.08.2-x86_64-1.txz: Upgraded. kde/kmbox-21.08.2-x86_64-1.txz: Upgraded. kde/kmime-21.08.2-x86_64-1.txz: Upgraded. kde/kmines-21.08.2-x86_64-1.txz: Upgraded. kde/kmix-21.08.2-x86_64-1.txz: Upgraded. kde/kmousetool-21.08.2-x86_64-1.txz: Upgraded. kde/kmouth-21.08.2-x86_64-1.txz: Upgraded. kde/kmplot-21.08.2-x86_64-1.txz: Upgraded. kde/kmymoney-5.1.2-x86_64-3.txz: Rebuilt. kde/knavalbattle-21.08.2-x86_64-1.txz: Upgraded. kde/knetwalk-21.08.2-x86_64-1.txz: Upgraded. kde/knights-21.08.2-x86_64-1.txz: Upgraded. kde/knotes-21.08.2-x86_64-1.txz: Upgraded. kde/kolf-21.08.2-x86_64-1.txz: Upgraded. kde/kollision-21.08.2-x86_64-1.txz: Upgraded. kde/kolourpaint-21.08.2-x86_64-1.txz: Upgraded. kde/kompare-21.08.2-x86_64-1.txz: Upgraded. kde/konqueror-21.08.2-x86_64-1.txz: Upgraded. kde/konquest-21.08.2-x86_64-1.txz: Upgraded. kde/konsole-21.08.2-x86_64-1.txz: Upgraded. kde/kontact-21.08.2-x86_64-1.txz: Upgraded. kde/kontactinterface-21.08.2-x86_64-1.txz: Upgraded. kde/kontrast-21.08.2-x86_64-1.txz: Upgraded. kde/konversation-21.08.2-x86_64-1.txz: Upgraded. kde/kopeninghours-21.08.2-x86_64-1.txz: Upgraded. kde/kopete-21.08.2-x86_64-1.txz: Upgraded. kde/korganizer-21.08.2-x86_64-1.txz: Upgraded. kde/kosmindoormap-21.08.2-x86_64-1.txz: Upgraded. kde/kpat-21.08.2-x86_64-1.txz: Upgraded. kde/kpimtextedit-21.08.2-x86_64-1.txz: Upgraded. kde/kpkpass-21.08.2-x86_64-1.txz: Upgraded. kde/kpmcore-21.08.2-x86_64-1.txz: Upgraded. kde/kpublictransport-21.08.2-x86_64-1.txz: Upgraded. kde/kqtquickcharts-21.08.2-x86_64-1.txz: Upgraded. kde/krdc-21.08.2-x86_64-1.txz: Upgraded. kde/kreversi-21.08.2-x86_64-1.txz: Upgraded. kde/krfb-21.08.2-x86_64-1.txz: Upgraded. kde/krita-4.4.8-x86_64-5.txz: Rebuilt. kde/kross-interpreters-21.08.2-x86_64-1.txz: Upgraded. kde/kruler-21.08.2-x86_64-1.txz: Upgraded. kde/kshisen-21.08.2-x86_64-1.txz: Upgraded. kde/ksirk-21.08.2-x86_64-1.txz: Upgraded. kde/ksmtp-21.08.2-x86_64-1.txz: Upgraded. kde/ksnakeduel-21.08.2-x86_64-1.txz: Upgraded. kde/kspaceduel-21.08.2-x86_64-1.txz: Upgraded. kde/ksquares-21.08.2-x86_64-1.txz: Upgraded. kde/ksudoku-21.08.2-x86_64-1.txz: Upgraded. kde/ksystemlog-21.08.2-x86_64-1.txz: Upgraded. kde/kteatime-21.08.2-x86_64-1.txz: Upgraded. kde/ktimer-21.08.2-x86_64-1.txz: Upgraded. kde/ktnef-21.08.2-x86_64-1.txz: Upgraded. kde/ktorrent-21.08.2-x86_64-1.txz: Upgraded. kde/ktouch-21.08.2-x86_64-1.txz: Upgraded. kde/kturtle-21.08.2-x86_64-1.txz: Upgraded. kde/kubrick-21.08.2-x86_64-1.txz: Upgraded. kde/kwalletmanager-21.08.2-x86_64-1.txz: Upgraded. kde/kwave-21.08.2-x86_64-1.txz: Upgraded. kde/kwidgetsaddons-5.86.0-x86_64-3.txz: Rebuilt. kde/kwordquiz-21.08.2-x86_64-1.txz: Upgraded. kde/libgravatar-21.08.2-x86_64-1.txz: Upgraded. kde/libkcddb-21.08.2-x86_64-1.txz: Upgraded. kde/libkcompactdisc-21.08.2-x86_64-1.txz: Upgraded. kde/libkdcraw-21.08.2-x86_64-1.txz: Upgraded. kde/libkdegames-21.08.2-x86_64-1.txz: Upgraded. kde/libkdepim-21.08.2-x86_64-1.txz: Upgraded. kde/libkeduvocdocument-21.08.2-x86_64-1.txz: Upgraded. kde/libkexiv2-21.08.2-x86_64-1.txz: Upgraded. kde/libkgapi-21.08.2-x86_64-1.txz: Upgraded. kde/libkipi-21.08.2-x86_64-1.txz: Upgraded. kde/libkleo-21.08.2-x86_64-1.txz: Upgraded. kde/libkmahjongg-21.08.2-x86_64-1.txz: Upgraded. kde/libkomparediff2-21.08.2-x86_64-1.txz: Upgraded. kde/libksane-21.08.2-x86_64-1.txz: Upgraded. kde/libksieve-21.08.2-x86_64-1.txz: Upgraded. kde/libktorrent-21.08.2-x86_64-1.txz: Upgraded. kde/lokalize-21.08.2-x86_64-1.txz: Upgraded. kde/lskat-21.08.2-x86_64-1.txz: Upgraded. kde/mailcommon-21.08.2-x86_64-1.txz: Upgraded. kde/mailimporter-21.08.2-x86_64-1.txz: Upgraded. kde/marble-21.08.2-x86_64-1.txz: Upgraded. kde/markdownpart-21.08.2-x86_64-1.txz: Upgraded. kde/mbox-importer-21.08.2-x86_64-1.txz: Upgraded. kde/messagelib-21.08.2-x86_64-1.txz: Upgraded. kde/minuet-21.08.2-x86_64-1.txz: Upgraded. kde/okular-21.08.2-x86_64-1.txz: Upgraded. kde/palapeli-21.08.2-x86_64-1.txz: Upgraded. kde/parley-21.08.2-x86_64-1.txz: Upgraded. kde/partitionmanager-21.08.2-x86_64-1.txz: Upgraded. kde/picmi-21.08.2-x86_64-1.txz: Upgraded. kde/pim-data-exporter-21.08.2-x86_64-1.txz: Upgraded. kde/pim-sieve-editor-21.08.2-x86_64-1.txz: Upgraded. kde/pimcommon-21.08.2-x86_64-1.txz: Upgraded. kde/poxml-21.08.2-x86_64-1.txz: Upgraded. kde/print-manager-21.08.2-x86_64-1.txz: Upgraded. kde/rocs-21.08.2-x86_64-1.txz: Upgraded. kde/skanlite-21.08.2-x86_64-1.txz: Upgraded. kde/spectacle-21.08.2-x86_64-1.txz: Upgraded. kde/step-21.08.2-x86_64-1.txz: Upgraded. kde/svgpart-21.08.2-x86_64-1.txz: Upgraded. kde/sweeper-21.08.2-x86_64-1.txz: Upgraded. kde/umbrello-21.08.2-x86_64-1.txz: Upgraded. kde/yakuake-21.08.2-x86_64-1.txz: Upgraded. kde/zeroconf-ioslave-21.08.2-x86_64-1.txz: Upgraded. l/M2Crypto-0.38.0-x86_64-2.txz: Rebuilt. l/Mako-1.1.4-x86_64-4.txz: Rebuilt. l/PyQt5-5.15.2-x86_64-4.txz: Rebuilt. l/QScintilla-2.11.6-x86_64-4.txz: Rebuilt. l/brotli-1.0.9-x86_64-6.txz: Rebuilt. l/dbus-python-1.2.18-x86_64-2.txz: Rebuilt. l/gexiv2-0.14.0-x86_64-2.txz: Rebuilt. l/glade-3.38.2-x86_64-4.txz: Rebuilt. l/gobject-introspection-1.70.0-x86_64-2.txz: Rebuilt. l/lensfun-0.3.95-x86_64-4.txz: Rebuilt. l/libcaca-0.99.beta19-x86_64-10.txz: Rebuilt. l/libcap-ng-0.8.2-x86_64-4.txz: Rebuilt. l/libimobiledevice-20200615_4791a82-x86_64-5.txz: Rebuilt. l/libproxy-0.4.17-x86_64-4.txz: Rebuilt. l/libwebp-1.2.1-x86_64-2.txz: Rebuilt. l/libxml2-2.9.12-x86_64-2.txz: Rebuilt. l/newt-0.52.21-x86_64-6.txz: Rebuilt. l/openexr-2.5.7-x86_64-3.txz: Rebuilt. l/pycairo-1.20.1-x86_64-2.txz: Rebuilt. l/pycups-2.0.1-x86_64-5.txz: Rebuilt. l/pycurl-7.44.1-x86_64-2.txz: Rebuilt. l/pygobject3-3.42.0-x86_64-2.txz: Rebuilt. l/pyparsing-2.4.7-x86_64-5.txz: Rebuilt. l/python-appdirs-1.4.4-x86_64-5.txz: Rebuilt. l/python-certifi-2021.5.30-x86_64-2.txz: Rebuilt. l/python-cffi-1.14.6-x86_64-2.txz: Rebuilt. l/python-chardet-4.0.0-x86_64-4.txz: Rebuilt. l/python-charset-normalizer-2.0.6-x86_64-2.txz: Rebuilt. l/python-distro-1.5.0-x86_64-5.txz: Rebuilt. l/python-dnspython-2.1.0-x86_64-2.txz: Rebuilt. l/python-docutils-0.17.1-x86_64-2.txz: Rebuilt. l/python-future-0.18.2-x86_64-6.txz: Rebuilt. l/python-idna-3.2-x86_64-2.txz: Rebuilt. l/python-markdown-3.3.4-x86_64-2.txz: Rebuilt. l/python-notify2-0.3.1-x86_64-9.txz: Rebuilt. l/python-packaging-21.0-x86_64-2.txz: Rebuilt. l/python-pillow-8.3.2-x86_64-2.txz: Rebuilt. l/python-ply-3.11-x86_64-7.txz: Rebuilt. l/python-pycparser-2.20-x86_64-2.txz: Rebuilt. l/python-pygments-2.10.0-x86_64-2.txz: Rebuilt. l/python-pysol_cards-0.10.2-x86_64-2.txz: Rebuilt. l/python-random2-1.0.1-x86_64-4.txz: Rebuilt. l/python-requests-2.26.0-x86_64-2.txz: Rebuilt. l/python-sane-2.9.1-x86_64-4.txz: Rebuilt. l/python-six-1.16.0-x86_64-2.txz: Rebuilt. l/python-urllib3-1.26.7-x86_64-2.txz: Rebuilt. l/sip-4.19.25-x86_64-2.txz: Rebuilt. l/speech-dispatcher-0.10.2-x86_64-4.txz: Rebuilt. l/system-config-printer-1.5.15-x86_64-4.txz: Rebuilt. l/talloc-2.3.3-x86_64-2.txz: Rebuilt. l/tdb-1.4.5-x86_64-2.txz: Rebuilt. l/tevent-0.11.0-x86_64-2.txz: Rebuilt. n/bind-9.16.21-x86_64-5.txz: Rebuilt. n/epic5-2.1.6-x86_64-2.txz: Rebuilt. n/fetchmail-6.4.22-x86_64-2.txz: Rebuilt. n/getmail-6.18.4-x86_64-2.txz: Rebuilt. n/gpgme-1.16.0-x86_64-2.txz: Rebuilt. n/net-snmp-5.9.1-x86_64-2.txz: Rebuilt. n/nftables-1.0.0-x86_64-3.txz: Rebuilt. n/nss-pam-ldapd-0.9.11-x86_64-4.txz: Rebuilt. n/obexftp-0.24.2-x86_64-9.txz: Rebuilt. n/pssh-2.3.4-x86_64-5.txz: Rebuilt. n/samba-4.15.0-x86_64-2.txz: Rebuilt. x/ibus-1.5.25-x86_64-2.txz: Rebuilt. x/ibus-anthy-1.5.13-x86_64-2.txz: Rebuilt. x/ibus-hangul-1.5.4-x86_64-4.txz: Rebuilt. x/ibus-libpinyin-1.12.1-x86_64-2.txz: Rebuilt. x/ibus-table-1.14.1-x86_64-2.txz: Rebuilt. x/pyxdg-0.27-x86_64-5.txz: Rebuilt. x/xcb-proto-1.14.1-x86_64-5.txz: Rebuilt. xap/blueman-2.2.2-x86_64-2.txz: Rebuilt. xap/hexchat-2.16.0-x86_64-2.txz: Rebuilt. xap/vim-gvim-8.2.3487-x86_64-1.txz: Upgraded. extra/brltty/brltty-6.4-x86_64-2.txz: Rebuilt. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-10-10 00:11:13 +00:00
BUILD=${BUILD:-10}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
# 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
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
exit 0
fi
if [ "$ARCH" = "x86_64" ]; then
LIBDIRSUFFIX="64"
else
LIBDIRSUFFIX=""
fi
TMP=${TMP:-/tmp}
PKG=$TMP/package-${PKGNAM}
rm -rf $PKG
mkdir -p $TMP $PKG
if [ -x /sbin/ldconfig ]; then
/sbin/ldconfig
fi
cd $PKG
cat $CWD/symlinks-to-tracked-libs \
| grep -v "^#" | grep -v "^$" \
| sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \
-e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \
| while read library ; do
( [ ! -e $library ] && exit 0
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
cd $(dirname $library | cut -b2- )
rm -f $(basename $library)
cp -a $library .
rm -f $(readlink $library)
cp -a $(dirname $library)/$(readlink $library) .
)
done
cat $CWD/tracked-files \
| grep -v "^#" | grep -v "^$" \
| sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \
-e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \
| while read library ; do
( [ ! -e $library ] && exit 0
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
cd $(dirname $library | cut -b2- )
rm -f $(basename $library)
cp -a $library .
)
done
Mon Apr 19 21:40:04 UTC 2021 a/aaa_libraries-15.0-x86_64-6.txz: Rebuilt. Temporarily added the shared libraries from icu4c-68.2 and boost-1.75.0 to allow some time for things that depend on them to be recompiled. a/kernel-firmware-20210419_8528618-noarch-1.txz: Upgraded. a/less-581-x86_64-1.txz: Upgraded. a/pkgtools-15.0-noarch-38.txz: Rebuilt. upgradepkg: prefix path to installpkg with $ROOT. pkgtool.8: typo fix. Thanks to slvr32. a/sdparm-1.11-x86_64-4.txz: Rebuilt. Recompiled against sg3_utils-1.46. Thanks to USUARIONUEVO. a/udisks-1.0.5-x86_64-9.txz: Rebuilt. Recompiled against sg3_utils-1.46. Thanks to USUARIONUEVO. a/xfsprogs-5.11.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. ap/pamixer-1.4-x86_64-10.txz: Rebuilt. Recompiled against boost-1.76.0. ap/sqlite-3.35.4-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. d/Cython-0.29.23-x86_64-1.txz: Upgraded. d/poke-1.2-x86_64-1.txz: Upgraded. kde/kig-20.12.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.76.0. kde/krita-4.4.3-x86_64-3.txz: Rebuilt. Recompiled against boost-1.76.0. kde/plasma-workspace-5.21.4-x86_64-2.txz: Rebuilt. Patched to fix missing GTK+ window decorations and config file reading in a wayland session. Added "Full Wayland" session type (less stable / more experimental). The standard Plasma Wayland session will allow apps to use XCB rather than native Wayland, which is currently more stable. Thanks to LuckyCyborg. l/adwaita-icon-theme-40.0-noarch-1.txz: Upgraded. l/boost-1.76.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. Compiled against icu4c-69.1. l/cryfs-0.10.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.76.0. l/harfbuzz-2.8.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. l/icu4c-69.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/imagemagick-7.0.11_8-x86_64-1.txz: Upgraded. l/jasper-2.0.32-x86_64-1.txz: Upgraded. l/libdvdread-6.1.2-x86_64-1.txz: Upgraded. l/libgpod-0.8.3-x86_64-10.txz: Rebuilt. Recompiled against sg3_utils-1.46. Thanks to Toutatis and USUARIONUEVO. l/libical-3.0.10-x86_64-1.txz: Upgraded. l/libical-3.0.9-x86_64-4.txz: Rebuilt. Recompiled against icu4c-69.1. l/libqalculate-3.18.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. l/libvisio-0.1.7-x86_64-7.txz: Rebuilt. Recompiled against icu4c-69.1. l/mozilla-nss-3.64-x86_64-1.txz: Upgraded. l/mozjs78-78.10.0esr-x86_64-1.txz: Upgraded. l/openexr-2.5.5-x86_64-3.txz: Rebuilt. Recompiled against boost-1.76.0. l/python-docutils-0.17.1-x86_64-1.txz: Upgraded. l/qt5-5.15.2-x86_64-8.txz: Rebuilt. Recompiled against icu4c-69.1. Recompiled with options: -qpa "xcb;wayland" -egl -eglfs This allows using either XCB (XWayland) or native Wayland for QPA. Thanks to LuckyCyborg. l/qt5-webkit-5.212.0_alpha4-x86_64-7.txz: Rebuilt. Recompiled against icu4c-69.1. l/vte-0.64.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/daemon-0.8-x86_64-1.txz: Added. Thanks to ZhaoLin1457 and LuckyCyborg. n/dovecot-2.3.14-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/openssh-8.6p1-x86_64-1.txz: Upgraded. n/php-7.4.16-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/postfix-3.5.10-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/samba-4.14.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/tin-2.4.5-x86_64-3.txz: Rebuilt. Recompiled against icu4c-69.1. t/texlive-2020.200608-x86_64-5.txz: Rebuilt. Recompiled against icu4c-69.1. x/egl-wayland-1.1.6-x86_64-1.txz: Added. Needed for Wayland EGLstreams support. Thanks to LuckyCyborg. x/eglexternalplatform-1.1-x86_64-1.txz: Added. Needed for egl-wayland. Thanks to LuckyCyborg. x/xf86-input-libinput-1.0.1-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-21.1.1-x86_64-1.txz: Upgraded. Thanks to LuckyCyborg. xap/MPlayer-20210418-x86_64-1.txz: Upgraded. xap/mozilla-firefox-88.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/88.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2021-16/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23994 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23995 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23996 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23997 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23998 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23999 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24000 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24001 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24002 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29945 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29944 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29946 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29947 (* Security fix *) xap/mozilla-thunderbird-78.10.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.10.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2021-14/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23994 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23995 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23998 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23961 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23999 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24002 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29945 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29946 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29948 (* Security fix *)
2021-04-19 21:40:04 +00:00
cat $CWD/symlinks-to-tracked-libs-tmp.d/* \
| grep -v "^#" | grep -v "^$" \
| sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \
-e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \
| while read library ; do
( [ ! -e $library ] && exit 0
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
cd $(dirname $library | cut -b2- )
rm -f $(basename $library)
cp -a $library .
rm -f $(readlink $library)
cp -a $(dirname $library)/$(readlink $library) .
)
done
Mon Apr 19 21:40:04 UTC 2021 a/aaa_libraries-15.0-x86_64-6.txz: Rebuilt. Temporarily added the shared libraries from icu4c-68.2 and boost-1.75.0 to allow some time for things that depend on them to be recompiled. a/kernel-firmware-20210419_8528618-noarch-1.txz: Upgraded. a/less-581-x86_64-1.txz: Upgraded. a/pkgtools-15.0-noarch-38.txz: Rebuilt. upgradepkg: prefix path to installpkg with $ROOT. pkgtool.8: typo fix. Thanks to slvr32. a/sdparm-1.11-x86_64-4.txz: Rebuilt. Recompiled against sg3_utils-1.46. Thanks to USUARIONUEVO. a/udisks-1.0.5-x86_64-9.txz: Rebuilt. Recompiled against sg3_utils-1.46. Thanks to USUARIONUEVO. a/xfsprogs-5.11.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. ap/pamixer-1.4-x86_64-10.txz: Rebuilt. Recompiled against boost-1.76.0. ap/sqlite-3.35.4-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. d/Cython-0.29.23-x86_64-1.txz: Upgraded. d/poke-1.2-x86_64-1.txz: Upgraded. kde/kig-20.12.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.76.0. kde/krita-4.4.3-x86_64-3.txz: Rebuilt. Recompiled against boost-1.76.0. kde/plasma-workspace-5.21.4-x86_64-2.txz: Rebuilt. Patched to fix missing GTK+ window decorations and config file reading in a wayland session. Added "Full Wayland" session type (less stable / more experimental). The standard Plasma Wayland session will allow apps to use XCB rather than native Wayland, which is currently more stable. Thanks to LuckyCyborg. l/adwaita-icon-theme-40.0-noarch-1.txz: Upgraded. l/boost-1.76.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. Compiled against icu4c-69.1. l/cryfs-0.10.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.76.0. l/harfbuzz-2.8.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. l/icu4c-69.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/imagemagick-7.0.11_8-x86_64-1.txz: Upgraded. l/jasper-2.0.32-x86_64-1.txz: Upgraded. l/libdvdread-6.1.2-x86_64-1.txz: Upgraded. l/libgpod-0.8.3-x86_64-10.txz: Rebuilt. Recompiled against sg3_utils-1.46. Thanks to Toutatis and USUARIONUEVO. l/libical-3.0.10-x86_64-1.txz: Upgraded. l/libical-3.0.9-x86_64-4.txz: Rebuilt. Recompiled against icu4c-69.1. l/libqalculate-3.18.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. l/libvisio-0.1.7-x86_64-7.txz: Rebuilt. Recompiled against icu4c-69.1. l/mozilla-nss-3.64-x86_64-1.txz: Upgraded. l/mozjs78-78.10.0esr-x86_64-1.txz: Upgraded. l/openexr-2.5.5-x86_64-3.txz: Rebuilt. Recompiled against boost-1.76.0. l/python-docutils-0.17.1-x86_64-1.txz: Upgraded. l/qt5-5.15.2-x86_64-8.txz: Rebuilt. Recompiled against icu4c-69.1. Recompiled with options: -qpa "xcb;wayland" -egl -eglfs This allows using either XCB (XWayland) or native Wayland for QPA. Thanks to LuckyCyborg. l/qt5-webkit-5.212.0_alpha4-x86_64-7.txz: Rebuilt. Recompiled against icu4c-69.1. l/vte-0.64.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/daemon-0.8-x86_64-1.txz: Added. Thanks to ZhaoLin1457 and LuckyCyborg. n/dovecot-2.3.14-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/openssh-8.6p1-x86_64-1.txz: Upgraded. n/php-7.4.16-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/postfix-3.5.10-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/samba-4.14.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-69.1. n/tin-2.4.5-x86_64-3.txz: Rebuilt. Recompiled against icu4c-69.1. t/texlive-2020.200608-x86_64-5.txz: Rebuilt. Recompiled against icu4c-69.1. x/egl-wayland-1.1.6-x86_64-1.txz: Added. Needed for Wayland EGLstreams support. Thanks to LuckyCyborg. x/eglexternalplatform-1.1-x86_64-1.txz: Added. Needed for egl-wayland. Thanks to LuckyCyborg. x/xf86-input-libinput-1.0.1-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-21.1.1-x86_64-1.txz: Upgraded. Thanks to LuckyCyborg. xap/MPlayer-20210418-x86_64-1.txz: Upgraded. xap/mozilla-firefox-88.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/88.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2021-16/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23994 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23995 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23996 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23997 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23998 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23999 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24000 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24001 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24002 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29945 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29944 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29946 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29947 (* Security fix *) xap/mozilla-thunderbird-78.10.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.10.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2021-14/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23994 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23995 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23998 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23961 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23999 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24002 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29945 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29946 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29948 (* Security fix *)
2021-04-19 21:40:04 +00:00
cat $CWD/tracked-files-tmp.d/* \
| grep -v "^#" | grep -v "^$" \
| sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \
-e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \
| while read library ; do
( [ ! -e $library ] && exit 0
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
cd $(dirname $library | cut -b2- )
rm -f $(basename $library)
cp -a $library .
)
done
# Make sure shared libraries are executable:
chmod 755 $PKG/lib${LIBDIRSUFFIX}/lib*.so.* $PKG/usr/lib${LIBDIRSUFFIX}/lib*.so.*
Mon Feb 8 05:13:26 UTC 2021 a/aaa_elflibs-15.0-x86_64-30.txz: Removed. Renamed to aaa_libraries. a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added. This package has been renamed from glibc-solibs, which helps avoid trouble if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded first any libraries in it that are linked against a newer version of glibc than the one installed on the system would refuse to load. a/aaa_libraries-15.0-x86_64-1.txz: Added. This package has been renamed from aaa_elflibs to insure that it will come after aaa_glibc-solibs when upgraded in alphabetical order. Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6, libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6, libgthread-2.0.so.0.6600.6. Added: libtirpc.so.3.0.0. a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded. a/glibc-solibs-2.32-x86_64-1.txz: Removed. Renamed to aaa_glibc-solibs. a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded. ap/slackpkg-15.0-noarch-1.txz: Upgraded. These are some of the important changes (see the ChangeLog for more): Note that this slackpkg release contains a backwards-incompatible change to the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior behavior of the blacklist function; previously, adding "glibc" to the blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be ignored by slackpkg. The new behavior is that *only* the glibc package is ignored. If you want to blacklist all packages whose names begin with glibc, you would need to add "glibc.*" to the blacklist now. Also note that any special characters, e.g. "+", will need to be escaped in the blacklist file. To blacklist entire package sets, a trailing slash is now required: e.g. kde/ Another backwards-incompatibility warning: check-updates will now return 1 if there are updates available - this will make it easier to use this feature with cron (thanks to Peter Hyman). Added support for Slackware-AArch64 (thanks to Stuart Winter). Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine. Thanks to Robby Workman for the new slackpkg release! ap/soma-3.3.7-noarch-1.txz: Upgraded. Thanks to David Woodfall. ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded. d/help2man-1.48.1-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.14-x86-1.txz: Upgraded. k/kernel-source-5.10.14-noarch-1.txz: Upgraded. l/elfutils-0.183-x86_64-1.txz: Upgraded. l/glibc-2.32-x86_64-2.txz: Rebuilt. l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt. l/glibc-profile-2.32-x86_64-2.txz: Rebuilt. l/lcms2-2.12-x86_64-1.txz: Upgraded. l/libburn-1.5.4-x86_64-1.txz: Upgraded. x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 05:13:26 +00:00
# Don't ship symlinks in aaa_libraries... it's just asking for trouble.
# installpkg will create them if needed by running ldconfig.
find $PKG -type l -exec rm --verbose "{}" \+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz