]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
4 months agofirewalllog.dat: Update copyright header
Peter Müller [Sat, 30 Dec 2023 07:05:49 +0000 (07:05 +0000)] 
firewalllog.dat: Update copyright header

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agoCore Update 183: Ship firewalllog.dat
Peter Müller [Sat, 30 Dec 2023 07:04:50 +0000 (07:04 +0000)] 
Core Update 183: Ship firewalllog.dat

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agofirewalllog.dat: Fix for bug#13492 - include chain in the exported output
Adolf Belka [Fri, 22 Dec 2023 12:37:47 +0000 (13:37 +0100)] 
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>
4 months agoCore Update 183: Ship bind
Peter Müller [Sat, 30 Dec 2023 07:03:39 +0000 (07:03 +0000)] 
Core Update 183: Ship bind

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agobind: Update to 9.16.45
Matthias Fischer [Fri, 22 Dec 2023 20:08:35 +0000 (21:08 +0100)] 
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>
4 months agoCore Update 183: Ship and restart OpenSSH
Peter Müller [Sat, 30 Dec 2023 06:57:03 +0000 (06:57 +0000)] 
Core Update 183: Ship and restart OpenSSH

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agoopenssh: Update to version 9.6p1
Adolf Belka [Tue, 26 Dec 2023 13:10:32 +0000 (14:10 +0100)] 
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>
4 months agoCore Update 183: Ship OpenSSL
Peter Müller [Sat, 30 Dec 2023 06:53:53 +0000 (06:53 +0000)] 
Core Update 183: Ship OpenSSL

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agoopenssl: Update to version 3.2.0
Adolf Belka [Tue, 26 Dec 2023 13:10:33 +0000 (14:10 +0100)] 
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>
4 months agoCore Update 183: Ship qpdf
Peter Müller [Sat, 30 Dec 2023 06:50:22 +0000 (06:50 +0000)] 
Core Update 183: Ship qpdf

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agoqpdf: Update to version 11.7.0
Adolf Belka [Tue, 26 Dec 2023 13:10:35 +0000 (14:10 +0100)] 
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>
4 months agogit: Update to version 2.43.0
Adolf Belka [Mon, 18 Dec 2023 17:28:53 +0000 (18:28 +0100)] 
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>
4 months agoCore Update 183: Ship tzdata
Peter Müller [Sat, 30 Dec 2023 06:44:07 +0000 (06:44 +0000)] 
Core Update 183: Ship tzdata

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
4 months agotzdata: Update to version 2023d
Adolf Belka [Tue, 26 Dec 2023 13:10:36 +0000 (14:10 +0100)] 
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>
4 months agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Fri, 22 Dec 2023 10:41:54 +0000 (10:41 +0000)] 
Merge remote-tracking branch 'origin/master' into next

4 months agoupdate-contributors v2.27-core182
Arne Fitzenreiter [Fri, 22 Dec 2023 10:30:45 +0000 (10:30 +0000)] 
update-contributors

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocore182: ship index.cgi
Arne Fitzenreiter [Fri, 22 Dec 2023 10:20:27 +0000 (10:20 +0000)] 
core182: ship index.cgi

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoindex.cgi: correct gpl-accepted in gpl_accepted
Sebastien GISLAIN [Thu, 14 Dec 2023 07:07:33 +0000 (08:07 +0100)] 
index.cgi: correct gpl-accepted in gpl_accepted

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agokernel: update to 6.6.8
Arne Fitzenreiter [Thu, 21 Dec 2023 12:50:59 +0000 (13:50 +0100)] 
kernel: update to 6.6.8

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Thu, 21 Dec 2023 08:53:50 +0000 (09:53 +0100)] 
Merge remote-tracking branch 'origin/master' into next

4 months agocore182: remove old udev binary and rules
Arne Fitzenreiter [Thu, 21 Dec 2023 08:51:47 +0000 (09:51 +0100)] 
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>
4 months agocore182: add more files from stage2 that are updated
Arne Fitzenreiter [Thu, 21 Dec 2023 08:51:05 +0000 (09:51 +0100)] 
core182: add more files from stage2 that are updated

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoMerge branch 'master' into next
Michael Tremer [Wed, 20 Dec 2023 10:58:13 +0000 (10:58 +0000)] 
Merge branch 'master' into next

4 months agosquid: Update to 6.6
Matthias Fischer [Sat, 9 Dec 2023 07:56:58 +0000 (08:56 +0100)] 
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>
4 months agocore182: ship libgcc_s.so.1
Arne Fitzenreiter [Wed, 20 Dec 2023 08:48:26 +0000 (09:48 +0100)] 
core182: ship libgcc_s.so.1

