Commit Graph

4145 Commits

Author SHA1 Message Date
Flatcar Buildbot
a73204d43f eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit 96ddadb40ddba1bfdba68ff8f2fd889cfd004f03.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
7651e9ef7c eclass/linux-mod: Sync with Gentoo
It's from Gentoo commit 73a0e712c04bc84b642b9ee5f8fdf3ab52233804.
2022-10-18 15:57:30 +00:00
Flatcar Buildbot
c9ac737ae5 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 3c834f5516ea38cb6c90d1937c98f02116ebeda3.
2022-10-18 15:57:13 +00:00
Flatcar Buildbot
4fb3f3402a dev-util/ninja: Sync with Gentoo
It's from Gentoo commit 4c6daafd2e5188fd304f45b8f7f37d4a957a191c.
2022-10-18 15:57:07 +00:00
Flatcar Buildbot
ee0e4644a3 dev-util/gperf: Sync with Gentoo
It's from Gentoo commit 4f154ab273d8371e14bb3d5963a2f41b446b306b.
2022-10-18 15:57:04 +00:00
Flatcar Buildbot
0eaf048d53 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 5d2e81a6bc33d743fffae2af549b9e4ef5c5b719.
2022-10-18 15:57:01 +00:00
Flatcar Buildbot
2af1a203ea dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit 337cb12f6ac4729d216e81eda3552012ad065b87.
2022-10-18 15:56:59 +00:00
Flatcar Buildbot
da24078619 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit be9b6cc2dcdba8005503824981f36cd34a30775f.
2022-10-18 15:56:56 +00:00
Flatcar Buildbot
8e954a83ac dev-lang/perl: Sync with Gentoo
It's from Gentoo commit 38f097b4daa0c859038a9c7e804ee52c3347ad66.
2022-10-18 15:56:55 +00:00
Krzesimir Nowak
8b2f073207 github: Use non-deprecated way of setting output
The warnings are currently emitted if the `::set_output` stuff is
used.
2022-10-17 17:55:23 +02:00
Krzesimir Nowak
ba9d159004 github: Limit the depth of Gentoo checkout
It is quite a bit of data to download for no real reason. We are
trying to update packages here, so we will be grabbing them from the
most recent commit that made the changes to the package. With the
advancement the package updates effort, we possibly can later lower
the number of the fetched commits even further.
2022-10-17 17:51:51 +02:00
Krzesimir Nowak
e07dc35011 github: Add a warning about moved or obsoleted packages
Packages (and eclasses) in Gentoo are sometimes moved around or
completely removed. It's good to know about this when it happens,
because such package won't be updated any more, so print a warning.
2022-10-17 17:27:52 +02:00
Krzesimir Nowak
c68b399d89 github: Fix package check
Packages in the list are not necessarily packages only, which are
represented as directories (like sys-apps/systemd), but also, in case
of eclasses, plain files. The check was checking for the path to be a
directory and emitted the warning if it was not, which resulted in
eclasses being kept not updated. Just check if the path exists.
2022-10-17 17:26:53 +02:00
Krzesimir Nowak
1d8feba460 github: Silence the warning about node 12 deprecation
The workflow was inconsistent with usage of actions/checkout. The
first checkout used v3, whereas the next two - v2. These are the same,
but v3 runs on currently supported node 16. Using v2 emits
warnings. To avoid them, update the action versions to v3.
2022-10-17 17:22:36 +02:00
Krzesimir Nowak
261210fe09 github: Gentoo is a proper name 2022-10-17 17:21:52 +02:00
Krzesimir Nowak
d1f85a99bd Merge pull request #368 from flatcar/buildbot/automatic-package-updates
Weekly package updates
2022-10-14 13:06:14 +02:00
Krzesimir Nowak
03106c74cc Merge pull request #370 from flatcar/krnowak/bind-tools-update
net-dns/bind-tools: Update to 9.16.33
2022-10-13 17:39:33 +02:00
Krzesimir Nowak
b96788b9f3 .github: Add entries to packages-list 2022-10-12 13:48:53 +02:00
Thilo Fromm
9ee5c87c96 scripts/bootstrap: Apply Flatcar modifications
- add static-libs, openmp

  'static-libs' and 'opempn' are added to the bootstrap emerge USE
  flags (stage 3 of the bootstrap-sh script, which is run in stage 2
  of the SDK catalyst bootstrapping process):

  - 'static-libs' un-breaks the zlib build: zlib installed has this
     flag set and zlib requested per emerge command line in
     bootstrap.sh stage 3 needs this flag to prevent a slot conflict.

  - 'openmp' is to honor requirements of newer versions of GCC and is
     added according to Gentoo guidelines published here:
     https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki%27s_EFI_Install_Guide/Building_the_Gentoo_Base_System_Minus_Kernel#Gentoo_Bootstrap_Remix:_Progressing_from_Stage_1_to_Stage_2

- install curl before baselayout

  Now that Github rejects access to an unauthenticated URL with
  `git://`, we have to make git and libcurl work with
  `https://`. However, during the SDK stage2, curl is not explicitly
  installed, but just inherited from the stage1. As a result, curl is
  built without the `ssl` USE flag.  So installation of baselayout
  fails with:

```
git fetch https://github.com/flatcar-linux/baselayout.git --prune +HEAD:refs/git-r3/HEAD
fatal: unable to access 'https://github.com/flatcar-linux/baselayout.git/':
Protocol "https" not supported or disabled in libcurl
```

  To resolve the issue, we need to install curl with `BOOTSTRAP_USE=ssl`
  before trying to install baselayout.

