This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 94d61c789192218473fa92a89fddd29eb99c8b81 (commit) via 5be519d03ba594e57d033490c0fec087aa4af794 (commit) from 6f62108b30d3a3c370e6bcc8ab38fc2d69fcf06b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 94d61c789192218473fa92a89fddd29eb99c8b81 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 21 10:52:55 2022 +0000
ipfire-release: Add build-essential package
This package is installed by default in the build environment and will pull in all sorts of useful software.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5be519d03ba594e57d033490c0fec087aa4af794 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 21 10:50:38 2022 +0000
binutils: Update to 2.39
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: binutils/binutils.nm | 24 ++------------------ ipfire-release/ipfire-release.nm | 49 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 22 deletions(-)
Difference in files: diff --git a/binutils/binutils.nm b/binutils/binutils.nm index 1ced2515e..93b673334 100644 --- a/binutils/binutils.nm +++ b/binutils/binutils.nm @@ -4,7 +4,7 @@ ###############################################################################
name = binutils -version = 2.34 +version = 2.39 release = 1
maintainer = Michael Tremer michael.tremer@ipfire.org @@ -28,7 +28,6 @@ build dejagnu flex gcc-c++ - pakfire-builder >= 0.9.23-5 perl texinfo zlib-devel @@ -36,25 +35,6 @@ build
prepare_cmds mkdir -pv %{DIR_SRC}/binutils-build - - # On aarch64 we might use 64KiB pages - sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*aarch64.c - - # Suppress the installation of an outdated standards.info file as a newer - # one is installed later on in the Autoconf instructions: - rm -fv etc/standards.info - sed -e '/^INFO/s/standards.info //' -i etc/Makefile.in - - perl -pi -e 's/i[3-7]86/i[34567]86/g' */conf* - sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in} - sed -i -e '/^libopcodes_la_(DEPENDENCIES|LIBADD)/s,$, ../bfd/libbfd.la,' opcodes/Makefile.{am,in} - - # Build libbfd.so and libopcodes.so with -Bsymbolic-functions if possible. - if gcc %{CFLAGS} -v --help 2>&1 | grep -q -- -Bsymbolic-functions; then - sed -i -e 's/^libbfd_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' bfd/Makefile.{am,in} - sed -i -e 's/^libopcodes_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' opcodes/Makefile.{am,in} - fi - touch */configure end
configure_options += \ @@ -65,7 +45,7 @@ build --disable-static \ --enable-64-bit-bfd \ --enable-plugins \ - --with-bugurl="http://bugzilla.ipfire.org/" \ + --with-bugurl="https://bugzilla.ipfire.org/" \ --enable-relro=yes \ --enable-lto
diff --git a/ipfire-release/ipfire-release.nm b/ipfire-release/ipfire-release.nm index fef6bf73a..42ba081b9 100644 --- a/ipfire-release/ipfire-release.nm +++ b/ipfire-release/ipfire-release.nm @@ -77,4 +77,53 @@ packages /etc/pakfire/repos end end + + package %{name}-build + provides = build-essential + + summary = IPFire Build Dependencies + + description + This package is installed by default in the build environment + and installs a number of basic tools for builds. + end + + requires + # Install Pakfire Build components + pakfire-build + + # Various default tools + bash + bzip2 + ccache + coreutils + diffutils + file + filesystem + findutils + gawk + gettext + gcc + grep + gzip + hostname + kernel-headers + less + libtool + lzip + make + patch + pkg-config + sed + setup + shadow-utils + tar + util-linux + vim + which + xz + end + + files = # empty package + end end
hooks/post-receive -- IPFire 3.x development tree