Commit Graph

3688 Commits

Author SHA1 Message Date
Dongsu Park
311fdd6f25 net-misc/dhcpcd: update to 8.1.9
Update dhcpcd to 8.1.9 to address the following security issues:

* CVE-2019-11577
* CVE-2019-11766

Note, dhcpcd is not a standard tool of Flatcar, because by default
networking is configured via systemd-networkd. We update the package
just for potential use cases that still depend on dhcpcd. However,
in the long term, we should not ship dhcpcd in the production images.
2021-01-22 07:52:52 +01:00
Krzesimir Nowak
8aeedb1818 sys-libs/libnih: Drop unused package 2021-01-21 16:35:34 +01:00
Dongsu Park
274a9830d4 app-crypt/mit-krb5; update to 1.18.2-r2
Update mit-krb5 to 1.18.2-r2, to address the security issue
CVE-2020-28196.
See also https://security.gentoo.org/glsa/202011-17.
2021-01-19 16:52:49 +01:00
Dongsu Park
c9afc48e35 net-libs/nghttp2: add new package nghttp2
As `net-misc/curl` 7.74 pulls in `net-libs/nghttp2`, we need to add
a new package for that.
2021-01-18 09:24:54 +01:00
Dongsu Park
88a3416c13 profiles: add curl to MISC-FREE license group
Now that curl has its own license file, it should be also added to
`MISC-FREE` license group, just like Gentoo.
Simply sync `license_groups` with Gentoo.
2021-01-18 09:24:36 +01:00
Dongsu Park
399118dca6 licenses: add a new license curl
Now that curl >= 7.70 requires its own license file, we need to make
it included in the SDK, so that `/var/gentoo/repos/gentoo/licenses/curl`
can be available. Without that file, the image build step fails due to
a missing license file for curl.
2021-01-15 16:27:29 +01:00
Dongsu Park
2b2694a871 net-misc/curl: update to 7.74.0
We need to update net-misc/curl to 7.74.0, mainly to address the
following security issues:

* CVE-2020-8169
* CVE-2020-8231
* CVE-2020-8284
* CVE-2020-8285
* CVE-2020-8286
2021-01-15 16:21:19 +01:00
Flatcar Buildbot
d961e5519e Upgrade virtual Rust in main from 1.48.0 to 1.49.0 2021-01-05 08:00:51 +00:00
Dongsu Park
c0065d5e68 Merge pull request #135 from kinvolk/rust-1.48.0-main
Upgrade virtual Rust in main from 1.47.0 to 1.48.0
2020-12-17 12:40:37 +01:00
Dongsu Park
8b5f29caa1 Merge pull request #121 from kinvolk/dongsu/sqlite-gentoo
dev-db/sqlite: update to 3.33.0
2020-12-15 14:25:51 +01:00
Flatcar Buildbot
e281533d23 Upgrade virtual Rust in main from 1.47.0 to 1.48.0 2020-12-15 07:43:14 +00:00
Dongsu Park
978f39f90d virtual/jpeg: delete unnecessary package
Now that libjpeg-turbo was deleted, we can now delete virtual/jpeg.
2020-12-04 16:38:19 +01:00
Dongsu Park
1a7e2f51b1 media-libs/libjpeg-turbo: delete unnecessary package
Since qemu in Flatcar SDK does not need to pull in libjpeg-turbo, we can
delete it completely.
2020-12-04 16:37:03 +01:00
Dongsu Park
606d6b9ca1 Merge pull request #132 from kinvolk/dongsu/github-actions-pr-v3
.github: use create-pull-request@v3 to fix set-env issues
2020-12-01 12:03:03 +01:00
Dongsu Park
e48e61ce45 Merge pull request #131 from kinvolk/dongsu/dwarves-1.19
dev-util/dwarves: update to 1.19 for CONFIG_DEBUG_INFO_BTF
2020-12-01 11:27:24 +01:00
Dongsu Park
1babbbce12 .github: use create-pull-request@v3 to fix set-env issues
Github Actions for Rust started failing with following errors:

```
Error: Unable to process command '::set-env name=PULL_REQUEST_NUMBER::718' successfully.
Error: The `set-env` command is disabled. Please upgrade to using
Environment Files or opt into unsecure command execution by setting the
`ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For
more information see:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
```

It happens because we have used peter-evans/create-pull-request@v2,
which did not have a bug fix for the set-env issue.
The bug was fixed in create-pull-request
[v3.4.1](https://github.com/peter-evans/create-pull-request/releases/tag/v3.4.1).
So we just need to update the version to `v3`, which already includes
v3.4.1.
2020-12-01 11:14:44 +01:00
Dongsu Park
530d1e1791 Merge pull request #114 from kinvolk/rust-1.47.0-main
virtual: Upgrade Rust 1.46.0 to 1.47.0
2020-11-30 16:19:04 +01:00
Dongsu Park
706cc0eb21 dev-util/dwarves: update to 1.19 for CONFIG_DEBUG_INFO_BTF
It is already possible to enable kernel config `CONFIG_DEBUG_INFO_BTF`
using dwarves 1.18 included in the current Flatcar SDK, as long as its
arch is amd64.

However, Kernel build fails in case of arm64, when Kernel version is
>= 5.9 and dwarves version is <= 1.18, like the following:

```
+ pahole -J .tmp_vmlinux.btf
PAHOLE: Error: Found symbol of zero size when encoding btf
(sym: '__kvm_nvhe_arm64_ssbd_callback_required', cu: '../source/arch/arm64/kernel/cpu_errata.c').
PAHOLE: Error: Use '-j' or '--force' to ignore such symbols and force emit the btf.
../source/scripts/link-vmlinux.sh: line 141: 1929102 Segmentation fault
```

The bug was fixed via
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/commit/?id=2e719cca6672,
("btf_encoder: revamp how per-CPU variables are encoded").
The fix was first included in dwarves
[1.19](https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tag/?h=v1.19).
Thus we need to get dwarves 1.19 included in Flatcar SDK, so that the
next Alpha Kernels could have `CONFIG_DEBUG_INFO_BTF` enabled.
2020-11-30 14:54:16 +01:00
Thilo Fromm
0fe4212a73 net-dns/libidn2-2.3.0: EAPI7 -> EAPI6 to break glibc-2.32 toolchain dep loop
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-11-24 13:51:13 +01:00
Thilo Fromm
9f9be4551b virtual/awk,eclass: add awk-1.ebuild, update toolchain-funcs for glibc-2.32
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-11-24 13:51:13 +01:00
Thilo Fromm
2bebee3291 Merge pull request #127 from kinvolk/t-lo/update-to-gcc-9.3.0
dev-util,sys-devel,sys-libs,sys-kernel: update to gcc-9.3.0
2020-11-18 14:52:55 +01:00
Thilo Fromm
361ad25ee4 dev-util,sys-(devel|libs|kernel): modify gcc-9.3.0 updates, clean up
This commit introduces Flatcar specific modification
to the Gentoo recipes for updating to gcc-9.3.0 introduced
in the previous commit. The changes are required
in order to make things build with the Flatcar SDK.

The commit also removes old, stale, unused recipes.

The changes include:

dev-util/perf/perf-4.9.13.ebuild: fix binutils ebuild RDEPEND
dev-util/perf/perf-5.8.ebuild: remove python3_{8} compat; unmask arm64, amd64
sys-devel/binutils: remove old, stale versions
sys-devel/binutils/binutils-2.35.ebuild: backport to EAPI6 because our
                 outdated emerge does not handle BDEPEND dependencies correctly,
                 resulting in BDEPEND being pulled in as runtime deps.
                 Unmask for amd64 and arm64.
sys-devel/binutils/binutils-9999.ebuild: backport to EAPI6
net-dns/dnsmasq: remove old, stale versions
sys-devel/crossdev: remove old versions
sys-devel/gcc: remove old versions
sys-devel/gcc/gcc-9.3.0-r1.ebuild: use EAPI6 because of emerge
                 BDEPEND issue (see above)
sys-devel/libtool/libtool-2.4.6-r6.ebuild: use EAPI6 because of emerge
                 BDEPEND issue (see above)
sys-kernel/linux-headers: remove old versions
ys-kernel/linux-headers/linux-headers-5.8.ebuild: unmask for amd64, arm64

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-11-18 14:44:40 +01:00
Thilo Fromm
7e0f49e2fc dev-util,sys-(devel|libs|kernel): import recipes for update to gcc-9.3.0
This commit includes the necessary changes to upgrade the SDK
compiler to gcc-9.3.0. The changes include:

eclass: update toolchain.eclass to EAPI7
acct-(user|group): add dnsmasq user / group
net-dns/dnsmasq: update to dnsmasq-2.82
dev-util/perf: update to perf-5.8.ebuild
sys-devel/binutils: update to binutils-2.35.ebuild
sys-libs/binutils-libs: update to binutils-libs-2.35.ebuild
sys-devel/crossdev: update to crossdev-20200801.ebuild
sys-devel/gcc: update to gcc-9.3.0-r1.ebuild
sys-devel/libtool: update to libtool-2.4.6-r6.ebuild
sys-kernel/linux-headers: update to linux-headers-5.9.ebuild

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-11-18 14:03:42 +01:00
Dongsu Park
a901ea801d dev-util/dwarves: introduce new dev tool dwarves
To build Kernel with `CONFIG_DEBUG_INFO_BTF`, we need to get pahole, a
part of dwarves included in the Flatcar SDK.
So simply import `dev-util/dwarves` from upstream Gentoo.
2020-11-17 15:37:14 +01:00
Thilo Fromm
f7314c720b acct(group|user)/ntp: add NTP group and user
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-11-16 13:35:47 +01:00
Thilo Fromm
a6fb769199 net-fs/cifs-utils: update to 6.11
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-11-13 16:58:05 +01:00
Dongsu Park
b8ba9979e4 Merge pull request #122 from kinvolk/dongsu/samba-sssd
dev-libs, sys-libs: Updated libs needed by samba, sssd
2020-11-13 15:10:12 +01:00
Dongsu Park
db5635cca2 Merge pull request #59 from kinvolk/dongsu/pkgconfig-0.29.2-alpha
dev-util/pkgconfig: bump to 0.29.2 for PKG_CHECK_MODULES_STATIC for alpha
2020-11-13 15:08:07 +01:00
Dongsu Park
b3061d608d sys-libs/tevent: update to 0.10.2
To be able to build `net-fs/samba` 4.11, we need to update
`sys-libs/tevent` to 0.10.2.
2020-11-06 13:50:57 +01:00
Dongsu Park
7cacf2c668 sys-libs/talloc: update to 2.3.1
To be able to `net-fs/samba` 4.11, we need to import `sys-libs/talloc`
to 2.3.1.
2020-11-06 13:50:55 +01:00
Dongsu Park
9cd5e87a35 sys-libs/tdb: update to 1.4.3
To be able to build samba 4.11, we need to update `sys-libs/tdb` to
1.4.3.
2020-11-06 13:50:53 +01:00
Dongsu Park
dd27327b93 app-crypt/p11-kit: import p11-kit from Gentoo
To be able to build sssd 2.3.1, we need to import `app-crypt/p11-kit`
from upstream Gentoo.
2020-11-06 13:50:51 +01:00
Dongsu Park
50c3589497 dev-libs/libtasn1: import libtasn1 from Gentoo
To build `net-libs/gnutls` 3.6, we need to import `dev-libs/libtasn1`.
2020-11-06 13:50:48 +01:00
Dongsu Park
22155497c6 dev-libs/nettle: update to 3.6
To build `net-libs/gnutls` 3.6.15, we need to also update
`dev-libs/nettle` to 3.6.
2020-11-06 13:50:46 +01:00
Dongsu Park
7a818340fa net-libs/gnutls: import from upstream Gentoo
To be able to build `net-fs/samba` 4.11, we need to import
`net-libs/gnutls` from upstream Gentoo. Since gnutls is one of the
hard requirements of upstream Samba, we are not able to disable the
dependency on gnutls.
2020-11-06 13:50:43 +01:00
Sayan Chowdhury
72be7c4946 sys-block/open-isns: Add the new package
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-11-06 11:13:28 +05:30
Dongsu Park
e3db28c9c5 dev-util/glib-utils: update to 2.64.5 2020-10-30 16:52:20 +01:00
Dongsu Park
8494602fb1 dev-db/sqlite: update to 3.33.0
Now that `dev-lang/tcl` is included in SDK, we can now build
dev-db/sqlite without having to rely on third-party patches
in coreos-overlay.

So simply sync sqlite with Gentoo upstream, and update to the latest
version 3.33.0.
2020-10-30 16:04:31 +01:00
Sayan Chowdhury
e7b5405278 dev-libs/glib: Sync the package with upstream
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-10-30 14:17:24 +01:00
Krzesimir Nowak
407e682a37 app-arch: Import from Gentoo
An updated systemd will need it.
2020-10-26 14:15:15 +01:00
Dongsu Park
0be496912c Merge pull request #119 from flatcar-linux/dongsu/sdk-pkgs-re2c-file
dev-util,sys-apps: update re2c, file
2020-10-23 15:06:58 +02:00
Dongsu Park
2c820da16e Merge pull request #118 from flatcar-linux/dongsu/meson-gdbus
dev-util: update meson, gdbus-codegen
2020-10-23 15:06:11 +02:00
Dongsu Park
f8a27a086e sys-apps/file: update to 5.39
Update sys-apps/file to 5.39 to address
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18218 .
2020-10-22 15:20:38 +02:00
Dongsu Park
5b8dbb7fb2 dev-util/re2c: update to 2.0.3
Update dev-util/re2c to 2.0.3 to address
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11958 .
2020-10-22 15:19:06 +02:00
Dongsu Park
c320d06f06 dev-util/gdbus-codegen: update to 2.64.5
Now that dev-libs/glib was updated to 2.64.5, we need to also update
dev-util/gdbus-codegen to 2.64.5.

Otherwise we would see strange slot conflicts like:

```
 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

 (dev-libs/glib-2.64.5:2/2::portage-stable, ebuild scheduled for merge) pulled in by
   >=dev-libs/glib-2.58.3:2 required by (dev-util/gdbus-codegen-2.58.3:0/0::portage-stable, binary scheduled for merge)

 (dev-util/gdbus-codegen-2.58.3:0/0::portage-stable, binary scheduled for merge) pulled in by
   dev-util/gdbus-codegen required by (coreos-base/hard-host-depends-0.0.1-r194:0/0::coreos, binary scheduled for merge)
```
2020-10-22 14:30:38 +02:00
Sayan Chowdhury
c6a6d5a685 dev-util/meson: Sync package with the upstream
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-10-22 14:30:38 +02:00
Dongsu Park
698a6c104d dev-libs/libxml2: update to 2.9.10-r3
Update libxml2 to 2.9.10-r3, to multiple security issues in libxml2:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20388
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7595

See also https://security.gentoo.org/glsa/202010-04 .
2020-10-21 16:34:26 +02:00
Dongsu Park
6c98682dd6 sys-fs/cryptsetup: update to 2.3.2
Since cryptsetup 1.7.5 cannot be built with json-c 0.15,
we need to also update cryptsetup to 2.3.2.
2020-10-21 16:34:17 +02:00
Dongsu Park
1bc50f2cd2 eclass: sync cmake-multilib.eclass with Gentoo
Now that json-c 0.15 requires new definitions in cmake-multilib.eclass,
we need to sync cmake-multilib.eclass with upstream Gentoo.
2020-10-21 16:32:18 +02:00
Dongsu Park
2fbc9fb0b8 dev-libs/json-c: update 0.15
Update json-c to 0.15, to address
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12762 .
2020-10-21 16:32:18 +02:00
Dongsu Park
69e05d7dbc dev-libs/libuv: update to 1.39.0
Update libuv to 1.39.0 to address
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8252 .
2020-10-21 16:32:10 +02:00
Dongsu Park
4d28d167f5 net-dns/c-ares: update to 1.61.1
Update net-dns/c-ares to 1.61.1, to address
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000381 .
2020-10-21 16:25:20 +02:00
Sayan Chowdhury
0bbfd9bc1e app-arch/tar: Sync with upstream
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-10-20 05:45:10 +00:00
Dongsu Park
47e30b2847 virtual/rust: update to 1.47.0
Update virtual/rust to 1.47.0, to make dev-lang/rust 1.47.0 work well.
2020-10-13 13:45:57 +02:00
Krzesimir Nowak
1550782835 Merge pull request #112 from flatcar-linux/krnowak/dracut-update
Update dracut
2020-10-08 18:46:03 +02:00
Alban Crequy
3593d2251c Merge pull request #111 from flatcar-linux/alban/update-seccomp
bump(sys-libs/libseccomp): sync with upstream
2020-10-02 19:27:26 +02:00
Krzesimir Nowak
654ebbf5dd eclass: Pull in an eclass needed by a new dracut 2020-09-30 19:49:09 +02:00
Krzesimir Nowak
215d9bda8b eclass: Sync systemd.eclass with upstream 2020-09-30 19:48:30 +02:00
Krzesimir Nowak
9a2855f189 sys-kernel/dracut: Sync with gentoo 2020-09-30 19:41:18 +02:00
Alban Crequy
8dc4b6702d bump(sys-libs/libseccomp): sync with upstream
Change python check to python3_6 so it builds in Flatcar.
Update checksums
2020-09-26 14:36:19 +02:00
Dongsu Park
4dc4d60108 dev-lang/tcl: add tcl for SDK dependencies
Since sqlite 3.32 or newer requires dev-lang/tcl to be available in
the Flatcar SDK by default, we should add dev-lang/tcl into the SDK.
2020-09-25 17:30:35 +02:00
Dongsu Park
f710c0d0c8 sys-apps/makedev: bring back the package for bootstrap_sdk
The bootstrap_sdk stage still requires `sys-apps/makedev` to be
available, as listed in `profiles/default/linux/packages.build`.
We need to bring it back to make the SDK build work again.

This reverts commit df8159f565972eb31455ff5e4cbfba8c4a12bb52.
2020-09-25 16:37:39 +02:00
Dongsu Park
44d3e1f36a sys-devel/bin86: remove unnecessary package
Remove unnecessary package sys-apps/bin86.
We can do so because sys-devel/dev86 is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
94a78bda6c sys-devel/dev86: remove unnecessary package
Remove unnecessary package sys-apps/dev86.
We can do so because sys-firmware/vgabios is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
c8219909ce sys-firmware/vgabios: remove unnecessary package
Remove unnecessary package sys-firmware/vgabios.
2020-09-25 10:36:08 +02:00
Dongsu Park
292e92707f sys-apps/makedev: remove unnecessary package
Remove unnecessary package sys-apps/makedev.
2020-09-25 10:36:08 +02:00
Dongsu Park
1a3e753bdc dev-python/mox: remove unnecessary package
Remove unnecessary package dev-python/mox.
2020-09-25 10:36:08 +02:00
Dongsu Park
7c7e4697e0 dev-python/lockfile: remove unnecessary package
Remove unnecessary package dev-python/lockfile.
2020-09-25 10:36:08 +02:00
Dongsu Park
5da94c7ba1 dev-python/greenlet: remove unnecessary package
Remove unnecessary package dev-python/greenlet.
2020-09-25 10:36:08 +02:00
Dongsu Park
1490a39eaa dev-python/gevent: remove unnecessary package
Remove unnecessary package dev-python/gevent.
2020-09-25 10:36:08 +02:00
Dongsu Park
736b536417 dev-libs/libtasn1: remove unnecessary package
Remove unnecessary package dev-libs/libtasn1.
2020-09-25 10:36:08 +02:00
Dongsu Park
0e08a9713f dev-libs/jemalloc: remove unnecessary package
Remove unnecessary package dev-libs/jemalloc.
2020-09-25 10:36:08 +02:00
Dongsu Park
57310a1b1d dev-libs/apr: remove unnecessary package
Remove unnecessary package dev-libs/apr.
We can do so because dev-libs/apr-util, net-libs/serf is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
0a2827ee69 dev-libs/apr-util: remove unnecessary package
Remove unnecessary package dev-libs/apr-util.
We can do so because net-libs/serf is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
2f9f7da8aa net-libs/serf: remove unnecessary package
Remove unnecessary package net-libs/serf.
2020-09-25 10:36:08 +02:00
Dongsu Park
ad2352b192 dev-db/sqlite: bring back sqlite 3.31.1 for SDK
To make the SDK build work again, we need to bring back dev-db/sqlite
3.31.1 in portage-stable. It is not enough to have it in coreos-overlay.

This reverts commit 4a7a4e3d272812963c3cd21431d1849ca9df11e4.
2020-09-23 16:36:55 +02:00
Dongsu Park
89553c6977 Merge pull request #107 from flatcar-linux/dongsu/sqlite-3.32.3
dev-db/sqlite: move sqlite to coreos-overlay
2020-09-23 14:39:41 +02:00
Dongsu Park
9e6d56ed1b dev-db/sqlite: move sqlite to coreos-overlay
Move dev-db/sqlite to coreos-overlay to resolve security issues, as well
as to keep non-full archive ebuilds.
2020-09-18 17:47:40 +02:00
Dongsu Park
6916f04de8 net-libs/libpcap: update to 1.9.1
Update net-libs/libpcap to 1.9.1, to address security issue
CVE-2019-15163, an issue of allowing attackers to cause a denial of
service (NULL pointer dereference and daemon crash) if a crypt() call
fails.
2020-09-17 13:41:47 +02:00
Dongsu Park
a9a8ee6efc net-analyzer/tcpdump: update to 4.9.3
Update tcpdump to 4.9.3, to address security issue CVE-2018-10103,
mishandling the printing of SMB data.
2020-09-17 13:41:45 +02:00
Dongsu Park
5490b0439c net-misc/rsync: update to 3.2.3
Update rsync to 3.2.3, actually to update zlib bundled in rsync.
It is to address security issue CVE-2016-9841, an issue of allowing
context-dependent attackers to have unspecified impact by leveraging
improper pointer arithmetic.
2020-09-17 13:41:42 +02:00
Dongsu Park
9384fe3321 dev-libs/libbsd: update to 0.10.0
Update libbsd to 0.10.0, to address security issue CVE-2019-20367,
an out-of-bounds read during a comparison for a symbol name from the
string table.
2020-09-17 13:41:23 +02:00
Dongsu Park
4c9ee1d6e8 app-misc/jq: update to 1.6-r3
Update app-misc/jq to 1.6-r3, to address security issue CVE-2015-8863.
It is mainly to fix off-by-one error in the tokenadd function. It allows
remote attackers to cause a denial of service (crash) via a long
JSON-encoded number, which triggers a heap-based buffer overflow.
2020-09-17 13:41:21 +02:00
Dongsu Park
f4ba9b110c .github: Improve body text of PR for virtual/rust
Improve body text of each PR for `virtual/rust`, by mentioning that
it should be merged together with its paired PR in coreos-overlay.

Explicitly name `virtual/rust` instead of `Cargo`, because there is
no more ebuild for `cargo`.
Rename the dispatched event-type name to `rust-pull-request-main`, as
`cargo` has already disappeared.

Make the repository-dispatch action receive additional client-payload with
a field `coreos-overlay-pull-request-number` sent by the corresponding PR
in coreos-overlay. The PR number is then used for adding a link in the body
text, for pointing back to the PR in coreos-overlay.
2020-09-09 11:56:52 +02:00
Flatcar Buildbot
2cb1b39e52 Upgrade Cargo in main from 1.44.1 to 1.46.0 2020-09-01 07:31:46 +00:00
Thilo Fromm
be6d21ef38 net-firewall/ipset: update to ipset-7.6
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-08-27 18:58:28 +02:00
Krzesimir Nowak
31bbaa6546 Merge pull request #99 from flatcar-linux/krnowak/fix-rules
sys-fs/mdadm: Drop it, temporarily
2020-08-27 16:14:03 +02:00
Thilo Fromm
5ede2a63eb Merge pull request #100 from flatcar-linux/t-lo/iproute2-5.8.0-with-elf-support
sys-apps/iproute2: bump to 5.8.0, add ELF support
2020-08-27 13:52:25 +02:00
Thilo Fromm
9707103932 sys-apps/iproute2: bump to 5.7.0.xx, add ELF support
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-08-27 09:31:20 +02:00
Krzesimir Nowak
87a61e40a0 sys-fs/mdadm: Drop it, temporarily
We are going to have mdadm in coreos-overlay. It will contain an extra
patch, so it can't be a part of portage-stable.
2020-08-25 11:25:21 +02:00
Kai Lüke
91fbd929a7 net-dns/bind: Drop old ebuild file to silence warning
The old ebuild file has a syntax issue and is missing a patch file.
2020-08-21 12:04:33 +02:00
Thilo Fromm
7df019224b net-dns/bind-tools: update to 9.11.22 and 9.16.6
Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
2020-08-20 17:25:43 -04:00
Kai Lüke
612735eced dev-libs/jansson: Import from Gentoo 2020-08-10 23:31:34 +02:00
Kai Lüke
4ef02eb401 eclass/ssl-cert: Sync from Gentoo 2020-08-07 22:31:40 +02:00
Kai Lüke
37d6fdd69f net-nds/openldap: Sync from Gentoo 2020-08-07 22:22:51 +02:00
Kai Lüke
3d58e109d8 acct-user/tss: Import from Gentoo 2020-08-07 13:54:40 +02:00
Kai Lüke
40face0d7b acct-group/tss: Import from Gentoo 2020-08-07 13:50:14 +02:00
Kai Lüke
df8a5e3754 dev-embedded/u-boot-tools: Sync from Gentoo 2020-08-06 16:36:38 +02:00
Kai Lüke
a87cd173d9 app-crypt/mit-krb5: Fix Python version 2020-08-05 18:52:43 +02:00
Kai Lüke
2e60c26cd3 app-crypt/mit-krb5: Sync with Gentoo's latest stable 2020-08-05 18:52:36 +02:00
Kai Lüke
d731c2b6d7 net-dns/bind-tools: Sync with Gentoo's latest stable 2020-08-05 18:52:31 +02:00
Dongsu Park
0ac37230ef dev-util/pkgconfig: bump to 0.29.2 for PKG_CHECK_MODULES_STATIC
pkg-config 0.29 or newer introduced a macro `PKG_CHECK_MODULES_STATIC`,
which is needed by ebuilds like dev-util/strace >= 5.5.
So we should update pkg-config to 0.29.2, to avoid such issues.
(see 0efb668bd5)

```
***** autoconf *****
***** PWD: /build/amd64-usr/var/tmp/portage/dev-util/strace-5.6/work/strace-5.6
***** autoconf --force -I /build/amd64-usr/usr/share/aclocal

