Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: README
===================================================================
--- README	(nonexistent)
+++ README	(revision 5)
@@ -0,0 +1,34 @@
+
+The Package ca-certificates
+---------------------------
+
+This package includes PEM files of CA certificates to allow SSL-based
+applications to check for the authenticity of SSL connections.
+
+The CA certificates contained in this package are installed into
+/usr/share/ca-certificates/.
+
+The configuration file /etc/ca-certificates.conf is seeded with
+trust information.
+
+'update-ca-certificates' will then update /etc/ssl/certs/ which may be
+used by various software. It will also generate the hash symlinks and
+generate a single-file version in /etc/ssl/certs/ca-certificates.crt.
+Some web browsers, email clients, and other software that use SSL
+maintain their own CA trust database and may not use the trusted CA
+certificates in this package.  Those packages that *do* use
+ca-certificates should depend on this package.
+
+How to install local CA certificates
+------------------------------------
+
+If you want to install local certificate authorities to be implicitly
+trusted, please put the certificate files as single files ending with
+".crt" into /usr/local/share/ca-certificates/ and re-run
+'update-ca-certificates'.  If you remove local certificates from
+/usr/local/share/ca-certificates/, you can remove symlinks by running
+'update-ca-certificates --fresh'.  If you want to prepare a local
+package of your certificates, you should depend on ca-certificates,
+install the PEM files into /usr/local/share/ca-certificates/ as above
+and call 'update-ca-certificates' in the package's postinst, and should
+call 'update-ca-certificates --fresh' in the package's postrm.
Index: README.source
===================================================================
--- README.source	(nonexistent)
+++ README.source	(revision 5)
@@ -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
Index: .
===================================================================
--- .	(nonexistent)
+++ .	(revision 5)

Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~