we have not shipped the gcc lib since core119

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agodracut: fix early_microcode put into ramdisk
Arne Fitzenreiter [Wed, 20 Dec 2023 07:44:10 +0000 (08:44 +0100)] 
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>
4 months agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Tue, 19 Dec 2023 16:55:21 +0000 (17:55 +0100)] 
Merge remote-tracking branch 'origin/master' into next

4 months agoalsa: bump package version
Arne Fitzenreiter [Tue, 19 Dec 2023 10:45:26 +0000 (11:45 +0100)] 
alsa: bump package version

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoalsa: remove kernel module unload at uninstall
Arne Fitzenreiter [Tue, 19 Dec 2023 10:44:03 +0000 (11:44 +0100)] 
alsa: remove kernel module unload at uninstall

this sometimes result in unstable/crashing kernel.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoalsa: don't report failed module loads
Arne Fitzenreiter [Tue, 19 Dec 2023 10:35:53 +0000 (11:35 +0100)] 
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>
5 months agokernel: update to 6.6.6
Arne Fitzenreiter [Tue, 12 Dec 2023 20:12:37 +0000 (21:12 +0100)] 
kernel: update to 6.6.6

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: update to 6.6.5
Arne Fitzenreiter [Fri, 8 Dec 2023 15:12:17 +0000 (16:12 +0100)] 
kernel: update to 6.6.5

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoinstaller: update filecount
Arne Fitzenreiter [Thu, 7 Dec 2023 09:19:37 +0000 (10:19 +0100)] 
installer: update filecount

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocore183: update disk-space/size check
Arne Fitzenreiter [Thu, 7 Dec 2023 09:07:07 +0000 (10:07 +0100)] 
core183: update disk-space/size check

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocore183: ship kbd
Arne Fitzenreiter [Thu, 7 Dec 2023 07:11:08 +0000 (08:11 +0100)] 
core183: ship kbd

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokbd: imclude eurlatgr font
Arne Fitzenreiter [Thu, 7 Dec 2023 07:08:05 +0000 (08:08 +0100)] 
kbd: imclude eurlatgr font

this font is now default for european languages.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoalsa: update rootfile and bump version
Arne Fitzenreiter [Wed, 6 Dec 2023 13:40:14 +0000 (13:40 +0000)] 
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>
5 months agocore182: dont delete firmware of common soundcards.
Arne Fitzenreiter [Wed, 6 Dec 2023 13:29:34 +0000 (13:29 +0000)] 
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>
5 months agocore182: dont remove libs in update
Arne Fitzenreiter [Wed, 6 Dec 2023 13:27:11 +0000 (13:27 +0000)] 
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>
5 months agonetatalk: Bump PAK_VER due to dbus update
Adolf Belka [Wed, 6 Dec 2023 10:59:44 +0000 (11:59 +0100)] 
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>
5 months agocups: Bump PAK_VER due to dbus update
Adolf Belka [Wed, 6 Dec 2023 10:59:43 +0000 (11:59 +0100)] 
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>
5 months agoavahi: Bump PAK_VER due to dbus update
Adolf Belka [Wed, 6 Dec 2023 10:59:42 +0000 (11:59 +0100)] 
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>
5 months agocore181: Ship apache initscript
Michael Tremer [Tue, 28 Nov 2023 16:18:39 +0000 (16:18 +0000)] 
core181: Ship apache initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agonetatalk: Bump PAK_VER due to dbus update
Adolf Belka [Wed, 6 Dec 2023 10:59:44 +0000 (11:59 +0100)] 
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>
5 months agocups: Bump PAK_VER due to dbus update
Adolf Belka [Wed, 6 Dec 2023 10:59:43 +0000 (11:59 +0100)] 
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>
5 months agoavahi: Bump PAK_VER due to dbus update
Adolf Belka [Wed, 6 Dec 2023 10:59:42 +0000 (11:59 +0100)] 
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>
5 months agomake.sh bump toolchain version
Arne Fitzenreiter [Wed, 6 Dec 2023 10:06:26 +0000 (11:06 +0100)] 
make.sh bump toolchain version

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agobackupiso: bump IPFire version
Arne Fitzenreiter [Wed, 6 Dec 2023 10:06:01 +0000 (11:06 +0100)] 
backupiso: bump IPFire version

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agogcc: fix toolchain crossbuild
Arne Fitzenreiter [Wed, 6 Dec 2023 07:18:42 +0000 (08:18 +0100)] 
gcc: fix toolchain crossbuild

