diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-01-23 21:28:51 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-01-23 21:28:51 +0000 |
commit | c4e811d664ee417149412725cc5e9cfa00f3bec1 (patch) | |
tree | 70c059bbb0435a575541375eb74a08920a66e60d /sysutils/sge61 | |
parent | Add to hamradio virtual category. (diff) |
Fix a local root exploit in SGE and SGEEE. In sysutils/sge upgrade to
the security release 6.0.7.1. For sysutils/sge53 and sysutils/sgeee53
(a slave of sge53), patch directly. While I'm here deprecate SGE 5.3.
Obtained from: Sun
Security: 57a0242d-8c4e-11da-8ddf-000ae42e9b93 (VuXML)
Notes
Notes:
svn path=/head/; revision=154293
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 8 | ||||
-rw-r--r-- | sysutils/sge61/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 2be0aa60de15..fcd6a00c8fbf 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -9,10 +9,10 @@ PORTNAME= sge PORTVERSION= ${SGE_VERSION} PORTREVISION= 0 CATEGORIES= sysutils parallel -MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/40/ +MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/51/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks -DISTNAME= sge-V60u7_TAG-src +DISTNAME= sge-V60u7_1_TAG-src MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system @@ -51,8 +51,8 @@ FETCH_CMD= wget -c SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} -SGE_VERSION= 6.0.7 -SGE_RELEASE= 6.0u7 +SGE_VERSION= 6.0.7.1 +SGE_RELEASE= 6.0u7_1 PLIST_SUB+= SGE_ARCH=${SGE_ARCH} PLIST_SUB+= SGE_BASE=${SGE_BASE} diff --git a/sysutils/sge61/distinfo b/sysutils/sge61/distinfo index d560292ebc5f..2b3b2de00d89 100644 --- a/sysutils/sge61/distinfo +++ b/sysutils/sge61/distinfo @@ -1,2 +1,2 @@ -MD5 (sge-V60u7_TAG-src.tar.gz) = 6a8eb9cf7ff284ee106f8792c6691873 -SIZE (sge-V60u7_TAG-src.tar.gz) = 10569054 +MD5 (sge-V60u7_1_TAG-src.tar.gz) = a242676d3090e89d8389ac18313b2dda +SIZE (sge-V60u7_1_TAG-src.tar.gz) = 10570395 |