[79583] trunk/base

jmr at macports.org jmr at macports.org
Sun Jun 19 04:56:21 PDT 2011


Revision: 79583
          http://trac.macports.org/changeset/79583
Author:   jmr at macports.org
Date:     2011-06-19 04:56:19 -0700 (Sun, 19 Jun 2011)
Log Message:
-----------
add sha256 to .chk.txt generated for releases

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/portmgr/ReleaseProcess

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2011-06-19 11:25:57 UTC (rev 79582)
+++ trunk/base/Makefile.in	2011-06-19 11:56:19 UTC (rev 79583)
@@ -96,7 +96,7 @@
 	cd ${DISTDIR}; COPY_EXTENDED_ATTRIBUTES_DISABLE=true tar -c ${PKGNAME} | gzip > ${PKGNAME}.tar.gz
 	cd ${DISTDIR}; COPY_EXTENDED_ATTRIBUTES_DISABLE=true tar -c ${PKGNAME} | bzip2 > ${PKGNAME}.tar.bz2
 	cd ${DISTDIR}; for tarball in ${PKGNAME}.tar.*; do { \
-		for type in -md5 -sha1 -ripemd160; do { \
+		for type in -md5 -sha1 -ripemd160 -sha256; do { \
 			openssl dgst $$type $$tarball; \
 		}; done >> ${DISTNAME}.chk.txt; \
 	}; done

Modified: trunk/base/portmgr/ReleaseProcess
===================================================================
--- trunk/base/portmgr/ReleaseProcess	2011-06-19 11:25:57 UTC (rev 79582)
+++ trunk/base/portmgr/ReleaseProcess	2011-06-19 11:56:19 UTC (rev 79583)
@@ -157,7 +157,7 @@
 
  cd work
  mv MacPorts-1.6.0.dmg MacPorts-1.6.0-10.5-Leopard.dmg
- for dmg in MacPorts-1.6.0-*.dmg; do for type in -md5 -sha1 -ripemd160; do openssl dgst $type $dmg; done >> MacPorts-1.6.0.chk.txt; done
+ for dmg in MacPorts-1.6.0-*.dmg; do for type in -md5 -sha1 -ripemd160 -sha256; do openssl dgst $type $dmg; done >> MacPorts-1.6.0.chk.txt; done
 
 These new products, along with the new checksums, also have to be posted to the appropriate
 directory of the MacPorts distfiles server. Developers are required to validate the generated installer as
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110619/c1c66991/attachment.html>


More information about the macports-changes mailing list