gcc doesn't support mbranch-predict=standard on x86_64
so this is removed in toolchain pass1

5 months agobinutils: fix toolchain crossbuild
Arne Fitzenreiter [Wed, 6 Dec 2023 07:16:33 +0000 (08:16 +0100)] 
binutils: fix toolchain crossbuild

gcc on x86_64 doesn't support mbrach-predict=standard so this has removed
for toolchain pass1

5 months agocore183: Re-add commands needed for the kernel update
Michael Tremer [Tue, 5 Dec 2023 18:20:12 +0000 (18:20 +0000)] 
core183: Re-add commands needed for the kernel update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agokernel: update to 6.6.4
Arne Fitzenreiter [Tue, 5 Dec 2023 06:19:01 +0000 (06:19 +0000)] 
kernel: update to 6.6.4

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: update to 6.6.3
Arne Fitzenreiter [Thu, 30 Nov 2023 06:47:37 +0000 (06:47 +0000)] 
kernel: update to 6.6.3

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agocore183: Ship kernel
Michael Tremer [Tue, 5 Dec 2023 17:16:48 +0000 (17:16 +0000)] 
core183: Ship kernel

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agortl8xxx: remove unused or replaced external modules
Arne Fitzenreiter [Fri, 24 Nov 2023 14:45:03 +0000 (15:45 +0100)] 
rtl8xxx: remove unused or replaced external modules

rtl8189es and rtl8189fs are used at my knowledge only on 32bit arm boards.
If there is any 64bit board i can restore it.
rtl8822bu and rtl8821cu are both supported in mainline kernel 6.6.x so
no separate module is needed anymore.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agortl8812au: update to 202110629-e6a0d17...
Arne Fitzenreiter [Fri, 24 Nov 2023 14:45:02 +0000 (15:45 +0100)] 
rtl8812au: update to 202110629-e6a0d17...

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: purge unused patches
Arne Fitzenreiter [Fri, 24 Nov 2023 14:45:01 +0000 (15:45 +0100)] 
kernel: purge unused patches

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: update to 6.6.2
Arne Fitzenreiter [Fri, 24 Nov 2023 14:45:00 +0000 (15:45 +0100)] 
kernel: update to 6.6.2

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocore183: Start Core Update 183
Michael Tremer [Tue, 5 Dec 2023 17:13:44 +0000 (17:13 +0000)] 
core183: Start Core Update 183

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoMerge remote-tracking branch 'origin/next'
Michael Tremer [Tue, 5 Dec 2023 08:31:33 +0000 (08:31 +0000)] 
Merge remote-tracking branch 'origin/next'

5 months agoCore Update 182: Ship tor.cgi
Peter Müller [Mon, 4 Dec 2023 22:34:24 +0000 (22:34 +0000)] 
Core Update 182: Ship tor.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoupdate.sh: If 'ExitNode' is in usage, it will be changed to 'ExitNodes'
Erik Kapfer [Fri, 1 Dec 2023 03:22:27 +0000 (04:22 +0100)] 
update.sh: If 'ExitNode' is in usage, it will be changed to 'ExitNodes'

Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
5 months agotor.cgi: Fixes deprecated tor option 'ExitNode' to 'ExitNodes'
Erik Kapfer [Thu, 30 Nov 2023 07:56:04 +0000 (08:56 +0100)] 
tor.cgi: Fixes deprecated tor option 'ExitNode' to 'ExitNodes'

If fingerprints in the Exit Node section are in usage, tor.cgi prints the
deprecated option 'ExitNode' into torrc which leads to the following warning
"The abbreviation ‘ExitNode’ is deprecated. Please use ‘ExitNodes’ instead".
Fix has been found and tested in the community for reference please see -->
https://community.ipfire.org/t/the-abbreviation-exitnode-is-deprecated-please-use-exitnodes-instead/10582/10

Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
5 months agoCore Update 182: Remove unused xfsprogs udev rule file
Peter Müller [Mon, 4 Dec 2023 22:31:04 +0000 (22:31 +0000)] 
Core Update 182: Remove unused xfsprogs udev rule file

Housekeeping in case it has already been installed on a system that is
following the unstable Pakfire branch.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoxfsprogs: Do not ship unused udev rule file
Peter Müller [Mon, 4 Dec 2023 22:29:39 +0000 (22:29 +0000)] 
xfsprogs: Do not ship unused udev rule file

