libtorrent-rasterbar: update to 1.1.1. (soname bump)
Fixes CVE-2016-7164
This commit is contained in:
parent
d079c59d83
commit
cdb6e78e7c
2 changed files with 5 additions and 4 deletions
|
@ -1935,7 +1935,7 @@ libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
||||||
liboping.so.0 liboping-1.8.0_1
|
liboping.so.0 liboping-1.8.0_1
|
||||||
libgksu2.so.0 libgksu-2.0.12_1
|
libgksu2.so.0 libgksu-2.0.12_1
|
||||||
libloudmouth-1.so.0 loudmouth-1.4.3_1
|
libloudmouth-1.so.0 loudmouth-1.4.3_1
|
||||||
libtorrent-rasterbar.so.8 libtorrent-rasterbar-1.0.6_1
|
libtorrent-rasterbar.so.9 libtorrent-rasterbar-1.1.1_1
|
||||||
libcapstone.so.3 capstone-3.0_1
|
libcapstone.so.3 capstone-3.0_1
|
||||||
libhavege.so.1 libhaveged-1.9.1_1
|
libhavege.so.1 libhaveged-1.9.1_1
|
||||||
libnih.so.1 libnih-1.0.3_1
|
libnih.so.1 libnih-1.0.3_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libtorrent-rasterbar'
|
# Template file for 'libtorrent-rasterbar'
|
||||||
pkgname=libtorrent-rasterbar
|
pkgname=libtorrent-rasterbar
|
||||||
version=1.0.9
|
version=1.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libgeoip --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
configure_args="--with-libgeoip --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
@ -11,9 +11,10 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
homepage="http://www.rasterbar.com/products/libtorrent/"
|
homepage="http://www.rasterbar.com/products/libtorrent/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
|
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
|
||||||
checksum=11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6
|
checksum=f70c82367b0980460ef95aff3e117fd4a174477892d529beec434f74d615b31f
|
||||||
|
|
||||||
subpackages="libtorrent-rasterbar-devel"
|
subpackages="libtorrent-rasterbar-devel"
|
||||||
|
CXXFLAGS="-std=c++11"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --enable-python-binding"
|
configure_args+=" --enable-python-binding"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue