Page MenuHomeSolus

D3927.id9698.diff
No OneTemporary

D3927.id9698.diff

diff --git a/files/make-ca.sh b/files/make-ca.sh
--- a/files/make-ca.sh
+++ b/files/make-ca.sh
@@ -81,6 +81,10 @@
cp "${tempfile}" tempfile.cer
perl ${CONVERTSCRIPT} > tempfile.crt
keyhash=$(openssl x509 -noout -in tempfile.crt -hash)
+ if [ "$(file -b --mime-encoding tempfile.crt)" = "iso-8859-1" ]; then
+ iconv -f iso-8859-1 -t ascii//TRANSLIT tempfile.crt -o tempfile.crt
+ echo "Fix encoding for ${keyhash}"
+ fi
mv tempfile.crt "certs/${keyhash}.pem"
rm -f tempfile.cer "${tempfile}"
echo "Created ${keyhash}.pem"
diff --git a/pspec.xml b/pspec.xml
--- a/pspec.xml
+++ b/pspec.xml
@@ -40,6 +40,14 @@
</Package>
<History>
+ <Update release="35" type="security">
+ <Date>09-27-2018</Date>
+ <Version>20180927</Version>
+ <Comment>Package bump</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+
<Update release="34" type="security">
<Date>05-22-2018</Date>
<Version>20180516</Version>

File Metadata

Mime Type
text/plain
Expires
Jun 5 2023, 9:51 AM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850807
Default Alt Text
D3927.id9698.diff (1 KB)

Event Timeline