As discussed in today's monthly video conference.

Cc: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoCore Update 182: Ship ca-certificates
Peter Müller [Mon, 4 Dec 2023 22:29:03 +0000 (22:29 +0000)] 
Core Update 182: Ship ca-certificates

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoca-certificates: Remove obsolete patch for removing TrustCor's CAs
Peter Müller [Mon, 4 Dec 2023 09:43:00 +0000 (09:43 +0000)] 
ca-certificates: Remove obsolete patch for removing TrustCor's CAs

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoca-certificates: Update root CA certificates bundle
Peter Müller [Mon, 4 Dec 2023 09:42:00 +0000 (09:42 +0000)] 
ca-certificates: Update root CA certificates bundle

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agocore181: Ship apache initscript
Michael Tremer [Tue, 28 Nov 2023 16:18:39 +0000 (16:18 +0000)] 
core181: Ship apache initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoapache2: Properly re-execute Apache on restart
Michael Tremer [Mon, 27 Nov 2023 11:24:00 +0000 (11:24 +0000)] 
apache2: Properly re-execute Apache on restart

Previously, we sent Apache a signal to relaunch itself which caused
Apache to kill all child processes, and re-execute them.

However, when updating glibc, any newly compiled modules could not be
loaded as Apache was running with the previous version of glibc until
the next reboot.

This change will now properly stop Apache and restart it which solves
this problem.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoapache2: Properly re-execute Apache on restart
Michael Tremer [Mon, 27 Nov 2023 11:24:00 +0000 (11:24 +0000)] 
apache2: Properly re-execute Apache on restart

Previously, we sent Apache a signal to relaunch itself which caused
Apache to kill all child processes, and re-execute them.

However, when updating glibc, any newly compiled modules could not be
loaded as Apache was running with the previous version of glibc until
the next reboot.

This change will now properly stop Apache and restart it which solves
this problem.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoman: Comment out erroneously uncommented lines
Peter Müller [Sun, 26 Nov 2023 09:40:34 +0000 (09:40 +0000)] 
man: Comment out erroneously uncommented lines

See https://lists.ipfire.org/hyperkitty/list/development@lists.ipfire.org/message/HLCRQ4RRVZK5WL346HDF533KMRZVFK7C/

Cc: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoman: Update to version 2.12.0
Adolf Belka [Sat, 11 Nov 2023 10:58:44 +0000 (11:58 +0100)] 
man: Update to version 2.12.0

- Update from version 2.11.2 to 2.12.0
- Update of rootfile
- Changelog
    2.12.0
Fixes:
 * Fix some manual page portability issues with groff 1.23.0.
 * Fix test failures when a working `iconv` is not available.
 * Ensure that timestamps read from the database can go past the year 2038,
   even on systems where this is not the default.
 * Fix `manpath` not parsing `PATH` entries with trailing slash correctly
   for guessing `MANPATH` entries.
 * More accurately document the behaviour of passing file names as arguments
   to `man` without the `-l`/`--local-file` option.
 * Avoid duplicate cleanup of old cat pages by both `man-db.service` and
   `systemd-tmpfiles-clean.service`.
Improvements:
 * Update system call lists in `seccomp` sandbox from `systemd`.
 * Upgrade to Gnulib `stable-202307`.
 * Work around the Firebuild accelerator in `seccomp` sandbox: if this is in
   use then we need to allow some socket-related system calls.
 * `man -K` now deduplicates search results that point to the same page.
 * Warn if `mandb` drops to `--user-db` mode due to running as the wrong
   user.
 * Change section title recommendations in `man(1)` to mention `STANDARDS`
   rather than `CONFORMING TO`, in line with `man-pages(7)`.
 * Add a `STANDARDS` section to `man(1)` itself.
 * Document that `man -K` may suffer from false negatives as well as false
   positives.
 * Take advantage of newer `groff` facilities to implement `man
   --no-hyphenation` and `man --no-justification`, if available.
 * `man -f` and `man -k` now pass any `-r`/`--regex` or `-w`/`--wildcard`
   options on to `whatis` and `apropos` respectively.
 * Always pass a line length to `nroff`, even if we believe that it matches
   the default.
 * Allow disabling `groff` warnings via `man --warnings`, by prefixing a
   warning name with `!`.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agoRevert "Run ./make.sh update-contributors"
Peter Müller [Fri, 24 Nov 2023 13:39:45 +0000 (13:39 +0000)] 
Revert "Run ./make.sh update-contributors"

