summaryrefslogtreecommitdiffstats
path: root/source/a (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Sat Feb 15 02:42:28 UTC 202020200215024228 Patrick J Volkerding2020-02-1513-22/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/kernel-generic-5.4.20-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.20-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.20-x86_64-1.txz: Upgraded. a/shadow-4.8.1-x86_64-3.txz: Rebuilt. a/util-linux-2.35.1-x86_64-3.txz: Rebuilt. d/kernel-headers-5.4.20-x86-1.txz: Upgraded. k/kernel-source-5.4.20-noarch-1.txz: Upgraded. l/ConsoleKit2-1.2.1-x86_64-2.txz: Rebuilt. l/dconf-editor-3.34.4-x86_64-1.txz: Upgraded. l/libxkbcommon-0.10.0-x86_64-1.txz: Added. l/openal-soft-1.19.1-x86_64-1.txz: Added. l/qt5-5.13.2-x86_64-1.txz: Added. Thanks to alienBOB. n/openssh-8.2p1-x86_64-1.txz: Upgraded. Potentially incompatible changes: * ssh(1), sshd(8): the removal of "ssh-rsa" from the accepted CASignatureAlgorithms list. * ssh(1), sshd(8): this release removes diffie-hellman-group14-sha1 from the default key exchange proposal for both the client and server. * ssh-keygen(1): the command-line options related to the generation and screening of safe prime numbers used by the diffie-hellman-group-exchange-* key exchange algorithms have changed. Most options have been folded under the -O flag. * sshd(8): the sshd listener process title visible to ps(1) has changed to include information about the number of connections that are currently attempting authentication and the limits configured by MaxStartups. x/mesa-19.3.4-x86_64-2.txz: Rebuilt. Reverted "[PATCH] swr: Fix GCC 4.9 checks." which makes X fail to start with an illegal instruction on some hardware. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/PAM/ConsoleKit2-1.2.1-x86_64-2_pam.txz: Rebuilt. Rebuilt with --disable-libcgmanager to fix setting limits on PAM. Thanks to gattocarlo. testing/packages/PAM/openssh-8.2p1-x86_64-1_pam.txz: Upgraded. testing/packages/PAM/shadow-4.8.1-x86_64-3_pam.txz: Rebuilt. Moved some of the /etc/pam.d/ file to the util-linux package where they more properly belong. testing/packages/PAM/util-linux-2.35.1-x86_64-3_pam.txz: Rebuilt. Added some /etc/pam.d/ files previously in the shadow package. Changed /etc/pam.d/{chfn,chsh} and made chfn/chsh setuid root to fix them. Added /etc/pam.d/{runuser,runuser-l}. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Thu Feb 13 20:17:58 UTC 202020200213201758 Patrick J Volkerding2020-02-146-8/+22
| | | | | | | | | | | | | | | | | a/sysvinit-scripts-2.1-noarch-29.txz: Rebuilt. rc.S: make /var/run a bind mount to /run. Thanks to Robby Workman. rc.S: make a few adjustments to temporary file cleanup. rc.M: drop additional checks on starting rc.syslog. a/util-linux-2.35.1-x86_64-2.txz: Rebuilt. d/bison-3.5.2-x86_64-1.txz: Upgraded. l/pcre-8.44-x86_64-1.txz: Upgraded. l/sdl-1.2.15-x86_64-9.txz: Rebuilt. Replaced missing SDL_ttf docs. Thanks to Stuart Winter. n/krb5-1.18-x86_64-1.txz: Upgraded. x/mesa-19.3.4-x86_64-1.txz: Upgraded. testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz: Rebuilt. Added /etc/default/su containing 'ALWAYS_SET_PATH yes' to ensure that ENV_SUPATH from /etc/login.defs is used for the $PATH with plain 'su'.
* Wed Feb 12 05:05:50 UTC 202020200212050550 Patrick J Volkerding2020-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hey folks! PAM has finally landed in /testing. Some here wanted it to go right into the main tree immediately, and in a more normal development cycle I'd have been inclined to agree (it is -current, after all). But it's probably better for it to appear in /testing first, to make sure we didn't miss any bugs and also to serve as a warning shot that we'll be shaking up the tree pretty good over the next few weeks. I'd like to see this merged into the main tree in a day or two, so any testing is greatly appreciated. Switching to the PAM packages (or reverting from them) is as easy as installing all of them with upgradepkg --install-new, and if reverting then remove the three leftover _pam packages. After reverting, a bit of residue will remain in /etc/pam.d/ and /etc/security/ which can either be manually deleted or simply ignored. While there are many more features available in PAM compared with plain shadow, out of the box about the only noticable change is the use of cracklib and libpwquality to check the quality of a user-supplied password. Hopefully having PAM and krb5 will get us on track to having proper Active Directory integration as well as using code paths that are likely better audited these days. The attack surface *might* be bigger, but it's also a lot better scrutinized. Thanks to Robby Workman and Vincent Batts who did most of the initial heavy lifting on the core PAM packages as a side project for many years. Thanks also to Phantom X whose PAM related SlackBuilds were a valuable reference. And thanks as well to ivandi - I learned a lot from the SlackMATE build scripts and was even occasionally thankful for the amusing ways you would kick my ass on LQ. ;-) You're more than welcome to let us know where we've messed up this time. The binutils and glibc packages in /testing were removed and are off the table for now. I'm not seeing much upside to heading down that rabbit hole at the moment. Next we need to be looking at Xfce 4.14 and Plasma 5.18 LTS and some other things that have been held back since KDE4 couldn't use them. Cheers! :-) a/kernel-generic-5.4.19-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.19-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.19-x86_64-1.txz: Upgraded. a/lvm2-2.03.08-x86_64-1.txz: Upgraded. a/shadow-4.8.1-x86_64-2.txz: Rebuilt. Automatically backup /etc/login.defs and install the new version if incompatible PAM options are detected. d/kernel-headers-5.4.19-x86-1.txz: Upgraded. k/kernel-source-5.4.19-noarch-1.txz: Upgraded. VALIDATE_FS_PARSER y -> n xap/mozilla-thunderbird-68.5.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/68.5.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2020-07/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6793 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6794 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6795 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6797 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6798 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6792 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6800 (* Security fix *) isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/PAM/ConsoleKit2-1.2.1-x86_64-1_pam.txz: Added. testing/packages/PAM/at-3.2.1-x86_64-1_pam.txz: Added. testing/packages/PAM/cifs-utils-6.10-x86_64-2_pam.txz: Added. testing/packages/PAM/cracklib-2.9.7-x86_64-1_pam.txz: Added. testing/packages/PAM/cups-2.3.1-x86_64-1_pam.txz: Added. testing/packages/PAM/cyrus-sasl-2.1.27-x86_64-2_pam.txz: Added. testing/packages/PAM/dovecot-2.3.9.2-x86_64-1_pam.txz: Added. testing/packages/PAM/gnome-keyring-3.34.0-x86_64-1_pam.txz: Added. testing/packages/PAM/hplip-3.19.12-x86_64-2_pam.txz: Added. testing/packages/PAM/kde-workspace-4.11.22-x86_64-6_pam.txz: Added. testing/packages/PAM/libcap-2.31-x86_64-1_pam.txz: Added. testing/packages/PAM/libcgroup-0.41-x86_64-5_pam.txz: Added. testing/packages/PAM/libpwquality-1.4.2-x86_64-1_pam.txz: Added. testing/packages/PAM/mariadb-10.4.12-x86_64-1_pam.txz: Added. testing/packages/PAM/netatalk-3.1.12-x86_64-2_pam.txz: Added. testing/packages/PAM/netkit-rsh-0.17-x86_64-2_pam.txz: Added. testing/packages/PAM/openssh-8.1p1-x86_64-1_pam.txz: Added. testing/packages/PAM/openvpn-2.4.8-x86_64-1_pam.txz: Added. testing/packages/PAM/pam-1.3.1-x86_64-1_pam.txz: Added. testing/packages/PAM/polkit-0.116-x86_64-1_pam.txz: Added. testing/packages/PAM/popa3d-1.0.3-x86_64-3_pam.txz: Added. testing/packages/PAM/ppp-2.4.7-x86_64-3_pam.txz: Added. testing/packages/PAM/proftpd-1.3.6b-x86_64-1_pam.txz: Added. testing/packages/PAM/samba-4.11.6-x86_64-1_pam.txz: Added. testing/packages/PAM/screen-4.8.0-x86_64-1_pam.txz: Added. testing/packages/PAM/shadow-4.8.1-x86_64-2_pam.txz: Added. testing/packages/PAM/sudo-1.8.31-x86_64-1_pam.txz: Added. testing/packages/PAM/system-config-printer-1.5.12-x86_64-2_pam.txz: Added. testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txz: Added. testing/packages/PAM/vsftpd-3.0.3-x86_64-5_pam.txz: Added. testing/packages/PAM/xdm-1.1.11-x86_64-9_pam.txz: Added. testing/packages/PAM/xlockmore-5.62-x86_64-1_pam.txz: Added. testing/packages/PAM/xscreensaver-5.43-x86_64-1_pam.txz: Added. testing/packages/binutils-2.34-x86_64-1.txz: Removed. testing/packages/glibc-2.31-x86_64-1.txz: Removed. testing/packages/glibc-i18n-2.31-x86_64-1.txz: Removed. testing/packages/glibc-profile-2.31-x86_64-1.txz: Removed. testing/packages/glibc-solibs-2.31-x86_64-1.txz: Removed. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Tue Feb 11 04:45:36 UTC 202020200211044536 Patrick J Volkerding2020-02-111-46/+24
| | | | | | | | | | | | ap/man-pages-5.05-noarch-2.txz: Rebuilt. Clean up /usr/man directory moving miscellaneous documentation to /usr/doc/man-pages-5.05. Thanks to Xsane. d/python-setuptools-45.2.0-x86_64-1.txz: Upgraded. n/nfs-utils-2.4.3-x86_64-1.txz: Upgraded. xap/mozilla-firefox-68.5.0esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/68.5.0/releasenotes/
* Sat Feb 8 21:20:28 UTC 202020200208212028 Patrick J Volkerding2020-02-096-4/+329
| | | | | | | | | | | | | a/bash-5.0.016-x86_64-1.txz: Upgraded. a/kernel-firmware-20200207_6f89735-noarch-1.txz: Upgraded. ap/nvme-cli-1.10.1-x86_64-1.txz: Added. d/gdb-9.1-x86_64-1.txz: Upgraded. l/ConsoleKit2-1.2.1-x86_64-1.txz: Upgraded. l/imagemagick-7.0.9_22-x86_64-1.txz: Upgraded. l/mozilla-nss-3.50-x86_64-1.txz: Upgraded. Upgraded to nss-3.50 and nspr-4.25. l/readline-8.0.004-x86_64-1.txz: Upgraded. n/libgpg-error-1.37-x86_64-1.txz: Upgraded.
* Fri Feb 7 22:32:38 UTC 202020200207223238 Patrick J Volkerding2020-02-0828-21/+596
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20200206_5351afe-noarch-1.txz: Upgraded. ap/ghostscript-9.50-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. ap/gutenprint-5.3.3-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. ap/nano-4.8-x86_64-1.txz: Upgraded. ap/screen-4.8.0-x86_64-1.txz: Upgraded. ap/vim-8.2.0224-x86_64-1.txz: Upgraded. d/cvs-1.11.23-x86_64-4.txz: Rebuilt. Recompiled against krb5-1.17.1. d/strace-5.5-x86_64-1.txz: Upgraded. kde/kdelibs-4.14.38-x86_64-6.txz: Rebuilt. Recompiled against krb5-1.17.1. l/gtk+2-2.24.32-x86_64-3.txz: Rebuilt. Recompiled against krb5-1.17.1. l/gtk+3-3.24.13-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. l/libsoup-2.68.3-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. l/libssh-0.9.3-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. l/loudmouth-1.5.3-x86_64-4.txz: Rebuilt. Recompiled against krb5-1.17.1. l/neon-0.30.2-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. n/cifs-utils-6.10-x86_64-2.txz: Rebuilt. Recompiled to build cifs.upcall. n/curl-7.68.0-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. n/cyrus-sasl-2.1.27-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1. xap/vim-gvim-8.2.0224-x86_64-1.txz: Upgraded.
* Fri Jan 31 20:46:25 UTC 202020200131204625 Patrick J Volkerding2020-02-014-0/+571
| | | | | | | | | | | | | | | | | | | | | | a/util-linux-2.35.1-x86_64-1.txz: Upgraded. a/zerofree-1.1.1-x86_64-1.txz: Added. Also queued up for the next installer build. Thanks to bifferos. ap/sudo-1.8.31-x86_64-1.txz: Upgraded. This update fixes a security issue: In Sudo before 1.8.31, if pwfeedback is enabled in /etc/sudoers, users can trigger a stack-based buffer overflow in the privileged sudo process. (pwfeedback is a default setting in some Linux distributions; however, it is not the default for upstream or in Slackware, and would exist only if enabled by an administrator.) The attacker needs to deliver a long string to the stdin of getln() in tgetpass.c. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18634 (* Security fix *) n/NetworkManager-1.22.6-x86_64-1.txz: Upgraded. n/openldap-client-2.4.49-x86_64-1.txz: Upgraded. xfce/Thunar-1.8.11-x86_64-1.txz: Removed. xfce/thunar-1.8.12-x86_64-1.txz: Added. Changed package name from "Thunar" to "thunar" to follow upstream's naming.
* Mon Jan 27 00:48:51 UTC 202020200127004851 Patrick J Volkerding2020-01-275-7/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-21.txz: Rebuilt. Upgraded: libisl.so.22.0.1. Added: libkeyutils.so.1.9. a/kernel-generic-5.4.15-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.15-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.15-x86_64-1.txz: Upgraded. a/pciutils-3.6.4-x86_64-1.txz: Upgraded. a/shadow-4.8.1-x86_64-1.txz: Upgraded. d/check-0.14.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.15-x86-1.txz: Upgraded. d/make-4.2.1-x86_64-5.txz: Rebuilt. Drop back to make-4.2.1 since make-4.3 is breaking a few builds. We'll revisit it later after sources have caught up to it or regressions have been patched upstream. d/python-pip-20.0.2-x86_64-1.txz: Upgraded. k/kernel-source-5.4.15-noarch-1.txz: Upgraded. l/imagemagick-7.0.9_18-x86_64-1.txz: Upgraded. l/python-packaging-20.1-x86_64-1.txz: Upgraded. n/php-7.4.2-x86_64-3.txz: Rebuilt. php.ini: Added extension=gd and extension=zip. Thanks to avian. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Wed Jan 22 22:53:32 UTC 202020200122225332 Patrick J Volkerding2020-01-233-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20200122_1eb2408-noarch-1.txz: Upgraded. a/pciutils-3.6.3-x86_64-1.txz: Upgraded. a/pkgtools-15.0-noarch-30.txz: Rebuilt. removepkg: prevent upgradepkg noise when a directory turns into a symlink. setup.vi-ex: don't make symlinks if the targets don't exist. d/cmake-3.16.3-x86_64-1.txz: Upgraded. d/distcc-3.3.3-x86_64-3.txz: Rebuilt. Move symlink tree into /usr/lib/distcc/, and make a link in /usr/lib64/ if needed. Seems like this is how everyone else sets it up. Thanks to hpfeil. Recompiled against krb5-1.17.1 (--with-auth). d/parallel-20200122-noarch-1.txz: Upgraded. l/python-urllib3-1.25.8-x86_64-1.txz: Upgraded. n/bind-9.14.10-x86_64-1.txz: Upgraded. This is a bugfix release: With some libmaxminddb versions, named could erroneously match an IP address not belonging to any subnet defined in a given GeoIP2 database to one of the existing entries in that database. [GL #1552] Fix line spacing in `rndc secroots`. Thanks to Tony Finch. [GL #2478] Recompiled against krb5-1.17.1 (--with-gssapi). n/dhcp-4.4.2-x86_64-1.txz: Upgraded. n/p11-kit-0.23.19-x86_64-1.txz: Upgraded. n/php-7.4.2-x86_64-2.txz: Rebuilt. Patched for c-client library API change. Thanks to ecd102. Recompiled against krb5-1.17.1 (--with-kerberos).
* Wed Jan 22 00:50:24 UTC 202020200122005024 Patrick J Volkerding2020-01-221-1/+1
| | | | | a/aaa_elflibs-15.0-x86_64-20.txz: Rebuilt. n/krb5-1.17.1-x86_64-1.txz: Upgraded.
* Tue Jan 21 21:23:01 UTC 202020200121212301 Patrick J Volkerding2020-01-214-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-19.txz: Rebuilt. Upgraded: libcap.so.2.31, libgmp.so.10.4.0, libgmpxx.so.4.6.0. Added: libgssapi_krb5.so.2.2, libk5crypto.so.3.1, libkrb5.so.3.3, libkrb5support.so.0.1. a/util-linux-2.35-x86_64-1.txz: Upgraded. d/python-pip-20.0.1-x86_64-1.txz: Upgraded. l/Mako-1.1.1-x86_64-1.txz: Upgraded. l/keyutils-1.6.1-x86_64-1.txz: Upgraded. n/krb5-1.17-x86_64-1.txz: Added. Nothing links to this yet, but we'll need it soon enough. :-) n/php-7.4.2-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: Standard: OOB read in php_strip_tags_ex Mbstring: global buffer-overflow in 'mbfl_filt_conv_big5_wchar' For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7059 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7060 (* Security fix *) n/samba-4.11.5-x86_64-1.txz: Upgraded. This update fixes the following security issues: Replication of ACLs set to inherit down a subtree on AD Directory not automatic. Crash after failed character conversion at log level 3 or above. Use after free during DNS zone scavenging in Samba AD DC. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14902 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14907 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19344 (* Security fix *) xap/gparted-1.1.0-x86_64-1.txz: Upgraded.
* Mon Jan 13 19:18:02 UTC 202020200113191802 Patrick J Volkerding2020-01-142-1/+6
| | | | | | | | | a/sysvinit-scripts-2.1-noarch-28.txz: Rebuilt. rc.K: Support font preferences. Thanks to upnort. l/babl-0.1.74-x86_64-1.txz: Upgraded. l/imagemagick-7.0.9_16-x86_64-1.txz: Upgraded. l/python-docutils-0.16-x86_64-1.txz: Upgraded. n/mutt-1.13.3-x86_64-1.txz: Upgraded.
* Mon Jan 13 00:11:55 UTC 202020200113001155 Patrick J Volkerding2020-01-1336-6/+6923
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/elvis-2.2_0-x86_64-5.txz: Rebuilt. Don't make /usr/bin/{ex,vi} symlinks. a/kernel-generic-5.4.11-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.11-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.11-x86_64-1.txz: Upgraded. a/nvi-1.81.6-x86_64-1.txz: Added. This is an implementation of the classic ex/vi text editor written by Keith Bostic. Due to this having UTF8 support which elvis lacks, we'll have it take over the ex/vi symlinks if they aren't already pointing to a different choice. Note that the removal of vi/ex symlinks from the elvis and vim packages might cause your ex/vi symlinks to point to this after all the ex/vi packages have been upgraded. You can set them to your preferences using pkgtool -> Setup -> vi-ex. a/pkgtools-15.0-noarch-29.txz: Rebuilt. Added an installer/pkgtool menu to select the default ex/vi editor. ap/vim-8.2.0114-x86_64-1.txz: Upgraded. Don't make /usr/bin/{ex,vi} symlinks. d/kernel-headers-5.4.11-x86-1.txz: Upgraded. d/python-setuptools-45.0.0-x86_64-1.txz: Upgraded. k/kernel-source-5.4.11-noarch-1.txz: Upgraded. l/imagemagick-7.0.9_15-x86_64-1.txz: Upgraded. n/ethtool-5.4-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.0114-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sat Jan 11 21:58:08 UTC 202020200111215808 Patrick J Volkerding2020-01-122-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-18.txz: Rebuilt. Added: libdb-4.8.so Upgraded: libcap.so.2.30 Removed: libdb-4.2.so a/mcelog-168-x86_64-1.txz: Upgraded. ap/vim-8.2.0111-x86_64-1.txz: Upgraded. d/subversion-1.13.0-x86_64-3.txz: Rebuilt. Recompiled against db48-4.8.30. l/apr-util-1.6.1-x86_64-8.txz: Rebuilt. Recompiled against db48-4.8.30. l/db42-4.2.52-x86_64-4.txz: Removed. l/db44-4.4.20-x86_64-4.txz: Removed. l/redland-1.0.17-x86_64-6.txz: Rebuilt. Recompiled against db48-4.8.30. l/serf-1.3.9-x86_64-4.txz: Rebuilt. Recompiled against db48-4.8.30. l/talloc-2.3.1-x86_64-3.txz: Rebuilt. Fix documentation permissions. Thanks to Xsane. n/httpd-2.4.41-x86_64-2.txz: Rebuilt. Recompiled against db48-4.8.30. n/ipset-7.5-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.0111-x86_64-1.txz: Upgraded.
* Thu Jan 2 21:15:46 UTC 202020200102211546 Patrick J Volkerding2020-01-036-19/+93
| | | | | | | | | | | | | a/dialog-1.3_20191210-x86_64-1.txz: Upgraded. a/shadow-4.8-x86_64-2.txz: Rebuilt. Don't ship /etc/environment.new since sudo is no longer complaining about it. ap/lxc-2.0.11_fad08f383-x86_64-4.txz: Rebuilt. Make sure all initial devices are properly created. Fix accidental handling of rc.lxc as a modified-for-lxc init script. Thanks to crts. d/python-setuptools-44.0.0-x86_64-1.txz: Upgraded. l/libedit-20191231_3.1-x86_64-1.txz: Upgraded. l/python-pillow-7.0.0-x86_64-1.txz: Upgraded.
* Tue Dec 31 23:17:20 UTC 201920191231231720 Patrick J Volkerding2020-01-011-1/+1
| | | | | | | | | | | | | | | | | | a/kernel-generic-5.4.7-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.7-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.7-x86_64-1.txz: Upgraded. a/ncompress-4.2.4.6-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.7-x86-1.txz: Upgraded. k/kernel-source-5.4.7-noarch-1.txz: Upgraded. l/imagemagick-7.0.9_13-x86_64-1.txz: Upgraded. l/libarchive-3.4.1-x86_64-1.txz: Upgraded. l/libjpeg-turbo-2.0.4-x86_64-1.txz: Upgraded. xfce/xfce4-weather-plugin-0.8.11-x86_64-1.txz: Upgraded. Bugfix release to address the upcoming obsolescence of the locationforecastLTS API from met.no. Thanks to Robby Workman. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Tue Dec 31 05:17:04 UTC 201920191231051704 Patrick J Volkerding2019-12-312-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/kmod-26-x86_64-3.txz: Rebuilt. This doesn't build with --enable-python and python3-3.8.1, so we'll disable it for now. The python additions don't appear to be widely packaged anyway. a/util-linux-2.34-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. ap/hplip-3.19.12-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. ap/ksh93-20191228_5abcbd06-x86_64-1.txz: Upgraded. ap/linuxdoc-tools-0.9.73-x86_64-3.txz: Rebuilt. Recompiled against python3-3.8.1. ap/lxc-2.0.11_fad08f383-x86_64-3.txz: Rebuilt. Recompiled against python3-3.8.1. ap/rpm-4.15.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/Cython-0.29.14-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/clisp-2.50_20191103_c26de7873-x86_64-1.txz: Upgraded. d/distcc-3.3.3-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/gdb-8.3.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/llvm-9.0.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/meson-0.52.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/python-pip-19.3.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/python-setuptools-42.0.2-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. d/python3-3.8.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. kde/pykde4-4.14.3-x86_64-10.txz: Rebuilt. Recompiled against python3-3.8.1. l/Mako-1.1.0-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/PyQt-4.12.3-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/QScintilla-2.11.4-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/alsa-lib-1.2.1.2-x86_64-2.txz: Rebuilt. Recompiled without --enable-mixer-pymods. l/dbus-python-1.2.14-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/gexiv2-0.12.0-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/gobject-introspection-1.62.0-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. l/libcaca-0.99.beta19-x86_64-5.txz: Rebuilt. Recompiled against python3-3.8.1. l/libcap-ng-0.7.10-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/libproxy-0.4.15-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. l/libwebp-1.0.3-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/libwmf-0.2.8.4-x86_64-9.txz: Rebuilt. Correct the path for the GDK_PIXBUF_DIR. Thanks to B. Watson and Robby Workman. l/libxml2-2.9.10-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/newt-0.52.21-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/pycairo-1.18.2-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/pycups-1.9.74-x86_64-3.txz: Rebuilt. Recompiled against python3-3.8.1. l/pycurl-7.43.0.3-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/pygobject-2.28.7-x86_64-5.txz: Rebuilt. Recompiled against python3-3.8.1. l/pygobject3-3.34.0-x86_64-3.txz: Rebuilt. Recompiled against python3-3.8.1. l/pyparsing-2.4.5-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-appdirs-1.4.3-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-certifi-2019.11.28-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-chardet-3.0.4-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-docutils-0.15.2-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-idna-2.8-x86_64-3.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-notify2-0.3.1-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-packaging-19.2-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-pillow-6.2.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-ply-3.11-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-requests-2.22.0-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-sane-2.8.3-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-six-1.13.0-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/python-urllib3-1.25.7-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/sip-4.19.20-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/system-config-printer-1.5.12-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/talloc-2.3.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/tdb-1.4.3-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/tevent-0.10.2-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. l/urwid-1.0.3-x86_64-5.txz: Rebuilt. Recompiled against python3-3.8.1. l/zstd-1.4.4-x86_64-2.txz: Rebuilt. Fix libdir in libzstd.pc. Thanks to orbea. n/gpgme-1.13.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. n/obexftp-0.24.2-x86_64-5.txz: Rebuilt. Recompiled against python3-3.8.1. n/pssh-2.3.1-x86_64-5.txz: Rebuilt. Recompiled against python3-3.8.1. n/s-nail-14.9.16-x86_64-1.txz: Upgraded. n/samba-4.11.4-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. x/pyxdg-0.26-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. x/xcb-proto-1.13-x86_64-4.txz: Rebuilt. Recompiled against python3-3.8.1. xap/blueman-2.1.1-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. xap/hexchat-2.14.3-x86_64-2.txz: Rebuilt. Recompiled against python3-3.8.1. extra/pure-alsa-system/alsa-lib-1.2.1.2-x86_64-2_alsa.txz: Rebuilt. Recompiled without --enable-mixer-pymods. isolinux/initrd.img: Rebuilt. SeTEFI: Patched to remove extra whitespace from lsblk output. Thanks to Didier Spaier. usb-and-pxe-installers/usbboot.img: Rebuilt. SeTEFI: Patched to remove extra whitespace from lsblk output. Thanks to Didier Spaier.
* Sat Dec 21 21:02:24 UTC 201920191221210224 Patrick J Volkerding2019-12-222-2/+26
| | | | | | | | | | | | | | | | | | | | a/kernel-generic-5.4.6-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.6-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.6-x86_64-1.txz: Upgraded. a/procps-ng-3.3.16-x86_64-2.txz: Rebuilt. Patched to hardcode the pgrep command string buffer size to 4096 as was done in the previous release. This avoids an allocation error when the stack size is unlimited. Thanks to Jeroslaw Siebert. a/xfsprogs-5.4.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.6-x86-1.txz: Upgraded. k/kernel-source-5.4.6-noarch-1.txz: Upgraded. l/QScintilla-2.11.4-x86_64-1.txz: Upgraded. n/dhcpcd-8.1.4-x86_64-1.txz: Upgraded. n/lftp-4.9.0-x86_64-1.txz: Upgraded. xap/hexchat-2.14.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sat Dec 21 01:04:26 UTC 201920191221010426 Patrick J Volkerding2019-12-215-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-17.txz: Rebuilt. Upgraded: libcap.so.2.28, libelf-0.178.so, libglib-2.0.so.0.6200.4, libgmodule-2.0.so.0.6200.4, libgobject-2.0.so.0.6200.4, libgthread-2.0.so.0.6200.4, libidn2.so.0.3.7, libpcre2-8.so.0.9.0, libtdb.so.1.4.3. Added: libffi.so.6.0.4, libffi.so.7.1.0. a/file-5.38-x86_64-2.txz: Rebuilt. Patched to fix ELF shared libraries misidentified as "statically linked." a/kernel-firmware-20191220_6871bff-noarch-1.txz: Upgraded. a/openssl10-solibs-1.0.2u-x86_64-1.txz: Upgraded. (* Security fix *) d/guile-2.2.6-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.3. d/llvm-9.0.1-x86_64-1.txz: Upgraded. Compiled against libffi-3.3. d/python-2.7.17-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.3. d/python3-3.7.6-x86_64-1.txz: Upgraded. Compiled against libffi-3.3. d/ruby-2.6.5-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.3. l/glib2-2.62.4-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.3. l/libffi-3.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libvpx-1.8.2-x86_64-1.txz: Upgraded. l/pygobject-2.28.7-x86_64-4.txz: Rebuilt. Recompiled against libffi-3.3. l/pygobject3-3.34.0-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.3. l/sip-4.19.20-x86_64-1.txz: Upgraded. n/cifs-utils-6.10-x86_64-1.txz: Upgraded. n/dhcpcd-8.1.3-x86_64-1.txz: Upgraded. n/openssl10-1.0.2u-x86_64-1.txz: Upgraded. This update fixes a low severity security issue: Fixed an an overflow bug in the x86_64 Montgomery squaring procedure used in exponentiation with 512-bit moduli. For more information, see: https://www.openssl.org/news/secadv/20191206.txt https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1551 (* Security fix *) n/p11-kit-0.23.18.1-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.3. extra/tigervnc/tigervnc-1.10.1-x86_64-1.txz: Upgraded. From tigervnc.org: "This is a security release to fix a number of issues that were found by Kaspersky Lab. These issues affect both the client and server and could theoretically allow a malicious peer to take control over the software on the other side. No working exploit is known at this time, and the issues require the peer to first be authenticated. We still urge users to upgrade when possible." (* Security fix *)
* Mon Dec 16 23:13:10 UTC 201920191216231310 Patrick J Volkerding2019-12-171-5/+13
| | | | | | | | | | | a/usb_modeswitch-2.5.2-x86_64-2.txz: Rebuilt. Seems there's a regression in usb_modeswitch-2.6.0, so let's revert to usb_modeswitch-2.5.2 but keep the latest usb-modeswitch-data-20191128. Thanks to Lockywolf. l/fuse3-3.9.0-x86_64-2.txz: Rebuilt. Install fuse.conf as fuse.conf.new. This won't prevent an existing config file from being overwritten with this upgrade, but it will prevent that from happening again moving forward. Thanks to chrisVV.
* Sun Dec 15 18:20:57 UTC 201920191215182057 Patrick J Volkerding2019-12-162-2/+36
| | | | | | | | | | | | a/kernel-firmware-20191215_eefb5f7-noarch-1.txz: Upgraded. a/mcelog-167-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-14.txz: Rebuilt. Patched init to fix the case where -T and -C options are used with UUID=. Thanks to davjohn and GazL. ap/cups-filters-1.26.0-x86_64-1.txz: Upgraded. d/re2c-1.3-x86_64-1.txz: Upgraded. l/fuse3-3.9.0-x86_64-1.txz: Upgraded. n/mutt-1.13.1-x86_64-1.txz: Upgraded.
* Sun Dec 8 18:53:58 UTC 201920191208185358 Patrick J Volkerding2019-12-091-3/+3
| | | | | | | | | a/procps-ng-3.3.16-x86_64-1.txz: Upgraded. Shared library .so-version bump. Upgraded to procps-ng-3.3.16 and psmisc-23.3. l/libcap-2.28-x86_64-1.txz: Upgraded. x/igt-gpu-tools-1.24-x86_64-4.txz: Rebuilt. Recompiled against procps-ng-3.3.16.
* Sat Dec 7 00:22:04 UTC 201920191207002204 Patrick J Volkerding2019-12-072-11/+43
| | | | | | | | | | | | a/aaa_terminfo-6.1_20191130-x86_64-1.txz: Upgraded. a/shadow-4.8-x86_64-1.txz: Upgraded. d/mercurial-5.2.1-x86_64-1.txz: Upgraded. l/mozilla-nss-3.48-x86_64-1.txz: Upgraded. Upgraded to nss-3.48 and nspr-4.24. l/ncurses-6.1_20191130-x86_64-1.txz: Upgraded. x/libglvnd-1.3.0-x86_64-1.txz: Upgraded. xap/xlockmore-5.60-x86_64-1.txz: Upgraded. extra/bash-completion/bash-completion-2.10-noarch-1.txz: Upgraded.
* Mon Dec 2 23:59:46 UTC 201920191202235946 Patrick J Volkerding2019-12-031-1/+2
| | | | | | | | | | | | | a/hwdata-0.330-noarch-1.txz: Upgraded. a/lvm2-2.03.07-x86_64-1.txz: Upgraded. a/tcsh-6.22.01-x86_64-1.txz: Upgraded. d/python-setuptools-42.0.2-x86_64-1.txz: Upgraded. n/gnutls-3.6.11.1-x86_64-1.txz: Upgraded. xap/gnuplot-5.2.8-x86_64-1.txz: Upgraded. xap/mozilla-firefox-68.3.0esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/68.3.0/releasenotes/
* Sat Nov 30 21:17:21 UTC 201920191130211721 Patrick J Volkerding2019-12-011-13/+5
| | | | | | | | | | | | | | | | | | | | | a/kernel-generic-5.4.1-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.1-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.1-x86_64-1.txz: Upgraded. a/tcsh-6.22.00-x86_64-1.txz: Upgraded. a/usb_modeswitch-2.6.0-x86_64-1.txz: Upgraded. ap/cups-filters-1.25.13-x86_64-1.txz: Upgraded. ap/diffstat-1.63-x86_64-1.txz: Upgraded. ap/nano-4.6-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.1-x86-1.txz: Upgraded. d/meson-0.52.1-x86_64-1.txz: Upgraded. d/strace-5.4-x86_64-1.txz: Upgraded. k/kernel-source-5.4.1-noarch-1.txz: Upgraded. l/elfutils-0.178-x86_64-1.txz: Upgraded. l/python-certifi-2019.11.28-x86_64-1.txz: Upgraded. n/ca-certificates-20191130-noarch-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Mon Nov 25 04:16:42 UTC 201920191125041642 Patrick J Volkerding2019-11-254-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | a/efibootmgr-20191011_e8ce9fe-x86_64-2.txz: Rebuilt. Remove wrong check of opts.reconnect #121. a/kernel-generic-4.19.86-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.86-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.86-x86_64-1.txz: Upgraded. a/pkgtools-15.0-noarch-28.txz: Rebuilt. makepkg: expand the escape list for symlink names. Thanks to NonNonBa. ap/lxc-2.0.11_fad08f383-x86_64-2.txz: Rebuilt. Make sure /dev/null is properly created. Thanks to crts. d/kernel-headers-4.19.86-x86-1.txz: Upgraded. d/python-setuptools-42.0.0-x86_64-1.txz: Upgraded. k/kernel-source-4.19.86-noarch-1.txz: Upgraded. l/vte-0.58.3-x86_64-1.txz: Upgraded. n/stunnel-5.56-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/kernel-generic-5.4.0-x86_64-1.txz: Upgraded. testing/packages/kernel-headers-5.4.0-x86-1.txz: Upgraded. testing/packages/kernel-huge-5.4.0-x86_64-1.txz: Upgraded. testing/packages/kernel-modules-5.4.0-x86_64-1.txz: Upgraded. testing/packages/kernel-source-5.4.0-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sat Nov 23 20:34:16 UTC 201920191123203416 Patrick J Volkerding2019-11-242-3/+4
| | | | | | | | | | | | a/pkgtools-15.0-noarch-27.txz: Rebuilt. Escape some shell characters in symlink filenames. Thanks to GazL. d/parallel-20191122-noarch-1.txz: Upgraded. x/xorg-server-1.20.6-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-1.20.6-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.6-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.6-x86_64-1.txz: Upgraded. extra/tigervnc/tigervnc-1.10.0-x86_64-2.txz: Rebuilt. Recompiled against xorg-server-1.20.6.
* Sat Nov 16 20:35:54 UTC 201920191116203554 Patrick J Volkerding2019-11-171-1/+1
| | | | | | | | a/xfsprogs-5.3.0-x86_64-1.txz: Upgraded. n/nfs-utils-2.4.2-x86_64-1.txz: Upgraded. n/nghttp2-1.40.0-x86_64-1.txz: Upgraded. xfce/Thunar-1.8.11-x86_64-1.txz: Upgraded. xfce/exo-0.12.9-x86_64-1.txz: Upgraded.
* Thu Nov 14 01:44:09 UTC 201920191114014409 Patrick J Volkerding2019-11-142-2/+2
| | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-16.txz: Rebuilt. Upgraded: libisl.so.22.0.0. a/mcelog-166-x86_64-1.txz: Upgraded. ap/cups-filters-1.25.12-x86_64-1.txz: Upgraded. d/gcc-9.2.0-x86_64-4.txz: Rebuilt. d/gcc-brig-9.2.0-x86_64-4.txz: Rebuilt. d/gcc-g++-9.2.0-x86_64-4.txz: Rebuilt. d/gcc-gdc-9.2.0-x86_64-4.txz: Rebuilt. Restored the static libraries since dynamic linking doesn't work without a command-line option. d/gcc-gfortran-9.2.0-x86_64-4.txz: Rebuilt. d/gcc-gnat-9.2.0-x86_64-4.txz: Rebuilt. d/gcc-go-9.2.0-x86_64-4.txz: Rebuilt. d/gcc-objc-9.2.0-x86_64-4.txz: Rebuilt. l/imagemagick-7.0.9_3-x86_64-1.txz: Upgraded. n/dhcpcd-8.1.2-x86_64-1.txz: Upgraded.
* Sun Nov 10 21:12:16 UTC 201920191110211216 Patrick J Volkerding2019-11-112-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-15.txz: Rebuilt. Upgraded: libtiff.so.5.5.0, libtiffxx.so.5.5.0. Added: libexiv2.so.26.0.0, libraw.so.16.0.0, libraw_r.so.16.0.0. a/kernel-generic-4.19.83-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.83-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.83-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.83-x86-1.txz: Upgraded. e/emacs-26.3-x86_64-2.txz: Rebuilt. Patched and recompiled against imagemagick-7.0.9_2. k/kernel-source-4.19.83-noarch-1.txz: Upgraded. l/imagemagick-7.0.9_2-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/qt-4.8.7-x86_64-15.txz: Rebuilt. Disallow SSLv3 connections. Thanks to PJ Beers. xap/xine-lib-1.2.9-x86_64-7.txz: Rebuilt. Patched and recompiled against imagemagick-7.0.9_2. xap/xlockmore-5.59-x86_64-2.txz: Rebuilt. Recompiled without ImageMagick support. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Wed Nov 6 21:14:40 UTC 201920191106211440 Patrick J Volkerding2019-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | a/cpio-2.13-x86_64-1.txz: Upgraded. a/kernel-generic-4.19.82-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.82-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.82-x86_64-1.txz: Upgraded. ap/hplip-3.19.11-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.82-x86-1.txz: Upgraded. d/mercurial-5.2-x86_64-1.txz: Upgraded. k/kernel-source-4.19.82-noarch-1.txz: Upgraded. l/python-six-1.13.0-x86_64-1.txz: Upgraded. l/shared-mime-info-1.15-x86_64-1.txz: Upgraded. l/zstd-1.4.4-x86_64-1.txz: Upgraded. n/ModemManager-1.12.0-x86_64-1.txz: Upgraded. n/NetworkManager-1.20.6-x86_64-1.txz: Upgraded. n/curl-7.67.0-x86_64-1.txz: Upgraded. n/libmbim-1.20.2-x86_64-1.txz: Upgraded. x/mesa-19.2.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sat Nov 2 18:52:12 UTC 201920191102185212 Patrick J Volkerding2019-11-032-2/+4
| | | | | | | | | | | | | a/aaa_terminfo-6.1_20191026-x86_64-1.txz: Upgraded. a/cryptsetup-2.2.2-x86_64-1.txz: Upgraded. a/lvm2-2.03.06-x86_64-1.txz: Upgraded. d/Cython-0.29.14-x86_64-1.txz: Upgraded. l/ncurses-6.1_20191026-x86_64-1.txz: Upgraded. Restore the --without-normal option to skip static libraries as used in 14.2. Thanks to Richard Narron. x/xterm-349-x86_64-2.txz: Rebuilt. In /etc/app-defaults/XTerm, use terminus-medium instead of terminus-bold. Thanks to igadoter.
* Tue Oct 29 20:09:01 UTC 201920191029200901 Patrick J Volkerding2019-10-302-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-14.txz: Rebuilt. Upgraded: libglib-2.0.so.0.6200.2, libgmodule-2.0.so.0.6200.2, libgobject-2.0.so.0.6200.2, libgthread-2.0.so.0.6200.2. Added: libgomp.so.1.0.0. a/kernel-firmware-20191029_4065643-noarch-1.txz: Upgraded. a/kernel-generic-4.19.81-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.81-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.81-x86_64-1.txz: Upgraded. ap/sudo-1.8.29-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.81-x86-1.txz: Upgraded. d/python-setuptools-41.6.0-x86_64-1.txz: Upgraded. k/kernel-source-4.19.81-noarch-1.txz: Upgraded. l/harfbuzz-2.6.3-x86_64-1.txz: Upgraded. n/samba-4.11.2-x86_64-1.txz: Upgraded. This update fixes bugs and these security issues: Client code can return filenames containing path separators. Samba AD DC check password script does not receive the full password. User with "get changes" permission can crash AD DC LDAP server via dirsync. For more information, see: https://www.samba.org/samba/security/CVE-2019-10218.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10218 https://www.samba.org/samba/security/CVE-2019-14833.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14833 https://www.samba.org/samba/security/CVE-2019-14847.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14847 (* Security fix *) x/libglvnd-1.2.0-x86_64-4.txz: Rebuilt. Applied upstream patches to fix EGL/eglplatform.h. x/xorg-server-1.20.5-x86_64-3.txz: Rebuilt. #define EGL_NO_X11 to fix glamor build against libglvnd-1.2.0. x/xorg-server-xephyr-1.20.5-x86_64-3.txz: Rebuilt. x/xorg-server-xnest-1.20.5-x86_64-3.txz: Rebuilt. x/xorg-server-xvfb-1.20.5-x86_64-3.txz: Rebuilt. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Mon Oct 28 00:39:04 UTC 201920191028003904 Patrick J Volkerding2019-10-281-1/+1
| | | | | | | | | | | | a/btrfs-progs-5.3.1-x86_64-1.txz: Upgraded. a/eudev-3.2.9-x86_64-1.txz: Upgraded. a/kernel-firmware-20191025_340e06e-noarch-1.txz: Upgraded. ap/mpg123-1.25.13-x86_64-1.txz: Upgraded. ap/xorriso-1.5.2-x86_64-1.txz: Upgraded. l/gegl-0.4.18-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_69-x86_64-1.txz: Upgraded. l/libedit-20191025_3.1-x86_64-1.txz: Upgraded. extra/pure-alsa-system/mpg123-1.25.13-x86_64-1_alsa.txz: Upgraded.
* Fri Oct 18 21:00:50 UTC 201920191018210050 Patrick J Volkerding2019-10-1912-6507/+162
| | | | | | | | | | | | | | | | | | | | | | | | a/getty-ps-2.1.0b-x86_64-4.txz: Removed. a/lha-114i-x86_64-2.txz: Removed. Removed due to vague licensing terms. a/lhasa-0.3.1-x86_64-1.txz: Added. This is an extraction-only LHA utility with an OSI approved license. a/shadow-4.7-x86_64-2.txz: Rebuilt. Added /etc/environment.new to fix "sudo -i" noise. ap/lm_sensors-3.6.0-x86_64-1.txz: Upgraded. ap/vim-8.1.2174-x86_64-1.txz: Upgraded. l/netpbm-10.88.00-x86_64-1.txz: Upgraded. n/ca-certificates-20191018-noarch-1.txz: Upgraded. n/samba-4.11.1-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.2174-x86_64-1.txz: Upgraded. xap/xfractint-20.04p13-x86_64-2.txz: Removed. xap/xv-3.10a-x86_64-9.txz: Removed. extra/getty-ps/getty-ps-2.1.0b-x86_64-4.txz: Rebuilt. Moved here from the A series due to commercial use restrictions. extra/xfractint/xfractint-20.04p14-x86_64-1.txz: Upgraded. Moved here from the XAP series due to commercial use restrictions. extra/xv/xv-3.10a-x86_64-9.txz: Rebuilt. Moved here from the XAP series due to non-commercial use shareware license.
* Mon Oct 14 21:39:02 UTC 201920191014213902 Patrick J Volkerding2019-10-152-8/+3
| | | | | | | | | | ap/sudo-1.8.28-x86_64-1.txz: Upgraded. Fixed a bug where an sudo user may be able to run a command as root when the Runas specification explicitly disallows root access as long as the ALL keyword is listed first. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14287 (* Security fix *)
* Sun Oct 13 19:01:25 UTC 201920191013190125 Patrick J Volkerding2019-10-132-3/+3
| | | | | | | | | | | | | | a/pkgtools-15.0-noarch-26.txz: Rebuilt. upgradepkg: add spaces to --dry-run package list. Thanks to Markus Wiesner. l/aspell-0.60.8-x86_64-1.txz: Upgraded. n/network-scripts-15.0-noarch-9.txz: Rebuilt. rc.inet1: Fix typos and spacing. rc.inet2: Start rc.firewall first. This had been later in the script due to the now unsupported idea of having /usr on NFS. Thanks to abga. rc.inet2: If present and executable, start the Kerberos init scripts. rc.inet2: Remove obsolete rpc.pcnfsd/rpc.bwnfsd section from the end. n/proftpd-1.3.6a-x86_64-1.txz: Upgraded. xap/pan-0.146-x86_64-1.txz: Upgraded.
* Fri Oct 11 21:23:09 UTC 201920191011212309 Patrick J Volkerding2019-10-122-4/+2
| | | | | | | | | | | | | | | | | | a/kernel-generic-4.19.79-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.79-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.79-x86_64-1.txz: Upgraded. a/pkgtools-15.0-noarch-25.txz: Rebuilt. makepkg: speed up zero length files warning. ap/sqlite-3.30.1-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.79-x86-1.txz: Upgraded. k/kernel-source-4.19.79-noarch-1.txz: Upgraded. l/iso-codes-4.4-noarch-1.txz: Upgraded. l/parted-3.3-x86_64-1.txz: Upgraded. x/xf86-video-amdgpu-19.1.0-x86_64-1.txz: Upgraded. xap/rdesktop-1.9.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Mon Oct 7 04:41:29 UTC 201920191007044129 Patrick J Volkerding2019-10-073-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-12.txz: Rebuilt. Upgraded: libexpat.so.1.6.11, libglib-2.0.so.0.6200.1, libgmodule-2.0.so.0.6200.1, libgobject-2.0.so.0.6200.1, libgthread-2.0.so.0.6200.1. Added temporarily until third party packages have been recompiled: libicudata.so.64.2, libicui18n.so.64.2, libicuio.so.64.2, libicutest.so.64.2, libicutu.so.64.2, libicuuc.so.64.2. a/xfsprogs-5.2.1-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. ap/sqlite-3.30.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. kde/calligra-2.9.11-x86_64-32.txz: Rebuilt. Recompiled against icu4c-65.1. l/boost-1.71.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. l/harfbuzz-2.6.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. l/icu4c-65.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libical-3.0.6-x86_64-3.txz: Rebuilt. Recompiled against icu4c-65.1. l/libvisio-0.1.7-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. l/qt-4.8.7-x86_64-14.txz: Rebuilt. Recompiled against icu4c-65.1. l/raptor2-2.0.15-x86_64-8.txz: Rebuilt. Recompiled against icu4c-65.1. n/dovecot-2.3.7.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. n/php-7.3.10-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. n/postfix-3.4.7-x86_64-2.txz: Rebuilt. Recompiled against icu4c-65.1. n/samba-4.11.0-x86_64-1.txz: Upgraded. n/tin-2.4.3-x86_64-3.txz: Rebuilt. Recompiled against icu4c-65.1. t/texlive-2019.190626-x86_64-3.txz: Rebuilt. Recompiled against icu4c-65.1.
* Sat Oct 5 22:27:59 UTC 201920191005222759 Patrick J Volkerding2019-10-061-1/+1
| | | | | | | | | | | | | | | | a/kernel-firmware-20191004_7d187ac-noarch-1.txz: Upgraded. a/kernel-generic-4.19.77-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.77-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.77-x86_64-1.txz: Upgraded. ap/sqlite-3.30.0-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.77-x86-1.txz: Upgraded. k/kernel-source-4.19.77-noarch-1.txz: Upgraded. l/glib-networking-2.62.1-x86_64-1.txz: Upgraded. l/glib2-2.62.1-x86_64-1.txz: Upgraded. xap/xlockmore-5.59-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Fri Oct 4 21:35:49 UTC 201920191004213549 Patrick J Volkerding2019-10-055-8/+29
| | | | | | | | | | | | | | | | | | | | | a/pkgtools-15.0-noarch-24.txz: Rebuilt. installpkg: support --no-overwrite option for upgradepkg's second install pass. Don't use this option directly unless you have a good reason. upgradepkg: call installpkg with --no-overwrite for the second install pass. This cuts the drive writes for a package upgrade almost in half so we can be kinder to SSDs. ap/nano-4.5-x86_64-1.txz: Upgraded. l/gmime-3.2.4-x86_64-1.txz: Upgraded. l/gnu-efi-3.0.10-x86_64-1.txz: Upgraded. l/gtk+3-3.24.12-x86_64-1.txz: Upgraded. testing/packages/rust-1.38.0-x86_64-2.txz: Rebuilt. The package size here has been put on a tremendous diet. Thanks to Andrew Clemons and Willy Sudiarto Raharjo for help with this. Compile test results: firefox-68.1.0esr: fail firefox-69.0.2: pass seamonkey-2.49.5: pass thunderbird-68.1.1: fail
* Mon Sep 30 21:08:32 UTC 201920190930210832 Patrick J Volkerding2019-10-0189-224/+224
| | | | | | | | | | | | | | | | | | | | d/llvm-9.0.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. Thanks to orbea for getting this working and cleaning up the build script. d/vala-0.46.2-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_67-x86_64-1.txz: Upgraded. Fixed --disable-opencl configure option. Thanks to Markus Wiesner for the bug report and to upstream for the quick fix. n/NetworkManager-1.20.4-x86_64-1.txz: Upgraded. n/gnutls-3.6.10-x86_64-1.txz: Upgraded. x/freeglut-3.2.1-x86_64-1.txz: Upgraded. x/libglvnd-1.1.1-x86_64-2.txz: Upgraded. Reverted to this version since I'm seeing some errors linking with Mesa libraries with the newer one. Thanks to nobodino for the bug report. x/mesa-19.2.0-x86_64-2.txz: Rebuilt. Recompiled against llvm-9.0.0 and libglvnd-1.1.1. x/xf86-video-vmware-13.3.0-x86_64-3.txz: Rebuilt. Recompiled against llvm-9.0.0.
* Mon Sep 23 22:15:50 UTC 201920190923221550 Patrick J Volkerding2019-09-243-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_elflibs-15.0-x86_64-11.txz: Rebuilt. Upgraded: libelf-0.177.so, libcurl.so.4.6.0, libexpat.so.1.6.10, libglib-2.0.so.0.6200.0, libgmodule-2.0.so.0.6200.0, libgobject-2.0.so.0.6200.0, libgthread-2.0.so.0.6200.0, libstdc++.so.6.0.27, libtdb.so.1.4.2, libusb-1.0.so.0.2.0. Added: libisl.so.21.0.0, libmpc.so.3.1.0. a/kernel-firmware-20190923_417a9c6-noarch-1.txz: Upgraded. d/gcc-9.2.0-x86_64-2.txz: Rebuilt. Recompiled using --with-isl. The isl package is now required. d/gcc-brig-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-g++-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gdc-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gfortran-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gnat-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-go-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-objc-9.2.0-x86_64-2.txz: Rebuilt. l/imagemagick-6.9.10_66-x86_64-1.txz: Upgraded. l/isl-0.21-x86_64-1.txz: Added. Necessary to build GCC with the Graphite loop optimizations. l/libical-3.0.6-x86_64-2.txz: Rebuilt. Rebuilt with -DGOBJECT_INTROSPECTION=true and -DICAL_GLIB_VAPI=true. Thanks to Skaendo. l/v4l-utils-1.18.0-x86_64-1.txz: Upgraded. x/xterm-349-x86_64-1.txz: Upgraded.
* Tue Sep 17 21:01:20 UTC 201920190917210120 Patrick J Volkerding2019-09-182-1/+2
| | | | | | | | | | | | a/eudev-3.2.8-x86_64-2.txz: Rebuilt. Blacklisted mlx_wdt in watchdog.conf. Thanks to Robby Workman. l/libical-3.0.6-x86_64-1.txz: Upgraded. n/rpcbind-1.2.5-x86_64-2.txz: Rebuilt. Added patch from git master to fix a segfault. Fixed application of the next patch. Thanks to Robby Workman. x/freeglut-3.2.0-x86_64-1.txz: Upgraded. x/mesa-19.1.7-x86_64-1.txz: Upgraded.
* Sun Sep 15 21:15:56 UTC 201920190915211556 Patrick J Volkerding2019-09-161-2/+2
| | | | | | | | | | | a/procps-ng-3.3.15-x86_64-3.txz: Rebuilt. Upgraded to psmisc-23.2. ap/xfsdump-3.1.8-x86_64-3.txz: Rebuilt. Rebuilt against xfsprogs-5.2.1. Thanks to nobodino. l/sip-4.19.19-x86_64-1.txz: Upgraded. n/ModemManager-1.10.6-x86_64-1.txz: Upgraded. n/dhcpcd-8.0.6-x86_64-1.txz: Upgraded. x/libXfont2-2.0.4-x86_64-1.txz: Upgraded.
* Fri Sep 13 19:16:00 UTC 201920190913191600 Patrick J Volkerding2019-09-145-4/+22
| | | | | | | | | | | | | | | | | | | | | | a/mkinitrd-1.4.11-x86_64-13.txz: Rebuilt. Add libargon2 and libgcc_s for cryptsetup LUKS2 support. Add jfs (thanks to gus3 on LQ) and xfs (thanks to klipkyle on LQ) repair tools to initrd if those filesystems are used. Support PARTUUID in mkinitrd_command_generator.sh (thanks to luvr on LQ). Fixes and enhancements to docs suggested on LQ. Thanks to Robby Workman. a/sysvinit-2.96-x86_64-1.txz: Upgraded. ap/vim-8.1.2022-x86_64-1.txz: Upgraded. d/bison-3.4.2-x86_64-1.txz: Upgraded. d/ccache-3.7.4-x86_64-1.txz: Upgraded. d/icecream-1.3-x86_64-1.txz: Upgraded. d/meson-0.51.2-x86_64-2.txz: Rebuilt. Fix meson configure crash. Thanks to orbea. l/dbus-python-1.2.12-x86_64-1.txz: Upgraded. l/pulseaudio-13.0-x86_64-1.txz: Upgraded. l/python-certifi-2019.9.11-x86_64-1.txz: Upgraded. x/libwacom-1.0-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.2022-x86_64-1.txz: Upgraded.
* Mon Sep 9 05:10:25 UTC 201920190909051025 Patrick J Volkerding2019-09-092-2/+3
| | | | | | | | | | | | | | | | a/etc-15.0-x86_64-10.txz: Rebuilt. Fix "include /etc/ld.so.conf.d/*.conf" repeats in /etc/ld.so.conf. l/imagemagick-6.9.10_64-x86_64-1.txz: Upgraded. l/seamonkey-solibs-2.49.5-x86_64-1.txz: Removed. This package was included years ago to support a few things that needed nss/nspr, but we've since included that in the mozilla-nss package. Nothing should be using this anymore. xap/seamonkey-2.49.5-x86_64-2.txz: Rebuilt. Added additional options to more closely match the official build: --enable-rust --enable-js-shell --enable-elf-hack --enable-release --enable-calendar Thanks to ljb643 for the bug report. Removed /usr/lib{,64}/seamonkey from /etc/ld.so.conf.
* Mon Sep 2 20:53:21 UTC 201920190902205321 Patrick J Volkerding2019-09-031-1/+1
| | | | | | | | | | a/logrotate-3.15.1-x86_64-1.txz: Upgraded. l/libnl3-3.5.0-x86_64-1.txz: Upgraded. l/v4l-utils-1.16.7-x86_64-1.txz: Upgraded. xap/mozilla-firefox-68.1.0esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/68.1.0/releasenotes/
* Fri Aug 30 18:50:32 UTC 201920190830185032 Patrick J Volkerding2019-08-3116-2221/+308
| | | | | | | | | | | | | | a/bash-5.0.011-x86_64-1.txz: Upgraded. a/findutils-4.7.0-x86_64-1.txz: Upgraded. ap/squashfs-tools-4.4-x86_64-1.txz: Upgraded. n/irssi-1.2.2-x86_64-1.txz: Upgraded. This update fixes a security issue: Use after free when receiving duplicate CAP found by Joseph Bisch. For more information, see: https://irssi.org/security/html/irssi_sa_2019_08 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15717 (* Security fix *) x/libvdpau-1.3-x86_64-1.txz: Upgraded.
* Wed Aug 28 21:29:41 UTC 201920190828212941 Patrick J Volkerding2019-08-294-7/+7
| | | | | | | | | | | | | | | | | | | a/haveged-1.9.6-x86_64-1.txz: Upgraded. a/sysvinit-scripts-2.1-noarch-27.txz: Rebuilt. rc.6, rc.K: recognize partition type nfs4 Thanks to Yoga the Yogin. ap/gutenprint-5.3.3-x86_64-1.txz: Upgraded. ap/hplip-3.19.8-x86_64-1.txz: Upgraded. ap/man-db-2.8.7-x86_64-1.txz: Upgraded. d/meson-0.51.2-x86_64-1.txz: Upgraded. d/ruby-2.6.4-x86_64-1.txz: Upgraded. n/dovecot-2.3.7.2-x86_64-1.txz: Upgraded. n/php-7.3.9-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: MBString: Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224) For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13224 (* Security fix *)