svn commit: r415920 - head/net/openafs

Benjamin Kaduk bjk at FreeBSD.org
Fri May 27 00:05:08 UTC 2016


Author: bjk (doc committer)
Date: Fri May 27 00:05:07 2016
New Revision: 415920
URL: https://svnweb.freebsd.org/changeset/ports/415920

Log:
  Update net/openafs to upstream 1.6.18
  
  This includes the changes in 1.6.17, a security release.
  
  PR:		209534
  Approved by:	mat (ports committer)
  Security:	CVE-2016-2860

Modified:
  head/net/openafs/Makefile
  head/net/openafs/distinfo

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Thu May 26 22:56:09 2016	(r415919)
+++ head/net/openafs/Makefile	Fri May 27 00:05:07 2016	(r415920)
@@ -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: head/net/openafs/distinfo
==============================================================================
--- head/net/openafs/distinfo	Thu May 26 22:56:09 2016	(r415919)
+++ head/net/openafs/distinfo	Fri May 27 00:05:07 2016	(r415920)
@@ -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


More information about the svn-ports-all mailing list