This reverts commit a778e396bdb52fed0f1e62060ee86ec6f4242e3b.

5 months agoRevert "dhcp.cgi: Add column with resolved hostname by IP address"
Peter Müller [Fri, 24 Nov 2023 13:37:24 +0000 (13:37 +0000)] 
Revert "dhcp.cgi: Add column with resolved hostname by IP address"

This reverts commit ee556e820f02c77716e74be727da319bd429fba4.

See https://lists.ipfire.org/hyperkitty/list/development@lists.ipfire.org/message/QNCXBVG7CNENG4YTSRXXDQCB52E7FEW7/

5 months agoRun ./make.sh update-contributors
Peter Müller [Fri, 24 Nov 2023 13:24:04 +0000 (13:24 +0000)] 
Run ./make.sh update-contributors

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoCore Update 182: Ship dhcp.cgi
Peter Müller [Fri, 24 Nov 2023 13:23:09 +0000 (13:23 +0000)] 
Core Update 182: Ship dhcp.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agodhcp.cgi: Update file header
Peter Müller [Fri, 24 Nov 2023 13:22:42 +0000 (13:22 +0000)] 
dhcp.cgi: Update file header

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agodhcp.cgi: Add column with resolved hostname by IP address
Sebastien GISLAIN [Fri, 17 Nov 2023 14:44:22 +0000 (15:44 +0100)] 
dhcp.cgi: Add column with resolved hostname by IP address

In web interface, on page DHCP Server, in table Current fixed leases, add column with resolved hostname by IP address
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoconnections.cgi: Update file header
Peter Müller [Fri, 24 Nov 2023 13:13:16 +0000 (13:13 +0000)] 
connections.cgi: Update file header

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoCore Update 182: Ship connections.cgi
Peter Müller [Fri, 24 Nov 2023 13:12:48 +0000 (13:12 +0000)] 
Core Update 182: Ship connections.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoconnections.cgi: Fix Expires time Heading in Connections cgi page
Adolf Belka [Thu, 9 Nov 2023 08:24:06 +0000 (09:24 +0100)] 
connections.cgi: Fix Expires time Heading in Connections cgi page

- The Expires time heading for the Connections WUI page has seconds listed. However the
   code is converting the seconds to hours:minutes:seconds.
- This patch is changing the heading to H:M:S in English and the equivalent in the other
   languages. I have basewd this on the initial letter for Hours, Minutes & Seconds in
   each of the languages.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoCore Update 182: Ship iproute2
Peter Müller [Fri, 24 Nov 2023 13:08:50 +0000 (13:08 +0000)] 
Core Update 182: Ship iproute2

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoiproute2: Update to version 6.6.0
Adolf Belka [Wed, 8 Nov 2023 21:58:03 +0000 (22:58 +0100)] 
iproute2: Update to version 6.6.0

- Update from version 6.4.0 to 6.6.0
- Update of rootfile
- iproute2 has implemented stateless configuration pattern. This now puts all the files
   that were in /etc/iproute2 into /usr/lib/iproute2. Therefore command added to lfs to
   move /usr/lib/iproute2 to /etc/iproute2 to match the previous situation.
- Changelog is only provided by the git commits.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agoCore Update 182: Ship and reinstall grub
Peter Müller [Fri, 24 Nov 2023 13:03:50 +0000 (13:03 +0000)] 
Core Update 182: Ship and reinstall grub

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agogrub: update to 2.12-rc1
Arne Fitzenreiter [Wed, 22 Nov 2023 16:52:45 +0000 (17:52 +0100)] 
grub: update to 2.12-rc1

this is the first version that support booting linux kernel on
riscv. The release of the final version was delayed again and again
so i have bootstrapped the rc1 from the git and fixed the path in 25_bli.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agosqlite: Update to version 3440100
Adolf Belka [Thu, 23 Nov 2023 12:19:22 +0000 (13:19 +0100)] 
sqlite: Update to version 3440100

- Update from version 340000 to 340100
- Update of rootfile not required
- Changelog
    3.44.1
Change the CLI so that it uses UTF-16 for console I/O on Windows. This enables
 proper display of unicode text on old Windows7 machines.
Other obscure bug fixes. - more details on these can be found from the list of
 commits https://www.sqlite.org/src/timeline?n=100&y=ci

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoCore Update 182: Ship intel-microcode
Peter Müller [Fri, 24 Nov 2023 12:37:24 +0000 (12:37 +0000)] 
Core Update 182: Ship intel-microcode

