diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2015-10-28 19:43:01 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2015-10-28 19:43:01 +0000 |
commit | 374b401c42af847c2c19e601cde2a8cd2ad8a093 (patch) | |
tree | efdddbf1ddcad0009212f70f86c5893f0b40fdb9 /filesystems | |
parent | 37ab918e6dc3b6ebbbdad4e10ce587dd83738aec (diff) | |
download | pkgsrc-374b401c42af847c2c19e601cde2a8cd2ad8a093.tar.gz |
update openafs to 1.6.15
OpenAFS 1.6.15 (Security Release)
All client and server platforms
* Fix for OPENAFS-SA-2015-007 "Tattletale"
When constructing an Rx acknowledgment (ACK) packet, Andrew-derived
Rx implementations do not initialize three octets of data that are
padding in the C language structure and were inadvertently included
in the wire protocol (CVE-2015-7762). Additionally, OpenAFS Rx in
versions 1.5.75 through 1.5.78, 1.6.0 through 1.6.14, and 1.7.0
through 1.7.32 include a variable-length padding at the end of the
ACK packet, in an attempt to detect the path MTU, but only four octets
of the additional padding are initialized (CVE-2015-7763).
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/openafs/Makefile | 6 | ||||
-rw-r--r-- | filesystems/openafs/distinfo | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/filesystems/openafs/Makefile b/filesystems/openafs/Makefile index 0d29c1498d9..c6e4a79d478 100644 --- a/filesystems/openafs/Makefile +++ b/filesystems/openafs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2015/09/29 16:58:02 jakllsch Exp $ +# $NetBSD: Makefile,v 1.10 2015/10/28 19:43:01 jakllsch Exp $ -DISTNAME= openafs-1.6.14-src +DISTNAME= openafs-1.6.15-src PKGNAME= ${DISTNAME:C/-src//} CATEGORIES= filesystems net sysutils -MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.14/ +MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.15/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gendalia@NetBSD.org diff --git a/filesystems/openafs/distinfo b/filesystems/openafs/distinfo index 6a574297f57..ab2d3f57c30 100644 --- a/filesystems/openafs/distinfo +++ b/filesystems/openafs/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/09/29 16:58:02 jakllsch Exp $ +$NetBSD: distinfo,v 1.10 2015/10/28 19:43:01 jakllsch Exp $ -SHA1 (openafs-1.6.14-src.tar.bz2) = 067e63c4694f1e229bd87ff3f8eaa69f2426cb65 -RMD160 (openafs-1.6.14-src.tar.bz2) = 274b7611fc9e86d222c6dda0e6d19bc8444ef710 -Size (openafs-1.6.14-src.tar.bz2) = 14605615 bytes +SHA1 (openafs-1.6.15-src.tar.bz2) = f6d300a408943a1f3edada4d12a8f0b60635d839 +RMD160 (openafs-1.6.15-src.tar.bz2) = b88ff1914fa5566649f218aec063a0b1be1fc54a +SHA512 (openafs-1.6.15-src.tar.bz2) = 17ac239366bb6dc8f7978b74ae5069bedab1976b7a39da76886ada5808159aa4ddc6347f49aae49c2d4e9ea14044a375217e48d443059967e50b0f82e0596065 +Size (openafs-1.6.15-src.tar.bz2) = 14388197 bytes SHA1 (patch-src_comerr_Makefile.in) = dd5e996481d7ef908710868aa9dc1b65feb98717 |