]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- up to 20120212, see changelog for added/removed ca-s
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 12 May 2012 12:59:54 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TODO -> 1.6
    ca-certificates-etc-certs.patch -> 1.11
    ca-certificates-more-certs.patch -> 1.7
    ca-certificates-mozilla.patch -> 1.3
    ca-certificates.spec -> 1.49

TODO
ca-certificates-etc-certs.patch
ca-certificates-more-certs.patch
ca-certificates-mozilla.patch
ca-certificates.spec

diff --git a/TODO b/TODO
index e9193b30c8b855a1d783a7fbf91036956e7ac6c0..327e545b16960a8942907f92eaaf15aaff903adf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -40,3 +40,30 @@ lrwxrwxrwx 1 glen users   37 Aug 27 18:15 f4039b98.1 -> Microsoft_Internet_Autho
 -rw-r--r-- 1 glen users 2.1K Aug 18 11:51 VeriSign_Class3_Extended_Validation_CA.pem
 -rw-r--r-- 1 glen users 1.3K Aug 18 11:51 VeriSign_International_Server_Class_3_CA.pem
 
 -rw-r--r-- 1 glen users 2.1K Aug 18 11:51 VeriSign_Class3_Extended_Validation_CA.pem
 -rw-r--r-- 1 glen users 1.3K Aug 18 11:51 VeriSign_International_Server_Class_3_CA.pem
 
+
+
+
+/usr/sbin/update-ca-certificates --fresh || :
+14:12:26 root[tty3]@haarber /#  /usr/sbin/update-ca-certificates --fresh
+Clearing symlinks in /etc/openssl/certs...done.
+Updating certificates in /etc/openssl/certs... W: /usr/share/ca-certificates/mozilla/DigiNotar_Root_CA.crt or /etc/certs/mozilla/DigiNotar_Root_CA.crt not found, but listed in /etc/ca-certificates.conf.
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+WARNING: can't open config file: /etc/openssl/openssl.cnf
+14:12:31 root[tty3]@haarber /# rpm -qf /etc/openssl/openssl.cnf
+openssl-tools-1.0.0g-1.x86_64
+
+
index a321e259959be7324032fc2b4ecd4f23796345d2..0bbdbb31fa010bbcb2551dd76a3508475261d0c8 100644 (file)
@@ -1,5 +1,5 @@
---- ca-certificates/sbin/update-ca-certificates        2008-11-01 18:39:19.000000000 +0100
-+++ ca-certificates/sbin/update-ca-certificates-local  2008-11-01 19:17:39.138384960 +0100
+--- ca-certificates-20120212/sbin/update-ca-certificates~      2012-05-12 11:41:03.000000000 +0300
++++ ca-certificates-20120212/sbin/update-ca-certificates       2012-05-12 11:43:10.517657520 +0300
 @@ -37,7 +37,7 @@
  
  CERTSCONF=/etc/ca-certificates.conf
 @@ -37,7 +37,7 @@
  
  CERTSCONF=/etc/ca-certificates.conf
 -  if ! test -f "$CERTSDIR/$crt"
 +  if test -f "$CERTSDIR/$crt"
    then
 -  if ! test -f "$CERTSDIR/$crt"
 +  if test -f "$CERTSDIR/$crt"
    then
+-    echo "W: $CERTSDIR/$crt not found, but listed in $CERTSCONF." >&2
 +    add "$CERTSDIR/$crt"
 +  elif test -f "$LOCALCERTSDIR/$crt"
 +  then
 +    add "$LOCALCERTSDIR/$crt"
 +  else
 +    add "$CERTSDIR/$crt"
 +  elif test -f "$LOCALCERTSDIR/$crt"
 +  then
 +    add "$LOCALCERTSDIR/$crt"
 +  else
--    echo "W: $CERTSDIR/$crt not found, but listed in $CERTSCONF." >&2
 +    echo "W: $CERTSDIR/$crt or $LOCALCERTSDIR/$crt not found, but listed in $CERTSCONF." >&2
      continue
    fi
 +    echo "W: $CERTSDIR/$crt or $LOCALCERTSDIR/$crt not found, but listed in $CERTSCONF." >&2
      continue
    fi
@@ -74,6 +74,6 @@
 -  done
 -fi
 -
 -  done
 -fi
 -
- chmod 0644 "$TEMPBUNDLE"
- mv -f "$TEMPBUNDLE" "$CERTBUNDLE"
+ rm -f "$CERTBUNDLE"
  
  
+ ADDED_CNT=$(wc -l < "$ADDED")
index 9cdff8091fc0cb4d2a5b80cccb9326db57665555..29c03732c578ccbd0f6f7baf878d9a72fccefa62 100644 (file)
@@ -1,15 +1,14 @@
---- ca-certificates/Makefile~  2008-06-23 20:57:45.000000000 +0200
-+++ ca-certificates/Makefile   2008-11-01 13:10:32.000000000 +0100
-@@ -5,7 +5,7 @@
+--- ca-certificates-20120212/Makefile~ 2011-12-06 04:03:08.000000000 +0200
++++ ca-certificates-20120212/Makefile  2012-05-12 11:40:20.330015955 +0300
+@@ -3,7 +3,7 @@
  #
  
  CERTSDIR = /usr/share/ca-certificates
  #
  
  CERTSDIR = /usr/share/ca-certificates