The initial ramdisks are already rebuilt during the update at this
stage.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agointel-microcode: Update to version 20231114
Adolf Belka [Fri, 24 Nov 2023 11:44:03 +0000 (12:44 +0100)] 
intel-microcode: Update to version 20231114

- Update from version 20230808 to 20231114
- Update of rootfile
- Changelog details can be found in the releasenote.md file from the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agoRevert "update.sh: Remove superflous KVER variable"
Arne Fitzenreiter [Thu, 23 Nov 2023 06:06:36 +0000 (07:06 +0100)] 
Revert "update.sh: Remove superflous KVER variable"

the "xxxKVERxxx" placeholder is replaced by the buildsystem with the current build kernel
version. KVER is used a few lines later to build the arm initrd so this is needed.

This reverts commit bef1bf4526e15379b2c308c938e05f83181d54e3.

5 months agoupdate.sh: Remove superflous KVER variable
Peter Müller [Wed, 22 Nov 2023 21:52:59 +0000 (21:52 +0000)] 
update.sh: Remove superflous KVER variable

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoCore Update 172: Ship u-boot and regenerate all initrds
Peter Müller [Wed, 22 Nov 2023 21:50:15 +0000 (21:50 +0000)] 
Core Update 172: Ship u-boot and regenerate all initrds

This ensures the newly compiled mkimage is executed on the system.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agosqlite: Update to version 3440000
Adolf Belka [Fri, 10 Nov 2023 10:59:05 +0000 (11:59 +0100)] 
sqlite: Update to version 3440000

- Update from version 3430000 to 3440000
- Update of rootfile not required
- Changelog
    3.44.0
Aggregate functions can now include an ORDER BY clause after their last parameter.
 The arguments to the function are processed in the order specified. This can be
 important for functions like string_agg() and json_group_array().
Add support for the concat() and concat_ws() scalar SQL functions, compatible with
 PostgreSQL, SQLServer, and MySQL.
Add support for the string_agg() aggregate SQL function, compatible with
 PostgreSQL and SQLServer.
New conversion letters on the strftime() SQL function: %e %F %I %k %l %p %P %R %T %u
Add new C-language APIs: sqlite3_get_clientdata() and sqlite3_set_clientdata().
Many errors associated with CREATE TABLE are now raised when the CREATE TABLE
 statement itself is run, rather than being deferred until the first time the
 table is actually used.
The PRAGMA integrity_check command now verifies the consistency of the content in
 various built-in virtual tables using the new xIntegrity method. This works for
 the FTS3, FTS4, FTS5, RTREE, and GEOPOLY extensions.
The SQLITE_DBCONFIG_DEFENSIVE setting now prevents PRAGMA writable_schema from
 being turned on. Previously writable_schema could be turned on, but would not
 actually allow the schema to be writable. Now it simply cannot be turned on.
Tag the built-in FTS3, FTS4, FTS5, RTREE, and GEOPOLY virtual tables as
 SQLITE_VTAB_INNOCUOUS so that they can be used inside of triggers in
 high-security deployments.
The PRAGMA case_sensitive_like statement is deprecated, as its use when the
 schema contains LIKE operators can lead to reports of database corruption by
 PRAGMA integrity_check.
SQLITE_USE_SEH (Structured Exception Handling) is now enabled by default whenever
 SQLite is built using the Microsoft C compiler. It can be disabled using
 -DSQLITE_USE_SEH=0
Query planner optimizations:
    In partial index scans, if the WHERE clause implies a constant value for a
     table column, replace occurrences of that table column with the constant.
     This increases the likelihood of the partial index being a covering index.
    Disable the view-scan optimization (added in version 3.42.0 - item 1c) as it
     was causing multiple performance regressions. In its place, reduce the
     estimated row count for DISTINCT subqueries by a factor of 8.
SQLite now performs run-time detection of whether or not the underlying hardware
 supports "long double" with precision greater than "double" and uses appropriate
 floating-point routines depending on what it discovered.
The CLI for Windows now defaults to using UTF-8 for both input and output on
 platforms that support it. The --no-utf8 option is available to disable UTF8
 support.
    3.43.2
Fix a couple of obscure UAF errors and an obscure memory leak.
Omit the use of the sprintf() function from the standard library in the CLI, as
 this now generates warnings on some platforms.
Avoid conversion of a double into unsigned long long integer, as some platforms
 do not do such conversions correctly.
    3.43.1
Fix a regression in the way that the sum(), avg(), and total() aggregate
 functions handle infinities.
Fix a bug in the json_array_length() function that occurs when the argument
 comes directly from json_remove().
