4145 Commits

Author SHA1 Message Date
Geoff Levand
5155eea901 bump(sys-devel/patch): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-21 17:01:54 -07:00
Geoff Levand
0cbadf2438 bump(dev-vcs/git): sync with upstream
Updates git from 2.2 to 2.4.

Could help with https://github.com/coreos/coreos-overlay/issues/1256
(Git/OpenSSL doesn't handle some valid certs).

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-05-14 09:38:24 -07:00
mischief
0ea6dc1024 bump(dev-libs/openssl): sync with upstream 2015-05-13 13:28:57 -07:00
Michael Marineau
b946cb8f05 bump(dev-util/valgrind): sync with upstream
Not installed in the SDK by default but a useful tool to have :)
2015-05-12 14:47:03 -07:00
Nick Owens
71e6fc6679 Merge pull request #193 from mischief/timezone-data
bump(sys-libs/timezone-data): sync with upstream
2015-05-07 10:07:20 -07:00
mischief
dfa3406d04 bump(sys-libs/timezone-data): sync with upstream 2015-05-07 09:32:31 -07:00
mischief
c6b351a426 bump(net-misc/dhcpcd): sync with upstream 2015-05-06 15:40:52 -07:00
Michael Marineau
606795a4e1 bump(sys-devel/gcc): sync with upstream
Update to GCC 4.8.4 (previously 4.8.3). Also, we may want to upgrade to
4.9 soon so refresh those builds too. 4.9.2 is now ~amd64
2015-04-29 13:13:46 -07:00
Michael Marineau
510c52cc81 bump(sys-apps/install-xattr): sync with upstream
Required by recent versions of portage.
2015-04-27 18:53:55 -07:00
mischief
1ef024f253 bump(net-misc/curl): sync with upstream 2015-04-23 13:57:45 -07:00
Michael Marineau
ff06757ada bump(dev-lang/go): sync with upstream 2015-04-22 17:45:08 -07:00
Alex Crawford
c42218e8c3 bump(sys-kernel/dracut): sync with upstream 2015-04-21 14:03:20 -07:00
Michael Marineau
a461fc8749 chore(metadata): Regenerate cache 2015-04-18 12:47:55 -07:00
Michael Marineau
4d5dbe15d6 app-text/rarian: remove unused and broken package 2015-04-18 12:47:55 -07:00
Michael Marineau
b99cea442e common: sync with upstream
Refreshing eclasses and profiles can potentially introduce surprises but
the only notable change I see are fixing the sse2 flag for OpenSSL and
changing SLOTs for cross compilers.

Until recently Gentoo used stand-alone USE flags like `sse2` to toggle
optional CPU features. This has changed to USE_EXPAND style flags like
`cpu_flags_x86_sse2`. Our OpenSSL ebuild pulled in this change in commit
a9285ef530f88a1373c1459c4e20ca1065b24a91 but at the time the profiles
weren't updated to match, resulting in turning off sse2 for our OpenSSL
build.

Cross compiler ebuilds now always act as if the `multislot` USE flag was
on, allowing minor versions to be installed in parallel. e.g.:

  - cross-*/gcc-4.8.3: SLOT changes from `4.8` to `4.8.3`
  - cross-*/binutils-2.24-r3: SLOT changes from `0` to `2.24`

The new slot for binutils change may require adding a call to
`binutils-config`, similar to `gcc-config`, the next time we upgrade
binutils but for now nothing needs to change.

Packages updated:
  eclass
  licenses
  profiles
  scripts
