@@ -11,7 +11,7 @@ Instructions for mod_perl 2.0 Release Manager
11
11
need on how to add your key. if you need further help on gpg
12
12
(like how to create a key in the first place) you can look here
13
13
14
- http ://people.apache.org/~geoff/gpghowto.html
14
+ https ://people.apache.org/~geoff/gpghowto.html
15
15
16
16
Copy the KEYS file into place:
17
17
% scp KEYS people.apache.org:/www/www.apache.org/dist/perl/KEYS
@@ -118,9 +118,9 @@ Instructions for mod_perl 2.0 Release Manager
118
118
119
119
% pgps -b --armor mod_perl-2.0.12.tar.gz
120
120
121
- b. create MD5 and SHA1 checksums of the tarball:
122
- % md5sum mod_perl-2.0.12.tar.gz >mod_perl-2.0.12.tar.gz.md5
123
- % sha1sum mod_perl-2.0.12.tar.gz >mod_perl-2.0.12.tar.gz.sha1
121
+ b. create SHA256 and SHA512 checksums of the tarball:
122
+ % sha256sum mod_perl-2.0.12.tar.gz >mod_perl-2.0.12.tar.gz.sha256
123
+ % sha512sum mod_perl-2.0.12.tar.gz >mod_perl-2.0.12.tar.gz.sha512
124
124
125
125
5. Release the package and update links
126
126
@@ -129,15 +129,15 @@ Instructions for mod_perl 2.0 Release Manager
129
129
chair to give you the needed permissions if you do not have them.
130
130
131
131
b. delete the previous release's files from the same location (they will
132
- already have been archived at http ://archive.apache.org/dist/perl/)
132
+ already have been archived at https ://archive.apache.org/dist/perl/)
133
133
134
134
c. update the example command-lines in README.html in the same location
135
135
136
136
d. ask one of the other developers to double check the signature file
137
137
and tarball: download both files and verify the signature:
138
138
139
- http ://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc
140
- http ://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz
139
+ https ://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc
140
+ https ://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz
141
141
142
142
% gpg --verify mod_perl-2.0.12.tar.gz.asc
143
143
@@ -161,7 +161,7 @@ Instructions for mod_perl 2.0 Release Manager
161
161
on your local machine, you can just directly edit download/index.html
162
162
with the changes that were made to modperl-docs/download/index_top.html)
163
163
164
- The change to the website will appear at http ://perl.apache.org/ sometime
164
+ The change to the website will appear at https ://perl.apache.org/ sometime
165
165
later (but maybe not until the next day).
166
166
167
167
6. Upload the package to CPAN
@@ -180,9 +180,8 @@ Instructions for mod_perl 2.0 Release Manager
180
180
181
181
include:
182
182
- link at perl.apache.org:
183
- http://apache.org/dist/perl/mod_perl-2.0.12.tar.gz
184
- http://apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc (pgp sig)
185
- - MD5 sig (as it comes from CPAN upload announce).
183
+ https://perl.apache.org/download/index.html
184
+ - SHA256 and SHA512 sigs
186
185
- the latest Changes
187
186
188
187
8. Prepare for the next cycle
0 commit comments