Fix the omit-unused-subquery-columns optimization (introduced in version 3.42.0)
 so that it works correctly if the subquery is a compound where one arm is
 DISTINCT and the other is not.
Other minor fixes.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agoffmpeg: Fix build problem from updated texinfo
Adolf Belka [Fri, 10 Nov 2023 11:00:53 +0000 (12:00 +0100)] 
ffmpeg: Fix build problem from updated texinfo

- With the 7.1 version of texinfo function names have changed which caused ffmpeg to fail
   to build. There were some unofficial patches to fix ffmpeg to work with the new texinfo
   but the simplest solution was to stop the docs being built in the configure command.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agotexinfo: Update to version 7.1
Adolf Belka [Fri, 10 Nov 2023 11:00:52 +0000 (12:00 +0100)] 
texinfo: Update to version 7.1

- Update from version 7.0.3 to 7.1
- Update of rootfile
- Changelog
    7.1 (18 October 2023)
* Language
 . new generic definition commands, @defblock, @defline and @deftypeline,
   for definitions without automatic index entries
 . new @linemacro facility eases use of generic definition commands
 . new command @link creates plain links (supported output formats only)
 . @cartouche takes an argument to specify the cartouche title
 . you can use the new commands @nodedescription and @nodedescriptionblock
   to give text to be used in menu descriptions in Info and HTML output
* texi2any
 . @itemx at the beginning of a @table is now an error, not a warning
 . better validity checking of deeply nested commands
 . check that @set and @clear only appear at the start of a line
 . warn about missing menu entries even if CHECK_NORMAL_MENU_STRUCTURE is
   not set.  you can turn this off by setting CHECK_MISSING_MENU_ENTRY to 0.
 . no longer use --enable-encoding and --disable-encoding to determine
   whether to output encoded characters (instead of entities or commands)
   for HTML, XML, DocBook and LaTeX; instead, use the value of the
   OUTPUT_CHARACTERS customization variable.
 . stricter checks on input encoding, in particular more warnings and
   errors with malformed UTF-8
 . support any input file encoding if support exists in the operating
   system, not just a selected list of encodings
 . resolve an alias referring to another alias at definition time
 . internally, use "source marks" to keep all Texinfo source information that
   is not in the final tree (location of macros, values and included files
   expansion, @if* blocks, DEL comment, and @ protecting end of line on @def*
   lines)
 . HTML output:
    . format @subentry and index entries with @seealso or @seeentry in a more
      similar way to printed output
    . output @shortcontents before @contents by default
    . omit colons after index entries by default.  this can still be
      configured with INDEX_ENTRY_COLON.
    . add @example syntax highlighting as a texi2any extension
    . no more capitalization of @sc argument in HTML Cross-references
    . change @point expansion to U+22C6 in HTML Cross-references
    . if a @node is not associated with a sectioning command but is
      followed by a heading command not usually associated to nodes
      such as @heading and this command appears before other formatted
      content, the heading command is assumed to supply the node heading.
      you can customize this with USE_NEXT_HEADING_FOR_LONE_NODE.
 . Info output:
    . new variable ASCII_DASHES_AND_QUOTES, on by default,
      outputs ASCII characters for literal quote or hyphen characters
      in source, rather than UTF-8.  this makes it easier to search
      Info files.
    . new ASCII_GLYPH variable for using ASCII renditions for glyph
      commands (like @bullet)
    . ASCII_PUNCTUATION still includes the effect of these new variables.
    . new variables AUTO_MENU_DESCRIPTION_ALIGN_COLUMN and AUTO_MENU_MAX_WIDTH
      control the format of descriptions in generated menus
 . XML output:
    . place menu leading text and menu separators in elements instead
      of attributes
* texi2dvi
 . macro expansion with texi2any requires at least version 5.0 (only
   happens with --expand option or with very old texinfo.tex)