- update openssl before stage3

  Right now our bootstrap flow is different then gentoo's - we don't
  update the seed when building stage1 and use a different ebuilds
  snapshot for stage1 compared to stage2 and stage3. This is causing
  us trouble now, because we introduced openssl-3, but seed/stage1
  still contains openssl-1.1. During `emerge -e @system` in stage3,
  some packages that depend on openssl may build against the stage1
  version, which results in an error during depcleaning (they would
  need to be rebuilt instead).  Stage3 is not extensible, so instead,
  explicitly update openssl in stage2. This workaround can be removed
  as soon as we release a seed with openssl-3.

Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-10-12 13:47:58 +02:00
Krzesimir Nowak
5fcd463a96 scripts: Sync with Gentoo
It's from Gentoo commit c26dfbbcfeb7239fbb527b0fceab36c7371f4b9d.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d5d1484f91 licenses: Sync with Gentoo
It's from Gentoo commit 2858ad389e5915858639f10c1b608d743a137f24.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d9b3cc2355 profiles: Sync with Gentoo
It's from Gentoo commit 0cf5e94dbab424b05dc7934a484d4ec60c17de80.
2022-10-12 12:45:10 +02:00
Krzesimir Nowak
801fc122da changelog: Add an entry 2022-10-11 16:06:48 +02:00
Krzesimir Nowak
06e7631f88 changelog: Add entries 2022-10-11 14:31:57 +02:00
Krzesimir Nowak
2b5c65a3a1 changelog: Add entries 2022-10-11 12:36:13 +02:00
Krzesimir Nowak
075c1a498d .github: Add vim to packages list 2022-10-11 12:19:16 +02:00
Krzesimir Nowak
cdeff90764 app-editors/vim: Add from Gentoo
It's from Gentoo commit 3457953fd0a7146f097ae40776ee261172ce7c67.
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
8bb1b7da52 app-editors/vim-core: Add from Gentoo
It's from Gentoo commit 8c9920ee622755bf6c61b1347a6883be5dd06c75.
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
bf46114abc .github/workflows/packages-list: Add entries 2022-10-11 12:13:32 +02:00
Krzesimir Nowak
bf25f19beb eclass/wrapper: Sync with Gentoo
It's from Gentoo commit 13c48b178beee52c5eccc023fd3e8c0feead4de4.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
26b0abe054 eclass/ltprune: Sync with Gentoo
It's from Gentoo commit 8a0fd695c886081083e2ed8dcd8ad2d876ef947d.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
b4ddc5080d sys-apps/iucode_tool: Sync with Gentoo
It's from Gentoo commit 7d2c2b61259608ceeef2b9e4713ea55e12ed6519.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
32f4e13473 eclass/perl-functions: Sync with Gentoo
It's from Gentoo commit 595adf6faec43e273e6c73a7821f86bafb65e203.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
7fd636819e .github: Add an entry to packages list 2022-10-10 12:04:21 +02:00
Krzesimir Nowak
894556aee6 net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit 177e9121245d12032d0dd198919bdc33c081d35c.
2022-10-10 12:02:51 +02:00
Flatcar Buildbot
a729108048 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit 31b2c136145e3fbb9ccbbf461c7e74e16ad02d32.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
7f12542ecc sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit d44f7aa2eb9733dc6143e8b70e73e7ddb66f1adc.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
8678f3912c sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit f979de4a92ffd3be637bc82a67dbf629216f4c8b.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
1a202e7406 sys-devel/gcc-config: Sync with Gentoo
It's from Gentoo commit b6b625695cad967782ae5a9c52eb755f87d1aa10.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
dfa91f902d sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 2e8d3818c0d760367637e9781b83dc5d6468fee4.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
fc91bb28ab sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 4982f3666ad8cf981fbd8477220393f51b5c7183.
2022-10-10 07:37:55 +00:00
Flatcar Buildbot
0ef29adbf3 net-misc/rsync: Sync with Gentoo
It's from Gentoo commit 9d26a6b263f804564af069dfe943c7851c637055.
2022-10-10 07:37:49 +00:00
Flatcar Buildbot
779e3285f3 net-fs/cifs-utils: Sync with Gentoo
It's from Gentoo commit cce7da3c8e02fb9aa620c9a1e52365b11de1e909.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
f291fdd9e9 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 6e67f60fe48bd32c0ce5e4889c6015307b26fc47.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
9f9b67f024 dev-util/patchelf: Sync with Gentoo
It's from Gentoo commit 6bcca7585766247889abeefedf7d24708138ca82.
2022-10-10 07:37:42 +00:00
Flatcar Buildbot
979888c4a8 dev-util/catalyst: Sync with Gentoo
It's from Gentoo commit aba9bb58fceaf075f2829dcbfc3f9ab918a23a68.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
cc9d1abdc8 dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit 037531248c696c612d870b79506029ac9d24e860.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
4f6e91a098 dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit ad7fe6b96d6a74a408aefa3c0e86781769ba4062.
2022-10-10 07:37:33 +00:00
Flatcar Buildbot
71b5f1bb2d dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit c533aa9765d12c3ecf351838567fa48ab61ba59b.
2022-10-10 07:37:33 +00:00
Krzesimir Nowak
ea3051e7e6 changelog: Add an entry 2022-10-04 14:50:34 +02:00
Krzesimir Nowak
efef41e31d .github/workflows/packages-list: Add entries 2022-10-04 14:50:34 +02:00
Krzesimir Nowak
6621fcf787 eclass/linux-mod: Sync with Gentoo
It's from Gentoo commit eee74b9fca1b5237299ee08fd041997e7271304a.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7986606ee5 eclass/llvm: Sync with Gentoo
It's from Gentoo commit ef5a901254202fbcc79a4dab658a231c1187d3e1.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
126d4c4017 eclass/gnome.org: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
fdc7cf15dd eclass/meson: Sync with Gentoo
It's from Gentoo commit 5a465ec448ea48b9dd9471e4d15b7669a77e4536.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9942f96787 eclass/cmake-utils.eclass: Remove obsolete eclass 2022-10-04 14:48:17 +02:00
Krzesimir Nowak
97535477c8 eclass/cmake-multilib: Sync with Gentoo
It's from Gentoo commit 88275b401b115efd63847d4ee979593e87915ec5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a99f896cd6 eclass/ninja-utils: Sync with Gentoo
It's from Gentoo commit 5a34097c8957c40d5b09fe6d249449c22f7f1ea5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e855d3dfc7 eclass/virtualx: Sync with Gentoo
It's from Gentoo commit aa7fdc965621b413d85624ea30e9452a4130aced.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b58940ccf3 eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit 424bd8ae7cbb3ce55e0567e8c9057d8d23c6cb57.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
6b973e990a eclass/cmake: Sync with Gentoo
It's from Gentoo commit 759cec852497f888d93cccfedbc83f16eb765fb4.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7b4897eebf eclass/bash_completion-r1: Backport the fix for paths from systemd.eclass
The paths returned by pkg-config seem to have sysroot prepended
twice. The systemd eclass has a workaround for that - use it for bash
completion files too, then.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
1059e54407 eclass/bash-completion-r1: Sync with Gentoo
It's from Gentoo commit 424acdc15be08f7c2b13c0d1bb8c31f55d26655d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
cc61cd455d eclass/optfeature: Sync with Gentoo
It's from Gentoo commit 23ad91eda1e35bbe3eb8ce63822ecd8755fb049c.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a9282cce5 eclass/linux-info: Sync with Gentoo
It's from Gentoo commit bd03dc08515969a9ce74ca1304c8374cb7a88416.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
af44411e90 dev-util/strace: Sync with Gentoo
It's from Gentoo commit b95e21368252ad592083b193849d4e950f9f04f0.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
be4949f48b dev-util/scons: Drop unnecessary package
There isn't anything that is using scons, so just drop it.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
d620d52425 dev-util/re2c: Sync with Gentoo
It's from Gentoo commit 21b2890ca1fcb0f8b7230420194f87706740d29e.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9085fcdb64 dev-util/perf: Sync with Gentoo
It's from Gentoo commit 6da4a28b50ab2c8ba6d3937d7de191190a188440.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
090d25b463 dev-util/patchutils: Sync with Gentoo
It's from Gentoo commit 8eefb065d75c88868a8f73020595746eb34c8a98.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b274ed6eab dev-util/patchelf: Sync with Gentoo
It's from Gentoo commit b0dfc9160b045a6c9f17e40cf26989209c3bf02d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a764045f5b dev-util/pahole: Sync with Gentoo
It's from Gentoo commit 3ac329dff93414ea355abc86e157b489a6f029dc.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a1e156e82 dev-util/ninja: Sync with Gentoo
It's from Gentoo commit ff37eeaa0f2e43d1f5b3f681ad0dc8b2556b4877.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
69a628f291 dev-util/meson-format-array: Sync with Gentoo
It's from Gentoo commit 91dc6350e05582abba13f76c9734d1faef2183cd.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9a05de0c81 dev-util/meson: Sync with Gentoo
It's from Gentoo commit 536391904a220878a2eb1b082b2229f6fd70ca84.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
ecf99c5606 dev-util/gtk-doc-am: Sync with Gentoo
It's from Gentoo commit d5e0e285e6174e80e663d307364b14d50a927303.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a5d253f7c dev-util/gperf: Sync with Gentoo
It's from Gentoo commit ef010d11cc42876bedb1ac51427e1700ab5492e0.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e7ceb9d097 dev-util/desktop-file-utils: Sync with Gentoo
It's from Gentoo commit a4fc9d0dfd88d22bc8e727d79d701ae22d2e1d38.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7bc105aee1 dev-util/cmocka: Sync with Gentoo
It's from Gentoo commit 3695e0a4f79c1022a2d2421860b645afc0ead16f.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
62141c3d78 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit cace9da3e438db8d92102b7c3c963c874115a9ba.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
fb9c6ba667 dev-util/checkbashisms: Sync with Gentoo
It's from Gentoo commit e09c85b030751cd96677344118f25c2be97457c5.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
9b7c1fbd58 dev-util/catalyst: Sync with Gentoo
It's from Gentoo commit b69d9ce8ab378268442900dc477e516e870576be.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
439a288239 dev-python/fasteners: Add from Gentoo
It's from Gentoo commit 607b8ff663461e081bc51e82102dbd60b383fcdb.

