14297 Commits

Author SHA1 Message Date
Geoff Levand
fa9be34ce9 sys-fs/libfat: Remove unused package
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-15 15:30:30 -07:00
Michael Marineau
b1823db145 ca-certificates: update to NSS 3.19.1
The following have been removed:

 - America_Online_Root_Certification_Authority_1.pem
 - America_Online_Root_Certification_Authority_2.pem
 - E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem
 - Entrust.net_Secure_Server_CA.pem
 - GTE_CyberTrust_Global_Root.pem
 - RSA_Root_Certificate_1.pem
 - TDC_Internet_Root_CA.pem
 - Thawte_Premium_Server_CA.pem
 - Thawte_Server_CA.pem
 - ValiCert_Class_1_VA.pem
 - ValiCert_Class_2_VA.pem

The following have been added:

 - CFCA_EV_ROOT.pem
 - COMODO_RSA_Certification_Authority.pem
 - DigiCert_Assured_ID_Root_G2.pem
 - DigiCert_Assured_ID_Root_G3.pem
 - DigiCert_Global_Root_G2.pem
 - DigiCert_Global_Root_G3.pem
 - DigiCert_Trusted_Root_G4.pem
 - Entrust_Root_Certification_Authority_-_EC1.pem
 - Entrust_Root_Certification_Authority_-_G2.pem
 - GlobalSign_ECC_Root_CA_-_R4.pem
 - GlobalSign_ECC_Root_CA_-_R5.pem
 - IdenTrust_Commercial_Root_CA_1.pem
 - IdenTrust_Public_Sector_Root_CA_1.pem
 - QuoVadis_Root_CA_1_G3.pem
 - QuoVadis_Root_CA_2_G3.pem
 - QuoVadis_Root_CA_3_G3.pem
 - Staat_der_Nederlanden_EV_Root_CA.pem
 - Staat_der_Nederlanden_Root_CA_-_G3.pem
 - S-TRUST_Universal_Root_CA.pem
 - USERTrust_ECC_Certification_Authority.pem
 - USERTrust_RSA_Certification_Authority.pem
 - WoSign_China.pem
 - WoSign.pem

For the upstream change log since the previous version (3.16) see:
http://hg.mozilla.org/projects/nss/log/NSS_3_19_1_RTM/lib/ckfw/builtins/certdata.txt?revcount=9
2015-06-12 19:54:51 -07:00
Michael Marineau
6751326e80 ca-certificates: match /usr/share/ca-certificates to /etc/ssl/certs
It is a common pattern to bind mount /etc/ssl/certs from the host system
into a container. This doesn't work on CoreOS because /etc/ssl/certs is
just a pile of symlinks to /usr. If the applications in the container
use Go then binding /usr/share/ca-certificates to /etc/ssl/certs does
happen to work because Go only needs ca-certificates.crt which is in
that top level directory. This however does not work for OpenSSL
applications because it needs a whole directory of hashed certificates.

To fix this change two things:
 - Remove the `mozilla` directory left over from when certs came from
   multiple sources. Install certs in ca-certificates directory instead.
 - Include the OpenSSL hash symlinks in ca-certificates.