* texinfo.tex
 . in @code, ` and ' output by default with backtick and undirected
   single quote glyphs in the typewriter font.  you can still configure
   this using the @codequoteundirected/@codequotebacktick commands.
 . do not insert a space for @ def line continuation, matching the behavior
   of texi2any
 . align section titles in table of contents when more than 10 sections
 . microtype is off by default, for speed
 . page headings generation is no longer linked to the @titlepage command
* info
 . when going Up, position cursor on menu entry for current node
 . allow mouse scrolling support regardless of termcap entries.  this
   supports some more xterm configurations.
 . do not use "/index" as a possible file extension for Info files
* Distribution
  . autoconf 2.71, automake 1.16.5, gettext 0.21

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agou-boot: remove seperate mkinit pass
Arne Fitzenreiter [Sun, 10 Sep 2023 06:22:56 +0000 (06:22 +0000)] 
u-boot: remove seperate mkinit pass

this is not needed anymore because the kernel is now build after
all other programs.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoCore Update 182: Ship libsodium
Peter Müller [Wed, 22 Nov 2023 21:37:05 +0000 (21:37 +0000)] 
Core Update 182: Ship libsodium

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
5 months agoshairport-sync: ship shairport-sync due to libsodium sobump
Adolf Belka [Wed, 8 Nov 2023 21:58:09 +0000 (22:58 +0100)] 
shairport-sync: ship shairport-sync due to libsodium sobump

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agodnsdist: ship dnsdist due to libsodium sobump
Adolf Belka [Wed, 8 Nov 2023 21:58:08 +0000 (22:58 +0100)] 
dnsdist: ship dnsdist due to libsodium sobump

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
5 months agolibsodium: Update to version 1.0.19
Adolf Belka [Wed, 8 Nov 2023 21:58:04 +0000 (22:58 +0100)] 
libsodium: Update to version 1.0.19

- Update from version 1.0.18 to 1.0.19
- Update of rootfile
- sobump so find-dependencies run. Identified dnsdist and shairport-sync to be shipped.
- Changelog
    1.0.19
 - New AEADs: AEGIS-128L and AEGIS-256 are now available in the
   `crypto_aead_aegis128l_*()` and `crypto_aead_aegis256_*()` namespaces.
   AEGIS is a family of authenticated ciphers for high-performance applications,
   leveraging hardware AES acceleration on `x86_64` and `aarch64`. In addition
   to performance, AEGIS ciphers have unique properties making them easier and
   safer to use than AES-GCM. They can also be used as high-performance MACs.
 - The HKDF key derivation mechanism, required by many standard protocols, is
   now available in the `crypto_kdf_hkdf_*()` namespace. It is implemented for
   the SHA-256 and SHA-512 hash functions.
 - The `osx.sh` build script was renamed to `macos.sh`.
 - Support for android-mips was removed.
    1.0.18-stable
 - Visual Studio: support for Windows/ARM64 builds has been added.
 - Visual Studio: AVX512 implementations are enabled on supported CPUs.
 - Visual Studio: an MSVC 2022 solution was added.
 - Apple XCFramework: support for VisionOS was added.
 - Apple XCFranework: support for Catalyst was added.
 - Apple XCFramework: building the simulators is now optional.
 - iOS: bitcode is not generated any more, as it was deprecated by Apple.
 - watchOS: support for arm64 was added.
 - The Zig toolchain can now be used as a modern build system to replace
   autoconf/automake/libtool/make/ccache and the compiler. This enables faster
   compilation times, easier cross compilation, and static libraries optimized
   for any CPU.
 - The Zig toolchain is now the recommended way to compile `libsodium`
   to WebAssembly/WASI(X).
 - libsodium can now be added as a dependency to Zig projects.
 - Memory fences were added to remove some gadgets that could be used
   alongside speculative loads.
 - The AES-GCM implementation was completely rewritten. It is now faster,
   and also available on aarch64, including Windows/ARM64.
 - Compatibility with CET instrumentation / IBT / Shadow Stack was added.
 - Emscripten: the `crypto_pwhash_*()` functions have been removed from Sumo
   builds, as they reserve a substantial amount of JavaScript memory, even when
   not used.
 - Benchmarks now use `CLOCK_MONOTONIC` if possible.
 - WebAssembly: tests can now run using Bun, WasmEdge, Wazero, wasm3 and
   wasmer-js. Support for WAVM and Lucet have been removed, as these projects
   have reached EOL.
 - .NET: the minimum supported macOS version is now 1.0.15; this matches
   Microsoft guidelines.
 - .NET: all the packages are now built using Zig, on all platforms. This
   allows us to easily match Microsoft's requirements, including supported glibc
   versions. However, on x86_64, targets are expected to support at least the
   AVX instruction set.
 - .NET: packages for ARM64 are now available.
 - C23 `memset_explicit()` is now used, when available.
 - Compilation now uses `-Ofast` or `-O3` instead of `-O2` by default.
 - Portability improvements to help compile libsodium to modern game consoles.
 - JavaScript: a default `unhandledRejection` handler is not set any more.
 - Slightly faster 25519 operations.
 - OpenBSD: leverage `MAP_CONCEAL`.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>