Date: Sun, 5 Jun 2016 18:05:46 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r416411 - branches/2016Q2/net/openafs Message-ID: <201606051805.u55I5kGJ009283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Sun Jun 5 18:05:46 2016 New Revision: 416411 URL: https://svnweb.freebsd.org/changeset/ports/416411 Log: MFH: r415920 Update net/openafs to upstream 1.6.18 This includes the changes in 1.6.17, a security release. PR: 209534 Reported by: Sevan Janiyan <venture37@geeklan.co.uk> Security: CVE-2015-8312 Security: CVE-2016-2860 Security: CVE-2016-4536 Security: https://vuxml.FreeBSD.org/freebsd/2e8fe57e-2b46-11e6-ae88-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/bcbd3fe0-2b46-11e6-ae88-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q2/net/openafs/Makefile branches/2016Q2/net/openafs/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/net/openafs/Makefile ============================================================================== --- branches/2016Q2/net/openafs/Makefile Sun Jun 5 18:04:11 2016 (r416410) +++ branches/2016Q2/net/openafs/Makefile Sun Jun 5 18:05:46 2016 (r416411) @@ -21,8 +21,8 @@ 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.15 -DBVERSION= 2015-07-13 +AFS_DISTVERSION= 1.6.18 +DBVERSION= 2016-01-01 USES= cpe kmod tar:bzip2 USE_LDCONFIG= yes @@ -94,14 +94,6 @@ post-extract: ${MKDIR} ${WRKDIR}/conf cd ${KERNCONFDIR} && \ /usr/sbin/config -d ${WRKDIR}/conf ${_KERNCONF} >/dev/null -# Unbreak on FreeBSD 10.2 (until official support arrives) -.for a in i386 amd64 - @${SED} -e 's,101,102, ; /FBSD102_ENV/ { h; s/102/101/; G; }' \ - ${WRKSRC}/src/config/param.${a}_fbsd_101.h \ - > ${WRKSRC}/src/config/param.${a}_fbsd_102.h -.endfor - @${REINPLACE_CMD} -e '/fbsd_101/ { h; s/101/102/; s/31/32/; x; G; }' \ - ${WRKSRC}/src/config/afs_sysnames.h create-sample-files: @${ECHO_CMD} openafs.org > ${WRKDIR}/ThisCell Modified: branches/2016Q2/net/openafs/distinfo ============================================================================== --- branches/2016Q2/net/openafs/distinfo Sun Jun 5 18:04:11 2016 (r416410) +++ branches/2016Q2/net/openafs/distinfo Sun Jun 5 18:05:46 2016 (r416411) @@ -1,6 +1,7 @@ -SHA256 (openafs-1.6.15-src.tar.bz2) = 456db6544b4b9334fbeee638ca804adcbd4be1a306d60f0da03d7675d1ecef26 -SIZE (openafs-1.6.15-src.tar.bz2) = 14388197 -SHA256 (openafs-1.6.15-doc.tar.bz2) = 9e6cab86eadf2883f8fc01df51cb63b5f306658a9563eed45a306e742f6baef0 -SIZE (openafs-1.6.15-doc.tar.bz2) = 3501246 -SHA256 (CellServDB.2015-07-13) = 07dacb7f7445c8e6d29a07c84e92dd29ded3b8f2a5eaba8d074e9c341878e242 -SIZE (CellServDB.2015-07-13) = 36650 +TIMESTAMP = 1464147602 +SHA256 (openafs-1.6.18-src.tar.bz2) = b3c35e7be6b6c86b91e7c699fd015f53c87bc19d1ae8ec3ec9cda6b97327d3b6 +SIZE (openafs-1.6.18-src.tar.bz2) = 14645551 +SHA256 (openafs-1.6.18-doc.tar.bz2) = c6a72f5a8c6982202f4b19b038e76abe439f3ce2f867f39ebb6dcce943bf0a84 +SIZE (openafs-1.6.18-doc.tar.bz2) = 3533400 +SHA256 (CellServDB.2016-01-01) = ef37a1cc73c90619e9b6a0ab0fa8602c57c9da8ae5e65aab96cb17e2bc1bf70e +SIZE (CellServDB.2016-01-01) = 37058
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606051805.u55I5kGJ009283>