Commit Graph

21179 Commits

Author SHA1 Message Date
Adolf Belka
f02adfbc74 firewalllog.dat: Fix for bug#13492 - include chain in the exported output
- The regex code does not extract out the chain and so it is missed off from the log output
   when it is exported.
- Changed code tested out on my vm testbed and confirmed to work and include the chain in
   the output.

Fixes: Bug13492
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfre.org>
2023-12-30 07:04:02 +00:00
Peter Müller
6ac85c116e Core Update 183: Ship bind
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 07:03:39 +00:00
Matthias Fischer
2ecefae295 bind: Update to 9.16.45
For details see:
https://downloads.isc.org/isc/bind9/9.16.45/doc/arm/html/notes.html#notes-for-bind-9-16-45

"Feature Changes

    The IP addresses for B.ROOT-SERVERS.NET have been updated to
    170.247.170.2 and 2801:1b8:10::b. [GL #4101]"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
2023-12-30 06:57:50 +00:00
Peter Müller
1bbf603475 Core Update 183: Ship and restart OpenSSH
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:57:03 +00:00
Adolf Belka
ec4c98baa2 openssh: Update to version 9.6p1
- Update from version 9.5p1 to 9.6p1
- Update of rootfile not required
- Changelog is too large to include here. See details in the file ChangeLog in the
   source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:56:01 +00:00
Peter Müller
6c4ecf6b0f Core Update 183: Ship OpenSSL
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:53:53 +00:00
Adolf Belka
c0dd2fd124 openssl: Update to version 3.2.0
- Update from version 3.1.4 to 3.2.0
- Update of rootfile
- Changelog
    3.2.0
	This release incorporates the following potentially significant or incompatible
	changes:
	  * The default SSL/TLS security level has been changed from 1 to 2.
	  * The `x509`, `ca`, and `req` apps now always produce X.509v3 certificates.
	  * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings
	    by default.
	  From my understanding these above changes should not create any problem for
	   IPFire.
	This release adds the following new features:
	  * Support for client side QUIC, including support for
	    multiple streams (RFC 9000)
	  * Support for Ed25519ctx, Ed25519ph and Ed448ph in addition
	    to existing support for Ed25519 and Ed448 (RFC 8032)
	  * Support for deterministic ECDSA signatures (RFC 6979)
	  * Support for AES-GCM-SIV, a nonce-misuse-resistant AEAD (RFC 8452)
	  * Support for the Argon2 KDF, along with supporting thread pool
	    functionality (RFC 9106)
	  * Support for Hybrid Public Key Encryption (HPKE) (RFC 9180)
	  * Support for SM4-XTS
	  * Support for Brainpool curves in TLS 1.3
	  * Support for TLS Raw Public Keys (RFC 7250)
	  * Support for TCP Fast Open on Linux, macOS and FreeBSD,
	    where enabled and supported (RFC 7413)
	  * Support for TLS certificate compression, including library
	    support for zlib, Brotli and zstd (RFC 8879)
	  * Support for provider-based pluggable signature algorithms
	    in TLS 1.3 with supporting CMS and X.509 functionality
	    With a suitable provider this enables the use of post-quantum/quantum-safe
	    cryptography.
	  * Support for using the Windows system certificate store as a source of
	    trusted root certificates
	    This is not yet enabled by default and must be activated using an
	    environment variable. This is likely to become enabled by default
	    in a future feature release.
	  * Support for using the IANA standard names in TLS ciphersuite configuration
	  * Multiple new features and improvements to CMP protocol support
	The following known issues are present in this release and will be rectified
	in a future release:
	  * Provider-based signature algorithms cannot be configured using the
	    SignatureAlgorithms configuration file parameter (#22761)
	This release incorporates the following documentation enhancements:
	  * Added multiple tutorials on the OpenSSL library and in particular
	    on writing various clients (using TLS and QUIC protocols) with libssl

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:53:26 +00:00
Peter Müller
b0478069c4 Core Update 183: Ship qpdf
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:50:22 +00:00
Adolf Belka
93137ccb86 qpdf: Update to version 11.7.0
- Update from version 11.6.1 to 11.7.0
- Update of rootfile
- Changelog
    11.7.0
	* Define CPACK_NSIS_MODIFY_PATH for the Windows builds so the
	official installers will offer to modify PATH when installing
	qpdf. Fixes #1054.
	* Add QPDFAcroFormDocumentHelper::disableDigitalSignatures, which
	disables any digital signature fields, leaving their visual
	representations intact. The --remove-restrictions command-line
	argument now calls this. Fixes #1015.
	* Generate a more complete qpdf "man page" from the same source as
	qpdf --help. Fixes #1064.
	* Allow the syntax "--encrypt --user-password=user-password
	--owner-password=owner-password --bits={40,128,256}" when
	encrypting PDF files. This is an alternative to the syntax
	"--encrypt user-password owner-password {40,128,256}", which will
	continue to be supported. The new syntax works better with shell
	completion and allows creation of passwords that start with "-".
	Fixes #874.
	* When setting a check box value, allow any value other than /Off
	to mean checked. This is permitted by the spec. Previously, any
	value other than /Yes or /Off was rejected. Fixes #1056.
	* Fix to QPDF JSON: a floating point number that appears in
	scientific notation will be converted to fixed-point notation,
	rounded to six digits after the decimal point. Fixes #1079.
	* Fix to QPDF JSON: the syntax "n:/pdf-syntax" is now accepted as
	an alternative way to represent names. This can be used for any
	name (e.g. "n:/text#2fplain"), but it is necessary when the name
	contains binary characters. For example, /one#a0two must be
	represented as "n:/one#a0two" since the single byte a0 is not
	valid in JSON. Fixes #1072.
	* From M. Holger: Refactor QPDFParser for performance. See #1059
	for a discussion.
	* Update code and tests so that qpdf's test suite no longer
	depends on the output of any specific zlib implementation. This
	makes it possible to get a fully passing test suite with any
	API-compatible zlib library. CI tests with the default zlib as
	well as zlib-ng (including verifying that zlib-ng is not the
	default), but any zlib implementation should work. Fixes #774.
	* Bug fix: with --compress-streams=n, don't compress object, XRef,
	or linearization hint streams.
	* Add new C++ functions "qpdf_c_get_qpdf" and "qpdf_c_wrap" to
	qpdf-c.h that make it possible to write your own extern "C"
	functions in C++ that interoperate with the C API. See
	examples/extend-c-api for more information.
	* Bug fix from M. Holger: the default for /Columns in PNG filter
	is 1, but libqpdf was acting like it was 0.
	* Enhancement from M. Holger: add methods to Buffer to work more
	easily with std::string.
    11.6.4
	* Install fix: include cmake files with the dev component.
	* Build AppImage with an older Linux distribution to support AWS
	Lambda. Fixes #1086.
    11.6.3
        * Tweak linearization code to better handle files between 2 GB and
        4 GB in size. Fixes #1023.
        * Fix data loss bug: qpdf could discard a the character after an
        escaped octal string consisting of less than three digits. For
        content, this would only happen with QDF or when normalizing
        content. Outside of content, it could have happened in any binary
        string, such as /ID, if the encoding software used octal escape
        strings with less than three digits. This bug was introduced
        between 10.6.3 and 11.0.0. Fixes #1050.
    11.6.2
        * Bug fix: when piping stream data, don't call finish on failure
        if the failure was caused by a previous call to finish. Fixes
        #1042.
        * Push .idea directory with the beginning of a sharable JetBrains
        CLion configuration.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-12-30 06:50:03 +00:00
Adolf Belka
e49c0a4297 git: Update to version 2.43.0
- Update from version 2.42.1 to 2.43.0
- Update of rootfile not required
- Changelog
    2.43.0
      Backward Compatibility Notes
	 * The "--rfc" option of "git format-patch" used to be a valid way to
	   override an earlier "--subject-prefix=<something>" on the command
	   line and replace it with "[RFC PATCH]", but from this release, it
	   merely prefixes the string "RFC " in front of the given subject
	   prefix.  If you are negatively affected by this change, please use
	   "--subject-prefix=PATCH --rfc" as a replacement.
	 * In Git 2.42, "git rev-list --stdin" learned to take non-revisions
	   (like "--not") from the standard input, but the way such a "--not" was
	   handled was quite confusing, which has been rethought.  The updated
	   rule is that "--not" given from the command line only affects revs
	   given from the command line that comes but not revs read from the
	   standard input, and "--not" read from the standard input affects
	   revs given from the standard input and not revs given from the
	   command line.
      UI, Workflows & Features
	 * A message written in olden time prevented a branch from getting
	   checked out, saying it is already checked out elsewhere. But these
	   days, we treat a branch that is being bisected or rebased just like
	   a branch that is checked out and protect it from getting modified
	   with the same codepath.  The message has been rephrased to say that
	   the branch is "in use" to avoid confusion.
	 * Hourly and other schedules of "git maintenance" jobs are randomly
	   distributed now.
	 * "git cmd -h" learned to signal which options can be negated by
	   listing such options like "--[no-]opt".
	 * The way authentication related data other than passwords (e.g.,
	   oauth token and password expiration data) are stored in libsecret
	   keyrings has been rethought.
	 * Update the libsecret and wincred credential helpers to correctly
	   match which credential to erase; they erased the wrong entry in
	   some cases.
      Git GUI updates.
	 * "git format-patch" learned a new "--description-file" option that
	   lets cover letter description to be fed; this can be used on
	   detached HEAD where there is no branch description available, and
	   also can override the branch description if there is one.
	 * Use of the "--max-pack-size" option to allow multiple packfiles to
	   be created is now supported even when we are sending unreachable
	   objects to cruft packs.
	 * "git format-patch --rfc --subject-prefix=<foo>" used to ignore the
	   "--subject-prefix" option and used "[RFC PATCH]"; now we will add
	   "RFC" prefix to whatever subject prefix is specified.
	 * "git log --format" has been taught the %(decorate) placeholder for
	   further customization over what the "--decorate" option offers.
	 * The default log message created by "git revert", when reverting a
	   commit that records a revert, has been tweaked, to encourage people
	   to describe complex "revert of revert of revert" situations better in
	   their own words.
	 * The command-line completion support (in contrib/) learned to
	   complete "git commit --trailer=" for possible trailer keys.
	 * "git update-index" learned the "--show-index-version" option to
	   inspect the index format version used by the on-disk index file.
	 * "git diff" learned the "diff.statNameWidth" configuration variable,
	   to give the default width for the name part in the "--stat" output.
	 * "git range-diff --notes=foo" compared "log --notes=foo --notes" of
	   the two ranges, instead of using just the specified notes tree,
	   which has been corrected to use only the specified notes tree.
	 * The command line completion script (in contrib/) can be told to
	   complete aliases by including ": git <cmd> ;" in the alias to tell
	   it that the alias should be completed in a similar way to how "git
	   <cmd>" is completed.  The parsing code for the alias has been
	   loosened to allow ';' without an extra space before it.
	 * "git for-each-ref" and friends learned to apply mailmap to
	   authorname and other fields in a more flexible way than using
	   separate placeholder letters like %a[eElL] every time we want to
	   come up with small variants.
	 * "git repack" machinery learned to pay attention to the "--filter="
	   option.
	 * "git repack" learned the "--max-cruft-size" option to prevent cruft
	   packs from growing without bounds.
	 * "git merge-tree" learned to take strategy backend specific options
	   via the "-X" option, like "git merge" does.
	 * "git log" and friends learned the "--dd" option that is a
	   short-hand for "--diff-merges=first-parent -p".
	 * The attribute subsystem learned to honor the "attr.tree"
	   configuration variable that specifies which tree to read the
	   .gitattributes files from.
	 * "git merge-file" learns a mode to read three variants of the
	   contents to be merged from blob objects.
      Performance, Internal Implementation, Development Support etc.
	 * "git check-attr" has been taught to work better with sparse-index.
	 * It may be tempting to leave the help text NULL for a command line
	   option that is either hidden or too obvious, but "git subcmd -h"
	   and "git subcmd --help-all" would have segfaulted if done so.  Now
	   the help text is truly optional.
	 * Tests that are known to pass with LSan are now marked as such.
	 * Flaky "git p4" tests, as well as "git svn" tests, are now skipped
	   in the (rather expensive) sanitizer CI job.
	 * Tests with LSan from time to time seem to emit harmless messages
	   that make our tests unnecessarily flaky; we work around it by
	   filtering the uninteresting output.
	 * Unused parameters to functions are marked as such, and/or removed,
	   in order to bring us closer to "-Wunused-parameter" clean.
	 * The code to keep track of existing packs in the repository while
	   repacking has been refactored.
	 * The "streaming" interface used for bulk-checkin codepath has been
	   narrowed to take only blob objects for now, with no real loss of
	   functionality.
	 * GitHub CI workflow has learned to trigger Coverity check.
	 * Test coverage for trailers has been improved.
	 * The code to iterate over loose references has been optimized to
	   reduce the number of lstat() system calls.
	 * The codepaths that read "chunk" formatted files have been corrected
	   to pay attention to the chunk size and notice broken files.
	 * Replace macos-12 used at GitHub CI with macos-13.
	   (merge 682a868f67 js/ci-use-macos-13 later to maint).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-12-30 06:49:41 +00:00
Peter Müller
ca7bd37aee Core Update 183: Ship tzdata
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:44:07 +00:00
Adolf Belka
109e5217a6 tzdata: Update to version 2023d
- Update from version 2023c to 2023d
- Update of rootfile not required
- Changelog
    2023d
	  Briefly:
	    Ittoqqortoormiit, Greenland changes time zones on 2024-03-31.
	    Vostok, Antarctica changed time zones on 2023-12-18.
	    Casey, Antarctica changed time zones five times since 2020.
	    Code and data fixes for Palestine timestamps starting in 2072.
	    A new data file zonenow.tab for timestamps starting now.
	  Changes to future timestamps
	    Ittoqqortoormiit, Greenland (America/Scoresbysund) joins most of
	     the rest of Greenland's timekeeping practice on 2024-03-31, by
	     changing its time zone from -01/+00 to -02/-01 at the same moment
	     as the spring-forward transition.  Its clocks will therefore not
	     spring forward as previously scheduled.  The time zone change
	     reverts to its common practice before 1981.
	    Fix predictions for DST transitions in Palestine in 2072-2075,
	     correcting a typo introduced in 2023a.
	  Changes to past and future timestamps
	    Vostok, Antarctica changed to +05 on 2023-12-18.  It had been at
	     +07 (not +06) for years.  (Thanks to Zakhary V. Akulov.)
	    Change data for Casey, Antarctica to agree with timeanddate.com,
	     by adding five time zone changes since 2020.  Casey is now at +08
	     instead of +11.
	  Changes to past tm_isdst flags
	    Much of Greenland, represented by America/Nuuk, changed its
	     standard time from -03 to -02 on 2023-03-25, not on 2023-10-28.
	     This does not affect UTC offsets, only the tm_isdst flag.
	     (Thanks to Thomas M. Steenholdt.)
	  New data file
	    A new data file zonenow.tab helps configure applications that use
	     timestamps dated from now on.  This simplifies configuration,
	     since users choose from a smaller Zone set.  The file's format is
	     experimental and subject to change.
	  Changes to code
	    localtime.c no longer mishandles TZif files that contain a single
	     transition into a DST regime.  Previously, it incorrectly assumed
	     DST was in effect before the transition too.  (Thanks to Alois
	     Treindl for debugging help.)
	    localtime.c's timeoff no longer collides with OpenBSD 7.4.
	    The C code now uses _Generic only if __STDC_VERSION__ says the
	     compiler is C11 or later.
	    tzselect now optionally reads zonenow.tab, to simplify when
	     configuring only for timestamps dated from now on.
	    tzselect no longer creates temporary files.
	    tzselect no longer mishandles the following:
	      Spaces and most other special characters in BUGEMAIL, PACKAGE,
	       TZDIR, and VERSION.
	      TZ strings when using mawk 1.4.3, which mishandles regular
	       expressions of the form /X{2,}/.
	      ISO 6709 coordinates when using an awk that lacks the GNU
	       extension of newlines in -v option-arguments.
	      Non UTF-8 locales when using an iconv command that lacks the GNU
	       //TRANSLIT extension.
	    zic no longer mishandles data for Palestine after the year 2075.
	     Previously, it incorrectly omitted post-2075 transitions that are
	     predicted for just before and just after Ramadan.  (Thanks to Ken
	     Murchison for debugging help.)
	    zic now works again on Linux 2.6.16 and 2.6.17 (2006).
	     (Problem reported by Rune Torgersen.)
	  Changes to build procedure
	    The Makefile is now more compatible with POSIX:
	     * It no longer defines AR, CC, CFLAGS, LDFLAGS, and SHELL.
	     * It no longer uses its own 'cc' in place of CC.
	     * It now uses ARFLAGS, with default specified by POSIX.
	     * It does not use LFLAGS incompatibly with POSIX.
	     * It uses the special .POSIX target.
	     * It quotes special characters more carefully.
	     * It no longer mishandles builds in an ISO 8859 locale.
	    Due to the CC changes, TZDIR is now #defined in a file tzfile.h
	     built by 'make', not in a $(CC) -D option.  Also, TZDEFAULT is
	     now treated like TZDIR as they have similar roles.
	  Changes to commentary
	     Limitations and hazards of the optional support for obsolescent
	      C89 platforms are documented better, along with a tentative
	      schedule for removing this support.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-12-30 06:43:39 +00:00
Arne Fitzenreiter
591ba49c03 Merge remote-tracking branch 'origin/master' into next 2023-12-22 10:41:54 +00:00
Arne Fitzenreiter
7270984c46 update-contributors
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-22 10:30:45 +00:00
Arne Fitzenreiter
aa892602dd core182: ship index.cgi
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-22 10:20:27 +00:00
Sebastien GISLAIN
0a60842a28 index.cgi: correct gpl-accepted in gpl_accepted
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-22 10:19:44 +00:00
Arne Fitzenreiter
bf92e55968 kernel: update to 6.6.8
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-21 13:50:59 +01:00
Arne Fitzenreiter
92d969d8ad Merge remote-tracking branch 'origin/master' into next 2023-12-21 09:53:50 +01:00
Arne Fitzenreiter
26c98d0904 core182: remove old udev binary and rules
they are the reason for boot fails with scsi controllers in core 181.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-21 09:51:47 +01:00
Arne Fitzenreiter
7e35b9b9bb core182: add more files from stage2 that are updated
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-21 09:51:05 +01:00
Michael Tremer
1604674b51 Merge branch 'master' into next 2023-12-20 10:58:13 +00:00
Matthias Fischer
cdbaf83bb6 squid: Update to 6.6
For details see:
https://github.com/squid-cache/squid/commits/v6

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-20 10:57:14 +00:00
Arne Fitzenreiter
276fe09afc core182: ship libgcc_s.so.1
we have not shipped the gcc lib since core119

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-20 09:48:26 +01:00
Arne Fitzenreiter
73b04029c9 dracut: fix early_microcode put into ramdisk
the kernel has no CONFIG_MICROCODE_{AMD|INTEL} anymore so this patch change the check
to CONFIG_MICROCODE.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-20 08:44:10 +01:00
Arne Fitzenreiter
0348f6b23f Merge remote-tracking branch 'origin/master' into next 2023-12-19 17:55:21 +01:00
Arne Fitzenreiter
d3b2b04672 alsa: bump package version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-19 11:45:26 +01:00
Arne Fitzenreiter
6c85ffbfd4 alsa: remove kernel module unload at uninstall
this sometimes result in unstable/crashing kernel.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-19 11:44:03 +01:00
Arne Fitzenreiter
cb58d049e0 alsa: don't report failed module loads
this will stop pakfire if the kernel was updated before the alsa update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-19 11:35:53 +01:00
Arne Fitzenreiter
0108697131 kernel: update to 6.6.6
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-12 21:12:37 +01:00
Arne Fitzenreiter
5109f8ee7f kernel: update to 6.6.5
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-08 16:12:17 +01:00
Arne Fitzenreiter
9d77a9a5cb installer: update filecount
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 10:19:37 +01:00
Arne Fitzenreiter
935e7e115e core183: update disk-space/size check
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 10:07:07 +01:00
Arne Fitzenreiter
365306f5e5 core183: ship kbd
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 08:11:08 +01:00
Arne Fitzenreiter
e3544476b9 kbd: imclude eurlatgr font
this font is now default for european languages.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 08:08:05 +01:00
Arne Fitzenreiter
8064dce996 alsa: update rootfile and bump version
some files are removed from linux-firmware so we need
to install alsa again.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 13:40:14 +00:00
Arne Fitzenreiter
1513ac8814 core182: dont delete firmware of common soundcards.
We still have alsa and mediaplayers so this is needed!

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 13:29:34 +00:00
Arne Fitzenreiter
71070690da core182: dont remove libs in update
this will delete the current liblzma library.

Unused libs removed by filesystem cleanup later.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 13:27:11 +00:00
Adolf Belka
185217edbc netatalk: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Adolf Belka
6e269cd7b8 cups: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Adolf Belka
da5ad141d1 avahi: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Michael Tremer
e4176557f0 core181: Ship apache initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Adolf Belka
633c731827 netatalk: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:17:40 +00:00
Adolf Belka
d7d963ed86 cups: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:17:40 +00:00
Adolf Belka
3931b56d76 avahi: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:17:40 +00:00
Arne Fitzenreiter
88a4caa274 make.sh bump toolchain version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 11:06:26 +01:00
Arne Fitzenreiter
afede937d1 backupiso: bump IPFire version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 11:06:01 +01:00
Arne Fitzenreiter
5121119591 gcc: fix toolchain crossbuild
gcc doesn't support mbranch-predict=standard on x86_64
so this is removed in toolchain pass1
2023-12-06 08:21:05 +01:00
Arne Fitzenreiter
ea381f64a8 binutils: fix toolchain crossbuild
gcc on x86_64 doesn't support mbrach-predict=standard so this has removed
for toolchain pass1
2023-12-06 08:16:33 +01:00
Michael Tremer
43d72238cb core183: Re-add commands needed for the kernel update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-05 18:20:12 +00:00
Arne Fitzenreiter
a7c9eca495 kernel: update to 6.6.4
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-05 17:17:40 +00:00