Date: Thu, 30 Jul 2015 07:27:08 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393222 - in branches/2015Q3/net/openafs: . files Message-ID: <201507300727.t6U7R8if094592@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bjk (doc committer) Date: Thu Jul 30 07:27:07 2015 New Revision: 393222 URL: https://svnweb.freebsd.org/changeset/ports/393222 Log: MFH: r393218 Update to upstream openafs security release 1.6.13 OPENAFS-SA-2015-001 - vos leaks stack data onto the wire in the clear when creating vldb entries OPENAFS-SA-2015-002 - bos commands can be spoofed, including some which alter server state OPENAFS-SA-2015-003 - pioctls leak kernel memory contents OPENAFS-SA-2015-004 - kernel pioctl support for OSD command passing can trigger a panic OPENAFS-SA-2015-006 - Buffer overflow in OpenAFS vlserver Approved by: ports-secteam (delphij) Security: CVE-2015-3282, CVE-2015-3283, CVE-2015-3284, CVE-2015-3285 Deleted: branches/2015Q3/net/openafs/files/patch-src-afs-FBSD-osi_vfsops.c branches/2015Q3/net/openafs/files/patch-src-config-param.amd64_fbsd_110.h branches/2015Q3/net/openafs/files/patch-src-config-param.i386_fbsd_110.h branches/2015Q3/net/openafs/files/patch-src-libafs-MakefileProto.FBSD.in Modified: branches/2015Q3/net/openafs/Makefile branches/2015Q3/net/openafs/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/openafs/Makefile ============================================================================== --- branches/2015Q3/net/openafs/Makefile Thu Jul 30 06:55:10 2015 (r393221) +++ branches/2015Q3/net/openafs/Makefile Thu Jul 30 07:27:07 2015 (r393222) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= openafs -PORTREVISION= 1 DISTVERSION= ${AFS_DISTVERSION}.${DBVERSION:S/-//g} CATEGORIES= net MASTER_SITES= http://dl.central.org/dl/openafs/${AFS_DISTVERSION}/:openafs \ @@ -22,7 +21,7 @@ LICENSE_NAME= IBM Public License Version LICENSE_FILE= ${WRKSRC}/doc/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -AFS_DISTVERSION= 1.6.10 +AFS_DISTVERSION= 1.6.13 DBVERSION= 2013-01-28 USES= cpe kmod tar:bzip2 Modified: branches/2015Q3/net/openafs/distinfo ============================================================================== --- branches/2015Q3/net/openafs/distinfo Thu Jul 30 06:55:10 2015 (r393221) +++ branches/2015Q3/net/openafs/distinfo Thu Jul 30 07:27:07 2015 (r393222) @@ -1,6 +1,6 @@ -SHA256 (openafs-1.6.10-src.tar.bz2) = 09b3c4f9500107c6e1cb737a5642e50f338d6acb0579e5e03c772cba1c6f1276 -SIZE (openafs-1.6.10-src.tar.bz2) = 14592958 -SHA256 (openafs-1.6.10-doc.tar.bz2) = 7cc67eaa3feb7bc4fafc2339284ca46e160bc8dff4acdbd502cfa6e4f41a8ea4 -SIZE (openafs-1.6.10-doc.tar.bz2) = 3531577 +SHA256 (openafs-1.6.13-src.tar.bz2) = 6139370633b48f0149d4dacdd01af7ee29b800b0866c2d18a679c1669e317b26 +SIZE (openafs-1.6.13-src.tar.bz2) = 14373447 +SHA256 (openafs-1.6.13-doc.tar.bz2) = a0517efcb665efc70ac0813256730443be68fb8635da2f90e221bb2c6cc23736 +SIZE (openafs-1.6.13-doc.tar.bz2) = 3501580 SHA256 (CellServDB.2013-01-28) = faa755c6e13d8a71182a4036d1cee01bce49fb2a93feb6499683f22049391a17 SIZE (CellServDB.2013-01-28) = 36787
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507300727.t6U7R8if094592>