diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-04 18:59:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-05 08:59:52 +0200 |
commit | 028ce2764b6e2530640d5780777bbabadf125dda (patch) | |
tree | 86eb8b9cbbf9b3ab27dc69852f577d00a82e493c /source/l/libvorbis | |
parent | 0d608126f6c0b64360bc8e5d864de385a45d0439 (diff) | |
download | current-028ce2764b6e2530640d5780777bbabadf125dda.tar.gz |
Sat Jul 4 18:59:06 UTC 202020200704185906
a/hwdata-0.337-noarch-1.txz: Upgraded.
d/python-setuptools-49.1.0-x86_64-1.txz: Upgraded.
l/libcap-2.37-x86_64-1.txz: Upgraded.
l/librsvg-2.48.8-x86_64-1.txz: Upgraded.
l/libuv-1.38.1-x86_64-1.txz: Upgraded.
l/libvorbis-1.3.7-x86_64-1.txz: Upgraded.
Fix out-of-bounds read encoding very low sample rates.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10393
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14160
(* Security fix *)
Diffstat (limited to 'source/l/libvorbis')
-rwxr-xr-x | source/l/libvorbis/libvorbis.SlackBuild | 6 | ||||
-rw-r--r-- | source/l/libvorbis/libvorbis.url | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source/l/libvorbis/libvorbis.SlackBuild b/source/l/libvorbis/libvorbis.SlackBuild index 21ab40cb..8462748f 100755 --- a/source/l/libvorbis/libvorbis.SlackBuild +++ b/source/l/libvorbis/libvorbis.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libvorbis -VERSION=${VERSION:-$(echo libvorbis-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo libvorbis-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -67,7 +67,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf libvorbis-$VERSION -tar xvf $CWD/libvorbis-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/libvorbis-$VERSION.tar.?z || exit 1 cd libvorbis-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/l/libvorbis/libvorbis.url b/source/l/libvorbis/libvorbis.url new file mode 100644 index 00000000..74d022ca --- /dev/null +++ b/source/l/libvorbis/libvorbis.url @@ -0,0 +1 @@ +http://downloads.xiph.org/releases/vorbis |