It's a dependency of dev-util/catalyst.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
6b6b3cb3d6 dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit 1065f5bd4dca20a1e68bb6ecc83b03f54d53bca1.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
9aecb7fc33 changelog: Add an entry 2022-09-30 13:46:06 +02:00
Krzesimir Nowak
ccb3ba4fa5 .github: Add recently updated packages to the list 2022-09-29 11:57:53 +02:00
Krzesimir Nowak
082f5bc99f dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit 7a4bd1faf1b8d10f2e0ca81d35720817d7f2d48c.
2022-09-29 11:57:53 +02:00
Krzesimir Nowak
46981ec022 app-crypt/adcli: Sync with Gentoo
It's from Gentoo commit aa588673333cacf1a7c6cbf591128d6957c3cf60.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cb845ac7d8 net-fs/cifs-utils: Sync with Gentoo
It's from Gentoo commit 448ede061732ecdbe2468573a64f9446c4628103.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
761587f15d net-misc/curl: Sync with Gentoo
It's from Gentoo commit 49bf70035d505816abbb3b3d24d696bbd8da17d7.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
8f875845a5 net-analyzer/nmap: Sync with Gentoo
It's from Gentoo commit c63cfea0ac092bf463d6a13ae976fa788f548378.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cdc7e69f65 dev-libs/oniguruma: Sync with Gentoo
It's from Gentoo commit 3016e110caa561b98a87cae1bc3b12b4c5b7730a.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
fda65de383 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 18c2db9a438b32270277202cba113b00b90c7553.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
3fec30a26c dev-libs/glib: Sync with Gentoo
It's from Gentoo commit e5d7aa91ec84c5c64cce1a67eb4ab9e96b269e3d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
b5f06ec2f3 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit 168701c152ca2853fb3cba158046d72b77168909.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
98ae6003bf dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit 0160549798672ca62853c36248c3fc4e9b447e8f.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
60491cbeb6 dev-libs/gobject-introspection-common: Sync with Gentoo
It's from Gentoo commit f6bdd8113833c50fc0d8c28e6a44812bb8bbad70.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0f1353ae0f dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 3d12e89901f11f2b4ac2cb4dc27cf1cd712565c0.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
ee8e75d88b dev-libs/boost: Sync with Gentoo
It's from Gentoo commit 301f5e6332309bfe2bdc10aea941bbe0bd9a16cb.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
740928e1e9 dev-util/boost-build: Sync with Gentoo
It's from Gentoo commit 372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0487b5db7c dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit d001a523ec5b8a80246f394501e0119c19f79e36.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0ab1995baa sys-devel/autoconf: Sync with Gentoo
It's from Gentoo commit 77250a7ea67da910d0c8cdbe373f9c1ec8b14caa.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
f149e6e291 sys-devel/bc: Sync with Gentoo
It's from Gentoo commit 07aad3b2c6a3a12be810c8e510a9acbddb34dc14.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
339503b11b sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 6f7bd022bf2da3773a65486256b22eccc4e91f25.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
f9fa326283 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 77820859262cf3ffaa23f77a9e32d09ce25cacff.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
b27e3eef41 sys-devel/flex: Sync with Gentoo
It's from Gentoo commit 433043c5b1f930acaae84df997d6aa4ac084a950.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
7da25dc83a sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 9bedaa69d68006bea040086e8f9cbec71317c17e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
9c10527ae2 sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 45a9cd813a2244a676ab9a651a5274baac83a9d0.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
33301f7473 sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit 29d7fa5b9b9e6fd415ec1413124da2859d365a48.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
2167955f0b sys-devel/autoconf-archive: Sync with Gentoo
It's from Gentoo commit 09b01963100394a4b09426c9bcc65fe30abcc65c.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
d0189859b8 sys-devel/gcc-config: Sync with Gentoo
It's from Gentoo commit cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
5bd3c7e0fb sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 807b78ed77e8558b7d3511ac02ef6555185eaef8.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
d88a0ec332 app-portage/portage-utils: Sync with Gentoo
It's from Gentoo commit da87cdcf372e686d4dd7b09a78c9f30d836050e5.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
306d4c8453 app-arch/bzip2: Sync with Gentoo
It's from Gentoo commit 2dfa77422af4661f736539f77a5dfc3c2ae57706.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
893c1f58be virtual/libcrypt: Sync with Gentoo
It's from Gentoo commit 4b7575b3f13e546dd2431d0ab8db699935392bdb.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
a77b3510c5 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 940d80f8eb575ea87da6d0e0dfe5d48f3a18efd5.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
9d91e9578d eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit ddba1d149e82dba88b72f992729ad4158f640e32.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
76f485a4f7 eclass/multilib-build: Sync with Gentoo
It's from Gentoo commit 4ab70e87d0bf6ab8f2b9930842715999528d2d51.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cab39eabfa eclass/toolchain: Sync with Gentoo
It's from Gentoo commit a7c27596827072f586dc07e6d53531ecb2c7cd6e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
5d71c9c780 net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 9b5ca001a8c3784d4e1158c99a2ea1c11aa6b30d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
e386a54e25 dev-lang/duktape: Sync with Gentoo
It's from Gentoo commit 336a45629bc12ad6d5ff4854c51d2a63c1483e3f.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
79e07b10b8 dev-libs/libtasn1: Sync with Gentoo
It's from Gentoo commit 8c4bd08fb54e718a400e503a515dbede0fd3d4d8.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
fd501899f5 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit a45d9ec6a1ebfa9e49ad1f0842f54128e54c8f03.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
a68b865925 Merge pull request #357 from flatcar/krnowak/vim-update
Update vim to v9.0.0469
2022-09-29 11:19:03 +02:00
Dongsu Park
9ce9a688e3 .github: add dev-libs/expat to packages-list 2022-09-27 12:17:13 +02:00
Dongsu Park
3b201cffb0 changelog: add changelog for expat 2.4.9 2022-09-27 12:16:55 +02:00
Dongsu Park
9667ee954c dev-libs/expat: update to 2.4.9
Update dev-libs/expat to 2.4.9, mainly to address CVE-2022-40674.
2022-09-27 12:16:55 +02:00
Krzesimir Nowak
7187138bb7 .github: Add an automatic package updates workflow
It will run on every Monday and will try to update packages listed in
the package listing. This can be used to gradually add more and more
packages under the automation.
2022-09-23 14:31:39 +02:00
Krzesimir Nowak
9b426dbb05 app-editors/vim*: Move to overlay
Upstream lags a bit with packaging vim, which is understandable seeing
how vim is developed (every commit is a tag). Since we need to address
some CVEs, move the packages to overlay and update it there.
2022-09-16 11:12:09 +02:00
Sayan Chowdhury
d15dd29be9 sys-libs/zlib: Add the changelog/security entry
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:52:34 +05:30
Sayan Chowdhury
228ab0edc8 sys-libs/zlib: Sync with Gentoo upstream; stablize 1.2.12-r3
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:50:56 +05:30
Krzesimir Nowak
afae5fd279 Merge pull request #359 from flatcar/krnowak/update-libxml2
Update libxml2 and libxslt
2022-09-14 14:33:06 +02:00
Krzesimir Nowak
afcfff07b8 changelog: Add entries 2022-09-14 13:48:17 +02:00
Sayan Chowdhury
7026b4da45 Merge pull request #361 from flatcar/sayan/update-intel-microcode-20220809_p20220809
sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220809_p20220809
2022-09-14 16:46:07 +05:30
Sayan Chowdhury
99b46f9b58 Update changelog/updates/2022-09-14-intel-microcode.md
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2022-09-14 16:39:03 +05:30
Sayan Chowdhury
656d355558 sys-firmware/intel-microcode: Add the changelog entry
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 16:23:56 +05:30
Sayan Chowdhury
3fc6da12aa sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220809_p20220809
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 11:08:40 +05:30
Krzesimir Nowak
c8cd01a198 Merge pull request #358 from flatcar-linux/krnowak/update-libtasn
dev-libs/libtasn1: Sync with Gentoo
2022-09-13 16:06:38 +02:00
Krzesimir Nowak
a0468806c1 changelog: Fix formatting
This fix was not yet a part of any release, so we can easily fix this entry.
2022-09-13 15:46:20 +02:00
Krzesimir Nowak
20dbd17d71 changelog: Add entries 2022-09-13 15:20:27 +02:00
Krzesimir Nowak
4a907aab86 dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit 77ae592c410a8257d4f598ebe769989efe075e42.
2022-09-13 11:57:21 +02:00
Krzesimir Nowak
e10f95e1f8 dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit daa57b36200f23b0a6faac384e73e3848e75618f.
2022-09-13 11:55:23 +02:00
Krzesimir Nowak
22b0df612b dev-libs/libtasn1: Sync with Gentoo
It's from Gentoo commit 426f6e81e9b927f6cda41af643197bb013178df3.
2022-09-13 11:50:22 +02:00
Dongsu Park
a3dd748493 changelog: add changelog for rsync 3.2.6 2022-09-12 15:40:53 +02:00
Dongsu Park
a113b6b50f net-misc/rsync: update to 3.2.6
Update net-misc/rsync to 3.2.6, mainly to address CVE-2022-29154.
2022-09-12 11:52:27 +02:00
Krzesimir Nowak
802b5014bf Merge pull request #355 from flatcar-linux/krnowak/polkit
dev-lang/duktape: Sync with Gentoo
2022-09-07 15:06:39 +02:00
Krzesimir Nowak
cef7bc0107 dev-lang/duktape: Sync with Gentoo
It's from Gentoo commit 8c0df49ac77e2cc9fd33a11d99db49e1931c11a9.
2022-09-06 17:09:21 +02:00
Krzesimir Nowak
ec30b5e03f changelog: Add entries 2022-09-06 16:46:11 +02:00
Krzesimir Nowak
8f6a9d85c4 app-arch/unzip: Sync with Gentoo
It's from Gentoo commit 61c5554abac45ae69690163fdf543b41c8971777.
2022-09-06 16:41:42 +02:00
Dongsu Park
32d9c36a6f Merge pull request #353 from flatcar-linux/dongsu/gnutls-3.7.7
net-libs/gnutls: update to 3.7.7
2022-08-25 16:47:24 +02:00
Krzesimir Nowak
a218ea3d75 Merge pull request #349 from flatcar-linux/krnowak/glib-update
glib update
2022-08-24 15:51:15 +02:00
Krzesimir Nowak
23f7a7ac62 Merge pull request #348 from flatcar-linux/krnowak/boost-update
boost update
2022-08-24 15:48:52 +02:00
Dongsu Park
0cc5999ce8 changelog: add changelog for gnutls 3.7.7 2022-08-24 13:48:12 +02:00
Dongsu Park
c07d92e1b3 net-libs/gnutls: update to 3.7.7
Update net-libs/gnutls to 3.7.7 mainly to address CVE-2022-2509.
2022-08-24 13:45:37 +02:00
Krzesimir Nowak
c70d1f2d6e changelog: Add entries 2022-08-23 12:24:54 +02:00
Krzesimir Nowak
ed22213147 sys-devel/make: Move to overlay 2022-08-22 15:38:47 +02:00
Krzesimir Nowak
f9f9c47827 eclass/alternatives: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
d9267f639c eclass/autotools: Sync with Gentoo
It's from Gentoo commit ba3706b867f7a64d4297a7a7835608ab0745b178.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
0b1fe2e7a3 eclass/git-r3: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
55b9db4c04 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit e07cc058266208181d4db5e7d0629984e43cac61.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
ee94424b9c eclass/java-pkg-opt-2: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
739e3d0c17 eclass/prefix: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
272aecc466 eclass/pax-utils: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
efa811f476 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit dc072cee06f52faf285a1b94e5db68eb78f07719.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
9828aaf6e7 eclass/multilib-build: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
f93ba14494 eclass/multilib-minimal: Sync with Gentoo
It's from Gentoo commit fc315af9b669cc506f49fc659a3f7c1f24b19cac.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
ef90f5f0bb eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
e5aa53ef82 eclass/gnuconfig: Sync with Gentoo
It's from Gentoo commit a1a498f47f0568471f944df8a96732c4dd8f6287.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
6d8c8b22d1 eclass/libtool: Sync with Gentoo
It's from Gentoo commit 04040326aedc27bd5a8fbe4788ee81c853bbe8d8.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
a7e3686f26 eclass/multilib: Sync with Gentoo
It's from Gentoo commit e1eb91c12a960f0a817a10bd628a34da1b692571.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
09226756b2 eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit d88cfb2be7d35049de49f557472cbf68331e4ef0.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
99e1ad5b6f eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 1c907885fa271f0077f7c4ed03f44619b2350e5c.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
18aa6014c2 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 56005eafb49d95970e403593e2c59e6866c3817e.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
0cf93362b2 dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit bf8979c5ddb6621f77aa755201b4abefa389d1b0.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
55b48e5eea virtual/pkgconfig: Sync with Gentoo
It's from Gentoo commit 39af4fb5f1f539e25e23796c43e840d248c3158c.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
3f86875624 virtual/libcrypt: Sync with Gentoo
It's from Gentoo commit a955d7fdcca04b3ae9d14d8c3c289bbd2c3187bc.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
a3ef8794a7 app-arch/bzip2: Sync with Gentoo
It's from Gentoo commit 86a0bcad235a50769229075c60b15f410d9dba50.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
3784f16cee dev-libs/libltdl: Sync with Gentoo
It's from Gentoo commit dd507c0c30e4132d69e1cd9375b8fddc844c787e.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
aaf2b6a083 app-portage/portage-utils: Sync with Gentoo
It's from Gentoo commit 8471895f5b839fe8290e5d7f730c0fbdc25ddf1c.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
26999cbc2c sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit ad5de0d0d345cde9d744af48be0f348f1f572e6f.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
89a003ea4d sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit bcce32837a9006d4110f70de52323b7d7ca36a61.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
c4ff89a1a5 virtual/yacc: Sync with Gentoo
It's from Gentoo commit 35ef14ce2933397203c0df748676ff1305cd6d19.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
8c7a7cbc30 sys-apps/help2man: Sync with Gentoo
It's from Gentoo commit cb104ba1b28bfe1b96510fa502cdf3d31de31e4d.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
609249ec8a dev-lang/perl: Sync with Gentoo
It's from Gentoo commit 9b1e67ec136a6180a3c634e4b1790b840de74b99.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
deaa4976d3 sys-devel/patch: Sync with Gentoo
It's from Gentoo commit 47727092aa95415b850243205894ceb2ea0642fc.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
c0180a85ce sys-devel/m4: Sync with Gentoo
It's from Gentoo commit eb58f603e3711cf4b0c1e598b561f8df66891be3.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
de96673fc4 sys-devel/gcc-config: Sync with Gentoo
It's from Gentoo commit 011cfc23f7703b70afd1766dac1a72766109dffc.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
092bb76674 sys-devel/binutils-config: Sync with Gentoo
It's from Gentoo commit f949f1350ced61c4026b399f356a36493024d7d2.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
9c1eaf39a0 sys-devel/autoconf-archive: Sync with Gentoo
It's from Gentoo commit 2ef805bc6002022f565d60469561fbb67b203c4f.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
ec6e5ae93b sys-devel/make: Sync with Gentoo
It's from Gentoo commit 2f57d1e86732ff5160de52e92584363cc0e256cb.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
3ef6d66fa4 sys-devel/libtool: Sync with Gentoo
It's from Gentoo commit 8e012bd971b2c46b020153d43a32571319dd7dcb.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
a49e8e6035 sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit 57c55b6e2bacfc5af986df9639d92bc7ddce3127.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
90a815ea4e sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 838acb806aa85a43ac6d0cc681e7f245bfee7377.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
0369b74682 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 0101fc06b631f54c53dbc55eaed6d460c1b643f5.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
0496a287ea sys-devel/flex: Sync with Gentoo
It's from Gentoo commit 4d77781e2db7bb8bef7f390c43efc04ba58ff7bb.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
420f91b7c2 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit f3d22c0fe930541422da4b3cb730e1f4576e9c31.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
334761561f sys-devel/bison: Sync with Gentoo
It's from Gentoo commit aa5ef7db2603077a71a59e107ce61fc8c5e5938f.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
28aca73b40 sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit f957279a4eb67e24c85ad757217cb43c12afd3ce.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
2be8c38030 sys-devel/bc: Sync with Gentoo
It's from Gentoo commit 4056c750051d7302b3fc0f2e9c352360f60fcd0a.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
2f050ef133 sys-devel/automake-wrapper: Sync with Gentoo
It's from Gentoo commit 2167be053592596d6be6ea864468967995aa6985.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
b4088264a3 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit fd13ed77986d9cb3a8d684aa54d0c5530cee2aed.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
ade038a084 sys-devel/autoconf-wrapper: Sync with Gentoo
It's from Gentoo commit b9eca299f763891e925151be08c660b00df3d9e2.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
6440d3126a sys-devel/autoconf: Sync with Gentoo
It's from Gentoo commit f3b6da09de225bd0b0c2de87f6fadd44a2e46a0d.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
19633c28d2 eclass/tmpfiles: Sync with Gentoo
It's from Gentoo commit 0b999ae3827969168427437e5d1d9aff39e4e56a.

