nettle: security update to 3.2.

Fixes CVE-2015-8803, CVE-2015-8804, CVE-2015-8805.
This commit is contained in:
Christian Neukirchen 2016-02-03 14:22:53 +01:00
parent 817cbe3d13
commit 19f4c437ea
2 changed files with 5 additions and 6 deletions

View File

@ -1153,8 +1153,8 @@ libHX.so.28 libHX-3.14_1
libxkbcommon.so.0 libxkbcommon-0.2.0_1
libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1
libgee-0.8.so.2 libgee08-0.8.2_1
libnettle.so.4 nettle-2.5_1
libhogweed.so.2 nettle-2.5_1
libnettle.so.6 nettle-3.2_1
libhogweed.so.4 nettle-3.2_1
libmikmod.so.3 libmikmod-3.2.0_1
libgtkspell.so.0 gtkspell-2.0.16_1
libpurple.so.0 libpurple-2.10.6_1

View File

@ -1,8 +1,7 @@
# Template build file for 'nettle'.
pkgname=nettle
version=2.7.1
reverts=3.0_1
revision=5
version=3.2
revision=1
build_style=gnu-configure
hostmakedepends="m4"
makedepends="gmp-devel"
@ -12,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.lysator.liu.se/~nisse/nettle/"
license="GPL-2"
distfiles="${GNU_SITE}/$pkgname/$pkgname-${version}.tar.gz"
checksum=bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40
checksum=ea4283def236413edab5a4cf9cf32adf540c8df1b9b67641cfc2302fca849d97
nettle-devel_package() {
depends="gmp-devel ${sourcepkg}>=${version}_${revision}"