2015-06-12 19:23:02 -07:00
Michael Marineau
9e0fc11a34 Merge pull request #206 from glevand/for-merge-6
portage-stable: Updates for arm64 (nmap, man-pages)
2015-06-12 15:45:48 -07:00
Michael Marineau
4a9a7f90f8 Merge pull request #205 from glevand/for-merge-5
portage-stable: Updates for arm64 (sys-devel)
2015-06-12 15:45:37 -07:00
mischief
353732cb9d profiles: update to openssl-1.0.1o 2015-06-12 14:54:44 -07:00
mischief
fa6ad2ff77 bump(dev-libs/openssl): sync with upstream 2015-06-12 14:51:31 -07:00
Nick Owens
7208f7d59d Merge pull request #1281 from mischief/openssl
profiles: update to openssl-1.0.1n
2015-06-11 17:01:22 -07:00
mischief
e3c67f370d profiles: update to openssl-1.0.1n
https://bugs.gentoo.org/show_bug.cgi?id=551832
2015-06-11 16:53:04 -07:00
Alex Crawford
14dc5163ee coreos-base/oem-vagrant: bump ebuild 2015-06-11 16:30:05 -07:00
Alex Crawford
ed61fa75bb coreos-base/oem-vagrant: strip leading '-' from path 2015-06-11 16:30:05 -07:00
mischief
cd257a3325 bump(dev-libs/openssl): sync with upstream 2015-06-11 16:25:03 -07:00
Alex Crawford
17b8e08044 coreos-base/oem-vagrant: use insecure key 2015-06-11 12:47:35 -07:00
Alex Crawford
384afd4312 sys-kernel/coreos-{kernel-sources}: bump to v4.0.5 2015-06-10 14:34:38 -07:00
Alex Crawford
c1ae15c785 Merge pull request #1276 from crawford/systemd
sys-apps/systemd: add Xen and CCISS fixes
2015-06-10 13:52:21 -07:00
Alex Crawford
02c4f3e15a sys-apps/systemd: add Xen and CCISS fixes 2015-06-10 13:34:08 -07:00
Alex Crawford
4625fcb488 app-emulation/wa-linux-agent: bump to v2.0.13 2015-06-10 12:21:55 -07:00
Alex Crawford
73dcce7834 bump(dev-lang/rust): sync with upstream 2015-06-05 16:10:41 -07:00
Alex Crawford
bb2226077f dev-lang/rust: remove Rust
This was accidentally commited in fdac63b.
2015-06-05 16:10:31 -07:00
Alex Crawford
63675cbd46 sys-apps/systemd: apply ebuild changes from gentoo 2015-06-02 18:28:48 -07:00
Alex Crawford
4d78cb33b5 sys-apps/systemd: bump to v220-coreos 2015-06-02 18:28:48 -07:00
Alex Crawford
3d43b4f8e1 sys-apps/ignition: remove stages 2015-06-02 12:21:48 -07:00
Geoff Levand
a2430ae1ed app-emulation/xenstore: Fix misspelled DEPEND
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-01 13:30:38 -07:00
Geoff Levand
f218b6fd68 bump(sys-apps/man-pages-posix): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-29 10:20:06 -07:00
Geoff Levand
b2856a86e6 bump(sys-apps/man-pages): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-29 10:20:06 -07:00
Geoff Levand
e29ed515dc sys-apps/man-db: Add new package for man-pages
New package to satisfy sys-apps/man-pages dependency.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-29 10:20:06 -07:00
Geoff Levand
1bf1a1caf1 dev-libs/libpipeline: Add new package for man-pages
New package to satisfy sys-apps/man-pages dependency.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-29 10:20:06 -07:00
Geoff Levand
49bfbfb250 bump(net-analyzer/nmap): sync with upstream
Moved from coreos-overlay to portage-stable on update.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-29 10:20:06 -07:00
Geoff Levand
720182cc9d dev-libs/liblinear: Add new package for nmap
New package to satisfy net-analyzer/nmap dependency.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-29 10:20:06 -07:00
Geoff Levand
a14a98d595 bump(sys-devel/bc): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:10 -07:00
Geoff Levand
125b652d35 bump(sys-devel/gettext): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:10 -07:00
Geoff Levand
af19e68e4c bump(sys-devel/make): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:09 -07:00
Geoff Levand
29d7d7ecc2 bump(sys-devel/libtool): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:09 -07:00
Geoff Levand
3b305dd1ea bump(sys-devel/autoconf-wrapper): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:09 -07:00
Geoff Levand
5f69857766 bump(sys-devel/autoconf): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:09 -07:00
Geoff Levand
112c8f3bc8 bump(dev-libs/libltdl): Add new package for libtool
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 17:59:09 -07:00
Alex Crawford
c238f5a5ac app-emulation/rkt: bump to v0.5.5 2015-05-28 13:38:02 -07:00
Alex Crawford
d2b8f39c76 app-emulation/rkt: add gc timer 2015-05-28 13:38:02 -07:00
Michael Marineau
246fe57181 Merge pull request #202 from glevand/for-merge-4
portage-stable: Updates for arm64
2015-05-28 13:25:16 -07:00
Michael Marineau
53a2865b07 Merge pull request #201 from glevand/for-merge-3
portage-stable: Updates for arm64
2015-05-28 13:23:43 -07:00
Michael Marineau
7b4ef6b0ba Merge pull request #200 from glevand/for-merge-2
portage-stable: Updates for arm64
2015-05-28 13:20:53 -07:00
Michael Marineau
fc25b82357 Merge pull request #199 from glevand/for-merge-1
portage-stable: Updates for arm64
2015-05-28 13:18:45 -07:00
Geoff Levand
3993cac304 bump(virtual/man): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:42 -07:00
Geoff Levand
81840ce457 bump(virtual/ssh): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:42 -07:00
Geoff Levand
cfe4f66b10 bump(virtual/package-manager): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:41 -07:00
Geoff Levand
294c1774f5 bump(virtual/libc): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:41 -07:00
Geoff Levand
842aaa64cf bump(virtual/shadow): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:41 -07:00
Geoff Levand
9d5680e7e9 bump(virtual/editor): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:41 -07:00
Geoff Levand
f48bc7350f bump(virtual/dev-manager): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:40 -07:00
Geoff Levand
ad813f384f bump(virtual/modutils): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-28 10:09:40 -07:00