--SUBDIRS = spi-inc.org debconf.org mozilla cacert.org brasil.gov.br signet.pl gouv.fr
-+SUBDIRS = spi-inc.org debconf.org mozilla cacert.org brasil.gov.br signet.pl gouv.fr thawte certum terena esteid
+-SUBDIRS = mozilla cacert.org debconf.org spi-inc.org
++SUBDIRS = mozilla cacert.org debconf.org spi-inc.org thawte certum terena esteid
  
  all:
        for dir in $(SUBDIRS); do \
  
  all:
        for dir in $(SUBDIRS); do \
-diff -urN ca-certificates/certum/Makefile ca-certificates-more/certum/Makefile
 --- ca-certificates/certum/Makefile    1970-01-01 01:00:00.000000000 +0100
 +++ ca-certificates-more/certum/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
 --- ca-certificates/certum/Makefile    1970-01-01 01:00:00.000000000 +0100
 +++ ca-certificates-more/certum/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
@@ -25,7 +24,6 @@ diff -urN ca-certificates/certum/Makefile ca-certificates-more/certum/Makefile
 +      for p in *.crt; do \
 +       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
 +      done
 +      for p in *.crt; do \
 +       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
 +      done
-diff -urN ca-certificates/thawte/Makefile ca-certificates-more/thawte/Makefile
 --- ca-certificates/thawte/Makefile    1970-01-01 01:00:00.000000000 +0100
 +++ ca-certificates-more/thawte/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
 --- ca-certificates/thawte/Makefile    1970-01-01 01:00:00.000000000 +0100
 +++ ca-certificates-more/thawte/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
@@ -41,7 +39,6 @@ diff -urN ca-certificates/thawte/Makefile ca-certificates-more/thawte/Makefile
 +      for p in *.crt; do \
 +       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
 +      done
 +      for p in *.crt; do \
 +       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
 +      done
-diff -urN ca-certificates/terena/Makefile ca-certificates-more/terena/Makefile
 --- ca-certificates/terena/Makefile    1970-01-01 01:00:00.000000000 +0100
 +++ ca-certificates-more/terena/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
 --- ca-certificates/terena/Makefile    1970-01-01 01:00:00.000000000 +0100
 +++ ca-certificates-more/terena/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
index 624cbfb2259d4337d12973205e53d1649fd50d82..044dc2a7673e3f45d83662ed0d0a1169a27aa42e 100644 (file)
@@ -1,14 +1,5 @@
 --- ca-certificates-20090814/mozilla/certdata.txt.old  2009-06-24 12:32:03.000000000 +0200
 +++ ca-certificates-20090814/mozilla/certdata.txt      2009-08-31 20:28:47.000000000 +0200
 --- ca-certificates-20090814/mozilla/certdata.txt.old  2009-06-24 12:32:03.000000000 +0200
 +++ ca-certificates-20090814/mozilla/certdata.txt      2009-08-31 20:28:47.000000000 +0200
-@@ -14086,7 +14086,7 @@
- END
- CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
- CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
--CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN
-+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
- CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
- #
 @@ -17628,3 +17628,2637 @@
  CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_UNTRUSTED
  CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_UNTRUSTED
 @@ -17628,3 +17628,2637 @@
  CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_UNTRUSTED
  CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_UNTRUSTED
index dfd520629e8d42d93a5f2e0fe4e43f4cd1d2634a..4e586498f1dce7c379e36a44d1876b599b67cd38 100644 (file)
 Summary:       Common CA Certificates PEM files
 Summary(pl.UTF-8):     Pliki PEM popularnych certyfikatów CA
 Name:          ca-certificates
 Summary:       Common CA Certificates PEM files
 Summary(pl.UTF-8):     Pliki PEM popularnych certyfikatów CA
 Name:          ca-certificates
-Version:       20110502+nmu1
+Version:       20120212
 Release:       1
 License:       distributable
 Group:         Libraries
 Source0:       ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.gz
 Release:       1
 License:       distributable
 Group:         Libraries
 Source0:       ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.gz
-# Source0-md5: 13aed718a5cdd05b4086c93dafd4e1e2
+# Source0-md5: 391dea8d827db935ca0d0d1e6641bf23
 Source1:       https://www.verisign.com/support/thawte-roots.zip
 # Source1-md5: a3709cc0279ef3fca4f86ea775066b18
 Source2:       http://www.certum.pl/keys/CA.pem
 Source1:       https://www.verisign.com/support/thawte-roots.zip
 # Source1-md5: a3709cc0279ef3fca4f86ea775066b18
 Source2:       http://www.certum.pl/keys/CA.pem
@@ -207,6 +207,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
+%doc debian/README.Debian debian/changelog
 %config(noreplace) %verify(not md5 mtime size) %{certsdir}/ca-certificates.crt
 
 %files update
 %config(noreplace) %verify(not md5 mtime size) %{certsdir}/ca-certificates.crt
 
 %files update
This page took 0.06227 seconds and 4 git commands to generate.