Page MenuHomeSolus

D3927.id.diff
No OneTemporary

D3927.id.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
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
-<!DOCTYPE PISI SYSTEM "https://solus-project.com/standard/pisi-spec.dtd">
+<!DOCTYPE PISI SYSTEM "https://getsol.us/standard/pisi-spec.dtd">
<PISI>
<Source>
<Name>ca-certs</Name>
@@ -10,7 +10,7 @@
<Summary>Certificate Authority Files</Summary>
<Description>The Public Key Inrastructure is used for many security issues in a Linux system. In order for a certificate to be trusted, it must be signed by a trusted agent called a Certificate Authority (CA)</Description>
<License>MPL-1.0</License>
- <Archive sha1sum="083029a13c0c475bf42a4232c68a9caa6dbc763e" type="binary">https://solus-project.com/sources/README</Archive>
+ <Archive sha1sum="083029a13c0c475bf42a4232c68a9caa6dbc763e" type="binary">https://getsol.us/sources/README</Archive>
<AdditionalFiles>
<AdditionalFile permission="0755" target="build_certs.sh">build_certs.sh</AdditionalFile>
@@ -40,6 +40,14 @@
</Package>
<History>
+ <Update release="35" type="security">
+ <Date>10-20-2018</Date>
+ <Version>20181020</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, 10:19 AM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810146
Default Alt Text
D3927.id.diff (1 KB)

Event Timeline