Changeset 0027013
- Timestamp:
- 08/30/2014 06:06:08 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e248af7
- Parents:
- 3e90bfe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/cacerts.xml
r3e90bfe r0027013 86 86 87 87 # Used to generate PEM encoded files from Mozilla certdata.txt. 88 # Run as ./m kcrt.pl > certificate.crt88 # Run as ./make-cert.pl > certificate.crt 89 89 # 90 90 # Parts of this script courtesy of RedHat (mkcabundle.pl) … … 179 179 mkdir "${TEMPDIR}/certs" 180 180 181 # Get a list of star ing lines for each cert181 # Get a list of starting lines for each cert 182 182 CERTBEGINLIST=$(grep -n "^# Certificate" "${certdata}" | cut -d ":" -f1) 183 183 … … 197 197 done 198 198 199 unset CERTBEGINLIST CERTDATA CERTENDLIST cert ebegin certend199 unset CERTBEGINLIST CERTDATA CERTENDLIST certbegin certend 200 200 201 201 mkdir -p certs
Note:
See TracChangeset
for help on using the changeset viewer.