Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "BuildTcNativeWin" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/BuildTcNativeWin?action=diff&rev1=27&rev2=28

Comment:
Add note about file name typo. I remember seeing it twice in the past.

  cd ..\tomcat-native-%VER%-ocsp-win32-bin
  jar -cMf ..\tomcat-native-%VER%-ocsp-win32-bin.zip *
  }}}
+ 
  The Windows binary distributions may then be found in 
{{{C:\tomcat-native-1.1.x\native\}}}
  
  These need to be signed and hashed before uploading for the release vote.
  
+ Beware of typos in the name and contents of hash files for OCSP binaries 
("ocsp" vs "oscp"). Such typos happened.
+ 
+ A correct example:
+ 
+ tomcat-native-1.1.32-ocsp-win32-bin.zip.md5
+ {{{
+ 0b0e1e4c77b9b7051fc2c751b70d2880 *tomcat-native-1.1.32-ocsp-win32-bin.zip
+ }}}
+ 
+ tomcat-native-1.1.32-ocsp-win32-bin.zip.sha1
+ {{{
+ b47f96dd3153d002a529e881b6b8f524cd6e321c 
*tomcat-native-1.1.32-ocsp-win32-bin.zip
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to