configure:17585: error: possibly undefined macro: PKG_CHECK_MODULES_STATIC
```
2020-07-29 17:25:26 +02:00
Kai Lüke
6a15a68fc3 Revert "sys-libs/readline: update to 8.0_p4"
This reverts commit 36bc8e0edb7ce961b5020b8152514560a5feb3eb
until we have a newer gdb. The md5-cache changes were dropped.
2020-07-28 18:41:24 +02:00
Kai Lüke
761551ac22 Merge pull request #91 from flatcar-linux/kai/no-md5-cache
metadata: Delete md5-cache
2020-07-28 16:52:23 +02:00
Kai Lüke
898d49bdc1 metadata: Delete md5-cache
The metadata/md5-cache folder is machine-generated based on the
other files in the repository. It causes merge conflicts when at
one time they were not regernated in a commit and then later a
commit does it and includes cache changes which are incompatible
with later or newer states.
Remove the folder as it is not necessary to have it and was removed
in upstream Gentoo, too.
2020-07-27 16:22:24 +02:00
Kai Lüke
7411de99f3 .github: Give background on Rust updates 2020-07-24 11:15:26 +02:00
Kai Lüke
042515d58f .github: Only update the new main branch
The new main branch is the only branch that should get new software
updates (with the exception of the maintenance branches that get kernel
updates).
2020-07-24 11:10:42 +02:00
Kai Lüke
bdc2dc8405 .github: Use new main branch 2020-07-23 18:38:55 +02:00
Dongsu Park
62c7d06103 .github: add Github actions for virtual/rust
Whenever a new upstream Rust release appears, a Github workflow in
`coreos-overlay` creates a new pull request for `dev-lang/rust`.
At the same time, it sends a repository dispatch event to
portage-stable, so it also creates a pull request for `virtual/rust`.
2020-07-23 18:37:21 +02:00
Dongsu Park
d76aaa8255 Merge pull request #82 from flatcar-linux/dongsu/readline-pcre-alpha
{sys,dev}-libs: readline 8.0_p4, libpcre2 10.34 for alpha
2020-07-23 11:00:46 +02:00
Sayan Chowdhury
f4278500a1 chore(metadata): Regenerate cache 2020-07-20 11:23:42 +00:00
Sayan Chowdhury
acaba20aff app-crypt/argon2: Add new package
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-20 11:22:51 +00:00
Dongsu Park
1c85345546 Merge pull request #79 from flatcar-linux/dongsu/libgit-alpha
dev-libs/libgit2: import libgit2 for alpha
2020-07-14 14:37:44 +02:00
Dongsu Park
2640ab9600 Merge pull request #80 from flatcar-linux/rust-1.44.1-alpha
Upgrade Cargo in Alpha from 1.43.1 to 1.44.1
2020-07-14 14:37:00 +02:00
Dongsu Park
2897d75a24 Merge pull request #73 from flatcar-linux/dongsu/gnupg-remove-alpha
app-crypt/gnupg: move gnupg to coreos-overlay for alpha
2020-07-10 09:58:10 +02:00
Dongsu Park
5c344dfb72 eclass: sync linux-info.eclass to fix Kernel build issues
Kernel 5.8-rc2 or newer added a commit
f2f02ebd8f
("kbuild: improve cc-option to clean up all temporary files") , which
causes make commands to create an object output directory. Apparently
harmless. The commit was backported to stable Kernels, 4.19.131, 5.4.50,
5.7.7.

In Flatcar and Gentoo, however, `getfilevar()` in `linux-info.eclass`
runs a make command, which creates `${M}`, an object output directory,
with a root account. As Gentoo sandbox creates everything as non-root
account, the subsequent steps like `src_unpack` fail to touch the same
directory.

Upstream Gentoo already has a fix
5a3acd443c
("linux-info.eclass: Pass M=${T} to the Linux Makefile unconditionally.").
See also https://bugs.gentoo.org/729178 .

So simply sync `linux-info.eclass` with Gentoo.
2020-07-08 11:37:45 +02:00
Dongsu Park
2f8c3420b0 Merge pull request #49 from flatcar-linux/dongsu/git-2.26-alpha
dev-vcs/git: bump to 2.26.2 for alpha
2020-06-29 10:33:26 +02:00
Dongsu Park
e43021feb2 dev-libs/libpcre2: update to 10.34
Update dev-libs/libpcre2 to 10.34, to address security issues listed in
[GLSA 202006-16](https://security.gentoo.org/glsa/202006-16).

* CVE-2019-20454
2020-06-25 11:07:15 +02:00
Dongsu Park
3913e852e7 sys-libs/readline: update to 8.0_p4
Update sys-libs/readline to 8.0_p4, to address security issues listed in
[GLSA 202006-04](https://security.gentoo.org/glsa/202006-04).

* CVE-2019-6488
* CVE-2019-7309
* CVE-2019-9169
* CVE-2020-10029
* CVE-2020-1751
2020-06-25 11:07:13 +02:00
Flatcar Buildbot
21f6580c69 Upgrade Cargo in Alpha from 1.43.1 to 1.44.1 2020-06-23 07:30:48 +00:00
Dongsu Park
751413c7c0 eclass: import cmake.eclass
As `dev-libs/libgit2` inherits `cmake.eclass`, we need to import it
from upstream Gentoo.
2020-06-22 13:55:14 +02:00
Dongsu Park
e0d8b0246a dev-libs/libgit2: import libgit2
As dev-lang/rust >= 1.44.0 requires `dev-libs/libgit2`, we need to
import libgit2 from upstream Gentoo.
2020-06-22 13:54:26 +02:00
Sayan Chowdhury
f92aec8c94 sys-apps/iucode_tool: Add iucode_tool-2.3.1/2.3
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-06-18 19:44:26 +05:30
Kai Lüke
22e7bfece1 sys-libs/tdb: Bump to 1.3.15 2020-05-29 14:22:32 +02:00
Kai Lüke
629ffbccdb sys-libs/tevent: Bump to 0.9.37 2020-05-29 14:22:31 +02:00
Kai Lüke
0f71e99622 sys-libs/talloc: Bump to 2.1.11 2020-05-29 14:22:31 +02:00
Kai Lüke
d169023e3f Revert "sys-libs/tdb: move sys-libs/tdb to coreos-overlay"
This reverts commit 9d65392f7c49ea88cd42c3243c3cb1e07160c50e.
2020-05-29 14:22:31 +02:00
Kai Lüke
da4ca881d5 Revert "sys-libs/tevent: move sys-libs/tevent to coreos-overlay"
This reverts commit 4fa5574db866abbba28e91c69539194805eee52d.
2020-05-29 14:22:31 +02:00
Kai Lüke
984fe13c62 Revert "sys-libs/talloc: move talloc to coreos-overlay"
This reverts commit f4cdd5b7a0c7f1e7da9948cbb4937d63380f53b5.
2020-05-29 14:22:31 +02:00
Dongsu Park
1b1e9ca582 Merge pull request #67 from flatcar-linux/rust-1.43.1-alpha
Upgrade Cargo in Alpha from 1.36.0 to 1.43.1
2020-05-29 09:49:15 +02:00
Dongsu Park
a404f75580 Merge pull request #62 from flatcar-linux/dongsu/remove-strace-alpha
dev-util/strace: move strace to coreos-overlay for alpha
2020-05-28 17:12:24 +02:00
Dongsu Park
50d8978bd1 dev-vcs/git: bump to 2.26.2
Update git to 2.26.2, to address the following security issues:

* [CVE-2020-5260](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5260)
* [CVE-2020-11008](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11008)
2020-05-28 17:05:33 +02:00
Dongsu Park
e777cf2378 dev-libs/libgpg-error: import libgpg-error
Import a new package libgpg-error needed by app-crypt/gnupg 2.2.20.
2020-05-26 10:41:31 +02:00
Dongsu Park
365306aea9 app-crypt/gnupg: move gnupg to coreos-overlay
To apply 3rd-party patches to gnupg, move it to coreos-overlay.
2020-05-26 09:51:58 +02:00
Benjamin Gilbert
c98c795dc7 bump(metadata/glsa): sync with upstream 2020-05-25 12:10:09 +02:00
Benjamin Gilbert
8e6121e55e bump(metadata/glsa): sync with upstream 2020-05-25 12:10:09 +02:00
Benjamin Gilbert
ad734b5315 bump(metadata/glsa): sync with upstream 2020-05-25 12:10:09 +02:00
Benjamin Gilbert
f1c0fc9283 bump(metadata/glsa): sync with upstream 2020-05-25 12:10:09 +02:00
Dongsu Park
7f979e1bfc dev-vcs/git: update to 2.24.1
Update git to 2.24.1 to address the following security issues:

* [CVE-2019-1348](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1348)
* [CVE-2019-1349](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1349)
* [CVE-2019-1350](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1350)
* [CVE-2019-1351](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1351)
* [CVE-2019-1352](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1352)
* [CVE-2019-1353](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1353)
* [CVE-2019-1354](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1354)
* [CVE-2019-1387](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1387)
* [CVE-2019-19604](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19604)
2020-05-25 12:10:09 +02:00
Benjamin Gilbert
a3e2871525 bump(app-editors/vim-core): sync with upstream 2020-05-25 12:10:09 +02:00
Benjamin Gilbert
4130429e44 app-editors/vim: move to overlay 2020-05-25 12:10:08 +02:00
Benjamin Gilbert
80e3e9a338 bump(sys-fs/e2fsprogs): sync with upstream 2020-05-25 12:10:08 +02:00
Benjamin Gilbert
58410bf398 bump(sys-libs/e2fsprogs-libs): sync with upstream 2020-05-25 12:10:08 +02:00
Benjamin Gilbert
a0bb13a47e bump(dev-db/sqlite): sync with upstream 2020-05-25 12:10:08 +02:00
Benjamin Gilbert
001e63779b bump(dev-libs/nss): sync with upstream 2020-05-25 12:10:08 +02:00
Benjamin Gilbert
4e8a606e3a bump(dev-libs/nspr): sync with upstream 2020-05-25 12:10:08 +02:00
Benjamin Gilbert
3c7d8f4321 bump(dev-libs/libgcrypt): sync with upstream 2020-05-25 12:10:07 +02:00
Benjamin Gilbert
6d1ceac2bc bump(app-arch/libarchive): sync with upstream 2020-05-25 12:10:07 +02:00
Benjamin Gilbert
3b88f61811 bump(app-arch/unzip): sync with upstream 2020-05-25 12:10:07 +02:00
Benjamin Gilbert
0b4f35380a bump(net-dns/libidn2): sync with upstream 2020-05-25 12:10:07 +02:00
Benjamin Gilbert
5633992cbf eclass: add empty usr-ldscript.eclass for compatibility 2020-05-25 12:10:07 +02:00
Flatcar Buildbot
b8bbc13657 Upgrade Cargo in Alpha from 1.36.0 to 1.43.1 2020-05-12 07:32:29 +00:00
Sayan Chowdhury
517e626d6f virtual/resolvconf: Add a new package, dependency of wireguard-tools
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-05-06 10:52:22 +00:00
Oleksii Samorukov
ec11614f61 Add dev-libs/oniguruma, required by jq regexp parser 2020-05-02 13:43:38 +02:00
Dongsu Park
325b2f09e2 dev-lang/rust: remove duplicates, move to coreos-overlay
`dev-lang/rust` has been moved to coreos-overlay since a long time.
However, we have still kept `dev-lang/rust` in portage-stable as well.
As it is not needed at all, let's simply remove it.
2020-04-29 16:28:21 +02:00
Dongsu Park
c311eacb7f chore(metadata): Regenerate cache 2020-04-29 13:04:43 +02:00
Dongsu Park
74d8f36c46 dev-util/strace: move strace to coreos-overlay
To build strace without failures from pkg-config, we need to move
`dev-util/strace` to coreos-overlay.
2020-04-29 13:04:43 +02:00
Dongsu Park
d87f113ebb virtual/rust: set version back to 1.36.0
We updated `virtual/rust` to 1.41.1, but have not done so for
`dev-lang/rust`, which remains as 1.36.0. Such a mismatch prevents
the whole build to fail.

For now, let's revert `virtual/rust` back to 1.36.0.
2020-04-28 18:00:08 +02:00
Dongsu Park
e7c4d9353a eclass: make cargo depend on virtual/rust instead of virtual/cargo
Since `virtual/cargo` does not exist in the recent Rust ebuilds,
dependency on the missing package `virtual/cargo` caused build issues
in the SDK. So we should make it depend on `virtual/rust` to fix the
build issues.
2020-04-28 17:57:46 +02:00
Dongsu Park
a6dbbda5db chore(metadata): Regenerate cache 2020-04-23 18:28:25 +02:00
Dongsu Park
97554ed7d5 sys-devel/gdb: move gdb to coreos-overlay
As crossdev only looks up gdb under coreos-overlay, we should simply
move every gdb ebuild to coreos-overlay, and remove gdb in
portage-stable.
2020-04-23 18:27:33 +02:00
Sayan Chowdhury
3aa699c25a net-firewall/conntrack-tools: Add the new package to alpha
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-04-23 07:38:09 +00:00
Dongsu Park
9882b45d92 Merge pull request #42 from flatcar-linux/dongsu/bump-qemu-alpha
Update unzip, libidn2, firmware to address GLSA 202003-* for alpha
2020-04-17 10:03:05 +02:00
Dongsu Park
f4cf47125d virtual: rename virtual/cargo to virtual/rust
Following upstream Gentoo, we rename `virtual/cargo` to `virtual/rust`.
Update virtual/rust to 1.41.1.
2020-04-03 14:55:41 +02:00
Dongsu Park
803dc87175 Merge pull request #41 from flatcar-linux/dongsu/dwarves-alpha
dev-util/dwarves: introduce new dev tool dwarves for alpha
2020-03-31 22:15:52 +02:00
Dongsu Park
5325a17b31 acct-group/kvm: add acct-group/kvm for qemu 4.2.0
Add a new ebuild acct-group/kvm, which is needed by qemu 4.2.0.
2020-03-31 10:28:41 +02:00
Dongsu Park
f49cbdf90b sys-firmware/ipxe: update to 1.0.0_p20190728
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
d9f51da3c9 sys-firmware/seabios: update to 1.12.0
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
96dcb5c0f6 sys-firmware/edk2-ovmf: update to 201905
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
3b4ace2f53 net-dns/libidn2: update to 2.3.0
Update libidn2 to 2.3.0 to address the following issues:

[CVE-2019-12290](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12290)
[CVE-2019-18224](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18224)
2020-03-31 10:28:41 +02:00
Dongsu Park
be7881cc9f app-arch/unzip: update to 6.0_p25-r1
Update unzip to 6.0_p25-r1 to address the following issues:

[CVE-2018-1000035](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000035)
[CVE-2019-13232](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13232)
2020-03-31 10:28:41 +02:00
Dongsu Park
9df1c78642 Merge pull request #32 from flatcar-linux/dongsu/openssh-eclass
acct-*: add acct packages for openssh 8.1 for alpha
2020-03-31 10:05:36 +02:00
Dongsu Park
f26cd86069 dev-util/dwarves: introduce new dev tool dwarves
To build Kernel 5.4 with CONFIG_DEBUG_INFO_BTF, we need to get pahole,
a part of dwarves, included in the Flatcar SDK.
So simply import dwarves from upstream Gentoo.
2020-03-30 14:07:13 +02:00
Dongsu Park
82c2347d28 dev-libs/elfutils: bump elfutils to 0.177
Since dev-utils/dwarves depends on elfutils 0.177, we need to bump
also elfutils.
2020-03-30 14:06:10 +02:00
Dongsu Park
021ca51d6e Merge pull request #38 from flatcar-linux/dongsu/gdb-9.1-alpha
sys-devel/gdb: update to 9.1 for alpha
2020-03-27 17:15:15 +01:00
Dongsu Park
b14b131579 Merge pull request #29 from flatcar-linux/dongsu/remove-old-cargo-alpha
virtual/cargo: remove unnecessary cargo versions for alpha
2020-03-25 09:25:55 +01:00
Dongsu Park
c7a1364ac0 sys-devel/gdb: update to 9.1
Update gdb to 9.1 to address
[CVE-2019-1010180](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010180).
2020-03-24 15:22:53 +01:00
Dongsu Park
f9cb8f3754 acct-*: add packages for openssh
As dependencies needed by net-misc/openssh, add
`acct-group/sshd`, `acct-user/sshd`, `virtual/libgcrypt`.
2020-03-19 15:22:00 +01:00
Dongsu Park
333692539b profiles: add new categories acct-group and acct-user
To be able to add openssh packages, we need to add new categories,
`acct-group` and `acct-user`.
2020-03-19 15:21:55 +01:00
Dongsu Park
519570b9fb eclass: add eclasses for adding ssh packages
To be able to update net-misc/openssh to 8.1, we need to update
eclasses like `user-info`, `user`, `acct-group`, `acct-user`.
2020-03-19 15:14:47 +01:00
Dongsu Park
276137505e eclass: clean up .crates2.json when running cargo install
When instaling rust packages with Rust 1.42, it fails like the
following message:

```
 * Detected file collision(s):
 *
 *      /build/amd64-usr/usr/.crates2.json
