[arch-commits] Commit in ca-certificates/trunk (2 files)

Jan Steffens heftig at archlinux.org
Mon Dec 1 03:14:03 UTC 2014


    Date: Monday, December 1, 2014 @ 04:14:03
  Author: heftig
Revision: 227214

Update install message

Modified:
  ca-certificates/trunk/PKGBUILD
  ca-certificates/trunk/ca-certificates-utils.install

-------------------------------+
 PKGBUILD                      |    2 +-
 ca-certificates-utils.install |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-01 03:00:07 UTC (rev 227213)
+++ PKGBUILD	2014-12-01 03:14:03 UTC (rev 227214)
@@ -4,7 +4,7 @@
 pkgbase=ca-certificates
 pkgname=(ca-certificates-utils ca-certificates)
 pkgver=20140923
-pkgrel=7
+pkgrel=7.1
 pkgdesc='Common CA certificates'
 arch=('any')
 url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'

Modified: ca-certificates-utils.install
===================================================================
--- ca-certificates-utils.install	2014-12-01 03:00:07 UTC (rev 227213)
+++ ca-certificates-utils.install	2014-12-01 03:14:03 UTC (rev 227214)
@@ -20,7 +20,7 @@
 post_upgrade() {
 	usr/bin/update-ca-trust
 
-	if (( $(vercmp $2 20140923-2) < 0 )); then
+	if (( $(vercmp $2 20140923-7.1) < 0 )); then
 		cat <<MSG
   The way local CA certificates are handled has changed.
   If you have any:
@@ -28,10 +28,8 @@
   1. Move /usr/local/share/ca-certificates/*.crt to
      /etc/ca-certificates/trust-source/anchors/
   2. Do the same with all manually-added /etc/ssl/certs/*.pem files
-     (and rename those to *.crt)
+     and rename them to *.crt
   3. Instead of \`update-ca-certificates\`, run \`update-ca-trust\`
-  4. In programs that have settings like "ca_dir = /etc/ssl/certs",
-     change them to "ca_file = /etc/ssl/certs/ca-certificates.crt"
 
   Also see \`man 8 update-ca-trust\` and \`trust --help\`.
 MSG



More information about the arch-commits mailing list