summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2013-08-31 13:17:03 -0500
committerMichael Shuler <michael@pbandjelly.org>2013-08-31 13:17:03 -0500
commit27200f230e67365aec22394007a0530bdc096804 (patch)
treeb5c6ea6f01435bcc4b225500c3efa553093a52f3
parent2ca583e17e5e2f35533621b229a6649c463ecfda (diff)
downloadca-certificates-27200f230e67365aec22394007a0530bdc096804.tar.gz
Move README.source from mozilla/ to debian/, add dev branch
-rw-r--r--debian/README.source30
-rw-r--r--mozilla/README.source17
2 files changed, 30 insertions, 17 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..94c20f0
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,30 @@
+Mozilla switched to mercurial in 2013 and certdata.txt no longer contains
+the CVS version number. CVS version 1.87 was equivalent to hg version 1.93.
+The upstream version number can now be found in the file nssckbi.h in the
+same directory - #define NSS_BUILTINS_LIBRARY_VERSION "1.94"
+
+----
+
+Upstream Sources - release branch:
+
+ Full repository clone for latest release (~2GB):
+ hg clone https://hg.mozilla.org/releases/mozilla-release
+
+ mozilla/certdata.txt:
+ https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
+
+ mozilla/nssckbi.h:
+ https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/nssckbi.h
+
+----
+
+Upstream Sources - development branch (may not be released):
+
+ Full repository clone for development tip:
+ hg clone https://hg.mozilla.org/projects/nss
+
+ mozilla/certdata.txt:
+ https://hg.mozilla.org/projects/nss/raw-file/default/lib/ckfw/builtins/certdata.txt
+
+ mozilla/nssckbi.h:
+ https://hg.mozilla.org/projects/nss/raw-file/default/lib/ckfw/builtins/nssckbi.h
diff --git a/mozilla/README.source b/mozilla/README.source
deleted file mode 100644
index a8519ee..0000000
--- a/mozilla/README.source
+++ /dev/null
@@ -1,17 +0,0 @@
-Mozilla switched to mercurial in 2013 and certdata.txt no longer contains
-the CVS version number. The NSS version number can be found in the nssckbi.h
-file in the same directory:
-
- #define NSS_BUILTINS_LIBRARY_VERSION "1.94"
-
-Sources:
-
- Full repository clone (~2GB):
- hg clone https://hg.mozilla.org/releases/mozilla-release
-
- certdata.txt:
- https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
-
- nssckbi.h:
- https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/nssckbi.h
-