2015-04-18 12:39:07 -07:00
Michael Marineau
69afbe7327 app-eselect/*: sync with upstream, move to new category
Packages updated:
  app-eselect/eselect-bashcomp
  app-eselect/eselect-ctags
  app-eselect/eselect-emacs
  app-eselect/eselect-lib-bin-symlink
  app-eselect/eselect-pinentry
  app-eselect/eselect-python
  app-eselect/eselect-ruby
  app-eselect/eselect-vi
2015-04-17 13:15:31 -07:00
Michael Marineau
7fce2967fa bump(app-admin/eselect): sync with upstream
Update eselect and all packages depending on eselect modules using the
old app-admin/eselect-* names for eselect modules. Upstream has moved
the eselect modules to a new category: app-eselect/*

The only impact this has on production images is upgrading
app-crypt/pinentry from 0.8.2 to 0.9.0.

Packages updated:
  app-admin/eselect
  app-crypt/pinentry
  app-editors/emacs
  app-shells/bash-completion
  dev-lang/python
  dev-lang/ruby
  dev-util/ctags
2015-04-17 13:14:15 -07:00
Michael Marineau
83ebbf5e5b eselect: prune unused eselect modules 2015-04-17 12:54:00 -07:00
Michael Marineau
0a115201ee bump(sys-apps/util-linux): sync with upstream
Pull in newer EAPI=5 ebuilds, the upstream python eclass has deprecated
EAPI=4 and reports an error if util-linux-9999 isn't using EAPI=5

The version we ship in CoreOS doesn't change.
2015-04-17 12:38:33 -07:00
Michael Marineau
7b666d05b6 bump(app-editors/vim): sync with upstream
Update from vim 7.3.762 to 7.4.273. The 7.4.x ebuilds no longer use the
vim.eclass which has been removed upstream. Updating vim in preparation
for syncing the eclasses with upstream.

Packages updated:
  app-editors/vim
  app-editors/vim-core
2015-04-17 12:34:38 -07:00
Geoff Levand
082044d7e5 linux-headers: Update to linux-headers-3.18
Update linux-headers from 3.13 to 3.18 for some definitons needed by arm64
that were not in older header versions.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-04-16 14:25:49 -07:00
Nick Owens
1e7a1ae07b bump(net-misc/curl): sync with upstream 2015-04-13 15:35:52 -07:00
mischief
5481deab4a bump(app-admin/sudo): sync with upstream 2015-04-13 10:21:25 -07:00
Michael Marineau
c973f70172 bump(app-emulation/qemu): sync with upstream
Upgrades us from 2.1.2 to 2.2.0. Nothing spectacular I think but a good
project to keep up with in general.
2015-04-10 18:03:04 -07:00
Michael Marineau
46d647c65c bump(sys-devel/gcc-config): sync with upstream
Stabilizes 1.7.3 for arm64. (same version amd64)
2015-04-08 18:52:41 -07:00
Michael Marineau
24bb5b9cdb bump(sys-devel/gdb): sync with upstream
Includes a stable version for arm64
2015-04-08 18:07:15 -07:00
Michael Marineau
10accfe2c4 bump(dev-libs/mpc): sync with upstream
Dependency of GCC that was skipped during the last GCC upgrade due to
upgrade issues in the sdk_bootstrap script at the time. Fixed since
4debbfc257
2015-03-29 15:22:35 -07:00
mischief
13241b1c47 bump(dev-libs/openssl): sync with upstream 2015-03-24 17:02:54 -07:00
Alex Crawford
e811f263fa Merge pull request #173 from crawford/ssh
bump(net-misc/openssh): sync with upstream
2015-03-18 10:43:46 -07:00
Nick Owens
609f572780 Merge pull request #174 from mischief/prune-keyutils
sys-apps/keyutils: move to coreos-overlay
2015-03-17 10:49:06 -07:00
Michael Marineau
cd0f259a08 Merge pull request #177 from marineam/util-linux
bump(sys-apps/util-linux): sync with upstream
2015-03-13 15:05:39 -07:00
Michael Marineau
cb50ab00c2 Merge pull request #176 from marineam/readme
README: replace old ChromeOS README
2015-03-13 14:38:35 -07:00
Michael Marineau
2e2376ffc1 bump(sys-apps/util-linux): sync with upstream 2015-03-13 14:37:23 -07:00
Michael Marineau
e8b78e043c README: replace old ChromeOS README
Now featuring correct licensing info and useful developer information!

Requested in https://groups.google.com/forum/#!topic/coreos-dev/goLG-5r8m1s
2015-03-13 14:15:45 -07:00
mischief
e2f578d656 net-libs/libnfsidmap: move to coreos-overlay 2015-03-12 11:00:50 -07:00
mischief
3e6a4732da sys-apps/keyutils: move to coreos-overlay 2015-03-11 13:18:45 -07:00
Alex Crawford
a2e67e7588 bump(net-misc/openssh): sync with upstream 2015-03-09 09:49:57 -07:00
mischief
6f09ded27d net-fs/nfs-utils: moving to coreos-overlay 2015-03-05 12:23:07 -08:00
Michael Marineau
823380d2b9 bump(virtual/pkgconfig): sync with upstream
Packages updated:
  dev-util/pkgconfig
  virtual/pkgconfig
2015-03-03 18:13:28 -08:00
mischief
cb0a0e67a3 net-libs/libtirpc: moving to coreos-overlay 2015-03-03 12:02:33 -08:00
Alex Crawford
b87faf5a91 bump(sys-apps/grep): sync with upstream 2015-02-26 19:36:43 -08:00
Alex Crawford
8bdb2ddfdf bump(app-arch/xz-utils): sync with upstream 2015-02-19 20:46:10 -08:00
Michael Marineau
6e06c06bca Merge pull request #167 from marineam/ebtables
bump(net-firewall/ebtables): sync with upstream
2015-01-21 15:53:25 -08:00
Michael Marineau
2089bfa260 bump(net-firewall/ebtables): sync with upstream 2015-01-21 12:58:18 -08:00
Michael Marineau
2e7f0c40fb bump(net-dns/dnsmasq): sync with upstream
Packages updated:
  net-dns/dnsmasq
  net-dns/libidn
2015-01-15 19:11:27 -08:00
Michael Marineau
d81445aa0e bump(dev-libs/openssl): sync with upstream 2015-01-08 12:43:20 -08:00
Michael Marineau
70383d4a69 bump(dev-util/ccache): sync with upstream
Packages updated:
  dev-util/ccache
  sys-apps/gentoo-functions
2015-01-06 13:44:45 -08:00
Michael Marineau
b6e0b7b63f cleanup: prune outdated packages provided by coreos-overlay 2015-01-01 13:19:16 -08:00
Michael Marineau
b4499f8053 bump(app-crypt/sbsigntool): sync with upstream 2015-01-01 13:10:13 -08:00
Michael Marineau
ddcd9b65bc bump(sys-kernel/dracut): sync with upstream 2014-12-29 17:22:41 -08:00