The updated dev-libs/cyrus-sasl started using EAPI 8, and the tmpfiles
eclass did not support it. Update it to gain support for EAPI 8 too.
2022-08-18 11:46:05 +02:00
Krzesimir Nowak
3eb1461237 changelog: Add an entry 2022-08-18 10:49:14 +02:00
Krzesimir Nowak
4d79e56d25 dev-libs/cyrus-sasl: Move from coreos-overlay and update
It's from Gentoo commit 728228559d150db1a238accfa71f9eee7ae9bcd1.

This used to be in coreos-overlay, but upstream already has all the
patches we were carrying. The cross-compilation issue will be
addressed with an environment variable override in overlay.
2022-08-18 10:47:16 +02:00
Krzesimir Nowak
7f4b70716e changelog: Add an entry 2022-08-12 15:52:52 +02:00
Krzesimir Nowak
38206dda38 changelog: Add an entry 2022-08-12 15:37:59 +02:00
Krzesimir Nowak
027227a730 dev-util/boost-build: Sync with Gentoo
It's from Gentoo commit d585da320a892adaa1e9722474a487fd37c279db.
2022-08-12 15:12:54 +02:00
Krzesimir Nowak
e2dc07158f dev-libs/boost: Sync with Gentoo
It's from Gentoo commit a0ec3cce08f57b6cd6ef677671f2312274a00c9d.
2022-08-12 15:12:46 +02:00
Krzesimir Nowak
82315558d7 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 03c26f279d5d2d4a5d6944535789b550859a17f6.
2022-08-12 14:49:11 +02:00
Krzesimir Nowak
54a589023c dev-libs/gobject-introspection-common: Sync with Gentoo
It's from Gentoo commit 729cdc5fce381d13d1deabed88b37a32e056bb3b.
2022-08-12 14:48:37 +02:00
Krzesimir Nowak
d862376792 dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit d7aa7679d02639900205cb2b4d85158bec07ddec.
2022-08-12 14:48:35 +02:00
Krzesimir Nowak
1a39f81604 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit dccfc0c167f40eb6d957e77a062832ac10103618.
2022-08-12 14:48:18 +02:00
Krzesimir Nowak
07ff7dd617 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 36780d611d18cd92c35c304b0ea8893e3ebe6a5d.
2022-08-12 14:48:05 +02:00
Sayan Chowdhury
a76ae78a2b changelog: Add the changelog entry for vim 8.2.5066 release
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:17 +05:30
Sayan Chowdhury
4faab8d4a1 app-editors/vim: Sync with Gentoo upstream; updates to 8.2.5066
gentoo ref: edb12686a8

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:17 +05:30
Sayan Chowdhury
67110cb9eb app-editors/vim-core: Sync with Gentoo upstream; updates to 8.2.5066
gentoo ref: edb12686a8

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:16 +05:30
Sayan Chowdhury
a000a47cff eclass/vim-{doc,plugins}: Sync with Gentoo upstream to support EAPI8
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:16 +05:30
Dongsu Park
6719e92ea6 changelog: add changelog for dev-vcs/git 2.37.1 2022-08-09 12:35:29 +02:00
Dongsu Park
c774707d24 dev-vcs/git: update to 2.37.1
Update dev-vcs/git to 2.37.1, mainly to address CVE-2022-29187.
2022-08-09 12:23:38 +02:00
Dongsu Park
c339ab8bfb changelog: add changelog for oniguruma 6.9.8 2022-07-28 16:47:30 +02:00
Dongsu Park
cfdb9d026f dev-libs/oniguruma: update to 6.9.8
Update dev-libs/oniguruma to 6.9.8, mainly to address oss-fuzz issues
reported in https://bugs.gentoo.org/841893.
2022-07-28 16:47:06 +02:00
Mathieu Tortuyaux
5b172ffb99 net-analyzer/nmap: sync ebuild revision
it basically pulls this: f1367051f3

