-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #811 from flatcar/krnowak/sys-packages-dev-glob
Automate updates of system packages: dev-*
- Loading branch information
Showing
78 changed files
with
1,758 additions
and
1,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- inih ([56](https://github.com/benhoyt/inih/releases/tag/r56)) | ||
- libbsd ([0.11.7](https://lists.freedesktop.org/archives/libbsd/2022-October/000337.html)) | ||
- libgcrypt ([1.10.1](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;h=03132c2a115e35783a782c64777cf5f5b1a2825f;hb=ae0e567820c37f9640440b3cff77d7c185aa6742)) | ||
- libgpg-error ([1.46](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;h=14b0ba97d6ba2b10b3178f2e4a3e24bfc2355bb3;hb=ea031873aa9642831017937fd33e9009d514ee07)) | ||
- libpcre (8.45) | ||
- libpipeline ([1.5.7](https://gitlab.com/libpipeline/libpipeline/-/tags/1.5.7)) | ||
- libusb ([1.0.26](https://github.com/libusb/libusb/blob/v1.0.26/ChangeLog)) | ||
- popt ([1.19](https://github.com/rpm-software-management/popt/releases/tag/popt-1.19-release)) | ||
- userspace-rcu ([0.14.0](https://github.com/urcu/userspace-rcu/blob/v0.13.2/ChangeLog)) | ||
- gptfdisk ([1.0.9](https://sourceforge.net/p/gptfdisk/code/ci/1d46f3723bc25f5598266f7d9a3548af3cee0c77/tree/NEWS)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
sdk_container/src/third_party/portage-stable/dev-lang/yasm/metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Base System</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Base System</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">yasm/yasm</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
2 changes: 1 addition & 1 deletion
2
sdk_container/src/third_party/portage-stable/dev-libs/inih/Manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST inih-53.tar.gz 16984 BLAKE2B 1242e6273c9dd9a11ea026a3495a487b2aa72d8e01f34304d8568c88897ae9c9bb425246f992dc16f4dc2210ec14c597d0ef595cec84ff98a5d6101ee5a643b9 SHA512 99bc40c294b521e9973184bfb30d60c129735991f33b387b3d023827a34672b0489eadf91e38895ea725168dbc7b27bb02c1975debe7573b4b209d0e947b2100 | ||
DIST inih-56.tar.gz 18458 BLAKE2B 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d SHA512 ff3e0910990f73e5b21fddc84737ab346279f201c86c7ad864c6cad9de5bde57c3e0a433b9b8f3585b7d86feaae2ea074185f92891dcadc98c274c1c0745d2d2 |
29 changes: 11 additions & 18 deletions
29
...rtage-stable/dev-libs/inih/inih-53.ebuild → ...ge-stable/dev-libs/inih/inih-56-r1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,30 @@ | ||
# Copyright 2020-2021 Gentoo Authors | ||
# Copyright 2020-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
EAPI=8 | ||
|
||
inherit meson-multilib | ||
# Tests not wired up to meson and don't seem to be intended for downstream use yet | ||
# e.g. hardcoding gcc, just a shell script | ||
|
||
inherit meson | ||
|
||
DESCRIPTION="inih (INI not invented here) simple .INI file parser" | ||
HOMEPAGE="https://github.com/benhoyt/inih" | ||
|
||
SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz" | ||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" | ||
S="${WORKDIR}"/inih-r${PV} | ||
|
||
LICENSE="BSD" | ||
SLOT="0" | ||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" | ||
|
||
IUSE="static-libs" | ||
|
||
S="${WORKDIR}/inih-r${PV}" | ||
DOCS=( README.md ) | ||
|
||
multilib_src_configure() { | ||
src_configure() { | ||
local emesonargs=( | ||
-Ddefault_library=$(usex static-libs both shared) | ||
-Ddefault_library=shared | ||
-Ddistro_install=true | ||
-Dwith_INIReader=true | ||
) | ||
|
||
meson_src_configure | ||
} | ||
|
||
multilib_src_install_all() { | ||
local DOCS=( | ||
LICENSE.txt | ||
README.md | ||
) | ||
einstalldocs | ||
} |
2 changes: 0 additions & 2 deletions
2
sdk_container/src/third_party/portage-stable/dev-libs/libassuan/Manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
DIST libassuan-2.5.3.tar.bz2 572348 BLAKE2B ae3a5a9a03e85d62cf87271cd4a0718a2b89a4f90ea814837913e4b2bb6e5af9746e766d99685cc0cc3a801efaee597e491a2bc03d42ac26059580ea4680fd7a SHA512 e7ccb651ea75b07b2e687d48d86d0ab83cba8e2af7f30da2aec794808e13e6ec93f21d607db50d3431f1c23cb3a07a2793b71170e69fa2f5a82cffb81961f617 | ||
DIST libassuan-2.5.4.tar.bz2 574039 BLAKE2B 2eec42c47840741a4726fc35c3ed04300e5fbcd37f808b121534aeaa04d0d0f609a30ad48cfbe33a81ee4b2ebbb822b9a48a5c602268f1b802bf5d7d19d72e9c SHA512 764993d5311c24f0c0f970016e903e1a16783a2050c42072dbc1bc4f350f119e53b0be17ed6df25a0086bc9f8c25ee4f3134330577968480997263f95e05594f | ||
DIST libassuan-2.5.5.tar.bz2 572263 BLAKE2B 24952e97c757b97c387ab4c2c4bf7b040f2874e9326c129805c7f5326fa14d80e083b0842e336a635531a2c8d4a66d428c816bae6b175f1c4518add1ffa3554d SHA512 70117f77aa43bbbe0ed28da5ef23834c026780a74076a92ec775e30f851badb423e9a2cb9e8d142c94e4f6f8a794988c1b788fd4bd2271e562071adf0ab16403 |
48 changes: 0 additions & 48 deletions
48
sdk_container/src/third_party/portage-stable/dev-libs/libassuan/libassuan-2.5.3.ebuild
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
sdk_container/src/third_party/portage-stable/dev-libs/libassuan/libassuan-2.5.4.ebuild
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<name>Lars Wendler</name> | ||
<email>[email protected]</email> | ||
</maintainer> | ||
<longdescription> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Base System</name> | ||
</maintainer> | ||
<longdescription> | ||
In an ideal world, Assuan is irrelevant. Assuan's primary use is to | ||
allow a client to interact with a non-persistent server. Using Assuan, | ||
this is accomplished by forking a subprocess and communicating with it | ||
|
@@ -15,5 +15,5 @@ across several transactions: not only is there a penalty for an | |
increased number of context switches, but also a significant amount of | ||
data is MEMCPYed from the client to a file descriptor and from the file | ||
descriptor to the server. | ||
</longdescription> | ||
</longdescription> | ||
</pkgmetadata> |
4 changes: 2 additions & 2 deletions
4
sdk_container/src/third_party/portage-stable/dev-libs/libbsd/Manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DIST libbsd-0.11.3.tar.xz 399712 BLAKE2B 1af04b8fcbc0bfa59fba549639d61a33ac934fe7ee42b506d1b0452e0b836b0bfdd3d8739de90465be46fe6a9d326a2d11bcf72280aa19ccba81db5da6d63d89 SHA512 a7015ea1ffa3766b1a4690526a25231898ad8275149b31fb6801082450172249997c36165626d101ffce53b59767a46676eebc0806426922fe4e773a0376c1f5 | ||
DIST libbsd-0.11.5.tar.xz 409972 BLAKE2B 00c89ad1be351e7851538eac2744f5aef87b5937330d514d17af8a20a04bc6eab0e2bda61d0080da1d1439306b3b191ab68b4bc4cd8558ff0adfe402bfbf5b52 SHA512 c52c19eddd53630aca14f9f6221f7b84aa9cc798b4bb91e867822b161793313aab872ac1c0350d29312a72fee6e2061f3910ff918b724ec171d8c9de5837c841 | ||
DIST libbsd-0.11.7.tar.xz 418508 BLAKE2B 2ff0aa951c5b37a58ab101aade52d077d52f3695bb8535c99dec89659775501d93af16f164fef946776f445ee88a276d00870f64cb3fef58942ce26af6d2eaa9 SHA512 51fda4724f41dd8a4628afd58c21236a7588d9045e337e06eeabf83805a9aaaa53705441ca901ad11f1c65f18e881523bdc97721a7d3d6a5cced27f2450d09a2 | ||
DIST libbsd-0.11.7.tar.xz.asc 833 BLAKE2B 925cd4f5b68c0dccceb476cb188bb5a8185ad77895b9b458ff6819ae241dbd8cbf1c18dd12d10b90b3a9ea3f9e065b44566d1a908d0c111ecbd435434b922a66 SHA512 bdcce69ee261039900896c5be48659f1b6b809f3a6e8a5220aac30a6687926ac29e478a3ea737727d077d6575ee11b86eed896932568fdd261a9aaeb46d695b6 |
32 changes: 32 additions & 0 deletions
32
...ntainer/src/third_party/portage-stable/dev-libs/libbsd/files/libbsd-0.11.7-musl-lfs.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
https://bugs.gentoo.org/905912 | ||
https://gitlab.freedesktop.org/libbsd/libbsd/-/merge_requests/24 | ||
|
||
From c36c29f014b0ef56a3aef984fa40b0e100b6f419 Mon Sep 17 00:00:00 2001 | ||
From: Khem Raj <[email protected]> | ||
Date: Thu, 15 Dec 2022 09:02:22 -0800 | ||
Subject: [PATCH] funopen: Replace off64_t with off_t in funopen_seek | ||
|
||
AC_SYS_LARGEFILE in configure.ac is setting needed defines to make | ||
64bit off_t on relevant platforms. | ||
|
||
Fixes build on musl | ||
|
||
| ../../../../../../../../workspace/sources/libbsd/src/funopen.c:68:28: error: unknown type name 'off64_t'; did you mean 'off_t'? | ||
| funopen_seek(void *cookie, off64_t *offset, int whence) | ||
| ^~~~~~~ | ||
| off_t | ||
|
||
Signed-off-by: Khem Raj <[email protected]> | ||
--- a/src/funopen.c | ||
+++ b/src/funopen.c | ||
@@ -65,7 +65,7 @@ funopen_write(void *cookie, const char *buf, size_t size) | ||
} | ||
|
||
static int | ||
-funopen_seek(void *cookie, off64_t *offset, int whence) | ||
+funopen_seek(void *cookie, off_t *offset, int whence) | ||
{ | ||
struct funopen_cookie *cookiewrap = cookie; | ||
off_t soff = *offset; | ||
-- | ||
GitLab |
36 changes: 36 additions & 0 deletions
36
...able/dev-libs/libbsd/files/libbsd-build-Fix-version-script-linker-support-detection.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
From dec783dce5a7131e232a06e63a544645b5463dd8 Mon Sep 17 00:00:00 2001 | ||
From: Guillem Jover <[email protected]> | ||
Date: Sun, 12 Feb 2023 23:55:09 +0100 | ||
Subject: [PATCH] build: Fix version script linker support detection | ||
|
||
When the linker uses --no-undefined-version either specified by the user | ||
or as the default behavior (such as with newer clang >= 16 releases), | ||
a missing symbol definition will cause a linker error if that symbol is | ||
listed in the version script. | ||
|
||
Upstream commit: https://gitlab.freedesktop.org/libbsd/libbsd/-/commit/dec783dce5a7131e232a06e63a544645b5463dd8 | ||
|
||
--- | ||
configure.ac | 6 +++++- | ||
1 file changed, 5 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/configure.ac b/configure.ac | ||
index 17d113c..7d17a93 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -33,7 +33,11 @@ AC_CACHE_CHECK([if ld supports --version-script flag], | ||
save_LDFLAGS=$LDFLAGS | ||
LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" | ||
AC_LINK_IFELSE([ | ||
- AC_LANG_PROGRAM([], []) | ||
+ AC_LANG_PROGRAM([[ | ||
+extern int symbol(void); | ||
+int symbol(void) { return 0; } | ||
+]], [[ | ||
+]]) | ||
], [ | ||
libbsd_cv_version_script=yes | ||
], [ | ||
-- | ||
2.39.1.615.ga0422de7ea.dirty | ||
|
Oops, something went wrong.