diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-02-23 03:33:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-23 08:59:46 +0100 |
commit | e4e2151ae8891f9d3209943ce57106e8edc910ac (patch) | |
tree | 182487719a1417a51fabc4e05093ce5d7ae12869 /source/l | |
parent | 9ee3947a2be8da2226474c69fe1c24cf8c1605e7 (diff) | |
download | current-e4e2151ae8891f9d3209943ce57106e8edc910ac.tar.gz |
Sat Feb 23 03:33:52 UTC 201920190223033352
a/file-5.36-x86_64-1.txz: Upgraded.
ap/mariadb-10.3.13-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2510
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2537
(* Security fix *)
d/p2c-2.01-x86_64-1.txz: Upgraded.
d/python-pip-19.0.3-x86_64-1.txz: Upgraded.
l/librsvg-2.44.13-x86_64-2.txz: Rebuilt.
Recompiled with --enable-vala=yes.
n/bind-9.12.3_P4-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-60.5.2esr-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/60.5.2/releasenotes/
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/PyQt/slack-desc | 4 | ||||
-rw-r--r-- | source/l/glibc/slack-desc.glibc | 10 | ||||
-rwxr-xr-x | source/l/librsvg/librsvg.SlackBuild | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/source/l/PyQt/slack-desc b/source/l/PyQt/slack-desc index 9aa7ae94..e8cf45ac 100644 --- a/source/l/PyQt/slack-desc +++ b/source/l/PyQt/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| PyQt: PyQt (Python bindings for Qt) PyQt: -PyQt: PyQt is a set of Python bindings for Trolltech's Qt application -PyQt: framework and runs on all platforms supported by Qt. +PyQt: PyQt is a set of Python bindings for the Qt application framework and +PyQt: runs on all platforms supported by Qt. PyQt: PyQt: Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/ PyQt: diff --git a/source/l/glibc/slack-desc.glibc b/source/l/glibc/slack-desc.glibc index 0deb19d1..63992d6b 100644 --- a/source/l/glibc/slack-desc.glibc +++ b/source/l/glibc/slack-desc.glibc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| glibc: glibc (GNU C libraries) glibc: -glibc: This package contains the GNU C libraries and header files. The GNU -glibc: C library was written originally by Roland McGrath, and is currently -glibc: maintained by Ulrich Drepper. Some parts of the library were -glibc: contributed or worked on by other people. +glibc: This package contains the GNU C libraries and header files. You'll +glibc: need this package to compile programs. glibc: -glibc: You'll need this package to compile programs. +glibc: The GNU C library was originally authored by Roland McGrath. +glibc: +glibc: Homepage: https://www.gnu.org/software/libc/ glibc: glibc: glibc: diff --git a/source/l/librsvg/librsvg.SlackBuild b/source/l/librsvg/librsvg.SlackBuild index 480d07ef..ccebbbb4 100755 --- a/source/l/librsvg/librsvg.SlackBuild +++ b/source/l/librsvg/librsvg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=librsvg VERSION=${VERSION:-$(echo librsvg-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -84,6 +84,7 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var/lib \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ + --enable-vala=yes \ --enable-static=no \ --build=$ARCH-slackware-linux || exit 1 |