Commit-Ref: 0bcf4941145004296ef49e39d2e69fac3d2dbbc6

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-18 11:19:50 +02:00
Sayan Chowdhury
63e462da73 Merge pull request #343 from flatcar-linux/sayan/update-curl-7.84.0
net-misc/curl: Sync with Gentoo upstream; updates to 7.84.0
2022-07-15 15:30:38 +05:30
Sayan Chowdhury
8f676895bc changelog: Add the changelog entry for the curl 7.84.0
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-15 15:29:56 +05:30
Sayan Chowdhury
0fd8bab4a8 changelog: Add the changelog entry to the cifs-utils
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-13 13:09:46 +05:30
Sayan Chowdhury
40e929af24 net-misc/curl: Sync with Gentoo upstream; updates to 7.84.0
gentoo ref: 1aa4ba5418

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 20:30:38 +05:30
Sayan Chowdhury
01af08e54d net-fs/cifs-utils: Sync with Gentoo upstrea; updates to 6.15
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 14:13:49 +05:30
Dongsu Park
ca0e6ba32e changelog/updates: add changelog for packages needed by glibc 2.34
Add changelog for packages needed by glibc 2.34.
2022-06-24 17:39:40 +02:00
Dongsu Park
7943955d0c app-crypt/adcli: move adcli from coreos-overlay
To fix build issues that happen in adcli 0.9 with glibc 2.34, we should
sync adcli with upstream Gentoo, where the build issue is already fixed.
As Gentoo has the ebuild under the category `app-crypt`, we simply move
from adcli from coreos-overlay to portage-stable, move adcli to the
app-crypt category, and update the version to 0.9.1-r2.
2022-06-24 17:39:40 +02:00
Dongsu Park
205779ddaa changelog: add changelog for libpcre2 10.40 2022-06-16 13:26:00 +02:00
Dongsu Park
f540ae2dad dev-libs/libpcre2: update to 10.40
Update dev-libs/libpcre2 to 10.40, mainly to address CVE-2022-1586
and CVE-2022-1587.
2022-06-16 13:25:36 +02:00
Thilo Fromm
2a34a06e7a sec-policy/sssd, sys-libs/liburing: add ARM64 support
This change bumps liburing-2.1 to upstream -rc2 and ingests a cross
compiler fix (https://github.com/gentoo/gentoo/pull/24733).

Also, it removes the mask for ARM64 in sec-policy/selinux-sssd to match
Gentoo upstream.

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-06-10 17:20:56 +02:00
Dongsu Park
4529fe40f1 changelog: add changelog for libxml2 2.9.14 2022-06-08 12:04:06 +02:00
Dongsu Park
91411fbf3f dev-libs/libxml2: update to 2.9.14-r1
Update dev-libs/libxml2 to 2.9.14-r1 mainly to address CVE-2022-29824.
2022-06-08 11:56:52 +02:00
Krzesimir Nowak
070c8db9ed Merge pull request #329 from flatcar-linux/krnowak/pkg-updates-2021-part-2-python
Package updates, 2021 edition, part 2 - python update
2022-05-25 15:49:02 +02:00
Mathieu Tortuyaux
dd8494b2bf changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:53:21 +02:00
Mathieu Tortuyaux
2e574b4cff sys-power/acpid: new package
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:53:21 +02:00
Krzesimir Nowak
d994f5ab33 changelog: Add an entry 2022-05-23 20:44:51 +02:00
Krzesimir Nowak
7e9720edc5 eclass/xdg-utils: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
a38c7eb1ae eclass/vcs-clean: Sync with Gentoo
It's from Gentoo commit 4894fba4c7869d2642986da360d41e5760facb9a.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
f8c530cd9e eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit 1010cde56c21432c19c2dd5fa2a901e6fe82329d.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
d6fe7d2410 eclass/strip-linguas: Sync with Gentoo
It's from Gentoo commit 48651ecc0d4444536ed15b06736e331238b6f92b.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
2f4804d78c eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit 607b95b7a1245b02224486e6871b783c5e858500.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
e33bbd547f eclass/python-single-r1: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
1962a0411b eclass/python-r1: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
c564d3748f eclass/python-any-r1: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
7b5743bd5d eclass/preserve-libs: Sync with Gentoo
It's from Gentoo commit d6457c84c327b454d2da33a7e76e75258a906ba9.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
02bcf326ab eclass/multiprocessing: Sync with Gentoo
It's from Gentoo commit a00223eb88742885325b8863ba080e7d94202d8f.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
34d8a39a01 eclass/multilib: Sync with Gentoo
It's from Gentoo commit 7f33a4d20fa0dc82c6e82c027e6d536a77a4d278.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
cdeec876fd eclass/multibuild: Sync with Gentoo
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
c8355e2b31 eclass/eutils: Sync with Gentoo
It's from Gentoo commit 48651ecc0d4444536ed15b06736e331238b6f92b.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
54615bb63b dev-python/wheel: Add from Gentoo
It's from Gentoo commit ec1121aedecaaba527f3645d7d083408bbc7034d.

It's a dependency of dev-python/setuptools and distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
59201b9f87 dev-python/flit_core: Add from Gentoo
It's from Gentoo commit 9e8c586144011344296c45f23a10dd8ad7a12ddf.

It's a dependency of distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
bdf15cd73b dev-python/installer: Add from Gentoo
It's from Gentoo commit 4038e79e0e91d2b3d44e71f9d22805456bc16ea9.

It's a dependency of dev-python/gpep517 and distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
6ae92df096 dev-python/gpep517: Add from Gentoo
It's from Gentoo commit 6d7945d316eb7ae1c6bd3e7eecfe1da8e392bfe0.

It's a dependency of distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
8d7d6fad40 eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit b30790dc30bed3063d72fc0a86a1743ef816c443.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
e2b8361aca sys-libs/readline: Sync with Gentoo
It's from Gentoo commit 43b3c47e091d4f247f15960fb8f1e6373fa9a876.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
45ca7fb270 sys-libs/gdbm: Sync with Gentoo
It's from Gentoo commit ddfc4366f3021b9d6191eb1e31ec91f8502a0211.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
974988d176 dev-python/tomli: Sync with Gentoo
It's from Gentoo commit 63ef3df85dab9c5900e4ccf3420f5fb7ae34220c.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
e704b08063 dev-python/snakeoil: Sync with Gentoo
It's from Gentoo commit 1114e6e711ecea3c0bce6788e4cc2e58f8c23bee.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
5e8931e73a dev-python/six: Sync with Gentoo
It's from Gentoo commit 1d027ba6b7ad89c64c8ca47fcf9df857b21161d2.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
586efe026e dev-python/setuptools_scm: Sync with Gentoo
It's from Gentoo commit e2568ea91124090069cc0074fd79a78bee0d9f76.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
caaae955ef dev-python/zipp: Add from Gentoo
It's from Gentoo commit 38679f1de08fd0b87579439d5ad4aeee2ce1ef7e.

It's a dependency of dev-python/importlib_metadata.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
d0cf176471 dev-python/importlib_metadata: Add from Gentoo
It's from Gentoo commit 7dd70d4df2ab47848f37c46b7f98a9a29c2f07f8.

It's a dependency of dev-python/setuptools and dev-python/nspektr.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
4336907949 dev-python/ordered-set: Add from Gentoo
It's from Gentoo commit f5a1eba452c14af3aa650d17ba1fb3ee70cb6962.

It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
72b3713e2f dev-python/more-itertools: Add from Gentoo
It's from Gentoo commit cada3bc03f3d12092931f8b3a61fd1ede7d5b510.

It's a dependency of dev-python/jaraco-functools and
dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
6d6a4a8d6a dev-python/jaraco-functools: Add from Gentoo
It's from Gentoo commit 82d10094d2c1d898047b03f7fafaa92e06f09ec1.

It's a dependency of dev-python/jaraco-text and dev-python/nspektr.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
766596b906 dev-python/jaraco-context: Add from Gentoo
It's from Gentoo commit 293c0419c5a5e7415927ebbc44be467a6e2b4603.

It's a dependency of dev-python/jaraco-text and dev-python/nspektr.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
f2fc26f547 dev-python/jaraco-text: Add from Gentoo
It's from Gentoo commit 953aaa6c14650b6129775085a1a79f4fe2eeedda.

It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
d4b869b732 dev-python/nspektr: Add from Gentoo
It's from Gentoo commit ad04b8e6d0e1c17bb879f74200c6a88754a034b0.

It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
9004a3eadf dev-python/appdirs: Add from Gentoo
It's from Gentoo commit 4daaf1ad23d7fcb5a702c5f3a10009048d3112db.

It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
1a4ebf9251 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit fe2224d276bacc3181c94ed4161555ba8564916d.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
a9bb231db0 dev-python/pyparsing: Sync with Gentoo
It's from Gentoo commit ad3d5c8f1296acbe8111bb320e45a79b7e9499c3.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
aba7221934 dev-python/pygments: Sync with Gentoo
It's from Gentoo commit 3c435874bcdc80774cf028a632e99bd210a32947.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
b8d2143ad6 dev-python/packaging: Sync with Gentoo
It's from Gentoo commit 90bce21732b6ff2e96755d36589da2b2dbfa5a87.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
7efb02c39e dev-python/markupsafe: Sync with Gentoo
It's from Gentoo commit 5a0ea1497f6dab19a26b56045b2931b988a468cf.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
3a5f257e4b dev-python/mako: Sync with Gentoo
It's from Gentoo commit 1779c5dddbdb396aa84d3e2d06c0b9c9a6cd71a4.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
db434008fe dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 896273c19146f20e7077796790787062bf29970f.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
9e8ce61057 dev-python/lazy-object-proxy: Sync with Gentoo
It's from Gentoo commit 9e02735aeef9bdcf5548607f392e348c9b9bc0ef.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
8fa02c63a9 dev-python/jinja: Sync with Gentoo
It's from Gentoo commit badad07fbd7d3b86bdb9fd9b7bf3242c6e4c7e4b.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
7d3807368d dev-python/docutils: Sync with Gentoo
It's from Gentoo commit c9f863c54ce231c34d6433ee6a030baaaa1fb167.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
283c2125cd dev-python/cython: Sync with Gentoo
It's from Gentoo commit 8b89c94f6f4a996057010f197cd06b18309dabe7.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
b91659a044 dev-lang/python: Sync with Gentoo
It's from Gentoo commit 07fb1103700af6440f5a9df8cee2eb32847d7c65.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
63117857c6 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit c19184d3fa2b7d6b2a0da7631085d2b46c14f1a6.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
76a83aaed2 dev-python: Drop pylint and its dependencies 2022-05-19 18:07:47 +02:00
Dongsu Park
d87eb7138e changelog: add changelog for curl 7.83.1 2022-05-18 17:29:15 +02:00
Dongsu Park
e9b49484e7 net-misc/curl: update to 7.83.1
Update net-misc/curl to 7.83.1, mainly to address the following CVEs:
CVE-2022-22576, CVE-2022-27774, CVE-2022-27775, CVE-2022-27776,
CVE-2022-27778, CVE-2022-27779, CVE-2022-27780, CVE-2022-27781,
CVE-2022-27782, CVE-2022-30115
2022-05-18 17:29:15 +02:00
Dongsu Park
b156365b16 eclass: import edo.eclass from Gentoo
Import edo.eclass from Gentoo, as it is needed by dev-libs/openssl
3.0.3.
2022-05-18 11:16:04 +02:00
Dongsu Park
9e4857285a Merge pull request #327 from flatcar-linux/dongsu/changelog-example
changelog: use a specific project name in the example
2022-05-13 15:57:43 +02:00
Krzesimir Nowak
aef9c407c0 changelog: Add entries 2022-05-13 12:22:58 +02:00
Krzesimir Nowak
43fae4e854 sys-libs/ldb: Add from Gentoo
It's from Gentoo commit c548fea1c296cd1360408e93ed7109bde13605db.
2022-05-11 14:15:49 +02:00
Krzesimir Nowak
e7e42a04da sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit 1fec47542dadd8a07c1bb1e81a09dddb2af911ae.
2022-05-11 14:13:02 +02:00
Krzesimir Nowak
58657a7e90 sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit 338d93c6126111bbeeb2b9bd8424cc5de0fdeb28.
2022-05-11 14:12:53 +02:00
Krzesimir Nowak
92016be152 sys-libs/talloc: Sync with Gentoo
It's from Gentoo commit b74309e4ee314b6d5dea88395411003ec05f4569.
2022-05-11 14:12:35 +02:00
Krzesimir Nowak
31d7748a4e sys-fs/e2fsprogs-libs: Drop dead package 2022-05-09 20:46:33 +02:00
Krzesimir Nowak
6b4bf05c3c app-crypt/mit-krb5: Sync with Gentoo
It's from Gentoo commit d09b0b1e69d1dbe1f6c458e6d1c6fc2a1ab59340.
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
acd5bb5ebb net-nds/openldap: Sync with Gentoo
It's from Gentoo commit eac600cf87417f9312fae99b7f73536b5ff399d1.
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
d9ce0cb089 sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit c84288608b4210250bf60841cfd6d34a709fd1b9.
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
6cf4830ff5 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit d2bc22c74485c3850ba5648f80452a69b43537ec.
2022-05-09 20:46:27 +02:00
Krzesimir Nowak
613fb44021 dev-util/catalyst: Sync with gentoo
It's from gentoo commit 74530679b923373acc5265cb46ed1740765a176c.
2022-05-09 20:46:27 +02:00
Krzesimir Nowak
2883455da4 profiles: Sync with Gentoo
It's from Gentoo commit e6e96ae5a6cc60f87906f6d9c2a868bcac20b920.

To unblock newer versions of setuptools.
2022-05-09 20:46:14 +02:00
Dongsu Park
8394e3169c changelog: use a specific project name in the example
To be able to distinguish changelog entries from each other, we should
write a specific project name, e.g. portage-stable, instead of `PR`.
Changelog entries with a simple `PR` usually cause so much additional
rework when doing actual releases.
2022-05-06 12:20:03 +02:00
Dongsu Park
094f3c0626 Merge pull request #326 from flatcar-linux/dongsu/rsync-3.2.4
net-misc/rsync: update to 3.2.4-r1
2022-05-06 10:59:48 +02:00
Dongsu Park
6f3ce84988 changelog: add changelog for rsync 3.2.4 2022-05-05 17:30:53 +02:00
Dongsu Park
52fa3d1ea8 net-misc/rsync: update to v3.2.4-r1
Update net-misc/rsync to v3.2.4-r1, mainly to address CVE-2018-25032.
The CVE is actually a zlib issue, but we need to update rsync and its
bundled zlib as well, because the USE flag `system-zlib` is disabled
in Flatcar.
2022-05-05 17:13:45 +02:00
Dongsu Park
23072c77e9 changelog: add changelog for git 2.35.3 2022-05-05 15:37:59 +02:00
Dongsu Park
ae1fe3df23 dev-vcs/git: update to 2.35.3
Update dev-vcs/git to 2.35.3, mainly to address CVE-2022-24765.
2022-05-05 15:31:49 +02:00
Dongsu Park
354f881ca3 changelog: add changelog for gzip and xz-utils 2022-05-02 19:31:20 +02:00
Dongsu Park
1ee44d4820 app-arch/xz-utils: update to xz-utils 5.2.5-r2
Update app-arch/xz-utils to 5.2.5-r2, mainly to address CVE-2022-1271.
2022-05-02 15:24:13 +02:00
Dongsu Park
9f3d4cb779 app-arch/gzip: update to 1.12
Update app-arch/gzip to 1.12, mainly to address CVE-2022-1271.
2022-05-02 15:22:41 +02:00
Jeremi Piotrowski
7d0a821bae Merge pull request #321 from flatcar-linux/jepio/import-dev-python-distro
dev-python/distro: Import from gentoo
2022-04-20 18:03:47 +02:00
Dongsu Park
c734e9c3da changelog: add changelog for libarchive 3.6.1 2022-04-13 10:23:31 +02:00
Dongsu Park
55eced2cf1 app-arch/libarchive: update to 3.6.1
Update app-arch/libarchive to 3.6.1 mainly to address CVE-2022-26280.
2022-04-12 12:01:23 +02:00
Jeremi Piotrowski
6f7b4b3a9d dev-python/distro: Import from gentoo
This package is needed by the current version of google-compute-engine that we
ship but the dependency has been missing. We haven't noticed because the
package has actually been broken since python2 was dropped from the tree.
distro is needed to replace some functionality removed from the python standard
library around python 3.7.

Upstream commit 7f74353b350b409329b5bb37aea3c05fbb8cb00d
2022-04-11 07:38:05 +00:00
Krzesimir Nowak
0e9397c108 Merge pull request #320 from flatcar-linux/krnowak/pkg-updates-2020
Update packages from 2020
2022-04-04 17:31:12 +02:00
Krzesimir Nowak
3d4c729901 Merge pull request #318 from flatcar-linux/krnowak/downgrade-selinux-sssd
sec-policy/selinux-sssd: Downgrade to match other SELinux packages
2022-04-04 17:27:36 +02:00
Sayan Chowdhury
b21b3397db Merge pull request #319 from flatcar-linux/sayan/update-zlib-1.2.12
sys-libs/zlib: Sync with Gentoo; updates to 1.2.12
2022-04-01 08:08:42 +05:30
Krzesimir Nowak
476d20e510 changelog: Add an entry 2022-03-31 17:31:25 +02:00
Krzesimir Nowak
09032da1b7 net-dns/bind-tools: Sync with gentoo
It's from gentoo commit deb1c3a3bbcc78c03b874243f982d585f14ca5aa.
2022-03-31 11:48:42 +02:00
Krzesimir Nowak
2047af1fcc app-crypt/libmd: Add from gentoo
It's from gentoo commit a3da198dcd29061496e00d4f8473d8e9f4e32826.

It's a dependency of dev-libs/libbsd.
2022-03-31 11:39:10 +02:00
Krzesimir Nowak
2a00a4b6bf Merge pull request #313 from flatcar-linux/krnowak/move-rust
Move virtual/rust to coreos-overlay and drop the rust workflow
2022-03-31 11:28:26 +02:00
Sayan Chowdhury
b4f09e35d7 sys-libs/zlib: Sync with Gentoo; updates to 1.2.12
gentoo sync ref: 6bdba56dea

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-31 10:41:30 +05:30
Krzesimir Nowak
1962a8f024 sec-policy/selinux-sssd: Downgrade to match other SELinux packages
It was my mistake during the review to allow adding a package that is
much newer than the other SELinux packages we currently have. And for
some reason I started getting build failures when updating packages
from 2020:

!!! All ebuilds that could satisfy ">=sec-policy/selinux-base-policy-2.20210908-r1" for /build/amd64-usr/ have been masked.
!!! One of the following masked packages is required to complete your request:
- sec-policy/selinux-base-policy-9999::coreos (masked by: missing keyword)

(dependency required by "sec-policy/selinux-sssd-2.20210908-r1::portage-stable" [ebuild])
(dependency required by "sys-auth/sssd-2.3.1-r4::coreos[selinux]" [ebuild])
(dependency required by "app-admin/sudo-1.9.5_p2::coreos[sssd]" [ebuild])
(dependency required by "coreos-base/coreos-0.0.1-r302::coreos" [ebuild])
(dependency required by "coreos-base/coreos-dev-0.1.0-r81::coreos" [ebuild])
(dependency required by "coreos-devel/board-packages-0.0.1-r9::coreos" [ebuild])
(dependency required by "coreos-devel/board-packages" [argument])

It's from gentoo commit 1f7a3661f47b4da14ac3ad8c85f54f6b144104e4.
2022-03-30 20:03:00 +02:00
Krzesimir Nowak
70aa13be31 acct-user/pcap: Add from gentoo
It's from gentoo commit 9979863522faf1d43e3e23b38b9d42854f1a4a55.

It's a dependency of net-analyzer/tcpdump.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
c5fbcc7968 acct-group/pcap: Add from gentoo
It's from gentoo commit 9fc5b58347412089c0cb1e842c265c2176c443e7.

It's a dependency of net-analyzer/tcpdump.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
7f17a12ed0 eclass/linux-info: Sync with gentoo
It's from gentoo commit 1c772ee12dd757251168e43cccc4babc5661212c.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
93c16d73df eclass/lua-single: Sync with gentoo
It's from gentoo commit 8d037b76b199e71a1d40db501e67b7aeac87fad8.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
14ed8bb1c6 eclass/user-info: Sync with gentoo
It's from gentoo commit 70893149093c6dcadc3520104de552a239600197.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
177ef3b832 eclass/lua-utils: Sync with gentoo
It's from gentoo commit 689d5f0486ed2a19b3cd5851283013cb5576d1fa.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
9458c28090 eclass/verify-sig: Sync with gentoo
It's from gentoo commit 347c196669c9272cbc67836c9ddb8ccefa338c18.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
b076f42d73 eclass: Drop unused eclasses 2022-03-30 20:02:52 +02:00
Krzesimir Nowak
2489a9690d eclass/user: Sync with gentoo
It's from gentoo commit cbe262b6c9a662b80b259562aa5949623ab9247a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
2393c4a1d9 eclass/go-module: Sync with gentoo
It's from gentoo commit 2ad9100728886b7a73ed2eba0710e3ab29622f52.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
45ab816b66 sys-libs/liburing: Sync with gentoo
It's from gentoo commit 31e437d5c46c16b4f86e255561b41dba9dbfba04.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
685927fde1 dev-libs/libtasn1: Sync with gentoo
It's from gentoo commit 83d4dfae7ed465fa607a4aa60041d8511f384751.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
9d54a6c18c app-admin/eselect: Sync with gentoo
It's from gentoo commit f911b8e2cfea1d111126e835014956941d62cd60.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
476a3a0f62 net-libs/libnetfilter_cthelper: Sync with gentoo
It's from gentoo commit 838e3fbb193df477c295b3bd9f812a4e7cc9b367.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
0d16d923df dev-lang/tcl: Sync with gentoo
It's from gentoo commit 9b432cebbacb1f38289f5cf2c91853de8a621e0c.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
faf3c2b4ff net-libs/libnetfilter_conntrack: Sync with gentoo
It's from gentoo commit 4672a23c9645d2faba042607c45c7d42165aa4a4.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
5f75352981 net-libs/libpcap: Sync with gentoo
It's from gentoo commit 09f225875fab3377ecd791fc846af43fda03ad3e.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
10cd0302c8 sys-apps/gentoo-functions: Sync with gentoo
It's from gentoo commit 1f5bb14da7d063dc54370cf822d77ac4e3ced6c6.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
31781ac8bf virtual/resolvconf: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
98267f51d5 dev-perl/Parse-Yapp: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
bc9de4612e sys-devel/libtool: Sync with gentoo
It's from gentoo commit 529604d0f0535af177d87e698390ec7dab0cbfe1.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
5eb1b2dc78 app-arch/unzip: Sync with gentoo
It's from gentoo commit 433e5aad289b25310872182c0ac4240249e98abf.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
4a8ba9401a dev-libs/oniguruma: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
7164130abd net-dns/bind-tools: Sync with gentoo
It's from gentoo commit a0d230ff73c43898241f119990785b5fec22cda3.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
5c3b3d0d8f sys-fs/multipath-tools: Sync with gentoo
It's from gentoo commit 659259e31f11f84a40be6b3806e9bfc059be45b4.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
ce52b415ff dev-libs/nspr: Sync with gentoo
It's from gentoo commit a07107453890b58dab9b02e0b97f0b0367dc248a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
692b25bf62 net-libs/nghttp2: Sync with gentoo
It's from gentoo commit d9d94c1c92f59eff1a31a70cf37828052ae1ce33.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
d17d0eacce sys-block/open-isns: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
1bd4c2cb61 net-analyzer/tcpdump: Sync with gentoo
It's from gentoo commit 2c07969041ff2f3f2a4f81b2db040fce315d869d.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
256a4f689e dev-libs/libbsd: Sync with gentoo
It's from gentoo commit b28853e0d461aa9fa6edb7b986a1926aa2fed048.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
f12016796c sys-libs/e2fsprogs-libs: Sync with gentoo
It's from gentoo commit 36fbb917d064efd21b2b077a22786ce932a2ccba.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
fc87a310eb sys-fs/e2fsprogs: Sync with gentoo
It's from gentoo commit 621421fbf693bd16dbcdd414d158f693118a56b1.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
a24a9dd0a9 virtual/libudev: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
e7d7b879d0 net-libs/libnetfilter_cttimeout: Sync with gentoo
It's from gentoo commit c53768f692d67dde255e29f9783ca68a09c6e859.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
f0ce65e8d2 sys-devel/binutils-config: Sync with gentoo
It's from gentoo commit f28899642a1158c227faacf2c0a0d1bc8132598c.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
59909a0691 dev-util/re2c: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
8fbd3a6968 virtual/awk: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
88f5cf0938 net-libs/libnfnetlink: Sync with gentoo
It's from gentoo commit 0dc151e4853d1b1fd1cc2433d4b0a12df9873692.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
e329b54106 net-firewall/conntrack-tools: Sync with gentoo
It's from gentoo commit c0620976bef21eea100da13845fb29073f590024.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
7bd9ab570a net-libs/libnetfilter_queue: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
362b9decf6 dev-libs/libpcre2: Sync with gentoo
It's from gentoo commit f4c61178c08ab3263d177d0099d0349174bb7595.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
ebfcca77e2 dev-libs/jansson: Sync with gentoo
It's from gentoo commit 5cf776af229d8f55d1daf955e14d2280a1c61429.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
cde11b3221 dev-libs/elfutils: Sync with gentoo
It's from gentoo commit 3036d691f0b4a77804ba48d90079c766c4befbe8.
2022-03-30 20:02:52 +02:00
Krzesimir Nowak
b23e28caff sec-policy/selinux-sssd: Downgrade to match other SELinux packages
It was my mistake during the review to allow adding a package that is
much newer than the other SELinux packages we currently have. And for
some reason I started getting build failures when updating packages
from 2020:

!!! All ebuilds that could satisfy ">=sec-policy/selinux-base-policy-2.20210908-r1" for /build/amd64-usr/ have been masked.
!!! One of the following masked packages is required to complete your request:
- sec-policy/selinux-base-policy-9999::coreos (masked by: missing keyword)

(dependency required by "sec-policy/selinux-sssd-2.20210908-r1::portage-stable" [ebuild])
(dependency required by "sys-auth/sssd-2.3.1-r4::coreos[selinux]" [ebuild])
(dependency required by "app-admin/sudo-1.9.5_p2::coreos[sssd]" [ebuild])
(dependency required by "coreos-base/coreos-0.0.1-r302::coreos" [ebuild])
(dependency required by "coreos-base/coreos-dev-0.1.0-r81::coreos" [ebuild])
(dependency required by "coreos-devel/board-packages-0.0.1-r9::coreos" [ebuild])
(dependency required by "coreos-devel/board-packages" [argument])

It's from gentoo commit 1f7a3661f47b4da14ac3ad8c85f54f6b144104e4.
2022-03-30 19:53:11 +02:00
Krzesimir Nowak
463df98b18 Merge pull request #306 from flatcar-linux/krnowak/drop-intltool
Remove unused intltool and its unused dependencies
2022-03-30 18:50:22 +02:00
Dongsu Park
98eb342a7b changelog: add changelog for gnutls 3.7.3 2022-03-29 17:03:38 +02:00
Dongsu Park
7ab797533e net-libs/gnutls: update to 3.7.3-r1
Update net-libs/gnutls to 3.7.3-r1, mainly to address issues like
https://gitlab.com/gnutls/gnutls/-/issues/1277 or CVE-2021-4209.
2022-03-29 16:58:49 +02:00
Mathieu Tortuyaux
88b3580fe8 Merge pull request #314 from flatcar-linux/tormath1/unconfined
sec-policy/selinux-unconfined: move from ::coreos-overlay
2022-03-29 15:55:50 +02:00
Krzesimir Nowak
50680cda4d Merge pull request #305 from flatcar-linux/krnowak/pkg-updates-2019
Update packages and eclasses from 2019
2022-03-29 15:45:10 +02:00
Mathieu Tortuyaux
870a11b00a sec-policy/selinux-unconfined: move from ::coreos-overlay
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-29 10:11:56 +02:00
Krzesimir Nowak
4ef9bb6450 dev-perl/XML-Parser: Drop unused package
The dev-util/intltool package was the only package that needed
it. Which is just as well, because the XML-Parser package would be a
hassle to update.
2022-03-24 18:15:46 +01:00
Krzesimir Nowak
00c2fed4ee dev-util/intltool: Drop unused package
We stopped pulling in that package in coreos-overlay.
2022-03-24 18:15:46 +01:00
Krzesimir Nowak
13e71132f5 .github: Drop the rust workflows
They are now in coreos-overlay.
2022-03-24 16:55:29 +01:00
Krzesimir Nowak
7df93d2fe5 virtual/rust: Move it to coreos-overlay
It looks like we are not really following gentoo in rust releases, so
move the package out to coreos-overlay.
2022-03-24 16:46:31 +01:00
Dongsu Park
23c6ab4ae0 Merge pull request #310 from flatcar-linux/sayan/update-util-linux-2.37.4
sys-apps/util-linux: update to 2.37.4
2022-03-24 10:27:20 +01:00
Krzesimir Nowak
6b6a52c37e changelog: Add an entry 2022-03-22 10:26:14 +01:00
Krzesimir Nowak
28d9c87f43 eclass/sgml-catalog-r1: Sync with gentoo
It's from gentoo commit 385cffdb297bd3976244d43d5d8e908d67001c20.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
4c89102e5f eclass/xorg-3: Sync with gentoo
It's from gentoo commit 269ac913ff35e9f48124292a896665e5c576733b.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
f59e682175 eclass/llvm: Sync with gentoo
It's from gentoo commit 0b179593e7beb7c600e0c43e56c7d47dbb13a67d.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
27cf309356 eclass/waf-utils: Sync with gentoo
It's from gentoo commit cb6f001614ccecfab756762f18948b616d77780b.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
df803892be eclass/cargo: Sync with gentoo
It's from gentoo commit 0540f5526f5cb8b69ad2010b6f7e4630f892845b.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
d10f19aa2a eclass/rust-toolchain: Sync with gentoo
It's from gentoo commit 6daac4235622b88a878fa86e7217491e9172279d.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
ef98d2e473 eclass/gnome.org: Sync with gentoo
It's from gentoo commit 40e43312a2c4ad1dc0692becfbeb7c165bb1ae14.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
d465ce1bed eclass/pam: Sync with gentoo
It's from gentoo commit 1de86d8250aae0a9d5a043fcc9e1065e6c435067.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
6e868bf66d eclass/gnome2-utils: Sync with gentoo
It's from gentoo commit 76708ba6ba0bf7f9d813ea2b4721c4d25b3dcc98.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
bf3e9f2eae eclass/vcs-snapshot: Sync with gentoo
It's from gentoo commit 6aaf76e545af2f9489295c214673897994a4ce31.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
b4d6d2916e eclass/pax-utils: Sync with gentoo
It's from gentoo commit 84b43bac4e545999e00c768bbcc908652eaf5502.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
d6edbe5c5d eclass: Drop unused eclasses 2022-03-22 10:26:14 +01:00
Krzesimir Nowak
10ea5a6e01 eclass/xdg: Sync with gentoo
It's from gentoo commit d556c732164c06df0c289b652fedbb46651f8f68.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
3c691cf996 dev-lang/nasm: Sync with gentoo
It's from gentoo commit 8d2673d43bb3d01c84fe87a641905aa3c163474f.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
c0c04997c2 app-arch/gzip: Sync with gentoo
It's from gentoo commit 98757de8de1bb05b167b61494fafef62e66b7c4d.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
d01a70a8be dev-libs/libunistring: Sync with gentoo
It's from gentoo commit 5361be135095750cf1a7c2242003c8c3711fa1a0.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
42a51a2adf app-misc/jq: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
a77cc90837 dev-util/cmocka: Sync with gentoo
It's from gentoo commit 367c2cf9152ff1d5b0ff5adbc5a085838beebd9c.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
169c28bff9 sys-devel/m4: Sync with gentoo
It's from gentoo commit 57b682904fc851e1fa9fb1095056544713a76df9.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
3ba9885fbf app-doc/eclass-manpages: Sync with gentoo
It's from gentoo commit 998c9a2859b32f4e922f2c319147568fde59f27c.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
e5911a7216 media-libs/libpng: Sync with gentoo
It's from gentoo commit 7cae6621a79044824b329e089dd3e2b6c9fe09cc.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
b8f63be75d app-admin/perl-cleaner: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
bb99042961 sys-devel/patch: Sync with gentoo
It's from gentoo commit ef511d7814808591e6a273ea1598dcc1b3a798cc.
2022-03-22 10:26:14 +01:00
Krzesimir Nowak
cbf3dfbafd net-libs/libssh2: Sync with gentoo
It's from gentoo commit 071f81847bccf95001e3f3fd23f92c105c9532fe.
2022-03-22 10:26:14 +01:00
Mathieu Tortuyaux
226eae7bc3 sys-fs/cryptsetup: sync with ::gentoo
this pulls fips support.

Commit-Ref: 1746c2caf8

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-22 09:46:43 +01:00
Krzesimir Nowak
5907650a82 Merge pull request #307 from JAORMX/sssd
Add selinux-sssd package
2022-03-21 18:19:46 +01:00
Dongsu Park
8851c0baa2 changelog: add changelog for util-linux 2.37.4 2022-03-21 11:44:56 +01:00
Sayan Chowdhury
ed5ec9010b sys-apps/util-linux: Sync with Gentoo upstream
gentoo sync ref: 2dc9e5e758

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-21 11:44:56 +01:00
Jeremi Piotrowski
5e82a8cc77 Merge pull request #285 from flatcar-linux/jepio/update-rng-tools-and-meson
update meson
2022-03-18 18:36:11 +01:00
Jeremi Piotrowski
830f8ad6c9 dev-util/meson: sync with Gentoo
Sync meson and keep only the current stable ebuild (0.60.3).

Upstream commit 83cf9e2749be378ca4bb12096c2a33093a0af998

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-03-18 12:52:27 +01:00
Flatcar Buildbot
7e7aa756f5 Upgrade virtual Rust in main from 1.58.1 to 1.59.0 2022-03-18 10:57:26 +00:00
Sayan Chowdhury
a44e49d7a6 sys-fs/cryptsetup: Sync to cryptsetup 2.4.3
sync ref: 9ca608da6b

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-17 12:04:59 +05:30
Juan Antonio Osorio
af63770591 Add selinux-sssd package
This is needed by https://github.com/flatcar-linux/coreos-overlay/pull/1712
in order to enable the sssd SELinux policy

Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
2022-03-16 14:49:29 +02:00
Krzesimir Nowak
29d305201b dev-libs/inih: Add from gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.

It's a dependency of sys-fs/xfsprogs.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
d84be670cf virtual/perl-version: Add from gentoo
It's from gentoo commit 7616bccb3c84c3b9513a22aea59081e6858602f0.

It's a dependency of dev-perl/libintl-perl.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
b03ce562b2 changelog: Add an entry 2022-03-15 17:53:29 +01:00
Krzesimir Nowak
fc45a69176 eclass/ruby-single: Sync with gentoo
It's from gentoo commit 76843876d228f9f8cd9254016a1e80d9387e364d.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
3f07c6f22c eclass/versionator: Sync with gentoo
It's from gentoo commit ffb256572995c9894ed5b1239ce5fbe59bed1a72.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
87a6215579 eclass/java-utils-2: Sync with gentoo
It's from gentoo commit b0969b17ed1e01f9c93a36ffb6cd0fa81747dac3.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
242fe5dfff eclass/linux-mod: Sync with gentoo
It's from gentoo commit b984f1b57fba45cebdbf990eb02d25fda34d44a5.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
838d9e7dba eclass/db-use: Sync with gentoo
It's from gentoo commit 52acf58202ee276674745962306d6cb00223f5e2.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
53dd124de6 eclass/check-reqs: Sync with gentoo
It's from gentoo commit a1db03163fb4a08d7813e92fa723db7a79566ef0.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
71e54186fd eclass/golang-base: Sync with gentoo
It's from gentoo commit 7f8297d319da8a7fe6680217ad8362b46ac1c95a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
37365a383c eclass: Drop unused eclasses 2022-03-15 17:53:29 +01:00
Krzesimir Nowak
ec56f1174a eclass/ruby-utils: Sync with gentoo
It's from gentoo commit f6895087a05c4aea59adf2cfdf8294d4e0cf7b37.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
5dc536f2bc virtual/dev-manager: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
517dc824cf app-text/docbook-xsl-stylesheets: Sync with gentoo
It's from gentoo commit bad0bc11d42710957c6d6786a9db381308e55c4b.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
00ebd266b5 virtual/libiconv: Sync with gentoo
It's from gentoo commit d30bf2dea1e39ce12a82697b57bd39bad5f9e7dc.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
840eef562e app-crypt/rhash: Sync with gentoo
It's from gentoo commit be3ac74c8316881622238f55bc498d5886bef527.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
49448edd03 sys-apps/iucode_tool: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
b44043204e sys-apps/less: Sync with gentoo
It's from gentoo commit 13917a775eca525fcaa2a22daf2ba2cf4754d94e.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
eadd6337c7 dev-libs/protobuf: Sync with gentoo
It's from gentoo commit cc1aca7d866bf7e31e53ef9f3ed08788176f0ded.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
c5a50f1ea5 sys-apps/grep: Sync with gentoo
It's from gentoo commit 2f3ae8922190ebd677d2abf91dac174b42e24ad8.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
a7ada2c491 dev-libs/libusb: Sync with gentoo
It's from gentoo commit 057e21919e19feb2fd4d51e2bf18d3c0b4512a61.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
0d8aa1a166 sys-libs/zlib: Sync with gentoo
It's from gentoo commit adb9a35721e67faab0c5a75f31e38e8791e2f43b.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
2e644a6594 x11-misc/makedepend: Sync with gentoo
It's from gentoo commit 5debc86934084fb525d98031c4e20571bbe861b4.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
e1a67a5b75 sys-devel/autoconf-archive: Sync with gentoo
It's from gentoo commit b3e7f249b72bcd4e0da367c5aa4fc81dde114e8e.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
d1983191e4 virtual/libelf: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
eef2b6e8f7 sys-fs/xfsprogs: Sync with gentoo
It's from gentoo commit 05882aa51e23a103b322527fb16e9e962ff94034.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
f95848b94b dev-libs/libassuan: Sync with gentoo
It's from gentoo commit 238670c39c8515d50d3f935b61cb03c977fa41e6.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
22eac79722 sys-fs/quota: Sync with gentoo
It's from gentoo commit f4cae72bff7ab14e21f3f73f97308e0b035db769.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
e1d763786e app-crypt/efitools: Sync with gentoo
It's from gentoo commit 915705ee5db3fff848c1af34db5aa4a68320619b.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
86fc0c28ae dev-perl/libintl-perl: Sync with gentoo
It's from gentoo commit 71ce13d896cf0ffa2391c5226b73e0907635262e.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
0cc613a6ee x11-base/xorg-proto: Sync with gentoo
It's from gentoo commit fe355755ac76b2675458ead53210933cfc11adf5.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
27ecb97f8b app-shells/bash-completion: Sync with gentoo
It's from gentoo commit d1e3fc61c5e5a261172877f36589b0a7bd84ce00.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
524e0f2871 dev-util/intltool: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
e10ed84919 sys-devel/make: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
da9f8ef093 sys-apps/sandbox: Sync with gentoo
It's from gentoo commit 36d4dacd971f39bd0ecde7d93216de68c8efe31a.
2022-03-15 17:53:29 +01:00
Krzesimir Nowak
63c71d0550 sys-devel/flex: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-15 17:53:29 +01:00