New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79583


Ignore:
Timestamp:
06/19/11 04:56:19 (4 years ago)
Author:
jmr@…
Message:

add sha256 to .chk.txt generated for releases

Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/Makefile.in

    r79039 r79583  
    9797        cd ${DISTDIR}; COPY_EXTENDED_ATTRIBUTES_DISABLE=true tar -c ${PKGNAME} | bzip2 > ${PKGNAME}.tar.bz2 
    9898        cd ${DISTDIR}; for tarball in ${PKGNAME}.tar.*; do { \ 
    99                 for type in -md5 -sha1 -ripemd160; do { \ 
     99                for type in -md5 -sha1 -ripemd160 -sha256; do { \ 
    100100                        openssl dgst $$type $$tarball; \ 
    101101                }; done >> ${DISTNAME}.chk.txt; \ 
  • trunk/base/portmgr/ReleaseProcess

    r79027 r79583  
    158158 cd work 
    159159 mv MacPorts-1.6.0.dmg MacPorts-1.6.0-10.5-Leopard.dmg 
    160  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 
     160 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 
    161161 
    162162These new products, along with the new checksums, also have to be posted to the appropriate 
Note: See TracChangeset for help on using the changeset viewer.