Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10828603
D3927.id9698.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3927.id9698.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3927: Update ca-certs to 20181020
Attached
Detach File
Event Timeline
Log In to Comment