```

Fix the install function in cargo.eclass so it can clean up the garbage
json file.
2020-03-19 11:43:13 +01:00
Dongsu Park
74e5f18197 virtual/cargo: remove unnecessary cargo versions
Now that rust has only 1.36, we should also remove cargo 1.34 to 1.35.
2020-03-18 11:11:57 +01:00
Flatcar Buildbot
e8b5b8a3ce 2387.0.0 2020-01-20 16:39:53 +01:00
Flatcar Buildbot
4095de9312 2345.0.2 2019-12-18 01:42:45 +01:00
Flatcar Buildbot
cf01c1a799 2345.0.1 2019-12-07 15:15:01 +01:00
Flatcar Buildbot
443783c7fd 2331.0.0 2019-11-22 14:35:02 +01:00
Benjamin Gilbert
bb17e68802 bump(metadata/glsa): sync with upstream 2019-09-11 01:45:24 +00:00
Benjamin Gilbert
c197f87d63 bump(metadata/glsa): sync with upstream 2019-08-24 04:04:09 +00:00
Benjamin Gilbert
7903b9dcc2 bump(dev-db/sqlite): sync with upstream 2019-08-23 04:22:42 +00:00
Benjamin Gilbert
90585b632d bump(app-arch/libarchive): sync with upstream 2019-08-23 04:22:00 +00:00
Benjamin Gilbert
427bf453a2 bump(net-misc/wget): sync with upstream 2019-08-23 04:20:12 +00:00
Benjamin Gilbert
43483a6a28 bump(sys-devel/patch): sync with upstream 2019-08-23 04:18:56 +00:00
David Michael
73739ad833 bump(virtual/cargo): sync with upstream 2019-08-05 13:36:14 +00:00
David Michael
e84405d887 bump(dev-lang/rust): sync with upstream 2019-08-05 13:36:02 +00:00
David Michael
8c88299eba bump(media-libs/libpng): sync with upstream 2019-08-03 15:57:51 +00:00
David Michael
7b534ab6a2 bump(sys-libs/binutils-libs): sync with upstream 2019-08-03 15:57:31 +00:00
David Michael
9b9c0f3220 bump(sys-devel/binutils): sync with upstream 2019-08-03 15:57:11 +00:00
David Michael
7c8b4f88a5 bump(metadata/glsa): sync with upstream 2019-08-03 15:56:49 +00:00
David Michael
233494ecb5 bump(dev-libs/expat): sync with upstream 2019-06-28 13:54:42 +00:00
Benjamin Gilbert
ea87fe74cf app-arch/bzip2: move to overlay 2019-06-06 19:01:24 -04:00
Rick Elrod
b76dae2353 bump(net-misc/curl): sync with upstream 2019-05-31 16:07:48 +00:00
David Michael
3a7e9f699e bump(virtual/cargo): sync with upstream 2019-05-29 22:45:07 +00:00
David Michael
f5ea878e0e bump(dev-lang/rust): sync with upstream 2019-05-29 22:45:01 +00:00
David Michael
713175fae9 bump(dev-lang/spidermonkey): sync with upstream 2019-05-29 22:14:17 +00:00
David Michael
233e2608ef app-portage/eclass-manpages: Drop dead package 2019-05-27 16:16:15 +00:00
David Michael
3199558284 bump(app-doc/eclass-manpages): sync with upstream 2019-05-27 16:15:40 +00:00
David Michael
2ced663d58 bump(sys-apps/coreutils): sync with upstream 2019-05-26 18:22:12 +00:00
David Michael
9ae500dfc4 bump(app-arch/bzip2): sync with upstream 2019-05-26 14:13:33 +00:00
David Michael
b5a996312f bump(app-arch/lbzip2): sync with upstream 2019-05-26 14:13:03 +00:00
David Michael
558f26570f bump(app-arch/gzip): sync with upstream 2019-05-26 00:06:49 +00:00
David Michael
7dedfed12b bump(sys-devel/m4): sync with upstream 2019-05-25 15:13:59 +00:00
David Michael
8e9bd729c7 bump(sys-apps/findutils): sync with upstream 2019-05-25 05:22:58 +00:00
David Michael
aa32c4d9c1 bump(dev-libs/libunistring): sync with upstream 2019-05-25 00:10:11 +00:00
David Michael
56648fd4b5 bump(net-dns/libidn2): sync with upstream 2019-05-25 00:09:06 +00:00
David Michael
8e46de9f20 bump(sys-devel/gcc): sync with upstream 2019-05-24 19:59:53 +00:00
David Michael
030fe6953b bump(sys-devel/binutils): sync with upstream 2019-05-24 19:58:25 +00:00
David Michael
c7682c4882 bump(sys-libs/binutils-libs): sync with upstream 2019-05-24 19:58:08 +00:00
David Michael
71c79ee11a chore(metadata): Regenerate cache 2019-05-24 19:20:21 +00:00
David Michael
737432ee1e bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2019-05-24 19:19:12 +00:00
David Michael
1065655757 bump(sys-apps/dtc): sync with upstream 2019-05-20 12:42:08 +00:00
David Michael
e286640863 bump(net-libs/libssh2): sync with upstream 2019-05-13 14:49:44 +00:00
David Michael
afdfc61011 bump(virtual/cargo): sync with upstream 2019-04-26 13:53:29 +00:00
David Michael
28c54a1e81 bump(dev-lang/rust): sync with upstream 2019-04-26 13:53:09 +00:00
David Michael
e0a67c5a35 bump(metadata/glsa): sync with upstream 2019-04-25 13:17:59 +00:00
David Michael
2c73b8827b bump(dev-util/gdbus-codegen): sync with upstream 2019-04-23 02:33:13 +00:00
David Michael
b13565fd1e bump(dev-util/glib-utils): sync with upstream 2019-04-23 02:28:51 +00:00
David Michael
2af483bc83 bump(dev-libs/glib): sync with upstream 2019-04-23 02:27:06 +00:00
David Michael
6d14d0ce4c bump(dev-db/sqlite): sync with upstream 2019-04-23 02:26:55 +00:00
David Michael
a7bb6d2d1c bump(metadata/glsa): sync with upstream 2019-04-23 02:25:44 +00:00
David Michael
870f7b904a Merge pull request #725 from dm0-/glsa
Fix GLSAs
2019-04-18 13:56:59 -04:00
David Michael
ade1600417 bump(sys-libs/libseccomp): sync with upstream 2019-04-17 21:15:45 +00:00
David Michael
9e11271da8 bump(sys-devel/patch): sync with upstream 2019-04-17 20:55:32 +00:00
David Michael
769e3ca945 bump(metadata/glsa): sync with upstream 2019-04-17 20:55:08 +00:00
David Michael
100523cff3 bump(sys-process/tini): sync with upstream 2019-04-16 17:37:16 +00:00
David Michael
01d5904a4f bump(metadata/glsa): sync with upstream 2019-04-15 23:27:39 +00:00
David Michael
0a6066d58e net-libs/gnutls: Drop unused package 2019-04-15 23:26:17 +00:00
David Michael
93f1b0e76e bump(app-eselect/eselect-rust): sync with upstream 2019-04-12 14:05:13 +00:00
David Michael
4168881edf virtual/rust: Drop unused virtual package 2019-04-12 14:02:07 +00:00
David Michael
d8a30fcfac bump(virtual/cargo): sync with upstream 2019-04-12 14:01:15 +00:00
David Michael
d138f4818e bump(dev-lang/rust): sync with upstream 2019-04-12 14:01:05 +00:00
David Michael
5291086ac4 bump(metadata/glsa): sync with upstream 2019-04-11 13:12:17 +00:00
David Michael
3893391947 bump(dev-vcs/git): sync with upstream 2019-04-02 15:45:33 +00:00
David Michael
adaf89caa2 dev-vcs/cvs: Drop dead package 2019-04-02 15:37:21 +00:00
David Michael
d2f311c750 dev-vcs/mercurial: Drop dead package 2019-04-02 15:21:10 +00:00
David Michael
1a92e6aafd bump(metadata/glsa): sync with upstream 2019-04-02 15:20:48 +00:00
David Michael
c3884b15d2 bump(dev-lang/nasm): sync with upstream 2019-03-28 14:11:12 +00:00
David Michael
9e926fdc17 bump(metadata/glsa): sync with upstream 2019-03-28 14:10:34 +00:00
David Michael
932c1e7c00 Merge pull request #718 from dm0-/toolchains
Sync toolchains packages with Gentoo
2019-03-22 13:58:43 -04:00
David Michael
c248dc8b8d bump(metadata/glsa): sync with upstream 2019-03-20 14:34:56 +00:00
David Michael
1dce8d0926 bump(sys-devel/bison): sync with upstream 2019-03-19 19:39:37 +00:00
David Michael
f7331b1931 bump(sys-devel/gcc-config): sync with upstream 2019-03-19 19:38:01 +00:00
David Michael
345bd27467 bump(sys-libs/zlib): sync with upstream 2019-03-19 19:37:27 +00:00
David Michael
15f08856d7 bump(virtual/libiconv): sync with upstream 2019-03-19 19:36:11 +00:00
David Michael
6d8035059d bump(dev-libs/mpc): sync with upstream 2019-03-19 19:35:16 +00:00
David Michael
15622f466d bump(dev-libs/mpfr): sync with upstream 2019-03-19 19:35:05 +00:00
David Michael
e574d8e6d1 bump(dev-libs/gmp): sync with upstream 2019-03-19 19:34:51 +00:00
David Michael
c1d16c44dd bump(sys-devel/flex): sync with upstream 2019-03-19 19:20:16 +00:00
David Michael
38b7e8f4ef bump(sys-devel/gcc): sync with upstream 2019-03-19 19:16:53 +00:00
David Michael
90fa257050 bump(metadata/glsa): sync with upstream 2019-03-19 13:51:44 +00:00
David Michael
fe6e077437 bump(metadata/glsa): sync with upstream 2019-03-14 14:35:17 +00:00
David Michael
756c04232e bump(net-misc/wget): sync with upstream 2019-03-11 02:21:13 +00:00
David Michael
a623783aac bump(app-arch/tar): sync with upstream 2019-03-11 02:18:08 +00:00
David Michael
ac0c8ce016 bump(metadata/glsa): sync with upstream 2019-03-11 02:17:25 +00:00
David Michael
f6b1c05cf3 bump(virtual/rust): sync with upstream 2019-03-07 14:06:41 +00:00
David Michael
040aa35ccd bump(virtual/cargo): sync with upstream 2019-03-07 14:06:23 +00:00
David Michael
c9aea64fdc bump(dev-lang/rust): sync with upstream 2019-03-07 14:06:16 +00:00
David Michael
97022575ae bump(dev-util/meson): sync with upstream 2019-02-14 16:57:56 +00:00
David Michael
1596ecdc6e bump(net-misc/curl): sync with upstream 2019-02-13 17:40:57 +00:00
David Michael
67670aedc1 bump(dev-util/intltool): sync with upstream 2019-01-25 18:48:58 +00:00
David Michael
3ade2cd1a2 bump(dev-perl/libintl-perl): sync with upstream 2019-01-25 16:53:39 +00:00
David Michael
1b165010a3 bump(app-admin/perl-cleaner): sync with upstream 2019-01-25 16:53:03 +00:00
David Michael
39c2371957 bump(virtual/perl-Test-Harness): sync with upstream 2019-01-25 16:24:27 +00:00
David Michael
20b5548d5b bump(virtual/perl-File-Temp): sync with upstream 2019-01-25 16:24:14 +00:00
David Michael
f82f2bed71 bump(virtual/perl-File-Path): sync with upstream 2019-01-25 16:24:05 +00:00
David Michael
aedf179b6b bump(virtual/perl-ExtUtils-MakeMaker): sync with upstream 2019-01-25 16:23:56 +00:00
David Michael
3eac213fe6 bump(virtual/perl-Data-Dumper): sync with upstream 2019-01-25 16:23:48 +00:00
David Michael
ee10d05f38 bump(virtual/perl-File-Spec): sync with upstream 2019-01-25 16:23:31 +00:00
David Michael
42f7737f05 bump(virtual/perl-Getopt-Long): sync with upstream 2019-01-25 16:23:22 +00:00
David Michael
9cd7b576fc bump(dev-lang/perl): sync with upstream 2019-01-25 15:29:10 +00:00
David Michael
3bf4076595 app-arch/zstd: Drop dead package 2019-01-22 21:10:37 +00:00
David Michael
259398418b bump(sys-fs/xfsprogs): sync with upstream 2019-01-22 21:09:50 +00:00
David Michael
a904aa671e bump(sys-devel/crossdev): sync with upstream 2019-01-21 13:21:12 +00:00
David Michael
b67e987b49 bump(sys-fs/btrfs-progs): sync with upstream 2019-01-20 04:02:25 +00:00
David Michael
ad294643fa bump(sys-libs/e2fsprogs-libs): sync with upstream 2019-01-20 02:25:06 +00:00
David Michael
a19b3ebe90 bump(sys-fs/e2fsprogs): sync with upstream 2019-01-20 02:24:10 +00:00
David Michael
c4ad67ca4d bump(sys-devel/automake-wrapper): sync with upstream 2019-01-19 23:31:06 +00:00
David Michael
5a6d73ac52 bump(sys-devel/automake): sync with upstream 2019-01-19 22:18:04 +00:00
David Michael
599a424dde bump(sys-devel/make): sync with upstream 2019-01-19 22:17:00 +00:00
David Michael
8c545ba537 bump(sys-devel/libtool): sync with upstream 2019-01-19 22:13:55 +00:00
David Michael
6d326b7eb5 bump(app-arch/xz-utils): sync with upstream 2019-01-19 22:12:50 +00:00
David Michael
8921ac56a2 bump(sys-apps/util-linux): sync with upstream 2019-01-19 22:11:43 +00:00
David Michael
656ef9226e bump(sys-kernel/linux-headers): sync with upstream 2019-01-19 22:02:45 +00:00
David Michael
3252e76d92 chore(metadata): Regenerate cache 2019-01-19 03:35:07 +00:00
David Michael
f4a6dc3cb9 bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2019-01-19 03:35:07 +00:00
David Michael
0748ed4a42 bump(virtual/cargo): sync with upstream 2019-01-18 14:23:48 +00:00
David Michael
7adb2a7015 bump(virtual/rust): sync with upstream 2019-01-18 14:23:40 +00:00
David Michael
22e9bb11ec bump(dev-lang/rust): sync with upstream 2019-01-18 14:23:34 +00:00
David Michael
ddccb708e5 bump(virtual/tmpfiles): sync with upstream 2019-01-07 17:12:18 +00:00
David Michael
a9239410aa bump(metadata/glsa): sync with upstream 2018-12-31 16:04:01 +00:00
David Michael
827cad70ea bump(metadata/glsa): sync with upstream 2018-12-21 15:34:04 +00:00
David Michael
07ec850c53 bump(virtual/cargo): sync with upstream 2018-12-10 14:38:35 +00:00
David Michael
49607607b6 bump(virtual/rust): sync with upstream 2018-12-10 14:38:27 +00:00
David Michael
51e01d7b67 bump(dev-lang/rust): sync with upstream 2018-12-10 14:38:21 +00:00
David Michael
657e711879 net-firewall/iptables: Move to coreos-overlay 2018-11-30 20:51:14 +00:00
David Michael
a54792207f bump(metadata/glsa): sync with upstream 2018-11-29 03:07:05 +00:00
David Michael
9ddd781b9a bump(metadata/glsa): sync with upstream 2018-11-27 14:01:06 +00:00
David Michael
9ec2f8762c bump(dev-lang/rust): sync with upstream 2018-11-14 18:32:56 +00:00
David Michael
f4dfb7e63b dev-util/cargo: Drop dead package 2018-11-14 18:32:47 +00:00
David Michael
1f7e729085 bump(virtual/cargo): sync with upstream 2018-11-14 18:26:47 +00:00
David Michael
bcbff4b7f9 bump(virtual/rust): sync with upstream 2018-11-14 18:26:42 +00:00
David Michael
8994b23886 bump(dev-python/cryptography): sync with upstream 2018-11-13 23:56:18 +00:00
David Michael
9bd1d9707a bump(dev-python/pyopenssl): sync with upstream 2018-11-13 23:55:40 +00:00
David Michael
edc44cf1e7 bump(net-misc/curl): sync with upstream 2018-11-13 17:07:35 +00:00
David Michael
f2857db239 bump(metadata/glsa): sync with upstream 2018-11-12 22:20:40 +00:00
David Michael
2a1db2f2d1 bump(dev-lang/python): sync with upstream 2018-11-12 22:20:26 +00:00
David Michael
0b40c95211 bump(metadata/glsa): sync with upstream 2018-11-01 14:46:34 +00:00
David Michael
6743bf21a8 chore(metadata): Regenerate cache 2018-10-29 17:58:21 +00:00
David Michael
052513d2d9 bump(dev-cpp/gflags): sync with upstream 2018-10-29 17:58:01 +00:00
David Michael
1289b9adfb bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2018-10-29 17:54:45 +00:00
David Michael
b72c79edd6 chore(metadata): Regenerate cache 2018-10-25 19:24:49 +00:00
David Michael
79370d3f8a bump(app-crypt/sbsigntools): sync with upstream 2018-10-25 18:06:14 +00:00
David Michael
a06bd3f958 bump(app-crypt/efitools): sync with upstream 2018-10-25 17:47:39 +00:00
David Michael
9602767b87 bump(sys-power/iasl): sync with upstream 2018-10-25 16:54:50 +00:00
David Michael
eecd399ed0 bump(sys-firmware/edk2-ovmf): sync with upstream 2018-10-25 16:52:58 +00:00
David Michael
0b172dab88 bump(dev-python/pydecomp): sync with upstream 2018-10-19 15:57:49 +00:00
David Michael
58a195e574 bump(dev-python/snakeoil): sync with upstream 2018-10-19 15:57:27 +00:00
David Michael
1985a87c57 bump(app-portage/eclass-manpages): sync with upstream 2018-10-19 15:30:25 +00:00
David Michael
af6967f757 bump(dev-lang/spidermonkey): sync with upstream 2018-10-19 15:30:25 +00:00
David Michael
ce104e0165 bump(net-libs/serf): sync with upstream 2018-10-19 15:30:25 +00:00
David Michael
e1b29389c1 bump(dev-util/catalyst): sync with upstream 2018-10-19 15:30:25 +00:00
David Michael
c9659d471a bump(net-libs/rpcsvc-proto): sync with upstream 2018-10-19 15:30:25 +00:00
David Michael
e215bf4115 bump(dev-util/boost-build): sync with upstream 2018-10-19 15:30:25 +00:00
David Michael
87414fdb04 bump(sys-apps/kexec-tools): sync with upstream 2018-10-19 15:30:25 +00:00
Benjamin Gilbert
591fe22322 bump(dev-vcs/git): sync with upstream 2018-10-17 16:29:54 -04:00
David Michael
9b9126531e bump(virtual/cargo): sync with upstream 2018-10-15 22:12:18 +00:00
David Michael
7e04db865b bump(virtual/rust): sync with upstream 2018-10-15 22:12:12 +00:00
David Michael
61eb10b844 bump(dev-util/cargo): sync with upstream 2018-10-15 22:12:08 +00:00
David Michael
17b3c187c4 bump(dev-lang/rust): sync with upstream 2018-10-15 22:12:00 +00:00
David Michael
8989bed1c4 bump(app-admin/eselect): sync with upstream 2018-10-09 14:31:18 +00:00
David Michael
1ed804585a bump(sys-devel/gdb): sync with upstream 2018-10-09 14:27:23 +00:00
David Michael
e5ac11a7d9 bump(sys-devel/gcc-config): sync with upstream 2018-10-09 14:27:02 +00:00
David Michael
b9caeaa975 bump(sys-devel/binutils-config): sync with upstream 2018-10-09 14:26:45 +00:00
David Michael
4f9f8fb277 bump(sys-kernel/linux-headers): sync with upstream 2018-10-09 14:25:45 +00:00
David Michael
3d7aeedcc9 bump(sys-devel/gcc): sync with upstream 2018-10-09 14:24:07 +00:00
David Michael
f858cd7ac8 bump(sys-libs/binutils-libs): sync with upstream 2018-10-09 14:12:38 +00:00
David Michael
18d0b10346 bump(sys-devel/binutils): sync with upstream 2018-10-09 14:12:30 +00:00
David Michael
6f4134177e bump(app-portage/elt-patches): sync with upstream 2018-10-09 14:10:05 +00:00
David Michael
ead625f93f chore(metadata): Regenerate cache 2018-10-09 14:08:51 +00:00
David Michael
f1cd664d69 bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2018-10-09 14:07:43 +00:00
David Michael
de7c54d126 bump(metadata/glsa): sync with upstream 2018-10-07 20:14:20 +00:00
David Michael
079d0a1c7e chore(metadata): Regenerate cache 2018-09-10 17:06:43 +00:00
David Michael
f8d594bf54 bump(sys-block/parted): sync with upstream 2018-09-06 15:15:36 +00:00
David Michael
19bae6fb6c bump(sys-fs/quota): sync with upstream 2018-09-06 15:15:36 +00:00
David Michael
ff8a9aac88 bump(sys-apps/makedev): sync with upstream 2018-09-06 15:15:36 +00:00
David Michael
85c13bf3b6 Merge pull request #680 from ajeddeloh/add-jsonc
dev-libs/json-c: add package
2018-09-06 09:02:38 -04:00
David Michael
cdaa2bac09 bump(virtual/rust): sync with upstream 2018-08-31 17:41:08 +00:00
David Michael
6af5057b0b bump(app-admin/eselect): sync with upstream 2018-08-24 17:29:25 +00:00
David Michael
0636e04842 bump(dev-python/pyblake2): sync with upstream 2018-08-24 17:29:25 +00:00
David Michael
9c74fcd39e bump(app-portage/gentoolkit): sync with upstream 2018-08-24 17:29:25 +00:00
David Michael
b306c62518 virtual/rust: Move to coreos-overlay 2018-08-20 17:51:25 +00:00
David Michael
83d3882587 bump(dev-util/cargo): sync with upstream 2018-08-19 19:08:10 +00:00
David Michael
fbc72879a7 bump(dev-lang/rust): sync with upstream 2018-08-19 19:08:10 +00:00
David Michael
0413f5f4ff Merge pull request #683 from csssuf/cifs-utils
bump(net-fs/cifs-utils): sync with upstream
2018-08-17 09:44:46 -04:00
David Michael
1a764e4b9c bump(metadata/glsa): sync with upstream 2018-07-30 16:26:44 +00:00
David Michael
25ff67b017 bump(net-misc/curl): sync with upstream 2018-07-30 16:26:02 +00:00
James Forcier
768a2d48ef bump(net-fs/cifs-utils): sync with upstream 2018-07-26 21:02:27 +00:00
James Forcier
b5b2357980 Merge pull request #681 from csssuf/bump-protobuf
bump(dev-libs/protobuf): sync with upstream
2018-07-05 16:09:38 -07:00
David Michael
859038de1d bump(sys-devel/autoconf-archive): sync with upstream 2018-07-05 02:30:17 +00:00
James Forcier
52ae64584a bump(dev-libs/protobuf): sync with upstream 2018-07-03 22:28:53 +00:00
Andrew Jeddeloh
26c4cc3ec3 dev-libs/json-c: add package
This is a dependency of google-oslogin
2018-07-03 10:56:11 -07:00
David Michael
82e3ea6138 bump(dev-util/meson): sync with upstream 2018-06-29 05:24:31 +00:00
David Michael
7e31920c58 Merge pull request #676 from dm0-/boost
bump(dev-libs/boost): sync with upstream
2018-06-26 16:24:59 -04:00
David Michael
6ccb1d3d43 bump(sys-apps/file): sync with upstream 2018-06-26 03:30:49 +00:00
David Michael
efeec47380 bump(metadata/glsa): sync with upstream 2018-06-26 03:30:32 +00:00
David Michael
0d6b784044 bump(dev-libs/boost): sync with upstream 2018-06-26 03:24:44 +00:00
David Michael
6f2d45b39d bump(dev-python/boto): sync with upstream 2018-06-22 15:43:07 +00:00
David Michael
93fdeeb8f4 bump(dev-libs/glib): sync with upstream 2018-06-22 14:41:05 +00:00
David Michael
06c234a197 bump(dev-python/crcmod): sync with upstream 2018-06-22 14:25:32 +00:00
David Michael
a43a2984c7 bump(dev-util/gdbus-codegen): sync with upstream 2018-06-22 14:24:46 +00:00
David Michael
531ca6f8cc bump(sys-fs/cryptsetup): sync with upstream 2018-06-22 13:42:08 +00:00
David Michael
8e801ffbd7 bump(sys-apps/kmod): sync with upstream 2018-06-22 13:41:36 +00:00
David Michael
60d9ac7304 bump(virtual/libelf): sync with upstream 2018-06-22 13:41:06 +00:00
David Michael
2be36448e7 bump(sys-apps/i2c-tools): sync with upstream 2018-06-22 13:40:19 +00:00
David Michael
4d62b40af4 bump(dev-python/ipaddress): sync with upstream 2018-06-22 13:39:46 +00:00
David Michael
17f2199d71 bump(virtual/python-ipaddress): sync with upstream 2018-06-22 13:39:38 +00:00
David Michael
4d3c6ceef6 bump(dev-python/setuptools): sync with upstream 2018-06-22 13:38:44 +00:00
David Michael
535cd79d4d bump(dev-python/certifi): sync with upstream 2018-06-22 13:38:22 +00:00
David Michael
cbb0e50718 bump(dev-python/ply): sync with upstream 2018-06-22 13:38:00 +00:00
David Michael
0c068ae45b bump(dev-python/pycparser): sync with upstream 2018-06-22 13:37:33 +00:00
David Michael
97141fa9aa bump(dev-python/cffi): sync with upstream 2018-06-22 13:37:09 +00:00
David Michael
29dc81a774 bump(sys-devel/automake): sync with upstream 2018-06-22 13:36:35 +00:00
David Michael
7f2f94729e x11-proto/xproto: Drop dead package 2018-06-21 16:17:39 +00:00
David Michael
24f8e577fd bump(x11-misc/makedepend): sync with upstream 2018-06-21 16:16:29 +00:00
David Michael
aa78443794 bump(x11-base/xorg-proto): sync with upstream 2018-06-21 16:16:19 +00:00
David Michael
663579d68d chore(metadata): Regenerate cache 2018-06-21 14:43:44 +00:00
David Michael
ee7f5be043 bump(sys-devel/autoconf): sync with upstream 2018-06-21 14:42:01 +00:00
David Michael
cdcc9e1545 bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2018-06-21 14:32:48 +00:00
David Michael
a267941931 bump(metadata/glsa): sync with upstream 2018-06-20 18:04:41 +00:00
David Michael
4abaced98c bump(net-misc/curl): sync with upstream 2018-06-20 18:04:07 +00:00
David Michael
7d659b082e Merge pull request #671 from dm0-/crossdev
Update crossdev
2018-06-15 19:54:34 -04:00
David Michael
6a7f749360 bump(metadata/glsa): sync with upstream 2018-06-15 14:34:27 +00:00
David Michael
14a0ce8a4c bump(app-portage/portage-utils): sync with upstream 2018-06-14 16:04:20 +00:00
David Michael
955ae2e94a bump(sys-apps/gentoo-functions): sync with upstream 2018-06-14 16:04:20 +00:00
David Michael
f61b9ba7b6 bump(sys-devel/crossdev): sync with upstream 2018-06-14 16:04:20 +00:00
David Michael
442b29e851 bump(dev-db/sqlite): sync with upstream 2018-06-14 13:37:14 +00:00
David Michael
1a84ac4c93 bump(metadata/glsa): sync with upstream 2018-06-02 02:10:27 +00:00
Benjamin Gilbert
b9283608dd bump(sys-process/procps): sync with upstream 2018-05-30 16:52:26 -07:00
Benjamin Gilbert
54f1c510c9 bump(dev-vcs/git): sync with upstream 2018-05-30 18:21:13 +00:00
David Michael
d13b1e8023 Merge pull request #664 from dm0-/rust
Upgrade Rust to 1.26.0
2018-05-19 02:05:27 -04:00
David Michael
b9786c0f3d bump(virtual/rust): sync with upstream 2018-05-17 11:50:30 -04:00
David Michael
10e29c49c8 bump(dev-util/cargo): sync with upstream 2018-05-17 11:50:22 -04:00
David Michael
afea0d3d33 bump(dev-lang/rust): sync with upstream 2018-05-17 11:50:15 -04:00
David Michael
6e88f21b33 dev-util/catalyst: Move to coreos-overlay 2018-05-16 16:56:26 -04:00
David Michael
99aa76bc84 bump(metadata/glsa): sync with upstream 2018-05-16 16:48:42 -04:00
David Michael
dccb032032 bump(net-misc/rsync): sync with upstream 2018-05-16 16:45:59 -04:00
David Michael
6231c73ab0 bump(dev-libs/libxml2): sync with upstream 2018-05-14 18:08:58 -04:00
David Michael
f1d720d69e bump(virtual/krb5): sync with upstream 2018-05-14 17:51:52 -04:00
David Michael
28d48ddbf0 bump(net-dns/bind-tools): sync with upstream 2018-05-14 15:13:54 -04:00
David Michael
c284a26bef bump(dev-db/sqlite): sync with upstream 2018-05-14 15:11:19 -04:00
David Michael
5aaa269672 bump(app-shells/bash-completion): sync with upstream 2018-05-14 15:04:55 -04:00
David Michael
9c3b03faf4 bump(sys-apps/util-linux): sync with upstream 2018-05-14 14:58:20 -04:00
David Michael
7c6f33d9f7 bump(app-eselect/eselect-pinentry): sync with upstream 2018-05-14 14:26:31 -04:00
David Michael
db98cd9b81 bump(app-crypt/pinentry): sync with upstream 2018-05-14 14:25:08 -04:00
David Michael
6c798c1c1d bump(app-editors/vim-core): sync with upstream 2018-05-14 14:22:14 -04:00
David Michael
673f065a53 bump(app-editors/vim): sync with upstream 2018-05-14 14:21:54 -04:00
David Michael
7763981707 bump(sys-apps/less): sync with upstream 2018-05-14 14:19:07 -04:00
David Michael
0e1e958888 bump(app-crypt/rhash): sync with upstream 2018-05-14 14:03:40 -04:00
David Michael
3771c0a932 bump(dev-util/cmake): sync with upstream 2018-05-14 13:59:53 -04:00
David Michael
d0984fc6ec bump(sys-apps/gptfdisk): sync with upstream 2018-05-14 13:53:15 -04:00
David Michael
a084a04dab bump(dev-libs/libpcre): sync with upstream 2018-05-11 18:48:29 -04:00
David Michael
ecf746dd4c bump(app-crypt/gnupg): sync with upstream 2018-05-11 18:28:51 -04:00
David Michael
50569e6d4a app-emulation/qemu: Drop package being used in the overlay 2018-05-11 18:26:21 -04:00
David Michael
34f7911b64 bump(sys-libs/readline): sync with upstream 2018-05-11 16:16:05 -04:00
Euan Kemp
606f8b1106 bump(net-misc/wget): update for CVE-2018-0494 2018-05-08 15:24:35 -07:00
David Michael
f9844ca8c9 bump(dev-lang/python): sync with upstream 2018-05-03 12:18:58 -04:00
David Michael
d435bfc084 app-admin/sudo: Move to coreos-overlay 2018-05-01 14:36:05 -04:00
Geoff Levand
c9f6e9b47f Merge pull request #646 from glevand/for-merge-sel-deps
Update packages needed by SELinux
2018-04-25 09:47:59 -07:00
Geoff Levand
707c33f0e8 chore(metadata): Regenerate cache 2018-04-24 17:21:29 -07:00
David Michael
b85469d772 bump(dev-lang/swig): sync with upstream 2018-04-24 17:21:29 -07:00
Geoff Levand
117b245155 virtual/perl-ExtUtils-MakeMaker: Import latest
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:29 -07:00
Geoff Levand
b79fc4b769 virtual/perl-File-Spec: Import latest
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:29 -07:00
Geoff Levand
9c75ab362b dev-perl/Unicode-EastAsianWidth: Import latest
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:29 -07:00
Geoff Levand
d999fc9284 dev-perl/Text-Unidecode: Import latest
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:28 -07:00
Geoff Levand
5d77671c1f dev-perl/libintl-perl: Import latest
Signedoff-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:28 -07:00
Geoff Levand
ed3e0ac8fb dev-util/catalyst: Import latest
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:28 -07:00
Geoff Levand
e939704492 sys-apps/texinfo: Move to coreos-overlay
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:28 -07:00
Geoff Levand
dda35d37cd bump(sys-apps/sandbox): sync with upstream
Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-04-24 17:21:28 -07:00
Benjamin Gilbert
4eace34482 sys-firmware/intel-microcode: move to overlay 2018-04-24 13:35:16 -04:00
David Michael
a836107670 bump(virtual/rust): sync with upstream 2018-04-17 10:50:15 -04:00
David Michael
bcbb7479a5 bump(dev-util/cargo): sync with upstream 2018-04-17 10:49:58 -04:00
David Michael
36c88f4051 bump(dev-lang/rust): sync with upstream 2018-04-17 10:49:47 -04:00
David Michael
805e1b1a92 bump(metadata/glsa): sync with upstream 2018-04-16 13:19:34 -04:00
David Michael
ff2e921785 bump(metadata/glsa): sync with upstream 2018-04-10 12:09:03 -04:00
David Michael
22c38d67d0 bump(app-portage/gentoolkit): sync with upstream 2018-04-10 11:59:53 -04:00
David Michael
3dfccb0d5b bump(sys-firmware/vgabios): sync with upstream 2018-04-09 13:29:06 -04:00
David Michael
7007fa4a03 bump(sys-apps/dtc): sync with upstream 2018-04-09 13:21:52 -04:00
David Michael
a69229a822 bump(sys-firmware/sgabios): sync with upstream 2018-04-09 13:21:14 -04:00
David Michael
b4fd0a548c bump(sys-firmware/seabios): sync with upstream 2018-04-09 13:18:11 -04:00
David Michael
cc0baee16b bump(sys-firmware/ipxe): sync with upstream 2018-04-09 13:16:17 -04:00
David Michael
31fabe6d17 bump(app-emulation/qemu): sync with upstream 2018-04-09 13:08:54 -04:00
David Michael
2a1c39614e bump(net-misc/curl): sync with upstream 2018-04-09 12:56:46 -04:00
David Michael
31a4e4c512 bump(metadata/glsa): sync with upstream 2018-04-09 12:56:33 -04:00
David Michael
1907ae4335 bump(app-text/docbook-xsl-stylesheets): sync with upstream 2018-04-09 12:48:04 -04:00
David Michael
a55759cc45 bump(sys-devel/gdb): sync with upstream 2018-04-06 11:06:48 -04:00
David Michael
f48132c892 bump(dev-libs/libxslt): sync with upstream 2018-04-06 11:06:48 -04:00
David Michael
b6a4f88c34 bump(metadata/glsa): sync with upstream 2018-04-06 11:06:48 -04:00
David Michael
eb50c68d58 bump(dev-cpp/gtest): sync with upstream 2018-04-05 16:08:29 -04:00
David Michael
db1eec2313 bump(dev-cpp/glog): sync with upstream 2018-04-05 16:08:25 -04:00
David Michael
ce12f19607 bump(dev-cpp/gflags): sync with upstream 2018-04-05 16:08:20 -04:00
David Michael
0fc7100fc1 dev-cpp/gmock: Drop package
This is now provided by gtest
2018-04-05 16:08:01 -04:00
David Michael
b529491896 Merge pull request #648 from dm0-/systemd
bump(sys-libs/libseccomp): sync with upstream
2018-03-22 18:06:48 -04:00
David Michael
d410ad9e56 bump(sys-firmware/intel-microcode): sync with upstream 2018-03-22 16:02:34 -04:00
Euan Kemp
6bb1e53eed bump(dev-libs/libusb): sync with upstream 2018-03-20 15:40:58 -07:00
Euan Kemp
e7af03b416 bump(virtual/libusb): sync with upstream 2018-03-20 15:40:58 -07:00
Euan Kemp
41251a4f01 bump(dev-libs/libusb-compat): sync with upstream 2018-03-20 15:40:58 -07:00
Euan Kemp
83ca7d986a bump(app-crypt/gnupg): sync with upstream 2018-03-20 15:25:15 -07:00
Andrew Jeddeloh
df0f5bff3b Merge pull request #647 from ajeddeloh/update-old-pkgs
Update old pkgs
2018-03-19 17:13:35 -07:00
David Michael
060dfb7a97 bump(sys-libs/libseccomp): sync with upstream 2018-03-19 16:06:12 -04:00
David Michael
b654c58fb0 bump(sys-firmware/intel-microcode): sync with upstream 2018-03-14 09:21:12 -04:00
David Michael
46a938995e bump(metadata/glsa): sync with upstream 2018-03-07 19:09:10 -05:00
Andrew Jeddeloh
d6d29a53cb bump(virtual/dev-manager): sync with upstream 2018-03-07 16:04:06 -08:00
David Michael
6af1f7865d bump(sys-apps/util-linux): sync with upstream 2018-03-07 19:03:55 -05:00
Andrew Jeddeloh
27d6c9abdd virtual/jpeg: sync with upstream 2018-03-07 16:03:00 -08:00
Andrew Jeddeloh
4c11c1cf21 virtual/udev: sync with upstream 2018-03-07 16:00:43 -08:00
Andrew Jeddeloh
e642032012 virtual/libudev: sync with upstream 2018-03-07 15:58:34 -08:00
Andrew Jeddeloh
eda61d5db5 sys-apps/grep: sync with upstream 2018-03-07 15:49:41 -08:00
David Michael
d7beec9ec7 bump(net-libs/libpcap): sync with upstream 2018-02-22 17:23:47 -05:00
David Michael
007556ac66 dev-lang/rust: Move to coreos-overlay 2018-02-10 22:48:50 -05:00
David Michael
ece5190a8a bump(sys-devel/gcc): sync with upstream 2018-02-09 16:19:21 -05:00
Andrew Jeddeloh
7ffb56efb4 dev-python: update packages for pyopenssl
Update dev-python/
 - asn1crypto
 - cffi
 - cryptography
 - idna
2018-02-09 11:13:52 -08:00
Andrew Jeddeloh
257904cbae dev-python/pyopenssl: add package
This is needed by google-cloud-sdk
2018-02-09 10:56:45 -08:00
Andrew Jeddeloh
c1461750c1 dev-python/pyyaml: remove package
This is only used by hard-host-depends.
2018-02-08 17:11:17 -08:00
Andrew Jeddeloh
bfe7507f47 dev-python/pyopenssl: remove package
This is only required by hard-host-depends
2018-02-08 14:42:57 -08:00
Andrew Jeddeloh
5578238dae dev-python/cherrypy: remove package
Only used by hard-host-depends
2018-02-07 13:11:57 -08:00
Andrew Jeddeloh
bedb213db8 dev-python/ws4py: remove pacakge
Only used bt hard-host-depends
2018-02-07 13:10:56 -08:00
Andrew Jeddeloh
8aaa9d70fe dev-python/setproctitle: remove pacakge
Only used by hard-host-depends
2018-02-07 13:10:12 -08:00
Andrew Jeddeloh
585b65fe3b dev-python/pyusb: remove package
Only used by hard-host-depends
2018-02-07 13:09:23 -08:00
Andrew Jeddeloh
924d35361e dev-python/python-daemon: remove package:
Only used by hard-host-depends
2018-02-07 13:08:32 -08:00
Andrew Jeddeloh
1ae2f3eb63 dev-python/pyinotify: remove package
only used by hard-host-depends
2018-02-07 13:06:34 -08:00
Andrew Jeddeloh
d1290ba452 dev-python/netifaces: remove package
Only used by hard-host-depends
2018-02-07 13:05:43 -08:00
Andrew Jeddeloh
aed8d790e4 dev-python/m2crypto: remove package
This is only used by hard-host-depends
2018-02-07 13:01:26 -08:00
Andrew Jeddeloh
41e467a7da sys-devel/smatch: remove unused package
smatch is only used in repohooks which we don't execute.
2018-02-07 12:52:21 -08:00
Andrew Jeddeloh
65c32b545b app-arch/cabextract: remove package
This is only used by hard-host-depends for no apparent reason.
lesspipe.sh supports .cab files and uses it, but given we don't handle
.cab files, it can be safely removed.
2018-02-07 11:51:37 -08:00
Andrew Jeddeloh
c8c74eb70d Merge pull request #639 from ajeddeloh/rm-texi
app-text/texi2html: remove package
2018-02-06 16:30:20 -08:00
David Michael
1da1e62787 bump(dev-libs/libpcre2): sync with upstream 2018-02-06 14:55:28 -05:00
Andrew Jeddeloh
e1d94c651b app-text/texi2html: remove package
Remove dead package
2018-02-05 17:32:53 -08:00
David Michael
91dab2f4ac bump(virtual/rust): sync with upstream 2018-01-24 17:51:28 -05:00
David Michael
51674acce3 bump(dev-libs/jemalloc): sync with upstream 2018-01-23 18:52:29 -05:00
David Michael
b1154c5c64 bump(dev-util/cargo): sync with upstream 2018-01-23 18:52:29 -05:00
David Michael
dacfb7d28a bump(dev-lang/rust): sync with upstream 2018-01-23 18:52:29 -05:00
David Michael
833c420951 bump(dev-libs/libksba): sync with upstream
This doesn't actually upgrade the package.
2018-01-18 16:06:53 -05:00
David Michael
09d0e1a0a3 bump(dev-libs/libgcrypt): sync with upstream 2018-01-18 15:36:47 -05:00
David Michael
9fa62a7f61 bump(dev-libs/libassuan): sync with upstream 2018-01-18 15:07:34 -05:00
David Michael
22fbde60da bump(app-crypt/gnupg): sync with upstream 2018-01-18 15:05:18 -05:00
Andrew Jeddeloh
26d6c791fe sys-apps/iucode_tool: add package
The new intel-microcode ebuilds use iucode_tool. Add this package so we
can use the new ebuilds.
2018-01-17 13:20:53 -08:00
Andrew Jeddeloh
27e6f666c2 sys-firmware/intel-microcode: add package
Needed for spectre mitigation
2018-01-17 13:20:53 -08:00
David Michael
56f4f2caa0 bump(net-misc/rsync): sync with upstream 2018-01-17 10:30:26 -05:00
David Michael
1005980f1c bump(metadata/glsa): sync with upstream 2018-01-17 10:28:56 -05:00
David Michael
8156c766b7 bump(virtual/libintl): sync with upstream 2018-01-09 12:18:27 -05:00
David Michael
b60b53faa9 bump(sys-devel/gettext): sync with upstream 2018-01-09 12:18:27 -05:00
David Michael
717ab9227b bump(dev-util/ninja): sync with upstream 2018-01-09 12:18:27 -05:00
David Michael
d54df5e5ca bump(dev-util/meson): sync with upstream 2018-01-09 12:18:27 -05:00
David Michael
d6601acddb bump(app-editors/emacs): sync with upstream 2018-01-08 09:56:27 -05:00
David Michael
27e7839ace bump(metadata/glsa): sync with upstream 2018-01-08 09:55:53 -05:00
David Michael
6bcbb02c18 sys-apps/kexec-tools: Move to coreos-overlay 2018-01-07 11:47:00 -05:00
David Michael
e0f2957610 bump(sys-boot/efibootmgr): sync with upstream 2018-01-07 11:40:10 -05:00
David Michael
07d2589fb7 bump(sys-libs/efivar): sync with upstream 2018-01-07 11:40:10 -05:00
David Michael
6a4891e0f1 bump(app-arch/lzop): sync with upstream 2018-01-06 10:20:29 -05:00
David Michael
abd0e43e91 bump(sys-firmware/ipxe): sync with upstream 2018-01-04 17:03:12 -05:00
David Michael
3dfb56e3e2 bump(sys-block/thin-provisioning-tools): sync with upstream 2018-01-04 14:58:52 -05:00
David Michael
36be5f18a8 bump(app-arch/cpio): sync with upstream 2018-01-04 14:58:33 -05:00
David Michael
b034ca268b bump(sys-devel/gcc): sync with upstream 2018-01-04 14:58:05 -05:00
David Michael
f9708f45d0 bump(sys-devel/binutils): sync with upstream 2018-01-04 14:57:40 -05:00
David Michael
8081c6c356 bump(sys-libs/binutils-libs): sync with upstream 2018-01-04 14:56:36 -05:00
David Michael
5106582477 bump(metadata/glsa): sync with upstream 2017-12-15 10:20:24 -05:00
David Michael
720c5133de bump(net-misc/curl): sync with upstream 2017-12-15 10:17:22 -05:00
David Michael
946bfa2725 bump(sys-fs/multipath-tools): sync with upstream 2017-12-07 13:45:22 -05:00
David Michael
bbb9cf5c36 Merge pull request #627 from dm0-/rust
Move Rust to coreos-overlay for upgrading
2017-11-27 23:08:18 -05:00
Andrew Jeddeloh
cf92aefd27 Merge pull request #608 from ajeddeloh/update-readme
readme: add section on package removal
2017-11-16 15:16:49 -08:00
Andrew Jeddeloh
038ea225ac readme: add section on package removal
Document pitfalls and useful tricks for discovering where a package is
used.
2017-11-16 15:16:20 -08:00
David Michael
b4398d031e dev-util/cargo: Move to coreos-overlay 2017-11-16 16:36:29 -05:00
David Michael
fc234085a6 dev-lang/rust: Move to coreos-overlay 2017-11-16 16:36:00 -05:00
Andrew Jeddeloh
cc2ffb72f6 Merge pull request #626 from ajeddeloh/rm-overlay-things
*: remove things that are newer in coreo-overlay
2017-11-15 10:12:08 -08:00
Andrew Jeddeloh
f25ee2fd39 Merge pull request #625 from ajeddeloh/rm-sys-things2
sys-*/*: remove unused packages
2017-11-15 10:11:59 -08:00
Andrew Jeddeloh
6950a8192d Merge pull request #624 from ajeddeloh/rm-net-things
net-*/*: remove unused packages
2017-11-15 10:11:51 -08:00
Andrew Jeddeloh
53cf434d48 Merge pull request #623 from ajeddeloh/rm-dev-things
dev-*/*: remove unused packages
2017-11-15 10:11:43 -08:00
Andrew Jeddeloh
4cb772c876 *: remove things that are newer in coreo-overlay
Packages removed:
 - app-crypt/sbsigntool
 - sys-apps/policycoreutils
 - sys-apps/net-tools
 - sys-libs/libselinux
 - sys-libs/libsemanage
2017-11-14 12:11:38 -08:00
Andrew Jeddeloh
fea52b9493 sys-*/*: remove unused packages
Pacakges removed:
 - sys-apps/fbset
 - sys-apps/flashrom
 - sys-apps/install-xattr
 - sys-apps/man
 - sys-devel/autogen
 - sys-devel/distcc
 - sys-fs/udev
 - sys-process/time
2017-11-14 10:44:27 -08:00
Andrew Jeddeloh
93da6a6e73 net-*/*: remove unused packages
Pacakges removed:
 - net-dns/libidn
 - net-mail/mailbase
2017-11-14 10:40:54 -08:00
Andrew Jeddeloh
2bdbbb1d9e dev-*/*: remove unused packages
Packages removed:
 - dev-cpp/ctemplate
 - dev-db/freetds
 - dev-db/lmdb
 - dev-lang/tcl
 - dev-util/diffstat
 - dev-util/itstool
 - dev-util/yacc
 - dev-vcs/cvsps
2017-11-14 10:38:27 -08:00
Andrew Jeddeloh
983924985b app-*/*: remove unused packages
Packages removed:
 - app-admin/rsyslog
 - app-arch/p7zip
 - app-arch/snappy
 - app-crypt/efitools
 - app-crypt/pesign
2017-11-14 10:34:00 -08:00
David Michael
f6b720db55 bump(metadata/glsa): sync with upstream 2017-11-11 22:38:31 -05:00
Andrew Jeddeloh
5bd3d43f57 Merge pull request #609 from ajeddeloh/rm-systemd-intregration
Remove things that seem critical but aren't
2017-11-10 14:59:54 -08:00
Andrew Jeddeloh
e39df391e6 Merge pull request #615 from ajeddeloh/remove-dev-libs
dev-libs/*: remove unused packages
2017-11-10 14:32:04 -08:00
Andrew Jeddeloh
40ee5bdb8b Merge pull request #616 from ajeddeloh/remove-other-libs
*-libs/*: remove unused libs
2017-11-10 14:31:45 -08:00
Andrew Jeddeloh
b82b55e6c5 Merge pull request #617 from ajeddeloh/remove-ruby
*: remove ruby
2017-11-10 14:31:25 -08:00
Andrew Jeddeloh
c4fb4e1a62 Merge pull request #618 from ajeddeloh/remove-perl-things
perl: remove unused perl packages
2017-11-10 14:31:15 -08:00
Andrew Jeddeloh
7bd6360c0e Merge pull request #619 from ajeddeloh/rm-swp
sys-fs/udev: remove .swp file
2017-11-10 14:27:33 -08:00
Andrew Jeddeloh
1ced4c6008 sys-fs/udev: remove .swp file
Left over junk that can be removed.
2017-11-10 14:25:04 -08:00
David Michael
835e76ba6d Merge pull request #614 from dm0-/glsa
Fix libxml2 GLSA
2017-11-10 17:18:14 -05:00
Andrew Jeddeloh
df765b7747 perl: remove unused perl packages
Packages removed:
 - dev-perl/Module-Build
 - dev-perl/URI
 - perl-core/Digest
2017-11-10 13:47:22 -08:00
Andrew Jeddeloh
d073dd1bf9 *: remove ruby
Packages removed:
 - app-eselect/eselect-ruby
 - dev-lang/ruby
2017-11-10 13:45:57 -08:00
Andrew Jeddeloh
7bb6152a41 *-libs/*: remove unused libs
Packages removed:
 - media-libs/jpeg
 - net-libs/neon
 - sys-libs/efivar
 - sys-libs/mtdev
 - sys-libs/newlib
 - sys-libs/slang
2017-11-10 13:44:11 -08:00
Andrew Jeddeloh
a559604430 dev-libs/*: remove unused packages
Packages removed:
 - crypto++
 - libatomic_ops
 - libburn
 - libisoburn
 - libisofs
 - libotf
 - libusb-compat
 - newt
 - opencryptoki
 - opensc
2017-11-10 13:40:54 -08:00
Andrew Jeddeloh
f0aeb0297d sys-fs/udev-init-scripts: remove package
This is only needed if running openrc. We do not ship this.
2017-11-10 11:29:09 -08:00
Andrew Jeddeloh
a26bb195a5 dev-libs/check: remove package
This is only a dependency of packages if the test use flag is set.
2017-11-10 11:29:09 -08:00
Andrew Jeddeloh
a26714a1e2 sys-auth/consolekit: remove pacakge
We use systemd, not consolekit. This is only included if the systemd use
flag is unset or the consolekit use flag is set.
2017-11-10 11:29:09 -08:00
Andrew Jeddeloh
9017f09c56 dev-util/dejagnu: remove pacakge
This is only used if the test or regression-test use flags are set,
which we never set.
2017-11-10 11:29:09 -08:00
Andrew Jeddeloh
929b117d58 sys-apps/gentoo-systemd-integration: remove pkg
This is only included when built without the vanilla use flag (which we
use).
2017-11-10 11:29:09 -08:00
Andrew Jeddeloh
712582734d Merge pull request #612 from ajeddeloh/remove-unused-virtuals
virtual/*: remove unused virtuals
2017-11-10 11:24:21 -08:00
Andrew Jeddeloh
3ac675403d Merge pull request #611 from ajeddeloh/remove-more-packages
*: remove unused packages
2017-11-10 11:24:01 -08:00
David Michael
361d82a499 bump(dev-libs/libxml2): sync with upstream 2017-11-10 10:23:56 -05:00
David Michael
ba24d4a071 bump(metadata/glsa): sync with upstream 2017-11-10 10:21:50 -05:00
Andrew Jeddeloh
4c6305ee44 virtual/*: remove unused virtuals
These are not used at all (logger, awk) or only with use flags we don't
use (mta, mailx).

Packages removed:
 - virtual/mta
 - virtual/mailx
 - virtual/awk
 - virtual/logger
2017-11-09 12:35:31 -08:00
Andrew Jeddeloh
90203097fb *: remove unused packages
Packages removed:
 - dev-lang/jimtcl
 - net-ftp/tftp-hpa
 - dev-util/stressapptest
 - dev-util/dialog
 - media-libs/alsa-lib
 - sys-auth/pambase (in overlay)
 - sys-apps/mawk
2017-11-08 14:37:55 -08:00
Andrew Jeddeloh
c3892d1390 sys-devel/autoconf: sync with upstream
Newer versions of portage (specifically when upgrading from 2.3.3 to
2.3.8) will fail to emerge the old ebuilds. See gentoo upstream commit
a91f8fc1b6a4e72de75e50dc0579141ebb5122f1.
2017-11-06 12:46:08 -08:00
Andrew Jeddeloh
2b5d14f5b6 Merge pull request #607 from ajeddeloh/add-docbook-xsl
app-text/docbook-xsl-stylesheets: re-add package
2017-11-02 13:17:27 -07:00
Andrew Jeddeloh
4c9fd6419a app-text/docbook-xsl-stylesheets: re-add package
This was removed by mistake in 243bd3d4dfdf90f8daf47aae1267cda09ae2a4dd
Re-add the new version of it.
2017-11-02 13:15:03 -07:00
David Michael
9845876eaf chore(metadata): Regenerate cache 2017-11-02 13:27:55 -04:00
David Michael
6ce8d50765 bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2017-11-02 13:25:45 -04:00
David Michael
1fb57b0e4f bump(app-portage/elt-patches): sync with upstream 2017-11-02 13:25:45 -04:00
David Michael
db95fc98f3 bump(sys-apps/util-linux): sync with upstream 2017-11-02 13:25:45 -04:00
Andrew Jeddeloh
212ee15803 dev-python/*: remove unused packages
These are not used, at least given our current USE flags. List of
packages removed:

dev-python/numpy
dev-python/requests
dev-python/markdown
dev-python/logilab-common
dev-python/chardet
dev-python/jsonrpclib
dev-python/pyserial
dev-python/py
dev-python/pyxdg
dev-python/pexpect
dev-python/dnspython
dev-python/tempita
dev-python/pyxattr
dev-python/ipy
dev-python/beaker
dev-python/astng
dev-python/decorator
dev-python/pytest
2017-11-01 16:49:14 -07:00
Andrew Jeddeloh
5f52cbc759 *: remove all packages unused and 6 years old
Remove everything that no combination of use flags can enable and that
have been untouched for 6 years.

Packages removed:
 - app-misc/evtest
 - app-portage/esearch
 - app-shells/dash
 - dev-libs/fribidi
 - dev-libs/libp11
 - dev-libs/libpthread-stubs
 - dev-libs/pkcs11-helper
 - dev-libs/udis86
 - dev-libs/xmlrpc-c
 - net-proxy/tsocks
 - sys-apps/input-utils
 - sys-apps/memtester
2017-11-01 16:31:40 -07:00
Andrew Jeddeloh
4d49024fe4 app-text: remove ancient packages
These are not dependencies of anything and haven't been touched in 6
years.

Packages removed:
 - app-text/opensp
 - app-text/docbook-sgml-dtd
 - app-text/scrollkeeper-dtd
 - app-text/docbook-dsssl-stylesheets
 - app-text/openjade
 - app-text/htmltidy
2017-11-01 11:25:06 -07:00
Andrew Jeddeloh
933d1e39c2 sys-*: remove unused packages
Removed packages:
 - hdparm
 - aufs-headers
 - aufs-util
 - linux-firmware (we have coreos-firmware in coreos-overlay)
2017-10-31 17:30:59 -07:00
Andrew Jeddeloh
cb06b95cad *: add dependencies for emacs
We have an emacs ebuild but not the dependencies it requires. Really
these are gnutls dependencies and the default use flags for emacs cause
it to depend on gnutls.

Bump gnutls as well.

Packages added:
 - dev-libs/libunistring
 - net-dns/libidn2

Packages updated:
 - net-libs/gnutls
2017-10-31 16:34:47 -07:00
Andrew Jeddeloh
6f5f9ef80c *: remove old packages
ddccontrol is for controlling things like backlights.
libpaper is for dealing with physical paper (e.g. a4, letter).
closure-compiler-bin is something relating to closure or js
poppler-data is for uncommon pdf encodings
libftdi is for communicating with ftdi (serial) chips
2017-10-30 16:01:13 -07:00
Andrew Jeddeloh
7967ef5951 virtual/*: remove old virtuals with no providers
These haven't been updated in 6 years and no longer have any provider
packages. Remove them.
2017-10-30 15:46:39 -07:00
Andrew Jeddeloh
1ae8db246c Merge pull request #599 from ajeddeloh/rm-fonts
media-fonts: remove fonts
2017-10-30 15:12:05 -07:00
Andrew Jeddeloh
6e7cc88079 Merge pull request #597 from ajeddeloh/rm-old-packages
Remove old packages
2017-10-30 15:07:44 -07:00
Andrew Jeddeloh
bcb06655b4 media-fonts: remove fonts
We dont ship fonts. This is left over from ChromiumOS.
2017-10-30 14:49:49 -07:00
Andrew Jeddeloh
11dfc467a8 dev-python/*: add rsa, python-dateutil
These were removed in b6cdf6aafc73ec37cfd345182e4cdc8b665b59ea but are
needed by awscli as well. We didn't catch this because awscli isn't in
sdk-depends.
2017-10-30 14:20:54 -07:00
Andrew Jeddeloh
ea69b05502 media-libs/lcms: remove package
We don't need color management.
2017-10-30 11:33:32 -07:00
Andrew Jeddeloh
fba3d7b84f dev-embedded/*: remove smdk-dltool, openocd
We don't need to communicate with chromeos development boards.
2017-10-30 11:33:32 -07:00
Andrew Jeddeloh
b03b2989a3 Merge pull request #596 from ajeddeloh/rm-old-packages
Remove gcutil and dependencies
2017-10-27 15:25:45 -07:00
Andrew Jeddeloh
21f46539e9 readme: mention md5cache deletion
Include a note that when removing a package, the corresponding cache
files should be removed too.
2017-10-27 14:28:51 -07:00
Andrew Jeddeloh
5103a1a978 dev-python: remove gcutil dependencies
gcutil is replaced with google-cloud-sdk. Remove it and its
dependencies.
2017-10-27 14:28:34 -07:00
Benjamin Gilbert
5d211104f7 bump(net-misc/wget): sync with upstream 2017-10-26 17:56:09 -07:00
Andrew Jeddeloh
d7936532b2 Merge pull request #594 from ajeddeloh/rm-old-packages
*: remove unused packages
2017-10-26 11:05:15 -07:00
Andrew Jeddeloh
9967fe4935 Merge pull request #592 from ajeddeloh/remove-bluetooth-things
net-wireless/bluez-hcidump: remove package
2017-10-25 17:57:10 -07:00
Andrew Jeddeloh
5f3170200d Revert "Revert "net-misc/gsutil: prune old gsutil and dependencies""
This reverts commit 3533b965a01acfc450084fe3a2a16ac0fbed4692.
2017-10-25 17:31:41 -07:00
Andrew Jeddeloh
3cb3b3b531 *: remove unused packages no longer in upstream
None of these are used. They have all been moved to new categories or
deleted upstream.
2017-10-25 16:46:34 -07:00
Andrew Jeddeloh
ce1e72fdbb sys-apps/iproute2: add iproute2 back
iproute2 was moved to the overlay for a patch, but as of 4.13 that patch
has been merged and iproute2 can come back to portage-stable
2017-10-24 17:15:03 -07:00
Andrew Jeddeloh
b190564e19 net-wireless/bluez-hcidump: remove package
This is left over from ChromiumOS.
2017-10-24 10:14:44 -07:00
David Michael
39a3e3b890 bump(dev-libs/libpcre): sync with upstream 2017-10-23 11:30:27 -07:00
David Michael
c466ed4f47 bump(metadata/glsa): sync with upstream 2017-10-23 11:29:42 -07:00
Euan Kemp
1f41089ac2 Merge pull request #588 from euank/socat
bump(net-misc/socat): sync with upstream
2017-10-23 10:31:16 -07:00
David Michael
dd586b7355 bump(net-dns/dnsmasq): sync with upstream 2017-10-18 14:13:18 -07:00
David Michael
aa9897dafb bump(app-arch/libarchive): sync with upstream 2017-10-18 12:31:01 -07:00
David Michael
12c98a960f bump(metadata/glsa): sync with upstream 2017-10-18 12:25:42 -07:00
David Michael
7f26b283f5 bump(net-libs/gnutls): sync with upstream 2017-10-15 14:52:46 -07:00
David Michael
88ae7c5f87 bump(dev-libs/libtasn1): sync with upstream 2017-10-15 14:49:30 -07:00
David Michael
7074fca9fa bump(dev-libs/elfutils): sync with upstream 2017-10-15 14:44:34 -07:00
David Michael
d5ee825435 bump(metadata/glsa): sync with upstream 2017-10-15 14:42:24 -07:00
Euan Kemp
be6868dd47 bump(net-misc/socat): sync with upstream 2017-10-09 13:51:09 -07:00
David Michael
5638e2f91e bump(sys-apps/file): sync with upstream 2017-10-09 11:53:24 -07:00
David Michael
1aea7a18e8 bump(metadata/glsa): sync with upstream 2017-10-09 11:51:02 -07:00
David Michael
c357d7637d bump(dev-vcs/mercurial): sync with upstream 2017-09-29 14:08:17 -07:00
David Michael
e031948253 bump(dev-vcs/cvs): sync with upstream 2017-09-29 14:06:10 -07:00
David Michael
89cb118391 bump(metadata/glsa): sync with upstream 2017-09-29 11:29:43 -07:00
David Michael
95f054aadb bump(net-misc/curl): sync with upstream 2017-09-29 11:29:09 -07:00
David Michael
dea78eee56 bump(sys-devel/binutils-config): sync with upstream 2017-09-29 11:29:08 -07:00
David Michael
2dde0ce5d5 bump(sys-libs/binutils-libs): sync with upstream 2017-09-29 11:29:08 -07:00
David Michael
ab43f818bc bump(sys-devel/binutils): sync with upstream 2017-09-29 11:29:08 -07:00
David Michael
e6c2c08e1e bump(metadata/glsa): sync with upstream 2017-09-29 11:29:08 -07:00
Alex Crawford
4e60b83b58 bump(dev-libs/libuv): sync with upstream 2017-09-09 10:37:10 -07:00
Alex Crawford
e80fcef8a5 bump(dev-util/cmake): sync with upstream 2017-09-09 10:37:10 -07:00
Alex Crawford
1c7339fb7f bump(app-eselect/eselect-rust): sync with upstream 2017-09-09 10:37:10 -07:00
Alex Crawford
b79aa30f4c bump(dev-util/cargo): sync with upstream 2017-09-09 10:37:10 -07:00
Alex Crawford
0823ca4633 bump(dev-lang/rust): sync with upstream 2017-09-09 10:37:10 -07:00
Euan Kemp
4131d7555f bump(net-analyzer/tcpdump): sync with upstream 2017-09-07 14:18:43 -07:00
Euan Kemp
170734c0ec bump(app-arch/zstd): sync with upstream
This is a dependency of the 'casync' tool.
2017-09-01 17:54:14 -07:00
David Michael
83b6eb8b0f bump(dev-go/glide): sync with upstream 2017-08-31 16:52:53 -07:00
Euan Kemp
5407a57b00 bump(sys-apps/net-tools): sync with upstream
We're running with a rather old copy of the ebuild.
While we might replace net-tools at some point, in the meanwhile we
should probably keep it reasonably up to date.

Note: this does drop the `ypdomainname` and `nisdomainname` binaries
from `/usr/bin` (since they are now behind the default-off nis use flag)
2017-08-25 19:04:08 -07:00
Andrew Jeddeloh
cf80ccbc16 Merge pull request #575 from ajeddeloh/app-ipvsadm
sys-cluster/ipvsadm: add package
2017-08-25 18:05:11 -07:00
Euan Kemp
02f8207400 bump(dev-python/s3transfer): sync with upstream
Dependency of the awscli
2017-08-25 11:56:57 -07:00
Euan Kemp
53018ee0f2 bump(dev-python/pygments): sync with upstream
Dependency of the awscli
2017-08-25 11:56:50 -07:00
Euan Kemp
0e380e8185 bump(dev-python/jmespath): sync with upstream
Dependency of the awscli
2017-08-25 11:56:43 -07:00
Euan Kemp
771cebb981 bump(dev-python/futures): sync with upstream
Dependency of the awscli
2017-08-25 11:56:36 -07:00
Euan Kemp
26b38c02c8 bump(dev-python/docutils): sync with upstream
Dependency of the awscli
2017-08-25 11:56:30 -07:00
Euan Kemp
c9c5263d22 bump(dev-python/colorama): sync with upstream
Dependency of the awscli
2017-08-25 11:56:22 -07:00
Euan Kemp
c0a7dccbed bump(dev-python/botocore): sync with upstream
Dependency of the awscli
2017-08-25 11:56:11 -07:00
Euan Kemp
21207cc397 bump(dev-python/awscli): sync with upstream
The awscli is useful for kola users and cleaning up around that.

This is only intended for use in the sdk
2017-08-25 11:55:01 -07:00
David Michael
ec63c5e6a9 bump(dev-util/patchelf): sync with upstream 2017-08-23 13:58:45 -07:00
David Michael
7d7e9cafcb app-arch/unrar: Drop dead package 2017-08-21 13:11:43 -07:00
David Michael
656c105e8b bump(app-arch/bzip2): sync with upstream 2017-08-21 12:04:13 -07:00
David Michael
70d180c8b3 bump(app-arch/unrar): sync with upstream 2017-08-21 12:03:08 -07:00
David Michael
32ed87f0e9 app-text/ghostscript-gpl: drop unused package 2017-08-21 12:02:33 -07:00
David Michael
ac60a0c975 chore(metadata): Regenerate cache 2017-08-21 12:01:36 -07:00
David Michael
802726937a bump(metadata/glsa): sync with upstream 2017-08-21 10:25:12 -07:00
Andrew Jeddeloh
c4d281e83c sys-cluster/ipvsadm: add package
We ship the kernel bits so we should also ship the userspace bits
2017-08-11 14:30:10 -07:00
Euan Kemp
945c34c1fc bump(dev-vcs/git): sync with upstream
Specifically to pick up 2.13.5 which contains a fix for CVE-2017-1000117
2017-08-11 11:43:30 -07:00
David Michael
c13e66ac88 bump(app-portage/repoman): sync with upstream 2017-08-04 12:17:15 -07:00
David Michael
75f0f5a022 bump(dev-python/lxml): sync with upstream 2017-08-04 12:16:55 -07:00
David Michael
6e43648a7c bump(dev-python/pyparsing): sync with upstream 2017-08-03 12:23:32 -07:00
David Michael
0de841baf1 bump(dev-python/six): sync with upstream 2017-08-03 12:22:50 -07:00
David Michael
cab0c06caf bump(dev-python/appdirs): sync with upstream 2017-08-03 12:17:45 -07:00
David Michael
b57bec7ed0 bump(dev-python/packaging): sync with upstream 2017-08-03 12:16:28 -07:00
David Michael
538a14bd92 bump(dev-util/checkbashisms): sync with upstream 2017-08-03 12:10:35 -07:00
David Michael
aa7ceb5f39 bump(sys-fs/cryptsetup): sync with upstream 2017-08-03 12:08:50 -07:00
David Michael
00dbe9be1a bump(sys-apps/ethtool): sync with upstream 2017-08-03 12:08:05 -07:00
David Michael
798b60b8ea bump(net-misc/whois): sync with upstream 2017-08-03 12:06:54 -07:00
David Michael
5543e2af06 bump(net-libs/libmicrohttpd): sync with upstream 2017-08-03 12:05:53 -07:00
David Michael
01347325ae bump(net-analyzer/nmap): sync with upstream 2017-08-03 12:04:31 -07:00
David Michael
7db53a953f bump(dev-python/cython): sync with upstream 2017-08-03 12:02:56 -07:00
David Michael
a13d01a587 bump(dev-python/wrapt): sync with upstream 2017-08-03 12:01:51 -07:00
David Michael
a58dda1a19 bump(dev-python/unittest2): sync with upstream 2017-08-03 12:01:18 -07:00
David Michael
61aafb8a91 bump(dev-python/setuptools_scm): sync with upstream 2017-08-03 12:00:29 -07:00
David Michael
4e1dd83e5f bump(dev-python/setuptools): sync with upstream 2017-08-03 11:59:58 -07:00
David Michael
8a097ab0b9 bump(dev-python/setproctitle): sync with upstream 2017-08-03 11:59:23 -07:00
David Michael
6aabdd9901 bump(dev-python/requests): sync with upstream 2017-08-03 11:58:34 -07:00
David Michael
670cacda3c bump(dev-python/pyusb): sync with upstream 2017-08-03 11:57:40 -07:00
David Michael
bab46f8b4a bump(dev-python/python-dateutil): sync with upstream 2017-08-03 11:57:10 -07:00
David Michael
63f50a2089 bump(dev-python/python-daemon): sync with upstream 2017-08-03 11:56:29 -07:00
David Michael
814c312026 bump(dev-python/pyserial): sync with upstream 2017-08-03 11:55:45 -07:00
David Michael
abab0c3bc4 bump(dev-python/pylint): sync with upstream 2017-08-03 11:51:36 -07:00
David Michael
7c3b0f6dcf bump(dev-python/pyinotify): sync with upstream 2017-08-03 11:50:36 -07:00
David Michael
d8f73ce567 bump(dev-python/pep8): sync with upstream 2017-08-03 11:49:01 -07:00
David Michael
0f9b6f2312 bump(dev-python/markdown): sync with upstream 2017-08-03 11:48:11 -07:00
David Michael
975a735adb bump(dev-python/jsonrpclib): sync with upstream 2017-08-03 11:47:11 -07:00
David Michael
db69389a6b bump(dev-python/flake8): sync with upstream 2017-08-03 11:46:33 -07:00
David Michael
4f863ad2e3 bump(dev-python/cherrypy): sync with upstream 2017-08-03 11:45:05 -07:00
David Michael
677b42f29e bump(dev-python/chardet): sync with upstream 2017-08-03 11:43:40 -07:00
David Michael
c00f9eebfb bump(dev-libs/nspr): sync with upstream 2017-08-03 11:42:41 -07:00
David Michael
8ad5702b5b bump(dev-libs/boost): sync with upstream 2017-08-03 11:41:32 -07:00
David Michael
8e8aee415f bump(app-editors/vim-core): sync with upstream 2017-08-03 11:40:24 -07:00
Benjamin Gilbert
db3845e652 sys-fs/e2fsprogs: move package back from overlay; sync 2017-07-28 19:54:16 -07:00
Benjamin Gilbert
a272e70c18 bump(sys-libs/e2fsprogs-libs): sync with upstream 2017-07-28 19:54:16 -07:00
Geoff Levand
45a55947cb Merge pull request #566 from glevand/for-merge-nasm
bump(dev-lang/nasm): sync with upstream
2017-07-27 15:37:49 -07:00
Euan Kemp
ebf6d6caa2 readme: update update_ebuilds info
Goes along with the change in #719. Also update another instance of
CoreOS.
2017-07-27 11:36:20 -07:00
Euan Kemp
38b19e1f63 bump(app-vim/gentoo-syntax): sync with upstream 2017-07-27 11:30:43 -07:00
Geoff Levand
0e48b009ad bump(dev-lang/nasm): sync with upstream
Recent edk2 builds need nasm-2.10 or better.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2017-07-26 18:14:07 -07:00
Benjamin Gilbert
ef6022f013 Merge pull request #565 from bgilbert/nftables
net-libs/libnftnl: add package
2017-07-25 20:41:34 -07:00
David Michael
82c5f3811a chore(metadata): Regenerate cache 2017-07-24 17:35:41 -07:00
David Michael
ae835f9b29 dev-libs/yajl: drop dead package 2017-07-24 17:35:23 -07:00
Benjamin Gilbert
aaeec47fcc net-libs/libnftnl: add package 2017-07-24 14:00:01 -07:00
David Michael
15a1555043 bump(dev-util/re2c): sync with upstream 2017-07-19 13:14:12 -07:00
David Michael
379d06dec5 bump(dev-util/meson): sync with upstream 2017-07-19 13:01:01 -07:00
David Michael
47f585634e bump(dev-util/ninja): sync with upstream 2017-07-19 13:00:52 -07:00
David Michael
89cba335c5 bump(dev-lang/python): sync with upstream 2017-07-19 12:59:17 -07:00
David Michael
269204200a bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2017-07-19 12:58:28 -07:00
David Michael
125bb460d8 bump(sys-kernel/dracut): sync with upstream 2017-07-11 18:22:27 -07:00
David Michael
00d0400d58 bump(dev-libs/libpipeline): sync with upstream 2017-07-09 17:44:36 -07:00
David Michael
ae4583d564 bump(app-text/manpager): sync with upstream 2017-07-09 17:29:18 -07:00
David Michael
5c70328f3f bump(sys-apps/man-db): sync with upstream 2017-07-09 17:24:50 -07:00
David Michael
2327a315bb bump(metadata/glsa): sync with upstream 2017-07-09 17:18:14 -07:00
David Michael
32a0bd8b52 bump(media-libs/libjpeg-turbo): sync with upstream 2017-06-30 13:22:30 -07:00
David Michael
6a3d123212 Merge pull request #556 from dm0-/perl
Upgrade to Perl 5.24
2017-06-26 16:51:06 -07:00
David Michael
5b11f0b15b bump(app-editors/vim-core): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
174597c4b0 bump(sys-fs/squashfs-tools): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
3299bb8ff7 bump(sys-fs/lsscsi): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
931b2d775f bump(sys-fs/cryptsetup): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
07aaaffd35 bump(sys-apps/ethtool): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
fbbbb3b203 bump(net-nds/openldap): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
d58f64486e bump(net-misc/whois): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
efcbc0c27d bump(net-libs/libpcap): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
6f8c59c452 bump(net-libs/libmicrohttpd): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
fe30ba7ced bump(net-analyzer/nmap): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
ce4ca2058c bump(media-libs/libpng): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
05b4f882b9 bump(dev-libs/nspr): sync with upstream 2017-06-23 14:24:50 -07:00
David Michael
03eae831ee bump(dev-libs/libassuan): sync with upstream 2017-06-23 14:24:49 -07:00
David Michael
61462f6137 bump(dev-libs/apr): sync with upstream 2017-06-23 14:24:49 -07:00
David Michael
44f96d1a01 bump(app-shells/gentoo-bashcomp): sync with upstream 2017-06-23 12:33:20 -07:00
David Michael
2f615aaa85 bump(app-shells/bash-completion): sync with upstream 2017-06-23 12:30:44 -07:00
David Michael
33f9a959b4 bump(app-crypt/gnupg): sync with upstream 2017-06-23 12:24:02 -07:00
David Michael
5c08cc4d14 bump(app-admin/sudo): sync with upstream 2017-06-23 11:25:42 -07:00
David Michael
9fabc30379 bump(app-editors/vim): sync with upstream 2017-06-23 11:23:31 -07:00
David Michael
0d02338bf3 bump(dev-libs/libksba): sync with upstream 2017-06-23 11:22:42 -07:00
David Michael
7b8f2a7817 bump(metadata/glsa): sync with upstream 2017-06-23 11:20:05 -07:00
David Michael
3e54e48a8b bump(net-misc/wget): sync with upstream 2017-06-21 19:43:39 -07:00
David Michael
c91edc8b51 bump(metadata/glsa): sync with upstream 2017-06-21 19:41:13 -07:00
David Michael
f11d3515b4 bump(metadata/glsa): sync with upstream 2017-06-16 14:59:09 -07:00
David Michael
f975533673 bump(net-dialup/minicom): sync with upstream 2017-06-16 14:59:09 -07:00
David Michael
44eb1d8b80 bump(dev-libs/libpcre): sync with upstream 2017-06-16 14:59:09 -07:00
David Michael
bda8edcfce bump(virtual/perl-Data-Dumper): sync with upstream 2017-06-14 14:03:47 -07:00
David Michael
849ab3e1c0 bump(virtual/perl-Test-Harness): sync with upstream 2017-06-14 13:57:08 -07:00
David Michael
0bce886af3 bump(virtual/perl-Getopt-Long): sync with upstream 2017-06-14 13:54:12 -07:00
David Michael
31bfb70c0e bump(perl-core/File-Path): sync with upstream 2017-06-14 13:50:47 -07:00
David Michael
33c1fc500e bump(virtual/perl-File-Path): sync with upstream 2017-06-14 13:48:41 -07:00
David Michael
138a22fe15 bump(dev-lang/perl): sync with upstream 2017-06-14 13:39:44 -07:00
David Michael
6564ebffbc bump(app-arch/lz4): sync with upstream 2017-06-02 16:18:03 -07:00
David Michael
96eca17bef bump(metadata/glsa): sync with upstream 2017-05-31 13:55:03 -07:00
David Michael
d32ad251ad bump(app-admin/sudo): sync with upstream 2017-05-31 13:54:36 -07:00
David Michael
3d948609bc app-emulation/xen{,-tools,-pvgrub}: drop packages 2017-05-31 13:23:25 -07:00
Benjamin Gilbert
384a1ad02f bump(sys-fs/dosfstools): sync with upstream 2017-05-23 15:53:51 -07:00
Benjamin Gilbert
ca5fc648f8 sys-fs/exfat-utils: drop package 2017-05-23 15:53:51 -07:00
Benjamin Gilbert
3ce1184723 bump(sys-fs/btrfs-progs): sync with upstream 2017-05-23 15:53:51 -07:00
David Michael
a9127a090a bump(dev-vcs/git): sync with upstream 2017-05-18 14:54:30 -07:00
David Michael
90769050a1 chore(metadata): Regenerate cache 2017-05-09 11:42:35 -07:00
David Michael
1a3d5ed343 bump(dev-python/pep8): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
9669d48182 bump(dev-python/flake8): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
f441c4b89b bump(dev-python/lazy-object-proxy): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
d2a84c0960 bump(dev-python/wrapt): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
6838cbd259 bump(dev-python/setuptools_scm): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
1bf1682e38 bump(dev-python/isort): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
eeb4ba77cb bump(dev-python/backports-functools-lru-cache): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
55c7de9cc6 bump(dev-python/mccabe): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
92c55b7037 bump(dev-python/astroid): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
eb70bef205 bump(dev-python/configparser): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
4a18e19cb0 bump(dev-python/greenlet): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
3608b2fe93 bump(dev-python/gevent): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
c5a9c4b511 bump(dev-python/cython): sync with upstream 2017-05-09 11:42:11 -07:00
David Michael
92c2da2b29 bump(media-fonts/dejavu): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
67f6f58c97 dev-vcs/bzr: drop package 2017-05-09 11:42:10 -07:00
David Michael
897d561e9e bump(dev-python/tempita): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
efced20e3b bump(dev-python/requests): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
40071d508d bump(dev-python/pyxdg): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
7b69634d3c bump(dev-python/pyserial): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
d2c8d57a55 bump(dev-python/pyflakes): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
68b7ea2ad1 bump(dev-python/pexpect): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
09a6fa4905 bump(dev-python/markdown): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
2ecc422bf1 dev-python/imaging: drop package 2017-05-09 11:42:10 -07:00
David Michael
957b66482d bump(dev-python/jsonrpclib): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
efafb18463 bump(dev-python/dnspython): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
9aee8f0075 bump(app-portage/gentoolkit-dev): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
fca3b58704 bump(dev-cpp/ctemplate): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
80cedb9ff6 bump(dev-libs/newt): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
21dc038f0b bump(dev-python/chardet): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
1f22f9dc07 bump(dev-python/decorator): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
ff12c0135f dev-util/boost-build: move to coreos-overlay 2017-05-09 11:42:10 -07:00
David Michael
e7988119a6 bump(sys-apps/miscfiles): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
37b8d6313b bump(dev-libs/boost): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
50c528da1e bump(sys-apps/i2c-tools): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
7d92b79bc6 bump(dev-lang/yasm): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
d07adc8e2b bump(dev-python/funcsigs): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
35efb4979c bump(virtual/python-funcsigs): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
936f66c179 bump(dev-libs/protobuf): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
4fc37f1b15 bump(dev-python/traceback2): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
7196dce011 bump(dev-python/linecache2): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
69ffbd5d7f bump(dev-python/pbr): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
0e30b78e44 bump(dev-python/python-daemon): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
e3c7e4c52d bump(dev-python/unittest2): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
cad70ed41b bump(dev-python/lockfile): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
b77593f78c bump(dev-python/cherrypy): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
84540cfe15 bump(dev-cpp/gtest): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
9306a21626 bump(dev-python/certifi): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
8b6fe9fb4e bump(dev-python/setuptools): sync with upstream 2017-05-09 11:42:10 -07:00
David Michael
08ccccb847 bump(dev-python/mock): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
414ea18914 bump(dev-python/markupsafe): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
615328184c bump(dev-python/setproctitle): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
ff78b069d8 bump(dev-python/pyinotify): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
0accc30d8c bump(dev-python/python-dateutil): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
45b84cc4c9 bump(app-portage/elt-patches): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
d47adb4f59 bump(dev-python/ws4py): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
0b13a2b262 bump(dev-python/pyusb): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
e779f5ab69 bump(dev-python/pylint): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
59e377152a bump(dev-python/mox): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
5844da8a3e bump(dev-python/ctypesgen): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
704f79d927 bump(dev-python/astng): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
aa827d9470 bump(dev-python/m2crypto): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
b36356ccf0 bump(dev-python/beaker): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
6d9e40d438 bump(sys-libs/libcap-ng): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
db773f4690 bump(dev-python/netifaces): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
10588e8c69 bump(dev-util/boost-build): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
48bf5b54fd bump(dev-python/mako): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
767a666cbd bump(dev-libs/libxml2): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
72d7451e2f bump(eclass): sync with upstream
Packages updated:
  eclass
  licenses
  scripts
2017-05-09 11:42:09 -07:00
David Michael
03acc36304 bump(sys-devel/bison): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
dbdf031d90 bump(app-arch/unzip): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
4ca8da0bcd bump(dev-libs/npth): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
bba0cbba13 bump(app-crypt/pinentry): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
085044e7e0 bump(app-shells/bash-completion): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
fdcb3c8237 bump(app-admin/sudo): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
17b50969ee bump(sys-apps/util-linux): sync with upstream 2017-05-09 11:42:09 -07:00
David Michael
a96327ebc7 bump(app-arch/lbzip2): sync with upstream 2017-05-09 11:42:08 -07:00
David Michael
fc13b07498 bump(sys-apps/man-pages): sync with upstream 2017-05-09 11:42:08 -07:00
David Michael
1bb57637a8 net-misc/tlsdate: drop package 2017-05-09 11:42:08 -07:00
David Michael
e67bff159d bump(net-nds/rpcbind): sync with upstream 2017-05-08 18:13:58 -07:00
David Michael
22a571ed50 bump(dev-libs/libevent): sync with upstream 2017-05-08 11:42:41 -07:00
David Michael
917dcedec8 bump(metadata/glsa): sync with upstream 2017-05-08 11:42:19 -07:00
David Michael
c1650f4e3d bump(dev-libs/nss): sync with upstream 2017-05-04 12:22:24 -07:00
David Michael
b3f7580fbf bump(dev-go/godep): sync with upstream 2017-04-30 12:47:12 -07:00
David Michael
bc549de096 bump(net-misc/curl): sync with upstream 2017-04-25 13:58:34 -07:00
David Michael
1582842ada net-dns/dnsmasq: move to coreos-overlay 2017-04-21 12:07:46 -07:00
David Michael
5cdb1f99aa bump(dev-libs/libbsd): sync with upstream 2017-04-19 12:47:39 -07:00
David Michael
f287dba752 bump(app-arch/libarchive): sync with upstream 2017-04-19 12:46:35 -07:00
Benjamin Gilbert
0863cc1a25 Merge pull request #539 from bgilbert/nvme-cli
sys-apps/nvme-cli: add package
2017-04-12 18:41:11 -07:00
David Michael
f86bfdce90 Merge pull request #536 from dm0-/glsa
Sync GLSAs
2017-04-12 11:40:03 -07:00
Benjamin Gilbert
4ec6a08b62 sys-apps/nvme-cli: add package 2017-04-11 20:19:48 -07:00
David Michael
895f814a7a bump(dev-vcs/git): sync with upstream 2017-04-11 13:54:18 -07:00
David Michael
250ff3f048 bump(sys-apps/less): sync with upstream 2017-04-11 13:54:07 -07:00
David Michael
8d314707a0 bump(metadata/glsa): sync with upstream 2017-04-11 11:54:59 -07:00
David Michael
e6fd5a7bef bump(dev-libs/libtasn1): sync with upstream 2017-04-07 15:01:36 -07:00
David Michael
5785a6ce97 bump(net-misc/curl): sync with upstream 2017-04-07 14:55:33 -07:00
David Michael
d4bd5db5a4 bump(metadata/glsa): sync with upstream 2017-04-07 14:53:34 -07:00
Benjamin Gilbert
3322facbdb bump(dev-util/checkbashisms): sync with upstream
Fixes warning during image_to_vm.sh:

    Unescaped left brace in regex is deprecated, passed through in regex
2017-03-28 13:22:47 -07:00
David Michael
61cc84832e bump(dev-embedded/u-boot-tools): sync with upstream 2017-03-22 16:50:31 -07:00
David Michael
5bc281006c bump(sys-kernel/linux-headers): sync with upstream 2017-03-22 12:55:51 -07:00
David Michael
f6bb291158 bump(dev-util/patchutils): sync with upstream 2017-03-22 12:55:12 -07:00
David Michael
359ac29f5b bump(virtual/perl-Test-Harness): sync with upstream 2017-03-21 18:54:11 -07:00
David Michael
76d08d72b6 bump(virtual/perl-File-Temp): sync with upstream 2017-03-21 18:15:18 -07:00
David Michael
9d5737b079 bump(virtual/perl-Data-Dumper): sync with upstream 2017-03-21 18:15:18 -07:00
David Michael
26f58648c7 bump(perl-core/File-Temp): sync with upstream 2017-03-21 18:15:18 -07:00
David Michael
fcb1714101 bump(perl-core/Digest): sync with upstream 2017-03-21 18:15:18 -07:00
David Michael
081b551998 bump(dev-perl/Module-Build): sync with upstream 2017-03-21 18:15:18 -07:00
David Michael
25968c4597 bump(dev-perl/XML-Parser): sync with upstream 2017-03-21 18:15:17 -07:00
David Michael
dbc486d4d4 bump(dev-perl/URI): sync with upstream 2017-03-21 18:15:17 -07:00
David Michael
50822f917b bump(dev-perl/Locale-gettext): sync with upstream 2017-03-21 18:15:17 -07:00
David Michael
4b998314c0 bump(dev-perl/File-Slurp): sync with upstream 2017-03-21 18:15:17 -07:00
David Michael
c1681d8f1a sys-devel/libperl: drop package 2017-03-21 18:15:17 -07:00
David Michael
4a578526db bump(dev-util/perf): sync with upstream 2017-03-21 18:15:17 -07:00
David Michael
dc10ef94e1 bump(app-admin/perl-cleaner): sync with upstream 2017-03-21 18:15:17 -07:00
David Michael
285d3b9043 perl-core/Data-Dumper: drop package 2017-03-21 18:14:17 -07:00
David Michael
e7c27dc0ea virtual/perl-Module-Build: drop package 2017-03-21 17:58:00 -07:00
David Michael
ef09b36a97 virtual/perl-MIME-Base64: drop package 2017-03-21 17:55:26 -07:00
David Michael
02f1c2a8b0 virtual/perl-Digest: drop package 2017-03-21 17:55:04 -07:00
David Michael
c402990ee6 dev-perl/Digest-SHA1: drop package 2017-03-21 17:53:17 -07:00
David Michael
2b0c2df371 dev-perl/Crypt-PasswdMD5: drop package 2017-03-21 17:52:32 -07:00
David Michael
a26c41d9d2 dev-perl/Capture-Tiny: drop package 2017-03-21 17:52:00 -07:00
David Michael
ea16d3f288 bump(metadata/glsa): sync with upstream 2017-03-21 17:40:02 -07:00
David Michael
3e79c3bd35 bump(virtual/perl-Getopt-Long): sync with upstream 2017-03-21 15:17:56 -07:00
David Michael
0ba32405f8 bump(dev-lang/perl): sync with upstream 2017-03-21 15:09:01 -07:00
David Michael
c012374af9 bump(sys-fs/mdadm): sync with upstream 2017-03-14 17:48:57 -07:00
David Michael
5cb1bcae0e sys-fs/lvm2: drop to move to coreos-overlay 2017-03-13 11:44:41 -07:00
David Michael
2ae8c30fe9 app-text/gnome-doc-utils: drop package 2017-03-09 12:41:15 -08:00
David Michael
e1e1de7426 dev-util/gtk-doc: drop package 2017-03-09 11:30:53 -08:00
David Michael
f5586e251c app-text/yelp-tools: drop package 2017-03-09 11:29:58 -08:00
David Michael
b33f10191c bump(sys-fs/cryptsetup): sync with upstream 2017-03-07 15:33:48 -08:00
Geoff Levand
ad6a0375cf bump(sys-apps/kexec-tools): sync with upstream for arm64
Upstream kexec now supports arm64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2017-03-03 15:03:10 -08:00
David Michael
dae71820ac bump(sys-devel/gcc): sync with upstream 2017-02-24 13:00:10 -08:00
Michael Marineau
0ccec34939 app-admin/eselect: add missing digests 2017-02-22 17:49:33 -08:00
Michael Marineau
6173cf2ab3 app-admin/perl-cleaner: add missing digests 2017-02-22 17:47:40 -08:00
Michael Marineau
a3cdd6dbe8 app-admin/rsyslog: add missing digests 2017-02-22 17:46:26 -08:00
Michael Marineau
448e96aa07 app-admin/sudo: add missing digests 2017-02-22 17:45:06 -08:00
Michael Marineau
f9c0dd7b23 app-arch/gzip: add missing digests 2017-02-22 17:43:47 -08:00
Michael Marineau
0c72ed56cf app-arch/unrar: add missing digests 2017-02-22 17:42:16 -08:00
Michael Marineau
e5bd4dfedd app-arch/xz-utils: add missing digests 2017-02-22 17:40:17 -08:00
Michael Marineau
bce0485187 dev-python/cffi: add missing digests 2017-02-22 17:38:23 -08:00
Michael Marineau
418e7cf7b9 net-analyzer/nmap: add missing digests 2017-02-22 17:36:25 -08:00
Michael Marineau
4998872e56 net-libs/gnutls: add missing digests 2017-02-22 17:32:33 -08:00
David Michael
612328751d bump(sys-firmware/seabios): sync with upstream 2017-02-21 15:11:14 -08:00
David Michael
e3ae219649 bump(net-analyzer/tcpdump): sync with upstream 2017-02-21 15:11:02 -08:00
David Michael
e9c48b4638 dev-python/pycrypto: drop dead package 2017-02-21 15:10:32 -08:00
David Michael
ef8dc5bc68 dev-python/paramiko: drop dead package 2017-02-21 15:10:14 -08:00
David Michael
ad69ab0531 chore(metadata): Regenerate cache 2017-02-14 10:57:26 -08:00
David Michael
4aff1da21a bump(profiles): sync with upstream
Packages updated:
  eclass
  licenses
  profiles
  scripts
2017-02-14 10:20:05 -08:00
David Michael
64bba4f659 bump(app-crypt/pesign): sync with upstream 2017-02-09 16:43:40 -08:00
David Michael
22bf1d99f9 bump(sys-libs/efivar): sync with upstream 2017-02-09 12:09:20 -08:00
David Michael
f721018488 bump(dev-util/ccache): sync with upstream 2017-02-06 10:42:50 -08:00
David Michael
d519801519 Merge pull request #521 from dm0-/drop
Drop some unused packages
2017-01-24 16:30:20 -08:00
David Michael
6ca04d0f71 sys-fs/mtd-utils: drop dead package 2017-01-24 16:16:12 -08:00
David Michael
f56a2eb160 sys-fs/ecryptfs-utils: drop dead package 2017-01-24 16:16:12 -08:00
David Michael
4ed350ce9b bump(dev-libs/nss): sync with upstream 2017-01-24 15:21:54 -08:00
David Michael
e42f4f36cb bump(dev-libs/nspr): sync with upstream 2017-01-24 15:21:54 -08:00
David Michael
75cadf13ca bump(metadata/glsa): sync with upstream 2017-01-24 15:21:54 -08:00
Alex Crawford
7d9dd7a7d4 Merge pull request #502 from crawford/curl
bump(net-misc/curl): sync with upstream
2017-01-18 17:21:28 -08:00
Alex Crawford
9949403324 bump(net-misc/curl): sync with upstream 2017-01-18 16:20:01 -08:00
David Michael
b6c95aa80a bump(sys-apps/file): sync with upstream 2017-01-18 16:14:47 -08:00
David Michael
8033ded09d bump(dev-libs/libpcre): sync with upstream 2017-01-18 16:14:47 -08:00
David Michael
ecb10fed03 Merge pull request #518 from dm0-/clean-accept
Start synchronizing ebuilds for architecture consistency
2017-01-17 19:02:10 -08:00
David Michael
2de38e68aa bump(sys-process/lsof): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
8c9ece9f71 bump(net-nds/rpcbind): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
c320945d16 bump(net-misc/wget): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
f6fe5c6aeb bump(dev-libs/libgcrypt): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
65d4563c0c bump(dev-lang/python): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
1221967aba bump(dev-lang/python-exec): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
01d78110de bump(app-eselect/eselect-python): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
790286d2ea bump(sys-libs/zlib): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
cef5ad6d6c bump(dev-libs/expat): sync with upstream 2017-01-17 16:04:11 -08:00
David Michael
49bda83838 app-portage/gentoolkit: drop package to move to coreos-overlay 2017-01-17 14:15:17 -08:00
David Michael
4be249a2b9 bump(sys-apps/file): sync with upstream 2017-01-17 14:15:17 -08:00
David Michael
b8e881c2b3 bump(dev-libs/libxml2): sync with upstream 2017-01-17 14:15:17 -08:00
David Michael
bab2669845 bump(metadata/glsa): sync with upstream 2017-01-17 14:15:17 -08:00
David Michael
7a5200e1a2 bump(sys-fs/xfsprogs): sync with upstream 2017-01-13 13:03:25 -08:00
David Michael
73dd73a06e bump(sys-devel/flex): sync with upstream 2017-01-11 15:42:23 -08:00
David Michael
2b981ca37a bump(app-editors/vim): sync with upstream 2017-01-11 15:38:23 -08:00
David Michael
f26131a374 bump(app-editors/vim-core): sync with upstream 2017-01-11 15:38:15 -08:00
David Michael
e245cbd9d2 bump(net-dns/c-ares): sync with upstream 2017-01-11 15:32:29 -08:00
David Michael
32b312cba1 bump(dev-libs/expat): sync with upstream 2017-01-11 15:29:19 -08:00
David Michael
8ccad414a4 bump(metadata/glsa): sync with upstream 2017-01-11 15:24:59 -08:00
Matthew Garrett
9342a3a9f2 app-arch/libarchive: Update to new version
There's a GLSA affecting the current version, which was fine when it was
just being used in the SDK but a problem now that Samba pulls it into the
product build.
2017-01-05 17:38:31 -08:00
David Michael
58d2869781 chore(metadata): Regenerate cache 2017-01-03 15:15:50 -08:00
David Michael
9b661e7a42 sys-apps/iproute2: drop package, since it's in the overlay 2017-01-03 15:15:26 -08:00
Alex Crawford
a9a49baafe bump(metadata/glsa): sync with upstream 2017-01-02 07:54:58 -08:00
Alex Crawford
9a08647481 app-emulation/qemu: remove
This was moved to coreos-overlay.
2016-12-30 16:24:47 -08:00
Michael Marineau
7d60b765c7 Revert "net-misc/gsutil: prune old gsutil and dependencies" 2016-12-29 11:58:07 -08:00
Michael Marineau
c83e01869b net-misc/gsutil: prune old gsutil and dependencies
This is now bundled with google-cloud-sdk in coreos-overlay.
2016-12-20 17:37:26 -08:00
David Michael
baf549966f bump(dev-lang/python): sync with upstream 2016-12-16 11:59:14 -08:00
David Michael
f50f743d25 bump(app-eselect/eselect-python): sync with upstream 2016-12-16 11:59:01 -08:00
David Michael
50fa93a6c8 bump(sys-fs/squashfs-tools): sync with upstream 2016-12-14 07:49:26 -08:00
Nick Owens
8746df8a8d bump(metadata/glsa): sync with upstream 2016-12-13 12:32:45 -08:00
David Michael
d8544c5ea7 bump(sys-fs/multipath-tools): sync with upstream 2016-12-12 17:57:26 -08:00
David Michael
f98d24a15a bump(dev-libs/userspace-rcu): sync with upstream 2016-12-12 17:57:26 -08:00
David Michael
e59dd17174 bump(metadata/glsa): sync with upstream 2016-12-11 17:24:23 -08:00
David Michael
a741387f63 chore(metadata): Regenerate cache 2016-12-09 14:19:32 -08:00
David Michael
fee893b193 dev-libs/pth: drop unused package 2016-12-09 14:19:32 -08:00
David Michael
3e507e1f87 sys-libs/cracklib: drop unused package 2016-12-09 14:19:32 -08:00
David Michael
4ae9b878f9 bump(app-shells/bash-completion): sync with upstream 2016-12-08 17:34:19 -08:00
David Michael
235542ccef bump(app-shells/gentoo-bashcomp): sync with upstream 2016-12-08 17:34:19 -08:00
Nick Owens
52439b6eaa bump(metadata/glsa): sync with upstream 2016-12-07 10:47:20 -08:00
David Michael
8745a70ecb bump(metadata/glsa): sync with upstream 2016-12-04 17:40:17 -08:00
Nick Owens
3d3fa1e935 Merge pull request #491 from mischief/fix-glsa-2016-11-22
fix recent glsas
2016-11-22 16:44:38 -08:00
Nick Owens
5787c3eb5c bump(app-arch/tar): sync with upstream 2016-11-22 14:33:22 -08:00
Nick Owens
a092b47f6f bump(net-nds/rpcbind): sync with upstream 2016-11-22 14:33:12 -08:00
Nick Owens
f42ea4f6d5 bump(media-libs/libpng): sync with upstream 2016-11-22 14:31:53 -08:00
Nick Owens
75956ab293 bump(metadata/glsa): sync with upstream 2016-11-22 11:56:37 -08:00
Nick Owens
dae354dba7 Merge pull request #488 from mischief/dev-vcs
sync dev-vcs
2016-11-21 14:09:36 -08:00
Nick Owens
dfd0c68390 bump(metadata/glsa): sync with upstream 2016-11-21 10:52:55 -08:00
Nick Owens
2ddfc8cb9f Merge pull request #486 from mischief/glsa-2016-11-01
bump(metadata/glsa): sync with upstream
2016-11-21 10:21:47 -08:00
Nick Owens
aea810afd3 bump(dev-vcs/mercurial): sync with upstream 2016-11-21 10:15:44 -08:00
Nick Owens
bb610c0850 bump(dev-vcs/git): sync with upstream 2016-11-21 10:15:29 -08:00
Nick Owens
4366dea7e2 bump(dev-vcs/cvsps): sync with upstream 2016-11-21 10:15:09 -08:00
Nick Owens
405c7fcf0a bump(dev-vcs/cvs): sync with upstream 2016-11-21 10:14:57 -08:00
Nick Owens
4a594f87d1 bump(dev-vcs/bzr): sync with upstream 2016-11-21 10:14:43 -08:00
Alex Crawford
0af1d24a77 bump(net-misc/curl): sync with upstream 2016-11-02 13:27:00 -07:00
Nick Owens
a2adaf68b8 bump(metadata/glsa): sync with upstream 2016-11-01 12:49:45 -07:00
Alex Crawford
ce8d1d19f2 dev-libs/openssl: remove 2016-10-26 10:32:10 -07:00
Alex Crawford
ee1e486f00 bump(dev-python/cryptography): sync with upstream 2016-10-25 21:27:57 -07:00
Alex Crawford
99cbff400e bump(dev-python/cffi): sync with upstream 2016-10-25 21:27:57 -07:00
David Michael
d5cb686e32 bump(app-crypt/gnupg): sync with upstream 2016-10-13 18:09:32 -07:00
David Michael
8577f3582e bump(dev-libs/nettle): sync with upstream 2016-10-13 18:09:23 -07:00
David Michael
f0807d0486 bump(dev-libs/libtasn1): sync with upstream 2016-10-13 18:08:32 -07:00
David Michael
71c49fff9d dev-libs/npth: add new package for gnupg 2.1 2016-10-13 18:04:53 -07:00
David Michael
2a51efd8bc bump(dev-libs/libksba): sync with upstream 2016-10-13 18:03:13 -07:00
David Michael
5550b5f199 bump(dev-libs/libassuan): sync with upstream 2016-10-13 18:03:00 -07:00
Nick Owens
4d400edf4c Merge pull request #481 from mischief/gcrypt
bump(dev-libs/libgcrypt): sync with upstream
2016-10-10 15:50:00 -07:00
Nick Owens
1a11e37c44 bump(dev-libs/libgcrypt): sync with upstream 2016-10-10 08:21:19 -07:00
Nick Owens
17948062a0 bump(metadata/glsa): sync with upstream 2016-10-10 08:18:00 -07:00
Michael Marineau
8824a887b2 bump(dev-libs/ustr): sync with upstream 2016-09-07 17:03:16 -07:00
Nick Owens
90aa9f4b61 Merge pull request #476 from mischief/git
bump(dev-vcs/git): sync with upstream
2016-09-07 13:22:28 -07:00
Nick Owens
125dfaea9c Merge pull request #475 from mischief/qemu
bump(app-emulation/qemu): sync with upstream
2016-09-07 13:22:18 -07:00
Alex Crawford
394e6e150e bump(net-misc/curl): sync with upstream 2016-09-07 13:15:27 -07:00
Nick Owens
8f76eafaf9 bump(dev-vcs/git): sync with upstream 2016-09-07 11:14:03 -07:00
Nick Owens
fd9fd82bbd bump(app-emulation/qemu): sync with upstream 2016-09-07 11:13:01 -07:00
Michael Marineau
3f65e1bfcf Merge pull request #473 from marineam/pax-utils
bump(app-misc/pax-utils): sync with upstream
2016-08-26 12:03:27 -07:00
Michael Marineau
731ac7bcb4 bump(app-misc/pax-utils): sync with upstream
Fixes `scanelf: Invalid ar entry` messages from Go builds.
2016-08-25 15:28:34 -07:00
Nick Owens
f2d6d8d310 Merge pull request #471 from mischief/btrfs-progs
bump(sys-fs/btrfs-progs): sync with upstream
2016-08-23 16:44:22 -07:00
Nick Owens
1a0ff5cd04 Merge pull request #469 from mischief/virtual-libusb
bump(virtual/libusb): sync with upstream
2016-08-23 16:44:06 -07:00
David Michael
a1d331deda bump(app-editors/emacs): sync with upstream
Packages updated:
  app-editors/emacs
  app-emacs/emacs-common-gentoo
  virtual/emacs
2016-08-23 15:19:07 -07:00
Nick Owens
df6cbacb43 bump(sys-fs/btrfs-progs): sync with upstream 2016-08-17 11:58:44 -07:00
Nick Owens
c40b70ad8e bump(virtual/libusb): sync with upstream 2016-08-04 14:55:50 -07:00
Nick Owens
eb53d06b9f Merge pull request #466 from mischief/curl
bump(net-misc/curl): sync with upstream
2016-08-04 13:34:27 -07:00
Nick Owens
4ee008ebeb bump(net-misc/curl): sync with upstream 2016-08-04 10:19:51 -07:00
David Michael
5b30f0a788 bump(sys-kernel/dracut): sync with upstream 2016-07-29 11:05:47 -07:00
Geoff Levand
8676c91301 dev-libs/libgpg-error: Move to coreos-overlay
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-13 12:28:56 -07:00
Michael Marineau
2e8c4f4fd7 sys-process/audit: remove, package was moved to coreos-overlay
This was updated by mistake in #454
2016-07-12 21:28:33 -07:00
Nick Owens
717beb7ee0 Merge pull request #460 from mischief/glsa-sync
bump(metadata/glsa): sync with upstream
2016-07-11 11:28:42 -07:00
Nick Owens
b176927d06 bump(metadata/glsa): sync with upstream 2016-07-11 10:47:58 -07:00
Nick Owens
313849a576 bump(dev-libs/libpcre): sync with upstream 2016-07-11 10:44:28 -07:00
Geoff Levand
88b2f49aa2 Merge pull request #458 from glevand/for-merge-bumps
bump packages for arm64
2016-07-08 11:53:19 -07:00
Geoff Levand
753a290099 bump(sys-apps/usbutils): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:30 -07:00
Geoff Levand
aefe326bc4 bump(sys-apps/smartmontools): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:30 -07:00
Geoff Levand
8a7070aeb2 bump(sys-apps/rng-tools): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:30 -07:00
Geoff Levand
695c02cf37 bump(sys-apps/lshw): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:30 -07:00
Geoff Levand
453ed48b6d bump(sys-apps/i2c-tools): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:30 -07:00
Geoff Levand
b98e0595b2 bump(sys-apps/gptfdisk): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:27 -07:00
Geoff Levand
6fabd0c9cf bump(sys-apps/ethtool): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:25 -07:00
Geoff Levand
69c618ddae bump(net-misc/whois): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:20 -07:00
Geoff Levand
3e15016315 bump(net-misc/socat): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:19 -07:00
Geoff Levand
8e5a663ba8 bump(net-misc/rsync): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:19 -07:00
Geoff Levand
4cb4c9d77c bump(net-misc/iputils): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:19 -07:00
Geoff Levand
74a1225537 bump(net-misc/iperf): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
030db102ce bump(net-misc/bridge-utils): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
ee03055044 bump(net-firewall/ipset): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
1251727ce0 bump(net-firewall/ebtables): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
eb44b851ae bump(net-dns/dnsmasq): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
124fb989ac bump(sys-block/thin-provisioning-tools): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
417591bbf4 bump(sys-block/parted): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
fd2c9283d9 bump(app-text/asciidoc): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
ce39362062 bump(app-editors/vim): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:17 -07:00
Geoff Levand
829e7a4fc8 bump(app-crypt/pinentry): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
c47caecf79 bump(sys-fs/mdadm): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
805a9911f5 bump(sys-fs/lvm2): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
6d10e1956f bump(sys-fs/lsscsi): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
466b528063 bump(sys-fs/cryptsetup): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
42b657ee9b bump(dev-db/sqlite): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
f7b5eaee55 bump(dev-cpp/gtest): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
f3e2964dd9 bump(dev-cpp/gmock): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
58c59de896 bump(sys-libs/e2fsprogs-libs): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
5ce61cf172 bump(dev-libs/nss): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
6aa179f525 bump(dev-libs/nspr): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:16 -07:00
Geoff Levand
52ba52da45 bump(dev-libs/liblinear): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:15 -07:00
Geoff Levand
323b39989e bump(dev-libs/apr-util): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:13 -07:00
Geoff Levand
006eba1673 bump(dev-libs/apr): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:13 -07:00
Geoff Levand
4a1e9bca45 bump(dev-vcs/git): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:13 -07:00
Geoff Levand
adf1a1d28d bump(dev-python/ipy): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:13 -07:00
Geoff Levand
5064f47d0b bump(dev-lang/python): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:13 -07:00
Geoff Levand
61d4c9bda4 bump(sys-devel/bison): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 16:02:12 -07:00
Geoff Levand
8780278ceb sys-apps/checkpolicy: Moved to coreos-overlay
Remove the stale package files.  Committed to coreos-overlay at
d78d9802dce0 ("checkpolicy: import from portage-stable").

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-07-07 15:10:08 -07:00
Nick Owens
119cf08118 Merge pull request #451 from mischief/wget-1.18
bump(net-misc/wget): sync with upstream
2016-07-05 13:21:52 -07:00
Nick Owens
9c62875dac Merge pull request #452 from mischief/net-analyzer
sync net-analyzer
2016-07-05 13:15:42 -07:00
Nick Owens
0da4039fad Merge pull request #453 from mischief/net-libs
sync net-libs
2016-07-05 13:14:47 -07:00
Nick Owens
5a51bc6eae Merge pull request #454 from mischief/sys-process
sync sys-process
2016-07-05 13:14:36 -07:00
Nick Owens
dce8be1e47 Merge pull request #455 from mischief/app-admin
sync app-admin
2016-07-05 13:12:29 -07:00
Nick Owens
f9a772ff54 bump(app-arch/zip): sync with upstream 2016-07-05 11:26:26 -07:00
Nick Owens
882189833d bump(app-arch/xz-utils): sync with upstream 2016-07-05 11:26:25 -07:00
Nick Owens
71f1c2d186 bump(app-arch/unzip): sync with upstream 2016-07-05 11:26:24 -07:00
Nick Owens
86f681658c bump(app-arch/unrar): sync with upstream 2016-07-05 11:26:23 -07:00
Nick Owens
2eaadaaaab bump(app-arch/tar): sync with upstream 2016-07-05 11:26:22 -07:00
Nick Owens
b266ced5dc bump(app-arch/snappy): sync with upstream 2016-07-05 11:26:21 -07:00
Nick Owens
5bbd06200e bump(app-arch/sharutils): sync with upstream 2016-07-05 11:26:20 -07:00
Nick Owens
8756f5ed0c bump(app-arch/rpm2targz): sync with upstream 2016-07-05 11:26:19 -07:00
Nick Owens
0d20a5b2e7 bump(app-arch/pigz): sync with upstream 2016-07-05 11:26:19 -07:00
Nick Owens
e73f46eef0 bump(app-arch/pbzip2): sync with upstream 2016-07-05 11:26:18 -07:00
Nick Owens
f2feb955cf bump(app-arch/p7zip): sync with upstream 2016-07-05 11:26:17 -07:00
Nick Owens
95baeb891c bump(app-arch/lzop): sync with upstream 2016-07-05 11:26:15 -07:00
Nick Owens
893cf8c91f bump(app-arch/libarchive): sync with upstream 2016-07-05 11:26:15 -07:00
Nick Owens
81f4f6fea9 bump(app-arch/lbzip2): sync with upstream 2016-07-05 11:26:14 -07:00
Nick Owens
0115691b79 bump(app-arch/gzip): sync with upstream 2016-07-05 11:26:13 -07:00
Nick Owens
702f79797b bump(app-arch/cabextract): sync with upstream 2016-07-05 11:26:12 -07:00
Nick Owens
01b6d4ce82 bump(app-arch/bzip2): sync with upstream 2016-07-05 11:26:11 -07:00
Nick Owens
1e4876e888 bump(app-admin/logrotate): sync with upstream 2016-07-05 11:03:53 -07:00
Nick Owens
290d8ade53 bump(app-admin/sudo): sync with upstream 2016-07-05 11:03:50 -07:00
Nick Owens
428d68162b bump(app-admin/rsyslog): sync with upstream 2016-07-05 11:03:47 -07:00
Nick Owens
240059ca92 bump(app-admin/python-updater): sync with upstream 2016-07-05 11:03:40 -07:00
Nick Owens
7550b6277d bump(app-admin/perl-cleaner): sync with upstream 2016-07-05 11:03:38 -07:00
Nick Owens
cb7bbb0caf bump(app-admin/eselect): sync with upstream 2016-07-05 11:03:32 -07:00
Nick Owens
27bb4d3fb8 bump(sys-process/audit): sync with upstream 2016-07-05 11:00:18 -07:00
Nick Owens
8bd0334ae8 bump(sys-process/time): sync with upstream 2016-07-05 11:00:14 -07:00
Nick Owens
c642928455 bump(sys-process/psmisc): sync with upstream 2016-07-05 11:00:11 -07:00
Nick Owens
e7a8a5dbf7 bump(sys-process/procps): sync with upstream 2016-07-05 11:00:09 -07:00
Nick Owens
f0aaddfcf1 bump(sys-process/lsof): sync with upstream 2016-07-05 11:00:06 -07:00
Nick Owens
c116b8970d bump(net-libs/http-parser): sync with upstream 2016-07-05 10:57:37 -07:00
Nick Owens
51ac9950f0 bump(net-libs/libmicrohttpd): sync with upstream 2016-07-05 10:57:34 -07:00
Nick Owens
75c71e66a6 bump(net-libs/gnutls): sync with upstream 2016-07-05 10:57:31 -07:00
Nick Owens
d81781a544 bump(net-analyzer/nmap): sync with upstream 2016-07-05 09:37:34 -07:00
Nick Owens
4a44331a1e bump(net-analyzer/netperf): sync with upstream 2016-07-05 09:37:31 -07:00
Nick Owens
f45b37d89a bump(net-misc/wget): sync with upstream 2016-07-05 05:24:56 -07:00
Nick Owens
07a46846d2 Merge pull request #447 from mischief/libssh2
bump(net-libs/libssh2): sync with upstream
2016-06-27 14:30:06 -07:00
Nick Owens
0fb1807408 bump(net-libs/libssh2): sync with upstream 2016-06-26 10:14:15 -07:00
Nick Owens
7732756837 bump(app-admin/sudo): sync with upstream 2016-06-26 10:12:51 -07:00
Nick Owens
0fccc3369b bump(dev-libs/libgcrypt): sync with upstream 2016-06-23 10:56:26 -07:00
Nick Owens
75e7c2cbe3 Merge pull request #442 from mischief/dhcpcd
bump(net-misc/dhcpcd): sync with upstream
2016-06-22 14:38:23 -07:00
Nick Owens
7fa5018e6f bump(metadata/glsa): sync with upstream 2016-06-22 11:21:22 -07:00
Nick Owens
46506b3be7 bump(net-misc/dhcpcd): sync with upstream 2016-06-22 11:19:49 -07:00
Nick Owens
a11ad387d2 bump(sys-fs/quota): sync with upstream 2016-06-21 15:57:44 -07:00
Nick Owens
2f89738bf3 net-libs/libssh2: fix Manifest 2016-06-15 16:59:29 -07:00
Nick Owens
ac34421c05 bump(sys-kernel/linux-headers): sync with upstream 2016-06-13 16:33:00 -07:00
Nick Owens
18b889a93d Merge pull request #404 from mischief/net-libs
sync net-libs
2016-06-13 14:51:55 -07:00
Nick Owens
363abd0174 Merge pull request #423 from mischief/seccomp
bump(sys-libs/libseccomp): sync with upstream
2016-06-13 14:47:27 -07:00
Nick Owens
29df41a5da Merge pull request #431 from mischief/distcc
bump(sys-devel/distcc): sync with upstream
2016-06-13 14:34:37 -07:00
Geoff Levand
853e8bf252 bump(app-emulation/qemu): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-06-09 17:03:06 -07:00
Alex Crawford
8da3ff96d8 Merge pull request #435 from ajeddeloh/andrew-fix-e2fsprogs
removing e2fsprogs, they are now in coreos-overlay
2016-06-01 10:23:44 -07:00
Nick Owens
cc0002b7aa Merge pull request #436 from mischief/cdrtools
switch to cdrtools
2016-05-31 18:06:19 -07:00
Nick Owens
4763bd217f get rid of cdrkit in favor of cdrtools 2016-05-31 17:17:33 -07:00
Nick Owens
2abef0eeef bump(app-cdr/cdrtools): sync with upstream
cdrtools supports uefi for eltorito alternate boot entries, and cdrkit
does not and is old.
2016-05-31 17:17:33 -07:00
Nick Owens
06fcab7a2f bump(x11-misc/makedepend): sync with upstream
depended on by app-cdr/cdrtools
2016-05-31 17:17:19 -07:00
Nick Owens
6e47646679 bump(x11-proto/xproto): sync with upstream
depended on by makedepend
2016-05-31 17:17:18 -07:00
Nick Owens
28f11e430b bump(sys-fs/mtools): sync with upstream 2016-05-31 15:32:12 -07:00
Nick Owens
63e6932548 Merge pull request #432 from mischief/tmux
bump(app-misc/tmux): sync with upstream
2016-05-31 12:44:57 -07:00
Nick Owens
a98ea9928c bump(dev-libs/libevent): sync with upstream 2016-05-31 11:03:51 -07:00
Nick Owens
5e9a5fb2a6 bump(app-misc/tmux): sync with upstream 2016-05-31 10:56:45 -07:00
Andrew Jeddeloh
9d12b33cd3 removing e2fsprogs, they are now in coreos-overlay 2016-05-26 15:39:13 -07:00
Nick Owens
0bb1a8025a bump(sys-devel/distcc): sync with upstream 2016-05-19 16:03:16 -07:00
Alex Crawford
8eeeed1bc1 bump(app-arch/cpio): sync with upstream 2016-05-19 07:25:35 -07:00
Alex Crawford
5e7f339325 net-misc/dhcp: unused and triggering GLSA failures 2016-05-18 16:41:56 -07:00
Nick Owens
fb53205ed7 Merge pull request #414 from mischief/valgrind
bump(dev-util/valgrind): sync with upstream
2016-05-18 14:53:36 -07:00
Nick Owens
e03e275d37 Merge pull request #427 from mischief/dnsmasq
bump(net-dns/dnsmasq): sync with upstream
2016-05-18 14:53:11 -07:00
Nick Owens
7371086ddf bump(net-dns/dnsmasq): sync with upstream 2016-05-18 14:51:18 -07:00
Michael Marineau
31bf99d0e1 Merge pull request #426 from marineam/drop-protobuf-c
dev-libs/protobuf-c: unused and doesn't build with protobuf 1.6
2016-05-18 11:16:15 -07:00
Michael Marineau
9bae6636a5 dev-libs/protobuf-c: unused and doesn't build with protobuf 1.6 2016-05-18 11:15:40 -07:00
Matthew Garrett
d79a5dcada bump(sys-fs/lvm2): sync with upstream 2016-05-17 16:18:33 -07:00
Matthew Garrett
c3579d9a5a bump(net-misc/rsync): sync with upstream 2016-05-17 16:18:23 -07:00
Matthew Garrett
c317889deb bump(net-analyzer/tcpdump): sync with upstream 2016-05-17 16:18:13 -07:00
Matthew Garrett
25d7460a4c bump(app-crypt/mit-krb5): sync with upstream 2016-05-17 16:17:59 -07:00
Matthew Garrett
bcef1e2350 bump(dev-libs/mpfr): sync with upstream 2016-05-17 16:17:38 -07:00
Nick Owens
b3c0a24ec7 bump(metadata/glsa): sync with upstream 2016-05-17 11:29:02 -07:00
Nick Owens
a593ed52ff bump(sys-libs/libseccomp): sync with upstream 2016-05-15 18:13:14 -07:00
Michael Marineau
a0fa8f17fd chore(metadata): Regenerate cache 2016-05-11 15:50:56 -07:00
Nick Owens
62d999dc27 bump(sys-libs/binutils-libs): sync with upstream 2016-05-03 18:27:36 -07:00
Nick Owens
2c295e6a95 bump(app-admin/eselect): sync with upstream 2016-05-03 18:27:36 -07:00
Nick Owens
2f57d11e0b Merge pull request #415 from mischief/jq
bump(app-misc/jq): sync with upstream
2016-05-02 14:02:52 -07:00
Nick Owens
38be3cf62c bump(app-misc/jq): sync with upstream 2016-05-02 13:38:04 -07:00
Nick Owens
6012093395 bump(dev-util/valgrind): sync with upstream 2016-05-02 13:31:48 -07:00
Nick Owens
20ca3f1294 Merge pull request #413 from mischief/git
bump(dev-vcs/git): sync with upstream
2016-05-02 13:13:21 -07:00
Nick Owens
6cc1bfd23f bump(dev-vcs/git): sync with upstream 2016-05-02 12:37:01 -07:00
Nick Owens
7b807b21c7 bump(app-emulation/qemu): sync with upstream 2016-04-27 15:11:04 -07:00
Matthew Garrett
53c5ca0608 Add dependencies for building sssd 2016-04-26 13:04:06 -07:00
Nick Owens
8de6775a7f bump(sys-libs/libutempter): sync with upstream 2016-04-19 15:14:50 -07:00
Nick Owens
0f9a56bbae bump(sys-boot/gnu-efi): sync with upstream 2016-04-19 11:34:46 -07:00
Alex Crawford
35d9cd69a0 Merge pull request #407 from crawford/openssh
prune(net-misc/openssh): moved to coreos-overlay
2016-04-19 14:27:14 -04:00
Nick Owens
6dcdd17cf0 Merge pull request #409 from mischief/iasl
bump(sys-power/iasl): sync with upstream
2016-04-13 20:33:53 -07:00
Nick Owens
ac318ba713 bump(sys-power/iasl): sync with upstream 2016-04-13 19:02:07 -07:00
Geoff Levand
425f2b624c bump(dev-libs/iniparser): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-04-12 10:56:53 -07:00
Geoff Levand
281989b5cb bump(virtual/pam): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-04-12 10:54:49 -07:00
Alex Crawford
cb2cce45d9 prune(net-misc/openssh): moved to coreos-overlay 2016-04-08 13:17:40 -07:00
Nick Owens
33ce6d7060 Merge pull request #405 from mischief/sys-devel
sync sys-devel
2016-04-07 15:19:12 -07:00
Nick Owens
f6c302da35 bump(sys-devel/smatch): sync with upstream 2016-03-28 12:19:25 -07:00
Nick Owens
3ef8bcfb8e bump(sys-devel/patch): sync with upstream 2016-03-28 12:19:25 -07:00
Nick Owens
664882e7fd bump(sys-devel/make): sync with upstream 2016-03-28 12:19:24 -07:00
Nick Owens
f4b265d1d0 bump(sys-devel/m4): sync with upstream 2016-03-28 12:19:24 -07:00
Nick Owens
00c452c8aa bump(sys-devel/libtool): sync with upstream 2016-03-28 12:19:24 -07:00
Nick Owens
5a3309b126 bump(sys-devel/gnuconfig): sync with upstream 2016-03-28 12:19:24 -07:00
Nick Owens
b7e8bb31ad bump(sys-devel/gettext): sync with upstream 2016-03-28 12:19:24 -07:00
Nick Owens
6f59d16a31 bump(sys-devel/gdb): sync with upstream 2016-03-28 12:19:24 -07:00
Nick Owens
73141e3762 bump(sys-devel/gcc-config): sync with upstream 2016-03-28 12:19:23 -07:00
Nick Owens
f2a9320bd5 bump(sys-devel/gcc): sync with upstream 2016-03-28 12:19:23 -07:00
Nick Owens
6e866073bc bump(sys-devel/flex): sync with upstream 2016-03-28 12:19:23 -07:00
Nick Owens
c465abb80d bump(sys-devel/dev86): sync with upstream 2016-03-28 12:19:23 -07:00