Commit Graph

5518 Commits

Author SHA1 Message Date
cdac280a3b Merge remote-tracking branch 'origin/3.7' into 3.8 2023-12-11 22:00:09 +01:00
01fed8e5d2 cmake: update to 3.28.0 2023-12-07 11:35:10 +01:00
0f8dd45d3c curl: update to 8.5.0 2023-12-06 09:53:55 +01:00
4ebb115b59 util-linux: update to 2.39.3 2023-12-05 12:22:46 +01:00
4ee3b79aba perl: update to 5.36.3 2023-11-30 19:23:47 +01:00
9d5c4ae32a
cmake: 3.27.8 -> 3.27.9 2023-11-28 21:22:28 +01:00
c23798a499
perl: 5.36.1 -> 5.36.2 2023-11-27 12:04:27 +01:00
6a97c4afe3 vim: update to 9.0.2130 2023-11-27 10:44:43 +01:00
f19aa298fe Merge remote-tracking branch 'origin/3.7' into 3.8 2023-11-26 11:37:32 +01:00
9c8527ff8f sqlite3: update to 3.44.2 2023-11-25 10:46:44 +01:00
b450b0b61e
openssl: 3.1.4 -> 3.2.0 2023-11-23 19:58:17 +01:00
27f82d0940 pkgconf: update to 2.1.0 2023-11-23 13:34:02 +01:00
d14a8eafe4 python3-setuptools: update to 69.0.2 2023-11-23 12:23:53 +01:00
edd2354ccc
python3-setuptools: 68.2.2 -> 69.0.1 2023-11-22 19:04:00 +01:00
8ea2295ff6 sqlite3: update to 3.44.1 2023-11-22 18:53:39 +01:00
6f836b5dde gettext: update to 0.22.4 2023-11-20 17:00:26 +01:00
bfe62634a5 readline: update to 8.2.7 2023-11-20 16:52:30 +01:00
9b37f691bb
meson: 1.2.3 -> 1.3.0 2023-11-19 22:38:14 +01:00
5567fdfd87
exim: new dependency: libxcrypt 2023-11-19 19:11:47 +01:00
c7f9ab4df5
inetutils: new dependency: libxcrypt 2023-11-19 19:11:26 +01:00
6258fda201
linux-pam: rebuilt for libxcrypt 2023-11-19 19:11:04 +01:00
f2475aacf2
openssh: new dependency: libbsd, libxcrypt 2023-11-19 18:38:36 +01:00
7dc769d7fe
perl: new dependency: libxcrypt 2023-11-19 18:38:08 +01:00
fd6686d41f
python3: new dependency: libxcrypt 2023-11-19 18:37:43 +01:00
6f29c5b531
shadow: 4.14.0 -> 4.14.2; new dependency: libbsd, libxcrypt 2023-11-19 18:36:11 +01:00
ddf98e7cd3
sysvinit: new dependency: libxcrypt 2023-11-19 18:35:31 +01:00
41c566a023
glibc-32: disabled libcrypt, synced upstream commits 2023-11-19 18:34:48 +01:00
c7bd27fef8
glibc: disabled libcrypt, synced upstream commits 2023-11-19 18:34:42 +01:00
e95ab534b9
libbsd: initial commit, version 0.11.7 2023-11-19 18:31:23 +01:00
5d42047b42
libmd: initial commit, version 1.1.0 2023-11-19 18:31:02 +01:00
60244a6aca
libxcrypt-32: initial commit, version 4.4.36 2023-11-19 18:30:46 +01:00
61dbd9bc7d
libxcrypt: initial commit, version 4.4.36 2023-11-19 18:30:16 +01:00
e19e74f576 Merge remote-tracking branch 'origin/3.7' into 3.8 2023-11-18 16:27:34 +01:00
803d534d11 sqlite3: use bash as shell for configure 2023-11-17 14:04:38 +01:00
7665d52d82 cmake: update to 3.27.8 2023-11-15 18:57:05 +01:00
33eaecc5b1 Merge remote-tracking branch 'origin/3.7' into 3.8 2023-11-11 22:33:09 +01:00
e4729481cc dhcpcd: update to 10.0.5 2023-11-11 11:38:19 +01:00
0a9a49b666 sudo: update to 1.9.15p2 2023-11-10 10:18:38 +01:00
3ea93e528c bash: update to 5.2.21 2023-11-10 10:18:17 +01:00
23a6c94442 vim: update to 9.0.2095 2023-11-09 12:12:15 +01:00
f67d24ded9 sudo: update to 1.9.15p1 2023-11-08 10:46:40 +01:00
b9c7f20b35 sudo: update to 1.9.15 2023-11-07 12:52:02 +01:00
001b32a881
libuv: 1.46.0 -> 1.47.0 2023-11-06 19:49:43 +01:00
4c9bf424ab exim: update to 4.97 2023-11-05 17:56:25 +01:00
9c05b00eef Merge remote-tracking branch 'origin/3.7' into 3.8 2023-11-05 12:24:42 +01:00
192736c1bd
meson: updated footprint for python 3.12 2023-11-05 12:06:19 +01:00
a0081b694f
nftables: updated footprint for python 3.12 2023-11-05 12:04:57 +01:00
a4ce8cb873 python3-setuptools: rebuilt for python3.12
python3.12 removed distutils from their standard library [1] after
deprecating it in 2020 with python3.10 [2].
Because of that, we are unable to run setup.py to build setuptools
if we do not have anything else (e.g. pip). [3]

To ensure compatibility with ports that did not adjust yet we can keep
setuptools as is around for a little bit longer.

To build it, we can bootstrap pip inside the build environment with
ensurepip provided by core/python3 to build setuptools itself. This will
provide a _distutils_hack wheel along with it which we can use until the
dust settled.

[1]: https://docs.python.org/3/whatsnew/3.12.html
[2]: https://peps.python.org/pep-0632/
[3]: https://github.com/pypa/setuptools/issues/3661
2023-11-05 11:45:10 +01:00
e9a00f4157
python3: 3.11.5 -> 3.12.0 2023-11-05 11:23:08 +01:00
c3d45b511d
iproute2: 6.5.0 -> 6.6.0 2023-11-04 23:42:11 +01:00