mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Merge gcc15 branch (which will be merged to trunk soon)
This commit is contained in:
commit
d76971c096
@ -39,6 +39,48 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2025-06-01</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to systemd-257.6. Fixes
|
||||
<ulink url='&lfs-ticket-root;5774'>#5774</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to setuptools-80.9.0. Fixes
|
||||
<ulink url='&lfs-ticket-root;5728'>#5728</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to meson-1.8.1. Fixes
|
||||
<ulink url='&lfs-ticket-root;5731'>#5731</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to automake-1.18. Fixes
|
||||
<ulink url='&lfs-ticket-root;5734'>#5734</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update build instructions to accomodate
|
||||
gcc-15 for bc, expect, ncurses, and gmp.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gcc-15.1.0. Fixes
|
||||
<ulink url='&lfs-ticket-root;5707'>#5707</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to less-678. Fixes
|
||||
<ulink url='&lfs-ticket-root;5724'>#5724</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to readline-8.3-rc1. Fixes
|
||||
<ulink url='&lfs-ticket-root;5726'>#5726</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bash-5.3-rc1. Fixes
|
||||
<ulink url='&lfs-ticket-root;5718'>#5714</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2025-05-15</para>
|
||||
<itemizedlist>
|
||||
|
@ -35,12 +35,12 @@
|
||||
<!--<listitem>
|
||||
<para>Autoconf-&autoconf-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Automake-&automake-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Bash-&bash-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Bc-&bc-version;</para>
|
||||
</listitem>-->
|
||||
@ -89,9 +89,9 @@
|
||||
<listitem>
|
||||
<para>Gawk-&gawk-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>GCC-&gcc-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>GDBM-&gdbm-version;</para>
|
||||
</listitem>
|
||||
@ -140,9 +140,9 @@
|
||||
<listitem>
|
||||
<para>Kmod-&kmod-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Less-&less-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
|
||||
</listitem>-->
|
||||
@ -221,9 +221,9 @@
|
||||
<listitem>
|
||||
<para>Python-&python-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Readline-&readline-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Sed-&sed-version;</para>
|
||||
</listitem>-->
|
||||
@ -236,9 +236,9 @@
|
||||
<listitem revision="sysv">
|
||||
<para>Sysklogd-&sysklogd-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Systemd-&systemd-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem revision="sysv">
|
||||
<para>SysVinit-&sysvinit-version;</para>
|
||||
</listitem>-->
|
||||
@ -296,6 +296,18 @@
|
||||
<listitem>
|
||||
<para>Packaging-&packaging-version;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>bash-5.3-rc1-cross_compile_fix-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>coreutils-9.7-upstream_fix-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>perl-5.40.2-upstream_fix-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Python-3.13.3-security_fixes-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -26,15 +26,15 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
<!--
|
||||
|
||||
<varlistentry>
|
||||
<term>Bash Upstream Fixes Patch - <token>&bash-upstream-fixes-patch-size;</token>:</term>
|
||||
<term>Bash Cross Compile Fix Patch - <token>&bash-crosscompile-fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&bash-upstream-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&bash-upstream-fixes-patch-md5;</literal></para>
|
||||
<para>Download: <ulink url="&patches-root;&bash-crosscompile-fix-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&bash-crosscompile-fix-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<varlistentry>
|
||||
<term>Binutils Upstream Fixes Patch - <token>&binutils-upstream-patch-size;</token>:</term>
|
||||
@ -52,6 +52,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Upstream Fixe Patch - <token>&coreutils-upstream-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&coreutils-upstream-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&coreutils-upstream-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
@ -118,24 +126,23 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
<!--
|
||||
|
||||
<varlistentry>
|
||||
<term>Pkgconf Upstream Fix Patch - <token>&pkgconf-upstream-fix-patch-size;</token>:</term>
|
||||
<term>Perl Upstream Fix Patch - <token>&perl-upstream-fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&pkgconf-upstream-fix-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&pkgconf-upstream-fix-patch-md5;</literal></para>
|
||||
<para>Download: <ulink url="&patches-root;&perl-upstream-fix-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&perl-upstream-fix-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
<!--
|
||||
|
||||
<varlistentry>
|
||||
<term>Readline Upstream Fix Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
||||
<term>Python Security Fix Patch - <token>&python-security-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
|
||||
<para>Download: <ulink url="&patches-root;&python-security-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&python-security-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
|
||||
<varlistentry revision="sysv">
|
||||
<term>SysVinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -43,20 +43,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Cross GCC</title>
|
||||
|
||||
<note><para>GCC-15: Actually (End of April 2025) the multilib branch
|
||||
differs from trunk (the main LFS development branch) as the multilib
|
||||
branch includes gcc-15. Since gcc is using a new C standard (C23) by
|
||||
default, there might be some packages which do not compile with this
|
||||
version of gcc.</para>
|
||||
<para>There are some tweaks in some packages and some packages
|
||||
are early release candidates (-rc1). Upstream (the LFS trunk) will
|
||||
wait to upgrade to gcc-15 until those packages are officially
|
||||
released. That might last a few days.</para>
|
||||
<para>Note that BLFS will contain packages that may not build with gcc-15
|
||||
at the moment. We upgraded the multilib branch to gcc-15 for people
|
||||
who are interested in discovering those issues.</para>
|
||||
</note>
|
||||
|
||||
<para>GCC requires the GMP, MPFR and MPC packages. As these packages may
|
||||
not be included in your host distribution, they will be built with
|
||||
GCC. Unpack each package into the GCC source directory and rename the
|
||||
|
@ -43,27 +43,9 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Bash</title>
|
||||
|
||||
<para>
|
||||
Fix an issue when host has already gcc-15:
|
||||
</para>
|
||||
<screen><userinput remap="configure">patch -Np1 <<EOF
|
||||
--- bash-5.3-rc1/bashansi.h 2024-03-26 00:17:49.000000000 +0800
|
||||
+++ bash-5.3-rc1.patched/bashansi.h 2025-05-21 15:04:17.090096535 +0800
|
||||
@@ -35,8 +35,11 @@
|
||||
# include "ansi_stdlib.h"
|
||||
#endif /* !HAVE_STDLIB_H */
|
||||
<para>First, fix a problem related to cross compilation and gcc-15:</para>
|
||||
|
||||
-/* If bool is not a compiler builtin, prefer stdbool.h if we have it */
|
||||
-#if !defined (HAVE_C_BOOL)
|
||||
+/* If bool is not a compiler builtin, prefer stdbool.h if we have it
|
||||
+
|
||||
+ Explicitly check __STDC_VERSION__ here in addition to HAVE_C_BOOL:
|
||||
+ in cross-compilation build tools does not include config.h. */
|
||||
+#if !defined (HAVE_C_BOOL) && (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 202311L)
|
||||
# if defined (HAVE_STDBOOL_H)
|
||||
# include <stdbool.h>
|
||||
# else
|
||||
EOF</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&bash-crosscompile-fix-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Bash for compilation:</para>
|
||||
|
||||
|
@ -101,7 +101,6 @@ cd build</userinput></screen>
|
||||
--build=$(../config.guess) \
|
||||
--host=$LFS_TGT \
|
||||
--target=$LFS_TGT \
|
||||
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \
|
||||
--prefix=/usr \
|
||||
--with-build-sysroot=$LFS \
|
||||
--enable-default-pie \
|
||||
@ -114,7 +113,8 @@ cd build</userinput></screen>
|
||||
--disable-libsanitizer \
|
||||
--disable-libssp \
|
||||
--disable-libvtv \
|
||||
--enable-languages=c,c++</userinput></screen>
|
||||
--enable-languages=c,c++ \
|
||||
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc</userinput></screen>
|
||||
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure"
|
||||
arch="ml_32">mlist=m64,m32</userinput><userinput remap="configure"
|
||||
arch="ml_x32">mlist=m64,mx32</userinput><userinput remap="configure"
|
||||
@ -136,7 +136,9 @@ cd build</userinput></screen>
|
||||
--disable-libsanitizer \
|
||||
--disable-libssp \
|
||||
--disable-libvtv \
|
||||
--enable-languages=c,c++</userinput></screen>
|
||||
--enable-languages=c,c++ \
|
||||
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc
|
||||
</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the new configure options:</title><!-- WIP -->
|
||||
|
@ -49,9 +49,9 @@
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>CC='gcc -std=c99'</parameter></term>
|
||||
<term><parameter>CC=gcc -std=c99</parameter></term>
|
||||
<listitem>
|
||||
<para>This parameter specifies the compiler and the C standard to use.</para>
|
||||
<para>This parameter specifies the compiler and C standard to use.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -41,6 +41,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Coreutils</title>
|
||||
|
||||
<para>First apply a security patch identified upstream:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-upstream-patch;</userinput></screen>
|
||||
|
||||
<para>POSIX requires that programs from Coreutils recognize character
|
||||
boundaries correctly even in multibyte locales. The following patch fixes
|
||||
this non-compliance and other internationalization-related bugs.</para>
|
||||
|
@ -69,7 +69,7 @@
|
||||
|
||||
<para>Now, make some changes to allow the package with gcc-15.1 or later:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../expect-&expect-version;-gcc15-1.patch</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&expect-gcc15-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Expect for compilation:</para>
|
||||
|
||||
|
@ -62,6 +62,10 @@
|
||||
CFLAGS is still automatically set to -march=something. -->
|
||||
</note>
|
||||
|
||||
<para>First, make an adjustment for compatibilty with gcc-15 and later:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i '/long long t1;/,+1s/()/(...)/' configure</userinput></screen>
|
||||
|
||||
<para>Prepare GMP for compilation:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed '/long long t1;/,+1s/()/(...)/' -i configure</userinput></screen>
|
||||
|
@ -137,8 +137,8 @@
|
||||
<xref linkend='ch-tools-ncurses'/>):</para>
|
||||
|
||||
<screen><userinput remap="install">make DESTDIR=$PWD/dest install
|
||||
install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib
|
||||
rm -v dest/usr/lib/libncursesw.so.&ncurses-version;
|
||||
install -vm755 dest/usr/lib/libncursesw.so.&ncurses-base-version; /usr/lib
|
||||
rm -v dest/usr/lib/libncursesw.so.&ncurses-base-version;
|
||||
sed -e 's/^#if.*XOPEN.*$/#if 1/' \
|
||||
-i dest/usr/include/curses.h
|
||||
cp -av dest/* /</userinput></screen>
|
||||
|
@ -41,6 +41,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Perl</title>
|
||||
|
||||
<para>First, apply a security patch identified upstream:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&perl-upstream-fix-patch;</userinput></screen>
|
||||
|
||||
<para>This version of Perl builds the Compress::Raw::Zlib and
|
||||
Compress::Raw::BZip2 modules. By
|
||||
default Perl will use an internal copy of the sources for the build.
|
||||
|
@ -43,12 +43,17 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Python 3</title>
|
||||
|
||||
<para>First, apply a security patch to the current package:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&python-security-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Python for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--with-system-expat \
|
||||
--enable-optimizations</userinput></screen>
|
||||
--enable-optimizations \
|
||||
--without-static-libpython</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
@ -72,6 +77,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--without-static-libpython</parameter></term>
|
||||
<listitem>
|
||||
<para>This switch prevents building a large, but unneeded, static
|
||||
library.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
52
packages.ent
52
packages.ent
@ -38,17 +38,21 @@
|
||||
<!ENTITY autoconf-fin-sbu-tests "0.4">
|
||||
<!ENTITY autoconf-fin-sbu "less than 0.1 SBU (about &autoconf-fin-sbu-tests; SBU with tests)">
|
||||
|
||||
<!ENTITY automake-version "1.17">
|
||||
<!ENTITY am-minor-version "1.17">
|
||||
<!ENTITY automake-version "1.18">
|
||||
<!ENTITY am-minor-version "1.18">
|
||||
<!ENTITY automake-size "1,614 KB">
|
||||
<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
|
||||
<!ENTITY automake-md5 "7ab3a02318fee6f5bd42adfc369abf10">
|
||||
<!ENTITY automake-md5 "1320dd6a6aae0d97668daa089086c083">
|
||||
<!ENTITY automake-home "&gnu-software;automake/">
|
||||
<!ENTITY automake-fin-du "121 MB">
|
||||
<!ENTITY automake-fin-sbu "less than 0.1 SBU (about 1.1 SBU with tests)">
|
||||
|
||||
<!ENTITY bash-version "5.3-rc1">
|
||||
<<<<<<< HEAD
|
||||
<!ENTITY bash-size "10,868 KB">
|
||||
=======
|
||||
<!ENTITY bash-size "10,491 KB">
|
||||
>>>>>>> origin/gcc15
|
||||
<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
|
||||
<!ENTITY bash-md5 "f58f56196606a0d0cef9b96b733d256c">
|
||||
<!ENTITY bash-home "&gnu-software;bash/">
|
||||
@ -211,7 +215,11 @@
|
||||
<!ENTITY gawk-fin-sbu "0.2 SBU">
|
||||
|
||||
<!ENTITY gcc-version "15.1.0">
|
||||
<<<<<<< HEAD
|
||||
<!ENTITY gcc-size "93,744 KB">
|
||||
=======
|
||||
<!ENTITY gcc-size "95,966 KB">
|
||||
>>>>>>> origin/gcc15
|
||||
<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
|
||||
<!ENTITY gcc-md5 "e55d13c55428bca27b4d2ea02f883135">
|
||||
<!ENTITY gcc-home "https://gcc.gnu.org/">
|
||||
@ -375,10 +383,10 @@
|
||||
<!ENTITY kmod-fin-du "11 MB">
|
||||
<!ENTITY kmod-fin-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY less-version "668">
|
||||
<!ENTITY less-size "635 KB">
|
||||
<!ENTITY less-version "678">
|
||||
<!ENTITY less-size "857 KB">
|
||||
<!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
|
||||
<!ENTITY less-md5 "d72760386c5f80702890340d2f66c302">
|
||||
<!ENTITY less-md5 "19b055a2ee7db1bf910380fd04c41ffc">
|
||||
<!ENTITY less-home "https://www.greenwoodsoftware.com/less/">
|
||||
<!ENTITY less-fin-du "14 MB">
|
||||
<!ENTITY less-fin-sbu "less than 0.1 SBU">
|
||||
@ -505,10 +513,10 @@
|
||||
<!ENTITY markupsafe-fin-du "500 KB">
|
||||
<!ENTITY markupsafe-fin-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY meson-version "1.8.0">
|
||||
<!ENTITY meson-size "2,281 KB">
|
||||
<!ENTITY meson-version "1.8.1">
|
||||
<!ENTITY meson-size "2,278 KB">
|
||||
<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
|
||||
<!ENTITY meson-md5 "74664d20851d29bc3e491d502d66e1f7">
|
||||
<!ENTITY meson-md5 "5cfd7e2b2246d874746d68ffd43a0774">
|
||||
<!ENTITY meson-home "https://mesonbuild.com">
|
||||
<!ENTITY meson-fin-du "44 MB">
|
||||
<!ENTITY meson-fin-sbu "less than 0.1 SBU">
|
||||
@ -529,9 +537,16 @@
|
||||
<!ENTITY mpfr-fin-du "43 MB">
|
||||
<!ENTITY mpfr-fin-sbu "0.2 SBU">
|
||||
|
||||
<<<<<<< HEAD
|
||||
<!ENTITY ncurses-version "6.5">
|
||||
<!ENTITY ncurses-size "3,699 KB">
|
||||
<!ENTITY ncurses-url "https://invisible-mirror.net/archives/ncurses/current/ncurses-&ncurses-version;-20250517.tgz">
|
||||
=======
|
||||
<!ENTITY ncurses-version "6.5-20250517">
|
||||
<!ENTITY ncurses-base-version "6.5">
|
||||
<!ENTITY ncurses-size "3,700 KB">
|
||||
<!ENTITY ncurses-url "https://invisible-mirror.net/archives/ncurses/current/ncurses-&ncurses-version;.tgz">
|
||||
>>>>>>> origin/gcc15
|
||||
<!ENTITY ncurses-md5 "f969398c02415326ca075db69e04f87f">
|
||||
<!ENTITY ncurses-home "&gnu-software;ncurses/">
|
||||
<!ENTITY ncurses-tmp-du "53 MB">
|
||||
@ -628,10 +643,17 @@
|
||||
<!ENTITY python-docs-md5 "5b65ca5579dac14e425cd247af6fd043">
|
||||
<!ENTITY python-docs-size "10,112 KB">
|
||||
|
||||
<<<<<<< HEAD
|
||||
<!ENTITY readline-version "8.3">
|
||||
<!ENTITY readline-soversion "8.3"><!-- used for stripping -->
|
||||
<!ENTITY readline-size "2,974 KB">
|
||||
<!ENTITY readline-url "&gnu;readline/readline-&readline-version;-rc1.tar.gz">
|
||||
=======
|
||||
<!ENTITY readline-version "8.3-rc1">
|
||||
<!ENTITY readline-soversion "8.3"><!-- used for stripping -->
|
||||
<!ENTITY readline-size "3,336 KB">
|
||||
<!ENTITY readline-url "&gnu;readline/readline-&readline-version;.tar.gz">
|
||||
>>>>>>> origin/gcc15
|
||||
<!ENTITY readline-md5 "65e32c25e6ba871e5b026d22d0b81002">
|
||||
<!ENTITY readline-home "https://tiswww.case.edu/php/chet/readline/rltop.html">
|
||||
<!ENTITY readline-fin-du "16 MB">
|
||||
@ -647,10 +669,10 @@
|
||||
<!ENTITY sed-fin-du "30 MB">
|
||||
<!ENTITY sed-fin-sbu "0.3 SBU">
|
||||
|
||||
<!ENTITY setuptools-version "80.7.1">
|
||||
<!ENTITY setuptools-size "1,289 KB">
|
||||
<!ENTITY setuptools-version "80.9.0">
|
||||
<!ENTITY setuptools-size "1,290 KB">
|
||||
<!ENTITY setuptools-url "&pypi-src;/s/setuptools/setuptools-&setuptools-version;.tar.gz">
|
||||
<!ENTITY setuptools-md5 "dc25a6f2961f8615199e9a63e6c4b431">
|
||||
<!ENTITY setuptools-md5 "82e1d67883b713f9493659b50d13b436">
|
||||
<!ENTITY setuptools-home "&pypi-home;/setuptools/">
|
||||
<!ENTITY setuptools-fin-du "26 MB">
|
||||
<!ENTITY setuptools-fin-sbu "less than 0.1 SBU">
|
||||
@ -671,15 +693,15 @@
|
||||
<!ENTITY sysklogd-fin-du "4.1 MB">
|
||||
<!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY systemd-version "257.3">
|
||||
<!ENTITY systemd-version "257.6">
|
||||
<!--<!ENTITY systemd-stable "6b4878d">-->
|
||||
<!-- The above entity is used whenever we move to a stable backport branch.
|
||||
In the event of a critical problem or kernel change that is incompatible,
|
||||
we will switch to the backport branch until the next stable release. -->
|
||||
<!ENTITY systemd-size "15,847 KB">
|
||||
<!ENTITY systemd-size "15,940 KB">
|
||||
<!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
|
||||
<!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
|
||||
<!ENTITY systemd-md5 "8e4fc90c7aead651fa5c50bd1b34abc2">
|
||||
<!ENTITY systemd-md5 "458b07e140cd65d25baf7752398c5d13">
|
||||
<!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/">
|
||||
<!ENTITY systemd-man-version "257.3">
|
||||
<!ENTITY systemd-man-size "733 KB">
|
||||
|
37
patches.ent
37
patches.ent
@ -2,16 +2,16 @@
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
|
||||
<!--
|
||||
<!ENTITY bash-upstream-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY bash-upstream-fixes-patch-md5 "2d1691a629c558e894dbb78ee6bf34ef">
|
||||
<!ENTITY bash-upstream-fixes-patch-size "5.9 KB">
|
||||
-->
|
||||
<!ENTITY bash-crosscompile-fix-patch "bash-&bash-version;-cross_compile_fix-1.patch">
|
||||
<!ENTITY bash-crosscompile-fix-patch-md5 "62f4cbdf89c2f4e4e453c798874a066a">
|
||||
<!ENTITY bash-crosscompile-fix-patch-size "1.5 KB">
|
||||
|
||||
<!--
|
||||
<!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fix-1.patch">
|
||||
<!ENTITY binutils-upstream-patch-md5 "eddd9860af589ec328541a9ec5e5928e">
|
||||
<!ENTITY binutils-upstream-patch-size "18 KB">
|
||||
-->
|
||||
|
||||
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
|
||||
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
|
||||
<!ENTITY bzip2-docs-patch-size "1.6 KB">
|
||||
@ -20,29 +20,46 @@
|
||||
<!ENTITY coreutils-i18n-patch-md5 "33ebfad32b2dfb8417c3335c08671206">
|
||||
<!ENTITY coreutils-i18n-patch-size "159 KB">
|
||||
|
||||
<<<<<<< HEAD
|
||||
<!ENTITY expect-gcc15-patch "expect-&expect-version;-gcc15-1.patch">
|
||||
<!ENTITY expect-gcc15-patch-md5 "0ca4d6bb8d572fbcdb13cb36cd34833e">
|
||||
<!ENTITY expect-gcc15-patch-size "11.8 KB">
|
||||
=======
|
||||
<!ENTITY coreutils-upstream-patch "coreutils-&coreutils-version;-upstream_fix-1.patch">
|
||||
<!ENTITY coreutils-upstream-patch-md5 "96382a5aa85d6651a74f94ffb61785d9">
|
||||
<!ENTITY coreutils-upstream-patch-size "4.1 KB">
|
||||
|
||||
<!ENTITY expect-gcc15-patch "expect-&expect-version;-gcc15-1.patch">
|
||||
<!ENTITY expect-gcc15-patch-md5 "0ca4d6bb8d572fbcdb13cb36cd34833e">
|
||||
<!ENTITY expect-gcc15-patch-size "12 KB">
|
||||
>>>>>>> origin/gcc15
|
||||
|
||||
<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
|
||||
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
|
||||
<!ENTITY glibc-fhs-patch-size "2.8 KB">
|
||||
<!--
|
||||
<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fix-2.patch">
|
||||
<!ENTITY glibc-upstream-patch-md5 "e9f8f23746755bf880772cfa59c1896c">
|
||||
<!ENTITY glibc-upstream-patch-size "8.0 KB">
|
||||
-->
|
||||
|
||||
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
|
||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||
|
||||
<!ENTITY perl-upstream-fix-patch "perl-&perl-version;-upstream_fix-1.patch">
|
||||
<!ENTITY perl-upstream-fix-patch-md5 "1983b48fee837a98db47fb5dba934744">
|
||||
<!ENTITY perl-upstream-fix-patch-size "13 KB">
|
||||
|
||||
<!ENTITY python-security-fixes-patch "Python-&python-version;-security_fixes-1.patch">
|
||||
<!ENTITY python-security-fixes-patch-md5 "55f88f3bfe711911425c3172b9024938">
|
||||
<!ENTITY python-security-fixes-patch-size "24 KB">
|
||||
|
||||
<!--
|
||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
|
||||
<!ENTITY readline-fixes-patch-md5 "9ed497b6cb8adcb8dbda9dee9ebce791">
|
||||
<!ENTITY readline-fixes-patch-size "13 KB">
|
||||
-->
|
||||
|
||||
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
|
||||
<!ENTITY sysvinit-consolidated-patch-md5 "3af8fd8e13cad481eeeaa48be4247445">
|
||||
<!ENTITY sysvinit-consolidated-patch-size "2.5 KB">
|
||||
|
||||
<!--
|
||||
<!ENTITY systemd-upstream-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY systemd-upstream-patch-md5 "8d9c1014445c463cf7c24c162b1e0686">
|
||||
|
Loading…
Reference in New Issue
Block a user