Commit 50bdf6a
authored
Fix issue #4: give SHA256SUM files a date suffix
As described in issue #4, the SHA256SUM files are not removed after creating an ISO. This is intentional so they do not have to be downloaded more than once. However, this means that they can cause checksum verification to fail if the same files are used to validate the ISO from a different date. I have added a date suffix (DD-MM-YYYY) to the SHA256SUMS and SHA256SUMS.gpg files so that they are only used for the current day.
There is still an issue if a user specifies an existing ISO image but does not disable automatic GPG verification (using the -k or --no-verify option), because if the specified image is not the current latest daily ISO, the verification will still fail. If users wish to use an existing ISO image other than the current latest one, they should disable GPG verification with the command line option and instead verify the ISO image themselves if desired.1 parent 1d0a9aa commit 50bdf6a
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
142 | | - | |
| 147 | + | |
143 | 148 | | |
144 | | - | |
145 | | - | |
| 149 | + | |
| 150 | + | |
146 | 151 | | |
147 | | - | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
159 | | - | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| |||
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
168 | | - | |
| 173 | + | |
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
| |||
0 commit comments