packages: ca-certificates/ca-certificates-endline.patch (NEW) - some pem fi...
baggins
baggins at pld-linux.org
Tue Feb 9 15:37:27 CET 2010
Author: baggins Date: Tue Feb 9 14:37:26 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- some pem files does not end with new line, so make sure they do
---- Files affected:
packages/ca-certificates:
ca-certificates-endline.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/ca-certificates/ca-certificates-endline.patch
diff -u /dev/null packages/ca-certificates/ca-certificates-endline.patch:1.1
--- /dev/null Tue Feb 9 15:37:27 2010
+++ packages/ca-certificates/ca-certificates-endline.patch Tue Feb 9 15:37:21 2010
@@ -0,0 +1,10 @@
+--- ca-certificates/update-ca-certificates~ 2010-02-09 15:15:01.599029404 +0100
++++ ca-certificates/update-ca-certificates 2010-02-09 15:32:56.982153588 +0100
+@@ -70,6 +70,7 @@
+ echo +$PEM >> "$ADDED"
+ fi
+ cat "$CERT" >> "$TEMPBUNDLE"
++ echo >> "$TEMPBUNDLE"
+ }
+
+ remove() {
================================================================
More information about the pld-cvs-commit
mailing list