]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/log
people/mfischer/ipfire-2.x.git
10 months agofirewall.cgi: Merge the ID and policy columns
Michael Tremer [Wed, 7 Aug 2024 14:29:23 +0000 (16:29 +0200)] 
firewall.cgi: Merge the ID and policy columns

This saves us a little bit of space and looks tidier to me.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Fix policy colours for rules
Michael Tremer [Wed, 7 Aug 2024 14:24:48 +0000 (16:24 +0200)] 
firewall.cgi: Fix policy colours for rules

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Remove box around top buttons
Michael Tremer [Wed, 7 Aug 2024 14:20:30 +0000 (16:20 +0200)] 
firewall.cgi: Remove box around top buttons

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Fix colouring of the rule actions
Michael Tremer [Wed, 7 Aug 2024 14:18:01 +0000 (16:18 +0200)] 
firewall.cgi: Fix colouring of the rule actions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofirewall.cgi: Fix colouring of the default firewall policy
Michael Tremer [Wed, 7 Aug 2024 14:10:48 +0000 (16:10 +0200)] 
firewall.cgi: Fix colouring of the default firewall policy

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoovpnmain.cgi: Fix connection status colours
Michael Tremer [Wed, 7 Aug 2024 13:45:24 +0000 (15:45 +0200)] 
ovpnmain.cgi: Fix connection status colours

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agovpnmain.cgi: Fix connection status colours
Michael Tremer [Wed, 7 Aug 2024 13:39:40 +0000 (15:39 +0200)] 
vpnmain.cgi: Fix connection status colours

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove showing the PIDs for add-on services
Michael Tremer [Wed, 7 Aug 2024 13:31:11 +0000 (15:31 +0200)] 
services.cgi: Remove showing the PIDs for add-on services

This was only showing one PID and I don't see any reason why anyone
would need this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Use new functions to figure out memory usage
Michael Tremer [Wed, 7 Aug 2024 13:29:57 +0000 (15:29 +0200)] 
services.cgi: Use new functions to figure out memory usage

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Fix colouring of the add-on status
Michael Tremer [Wed, 7 Aug 2024 13:27:22 +0000 (15:27 +0200)] 
services.cgi: Fix colouring of the add-on status

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove manual table striping
Michael Tremer [Wed, 7 Aug 2024 13:24:14 +0000 (15:24 +0200)] 
services.cgi: Remove manual table striping

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove excessive styling that has no effect
Michael Tremer [Wed, 7 Aug 2024 13:20:56 +0000 (15:20 +0200)] 
services.cgi: Remove excessive styling that has no effect

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Only evaluate value networks
Michael Tremer [Wed, 7 Aug 2024 13:14:14 +0000 (15:14 +0200)] 
connections.cgi: Only evaluate value networks

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolangs: Add translation for WireGuard
Michael Tremer [Wed, 7 Aug 2024 12:32:55 +0000 (14:32 +0200)] 
langs: Add translation for WireGuard

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Remove country headline
Michael Tremer [Sat, 27 Apr 2024 17:15:19 +0000 (19:15 +0200)] 
connections.cgi: Remove country headline

This takes way more space than the actual flag and therefore makes the
table wider which we don't want.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Refactor reading networks
Michael Tremer [Sat, 27 Apr 2024 17:13:28 +0000 (19:13 +0200)] 
connections.cgi: Refactor reading networks

This is still a total nightmare because we are yet again writing
functions that read the same configuration files all over again.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Remove the extra box
Michael Tremer [Sat, 27 Apr 2024 12:02:31 +0000 (14:02 +0200)] 
connections.cgi: Remove the extra box

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Use &General::format_time()
Michael Tremer [Sat, 27 Apr 2024 11:59:03 +0000 (13:59 +0200)] 
connections.cgi: Use &General::format_time()

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Make it clearer which direction traffic is flowing
Michael Tremer [Sat, 27 Apr 2024 11:55:53 +0000 (13:55 +0200)] 
connections.cgi: Make it clearer which direction traffic is flowing

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Use &General::formatBytes() for format usage
Michael Tremer [Sat, 27 Apr 2024 11:50:31 +0000 (13:50 +0200)] 
connections.cgi: Use &General::formatBytes() for format usage

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Use the .tbl class for the main table
Michael Tremer [Sat, 27 Apr 2024 11:47:53 +0000 (13:47 +0200)] 
connections.cgi: Use the .tbl class for the main table

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Parse conntrack table without loading it all first
Michael Tremer [Sat, 27 Apr 2024 11:43:49 +0000 (13:43 +0200)] 
connections.cgi: Parse conntrack table without loading it all first

We used to load the entire table into memory which is very unnecessary
because we can parse it one line at a time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Remove sorting
Michael Tremer [Sat, 27 Apr 2024 11:33:11 +0000 (13:33 +0200)] 
connections.cgi: Remove sorting

This has first of all very little benefit and the code is too messy. Why
would anyone want to sort by port? I think we might want a search here.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoconnections.cgi: Define colours for WG address space
Michael Tremer [Sat, 27 Apr 2024 11:28:19 +0000 (13:28 +0200)] 
connections.cgi: Define colours for WG address space

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoheader.pl: Define a colour for WireGuard
Michael Tremer [Sat, 27 Apr 2024 11:27:56 +0000 (13:27 +0200)] 
header.pl: Define a colour for WireGuard

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoCSS: Don't try to justify any text
Michael Tremer [Thu, 25 Apr 2024 18:36:23 +0000 (20:36 +0200)] 
CSS: Don't try to justify any text

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRevert "CSS: Make all <select> and <textarea> use all available space"
Michael Tremer [Wed, 7 Aug 2024 12:21:09 +0000 (14:21 +0200)] 
Revert "CSS: Make all <select> and <textarea> use all available space"

This reverts commit 17c29ce7fefe36be09d05e42a8b50d10e7ca5d17.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRevert "CSS: Make text/number inputs 100% wide, too"
Michael Tremer [Wed, 7 Aug 2024 12:20:58 +0000 (14:20 +0200)] 
Revert "CSS: Make text/number inputs 100% wide, too"

This reverts commit 8eb016da793e623ab5b5b7b05556f9c5dfa8faa2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoids.cgi: Use the PID file to find suricata
Michael Tremer [Wed, 7 Aug 2024 12:16:43 +0000 (14:16 +0200)] 
ids.cgi: Use the PID file to find suricata

The process changes it name to "Suricata-Main" which is why the previous
method did not work.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoids.cgi: Use new services function
Michael Tremer [Sat, 23 Mar 2024 18:16:48 +0000 (19:16 +0100)] 
ids.cgi: Use new services function

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agohostapd: Update to version 2_11
Adolf Belka [Wed, 7 Aug 2024 08:22:56 +0000 (10:22 +0200)] 
hostapd: Update to version 2_11

- Update from version 2_10 to 2_11
- Update of rootfile not required
- Update of patches to latest source tarball
- Changelog
    2_11
* Wi-Fi Easy Connect
  - add support for DPP release 3
  - allow Configurator parameters to be provided during config exchange
* HE/IEEE 802.11ax/Wi-Fi 6
  - various fixes
* EHT/IEEE 802.11be/Wi-Fi 7
  - add preliminary support
* SAE: add support for fetching the password from a RADIUS server
* support OpenSSL 3.0 API changes
* support background radar detection and CAC with some additional
  drivers
* support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3)
* EAP-SIM/AKA: support IMSI privacy
* improve 4-way handshake operations
  - use Secure=1 in message 3 during PTK rekeying
* OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases
  to avoid interoperability issues
* support new SAE AKM suites with variable length keys
* support new AKM for 802.1X/EAP with SHA384
* extend PASN support for secure ranging
* FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP)
  - this is based on additional details being added in the IEEE 802.11
    standard
  - the new implementation is not backwards compatible
* improved ACS to cover additional channel types/bandwidths
* extended Multiple BSSID support
* fix beacon protection with FT protocol (incorrect BIGTK was provided)
* support unsynchronized service discovery (USD)
* add preliminary support for RADIUS/TLS
* add support for explicit SSID protection in 4-way handshake
  (a mitigation for CVE-2023-52424; disabled by default for now, can be
  enabled with ssid_protection=1)
* fix SAE H2E rejected groups validation to avoid downgrade attacks
* use stricter validation for some RADIUS messages
* a large number of other fixes, cleanup, and extensions

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Bring up the loopback device in the new namespace
Michael Tremer [Tue, 6 Aug 2024 16:17:00 +0000 (16:17 +0000)] 
make.sh: Bring up the loopback device in the new namespace

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Remove recently deleted files
Michael Tremer [Tue, 6 Aug 2024 15:49:13 +0000 (17:49 +0200)] 
core188: Remove recently deleted files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoheader.pl: Bump the CSS version so that browsers reload the file
Michael Tremer [Tue, 6 Aug 2024 15:45:58 +0000 (17:45 +0200)] 
header.pl: Bump the CSS version so that browsers reload the file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Remove all the boxes
Michael Tremer [Tue, 6 Aug 2024 15:36:20 +0000 (17:36 +0200)] 
index.cgi: Remove all the boxes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoCSS: Keep links in the same colour in notes sections
Michael Tremer [Tue, 6 Aug 2024 15:33:56 +0000 (17:33 +0200)] 
CSS: Keep links in the same colour in notes sections

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Move all warnings into the new system
Michael Tremer [Tue, 6 Aug 2024 15:33:35 +0000 (17:33 +0200)] 
index.cgi: Move all warnings into the new system

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Remove the warnings box and show a list of warnings instead
Michael Tremer [Tue, 6 Aug 2024 15:28:13 +0000 (17:28 +0200)] 
index.cgi: Remove the warnings box and show a list of warnings instead

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoindex.cgi: Remove hard-coded 80% table width
Michael Tremer [Tue, 6 Aug 2024 15:17:21 +0000 (17:17 +0200)] 
index.cgi: Remove hard-coded 80% table width

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Drop the process graphs
Michael Tremer [Tue, 6 Aug 2024 15:14:41 +0000 (17:14 +0200)] 
services.cgi: Drop the process graphs

These are utterly broken and incomplete. I don't want to fix this now,
so I am dropping it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoweb: Create a function to show the service status
Michael Tremer [Sat, 23 Mar 2024 17:42:13 +0000 (18:42 +0100)] 
web: Create a function to show the service status

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Remove unused variables
Michael Tremer [Sat, 23 Mar 2024 19:14:19 +0000 (20:14 +0100)] 
services.cgi: Remove unused variables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Use a section for the main services
Michael Tremer [Sat, 23 Mar 2024 19:13:15 +0000 (20:13 +0100)] 
services.cgi: Use a section for the main services

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoservices.cgi: Use the new service status function
Michael Tremer [Sat, 23 Mar 2024 17:55:52 +0000 (18:55 +0100)] 
services.cgi: Use the new service status function

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolangs: Add translations for the systems graphs
Michael Tremer [Tue, 6 Aug 2024 14:57:41 +0000 (16:57 +0200)] 
langs: Add translations for the systems graphs

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRun "./make.sh lang"
Michael Tremer [Tue, 6 Aug 2024 14:54:06 +0000 (16:54 +0200)] 
Run "./make.sh lang"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agographs: Highlight the default range before the user clicks anything
Michael Tremer [Tue, 6 Aug 2024 14:51:06 +0000 (16:51 +0200)] 
graphs: Highlight the default range before the user clicks anything

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolicenses: Remove the braindead GPL acception stage
Michael Tremer [Tue, 6 Aug 2024 14:44:53 +0000 (16:44 +0200)] 
licenses: Remove the braindead GPL acception stage

The GPL is not an EULA and so there is no value in having users
accept it.

The UI is very broken and so I believe it is best to drop this entirely.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore-updates: Fix release number
Michael Tremer [Tue, 6 Aug 2024 14:17:39 +0000 (14:17 +0000)] 
core-updates: Fix release number

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Grant network access when downloading packages
Michael Tremer [Tue, 6 Aug 2024 14:11:04 +0000 (14:11 +0000)] 
make.sh: Grant network access when downloading packages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Remove the old version of br2486ctl
Michael Tremer [Tue, 6 Aug 2024 13:49:31 +0000 (13:49 +0000)] 
core188: Remove the old version of br2486ctl

This is now installed in /usr/sbin instead of /usr/bin.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agobr2684ctl: Remove rootfile, too
Michael Tremer [Tue, 6 Aug 2024 13:48:39 +0000 (13:48 +0000)] 
br2684ctl: Remove rootfile, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Bind-mount /etc/resolv.conf and /etc/hosts
Michael Tremer [Tue, 6 Aug 2024 13:45:08 +0000 (13:45 +0000)] 
make.sh: Bind-mount /etc/resolv.conf and /etc/hosts

This allows us to have name resolution in the shell without any manual
configuration.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Entirely disable network access in the build environment
Michael Tremer [Tue, 6 Aug 2024 13:38:30 +0000 (13:38 +0000)] 
make.sh: Entirely disable network access in the build environment

Except when in the shell.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship cyrus-sasl
Michael Tremer [Tue, 6 Aug 2024 09:13:54 +0000 (09:13 +0000)] 
core188: Ship cyrus-sasl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocyrus-sasl: Update to 2.1.28
Michael Tremer [Sat, 3 Aug 2024 10:01:23 +0000 (10:01 +0000)] 
cyrus-sasl: Update to 2.1.28

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocyrus-sasl: Remove unsed PASS build instructions
Michael Tremer [Sat, 3 Aug 2024 09:51:46 +0000 (09:51 +0000)] 
cyrus-sasl: Remove unsed PASS build instructions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship libxslt
Michael Tremer [Tue, 6 Aug 2024 09:13:08 +0000 (09:13 +0000)] 
core188: Ship libxslt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibxslt: Update to 1.1.42
Michael Tremer [Sat, 3 Aug 2024 09:49:42 +0000 (09:49 +0000)] 
libxslt: Update to 1.1.42

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agobr2684ctl: Drop package
Michael Tremer [Sat, 3 Aug 2024 09:24:41 +0000 (09:24 +0000)] 
br2684ctl: Drop package

This tool is now part of linux-atm.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship linux-atm
Michael Tremer [Tue, 6 Aug 2024 09:12:27 +0000 (09:12 +0000)] 
core188: Ship linux-atm

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolinux-atm: Update to 2.5.2
Michael Tremer [Sat, 3 Aug 2024 09:22:48 +0000 (09:22 +0000)] 
linux-atm: Update to 2.5.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoopenssl: Update to version 3.3.0
Adolf Belka [Tue, 21 May 2024 14:56:21 +0000 (16:56 +0200)] 
openssl: Update to version 3.3.0

- Update from version 3.2.1 to 3.3.0
- Update of rootfile
- Changelog
    3.3
This release adds the following new features:
  * Support for qlog for tracing QUIC connections has been added
  * Added APIs to allow configuring the negotiated idle timeout for QUIC
    connections, and to allow determining the number of additional streams
    that can currently be created for a QUIC connection.
  * Added APIs to allow disabling implicit QUIC event processing for QUIC SSL
    objects
  * Added APIs to allow querying the size and utilisation of a QUIC stream's
    write buffer
  * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)
    condition in an optimised way when using QUIC.
  * Limited support for polling of QUIC connection and stream objects in a
    non-blocking manner.
  * Added a new EVP_DigestSqueeze() API. This allows SHAKE to squeeze multiple
    times with different output sizes.
  * Added exporter for CMake on Unix and Windows, alongside the pkg-config
    exporter.
  * The BLAKE2s hash algorithm matches BLAKE2b's support for configurable
    output length.
  * The EVP_PKEY_fromdata function has been augmented to allow for the
    derivation of CRT (Chinese Remainder Theorem) parameters when requested
  * Added API functions SSL_SESSION_get_time_ex(), SSL_SESSION_set_time_ex()
    using time_t which is Y2038 safe on 32 bit systems when 64 bit time
    is enabled
  * Unknown entries in TLS SignatureAlgorithms, ClientSignatureAlgorithms
    config options and the respective calls to SSL[_CTX]_set1_sigalgs() and
    SSL[_CTX]_set1_client_sigalgs() that start with `?` character are
    ignored and the configuration will still be used.
  * Added `-set_issuer` and `-set_subject` options to `openssl x509` to
    override the Issuer and Subject when creating a certificate. The `-subj`
    option now is an alias for `-set_subject`.
  * Added several new features of CMPv3 defined in RFC 9480 and RFC 9483
  * New option `SSL_OP_PREFER_NO_DHE_KEX`, which allows configuring a TLS1.3
    server to prefer session resumption using PSK-only key exchange over PSK
    with DHE, if both are available.
  * New atexit configuration switch, which controls whether the OPENSSL_cleanup
    is registered when libcrypto is unloaded.
  * Added X509_STORE_get1_objects to avoid issues with the existing
    X509_STORE_get0_objects API in multi-threaded applications.
This release incorporates the following potentially significant or incompatible
changes:
  * Applied AES-GCM unroll8 optimisation to Microsoft Azure Cobalt 100
  * Optimized AES-CTR for ARM Neoverse V1 and V2
  * Enable AES and SHA3 optimisations on Applie Silicon M3-based MacOS systems
    similar to M1/M2.
  * Various optimizations for cryptographic routines using RISC-V vector crypto
    extensions
  * Added assembly implementation for md5 on loongarch64
  * Accept longer context for TLS 1.2 exporters
  * The activate and soft_load configuration settings for providers in
    openssl.cnf have been updated to require a value of [1|yes|true|on]
    (in lower or UPPER case) to enable the setting. Conversely a value
    of [0|no|false|off] will disable the setting.
  * In `openssl speed`, changed the default hash function used with `hmac` from
    `md5` to `sha256`.
  * The `-verify` option to the `openssl crl` and `openssl req` will make the
    program exit with 1 on failure.
  * The d2i_ASN1_GENERALIZEDTIME(), d2i_ASN1_UTCTIME(), ASN1_TIME_check(), and
    related functions have been augmented to check for a minimum length of
    the input string, in accordance with ITU-T X.690 section 11.7 and 11.8.
  * OPENSSL_sk_push() and sk_<TYPE>_push() functions now return 0 instead of -1
    if called with a NULL stack argument.
  * New limit on HTTP response headers is introduced to HTTP client. The
    default limit is set to 256 header lines.
This release incorporates the following bug fixes and mitigations:
  * The BIO_get_new_index() function can only be called 127 times before it
    reaches its upper bound of BIO_TYPE_MASK and will now return -1 once its
    exhausted.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship the VLAN hotplug script
Michael Tremer [Sat, 3 Aug 2024 09:44:02 +0000 (09:44 +0000)] 
core188: Ship the VLAN hotplug script

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agonetwork-hotplug-vlan: Fix for bug 12676
Adolf Belka [Mon, 29 Jul 2024 14:01:12 +0000 (16:01 +0200)] 
network-hotplug-vlan: Fix for bug 12676

- https://bugzilla.ipfire.org/show_bug.cgi?id=12676#c3

Suggested-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship rrdtool
Michael Tremer [Sat, 3 Aug 2024 09:42:15 +0000 (09:42 +0000)] 
core188: Ship rrdtool

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agorrdtool: Update tp 1.9.0
Matthias Fischer [Tue, 30 Jul 2024 16:23:55 +0000 (18:23 +0200)] 
rrdtool: Update tp 1.9.0

For details see:
https://github.com/oetiker/rrdtool-1.x/releases/tag/v1.9.0

"RRDtool 1.9.0 — 2024-07-29
Bugfixes

    Fix ytop and ybase adjustments for overlaping area issue on transparent areas @turban
    Suppress warnings of implicit fall through @youpong
    Update tarball download link in doc @c72578
    Fix unsigned integer overflow in rrdtool first. Add test for rrd_first() @c72578
    Fix tests under MSYS2 (Windows) @c72578
    Fix BUILD_DATE in rrdtool help output @c72578
    acinclude.m4: Include <stdlib.h> when using exit @ryandesign
    rrdtool-release: Create NUMVERS from VERSION file @c72578
    Avoids leaking of file descriptors in multi threaded programs by @ensc
    Avoids potential unterminated string because of fixed PATH_MAX buffer
    Fix extra reference of parameters of rrd_fetch_dbi_{long,double} @jamborm"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agobird: Update to version 2.15.1
Adolf Belka [Fri, 26 Jul 2024 12:32:24 +0000 (14:32 +0200)] 
bird: Update to version 2.15.1

- Update from version 2.14 to 2.15.1
- Update of rootfile not required
- Changelog
    2.15.1
  o OSPF: Fix regression in handling PtP links
  o RPKI: Handle connection resets properly
  o Static: Reject invalid combination of options
  o Fix builds with limited set of protocols
    2.15
  o BGP: Send hold timer
  o BGP: New options to specify required BGP capabilities
  o BFD: Improvements to 'show bfd sessions' command
  o RPKI: New 'local address' configuration option
  o Linux: Support for more route attributes, including
    TCP congestion control algorithm
  o Support for UDP logging
  o Static routes can have both nexthop and interface specified
  o Completion of command options in BIRD client
  o Many bugfixes and improvements

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship nasm
Michael Tremer [Sat, 3 Aug 2024 09:41:46 +0000 (09:41 +0000)] 
core188: Ship nasm

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agonasm: Update to 2.16.03
Matthias Fischer [Sat, 13 Jul 2024 22:22:05 +0000 (00:22 +0200)] 
nasm: Update to 2.16.03

For details see:
https://nasm.us/doc/nasmdocc.html

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Show the packages that failed to download
Michael Tremer [Fri, 2 Aug 2024 17:56:17 +0000 (17:56 +0000)] 
make.sh: Show the packages that failed to download

  https://lists.ipfire.org/hyperkitty/list/development@lists.ipfire.org/thread/VCTWCJKYKCGN7TUKMYWVJY3QUX4FIDT5/

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agovectorscan: Fix check for CPU support
Michael Tremer [Fri, 2 Aug 2024 16:49:15 +0000 (16:49 +0000)] 
vectorscan: Fix check for CPU support

According to the documentation, Vectorscan checks whether the CPU is
supporting the minimum requirement of SSE4.2. However the check is still
checking for SSSE3 which makes the library fail on systems without
SSE4.2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoConfig: Fix computing the package file size
Michael Tremer [Fri, 2 Aug 2024 16:48:59 +0000 (16:48 +0000)] 
Config: Fix computing the package file size

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoConfig: Use the correct variable for the package release
Michael Tremer [Fri, 2 Aug 2024 16:48:39 +0000 (16:48 +0000)] 
Config: Use the correct variable for the package release

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoMerge remote-tracking branch 'origin/next' into next
Michael Tremer [Wed, 24 Jul 2024 16:40:47 +0000 (16:40 +0000)] 
Merge remote-tracking branch 'origin/next' into next

10 months agocore188: Ship changed files
Michael Tremer [Wed, 24 Jul 2024 16:40:15 +0000 (16:40 +0000)] 
core188: Ship changed files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoMerge remote-tracking branch 'ms/cleanup' into next
Michael Tremer [Wed, 24 Jul 2024 16:32:28 +0000 (16:32 +0000)] 
Merge remote-tracking branch 'ms/cleanup' into next

10 months agoMerge branch 'master' into next
Arne Fitzenreiter [Tue, 23 Jul 2024 19:59:26 +0000 (21:59 +0200)] 
Merge branch 'master' into next

10 months agocore187: ship /usr/bin/unshare
Arne Fitzenreiter [Tue, 23 Jul 2024 15:29:42 +0000 (17:29 +0200)] 
core187: ship /usr/bin/unshare

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
10 months agoutil-linux: ship /usr/bin/unshare
Arne Fitzenreiter [Tue, 23 Jul 2024 15:27:42 +0000 (17:27 +0200)] 
util-linux: ship /usr/bin/unshare

the updated biuldscripts need unshare to build IPFire on IPFire systems.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
10 months agonginx: Update to version 1.26.1
Adolf Belka [Sun, 21 Jul 2024 11:41:22 +0000 (13:41 +0200)] 
nginx: Update to version 1.26.1

- Update from version 1.24.0 to 1.26.1
- Update of rootfile not required
- Version 1.24.0 is now a legacy version, no longer being supported. Stable version has
   changed to 1.26.x series.
- Various CVE fixes in 1.26.1 and in 1.25.4, the development branch that became 1.26.0,
   that the legacy version 1.24.0 is also vulnerable to.
- Changelog
    1.26.1
    *) Security: when using HTTP/3, processing of a specially crafted QUIC
       session might cause a worker process crash, worker process memory
       disclosure on systems with MTU larger than 4096 bytes, or might have
       potential other impact (CVE-2024-32760, CVE-2024-31079,
       CVE-2024-35200, CVE-2024-34161).
    *) Bugfix: reduced memory consumption for long-lived requests if "gzip",
       "gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used.
    *) Bugfix: nginx could not be built by gcc 14 if the --with-atomic
       option was used.
    *) Bugfix: in HTTP/3.
    1.26.0
    *) 1.26.x stable branch.
    1.25.5
    *) Feature: virtual servers in the stream module.
    *) Feature: the ngx_stream_pass_module.
    *) Feature: the "deferred", "accept_filter", and "setfib" parameters of
       the "listen" directive in the stream module.
    *) Feature: cache line size detection for some architectures.
    *) Feature: support for Homebrew on Apple Silicon.
    *) Bugfix: Windows cross-compilation bugfixes and improvements.
    *) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
    1.25.4
    *) Security: when using HTTP/3 a segmentation fault might occur in a
       worker process while processing a specially crafted QUIC session
       (CVE-2024-24989, CVE-2024-24990).
    *) Bugfix: connections with pending AIO operations might be closed
       prematurely during graceful shutdown of old worker processes.
    *) Bugfix: socket leak alerts no longer logged when fast shutdown was
       requested after graceful shutdown of old worker processes.
    *) Bugfix: a socket descriptor error, a socket leak, or a segmentation
       fault in a worker process (for SSL proxying) might occur if AIO was
       used in a subrequest.
    *) Bugfix: a segmentation fault might occur in a worker process if SSL
       proxying was used along with the "image_filter" directive and errors
       with code 415 were redirected with the "error_page" directive.
    *) Bugfixes and improvements in HTTP/3.
    1.25.3
    *) Change: improved detection of misbehaving clients when using HTTP/2.
    *) Feature: startup speedup when using a large number of locations.
       Thanks to Yusuke Nojima.
    *) Bugfix: a segmentation fault might occur in a worker process when
       using HTTP/2 without SSL; the bug had appeared in 1.25.1.
    *) Bugfix: the "Status" backend response header line with an empty
       reason phrase was handled incorrectly.
    *) Bugfix: memory leak during reconfiguration when using the PCRE2
       library.
    *) Bugfixes and improvements in HTTP/3.
    1.25.2
    *) Feature: path MTU discovery when using HTTP/3.
    *) Feature: TLS_AES_128_CCM_SHA256 cipher suite support when using
       HTTP/3.
    *) Change: now nginx uses appname "nginx" when loading OpenSSL
       configuration.
    *) Change: now nginx does not try to load OpenSSL configuration if the
       --with-openssl option was used to built OpenSSL and the OPENSSL_CONF
       environment variable is not set.
    *) Bugfix: in the $body_bytes_sent variable when using HTTP/3.
    *) Bugfix: in HTTP/3.
    1.25.1
    *) Feature: the "http2" directive, which enables HTTP/2 on a per-server
       basis; the "http2" parameter of the "listen" directive is now
       deprecated.
    *) Change: HTTP/2 server push support has been removed.
    *) Change: the deprecated "ssl" directive is not supported anymore.
    *) Bugfix: in HTTP/3 when using OpenSSL.
    1.25.0
    *) Feature: experimental HTTP/3 support.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship apache2
Michael Tremer [Mon, 22 Jul 2024 15:18:49 +0000 (15:18 +0000)] 
core188: Ship apache2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoapache: Update to 2.4.62
Matthias Fischer [Thu, 18 Jul 2024 15:12:55 +0000 (17:12 +0200)] 
apache: Update to 2.4.62

"All good things go by three..."

For details see:
https://dlcdn.apache.org/httpd/CHANGES_2.4.62

"Changes with Apache 2.4.62

  *) SECURITY: CVE-2024-40898: Apache HTTP Server: SSRF with
     mod_rewrite in server/vhost context on Windows (cve.mitre.org)
     SSRF in Apache HTTP Server on Windows with mod_rewrite in
     server/vhost context, allows to potentially leak NTML hashes to
     a malicious server via SSRF and malicious requests.
     Users are recommended to upgrade to version 2.4.62 which fixes
     this issue.
     Credits: Smi1e (DBAPPSecurity Ltd.)

  *) SECURITY: CVE-2024-40725: Apache HTTP Server: source code
     disclosure with handlers configured via AddType (cve.mitre.org)
     A partial fix for  CVE-2024-39884 in the core of Apache HTTP
     Server 2.4.61 ignores some use of the legacy content-type based
     configuration of handlers. "AddType" and similar configuration,
     under some circumstances where files are requested indirectly,
     result in source code disclosure of local content. For example,
     PHP scripts may be served instead of interpreted.
     Users are recommended to upgrade to version 2.4.62, which fixes
     this issue.

  *) mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) for
     "balancer:" URLs set via SetHandler, also allowing for "unix:" sockets
     with BalancerMember(s).  PR 69168.  [Yann Ylavic]

  *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs.
     PR 69160 [Yann Ylavic]

  *) mod_ssl: Fix crashes in PKCS#11 ENGINE support with OpenSSL 3.2.
     [Joe Orton]

  *) mod_ssl: Add support for loading certs/keys from pkcs11: URIs
     via OpenSSL 3.x providers.  [Ingo Franzki <ifranzki linux.ibm.com>]

  *) mod_ssl: Restore SSL dumping on trace7 loglevel with OpenSSL >= 3.0.
     [Ruediger Pluem, Yann Ylavic]

  *) mpm_worker: Fix possible warning (AH00045) about children processes not
     terminating timely.  [Yann Ylavic]"

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>
10 months agompd: Patch mpd to deal with format function being const in fmt-11.0.0 onwards
Adolf Belka [Tue, 16 Jul 2024 11:00:05 +0000 (13:00 +0200)] 
mpd: Patch mpd to deal with format function being const in fmt-11.0.0 onwards

- Commit has been made in mpd but no release has yet been made with the change. When the
   next version release of mpd occurs this patch can be removed.
- The patch changes all format calls to be const . Without this patch mpd will not build
   with fmt-11.0.0 or newer.
- Update of rootfile not required.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofmt: Update to version 11.0.1
Adolf Belka [Tue, 16 Jul 2024 11:00:04 +0000 (13:00 +0200)] 
fmt: Update to version 11.0.1

- Update from version 10.2.1 to 11.0.1
- Update of rootfile
- fmt from version 11.0.0 onwards has made the format function a constant. This was done to
   enforce that formatter::format is const for compatibility with std::format.
- Changelog
    11.0.1
Fixed version number in the inline namespace (#4047).
Fixed disabling Unicode support via CMake (#4051).
Fixed deprecated visit_format_arg (#4043).
Fixed handling of a sign and improved the std::complex formater (#4034, #4050).
Removed a redundant check in the formatter for std::expected (#4040).
    11.0.0
Added fmt/base.h which provides a subset of the API with minimal include
 dependencies and enough functionality to replace all uses of the printf family
 of functions. This brings the compile time of code using {fmt} much closer to
 the equivalent printf code.
 This gives almost 4x improvement in build speed compared to version 10. Note
 that the benchmark is purely formatting code and includes. In real projects the
 difference from printf will be smaller partly because common standard headers
 will be included in almost any translation unit (TU) anyway. In particular, in
 every case except printf above ~1s is spent in total on including <type_traits>
 in all TUs.
Optimized includes in other headers such as fmt/format.h which is now roughly
 equivalent to the old fmt/core.h in terms of build speed.
Migrated the documentation at https://fmt.dev/ from Sphinx to MkDocs.
Improved C++20 module support (#3990, #3991, #3993, #3994, #3997, #3998, #4004,
 #4005, #4006, #4013, #4027, #4029). In particular, native CMake support for
 modules is now used if available.
Added an option to replace standard includes with import std enabled via the
 FMT_IMPORT_STD macro (#3921, #3928).
Exported fmt::range_format, fmt::range_format_kind and fmt::compiled_string from
 the fmt module (#3970, #3999).
Improved integration with stdio in fmt::print, enabling direct writes into a C
 stream buffer in common cases. This may give significant performance
 improvements ranging from tens of percent to 2x and eliminates dynamic memory
 allocations on the buffer level. It is currently enabled for built-in and
 string types with wider availability coming up in future releases.
 For example, it gives ~24% improvement on a simple benchmark compiled with
 Apple clang version 15.0.0 (clang-1500.1.0.2.5) and run on macOS 14.2.1
Improved safety of fmt::format_to when writing to an array (#3805). For example
 (godbolt):
auto volkswagen = char[4];
auto result = fmt::format_to(volkswagen, "elephant");
 no longer results in a buffer overflow. Instead the output will be truncated
 and you can get the end iterator and whether truncation occurred from the
 result object.
Enabled Unicode support by default in MSVC, bringing it on par with other
 compilers and making it unnecessary for users to enable it explicitly. Most of
 {fmt} is encoding-agnostic but this prevents mojibake in places where encoding
 matters such as path formatting and terminal output. You can control the
 Unicode support via the CMake FMT_UNICODE option. Note that some {fmt} packages
 such as the one in vcpkg have already been compiled with Unicode enabled.
Added a formatter for std::expected (#3834).
Added a formatter for std::complex (#1467, #3886, #3892, #3900).
Added a formatter for std::type_info (#3978).
Specialized formatter for std::basic_string types with custom traits and
 allocators (#3938, #3943).
Added formatters for std::chrono::day, std::chrono::month, std::chrono::year and
 std::chrono::year_month_day (#3758, #3772, #3906, #3913).
Fixed handling of precision in %S (#3794, #3814). Thanks @js324.
Added support for the - specifier (glibc strftime extension) to day of the month
 (%d) and week of the year (%W, %U, %V) specifiers (#3976).
Fixed the scope of the - extension in chrono formatting so that it doesn't apply
 to subsequent specifiers (#3811, #3812).
Improved handling of time_point::min() (#3282).
Added support for character range formatting (#3857, #3863).
Added string and debug_string range formatters (#3973, #4024).
Enabled ADL for begin and end in fmt::join (#3813, #3824).
Made contiguous iterator optimizations apply to std::basic_string iterators
 (#3798).
Added support for ranges with mutable begin and end (#3752, #3800, #3955).
Added support for move-only iterators to fmt::join (#3802, #3946).
Moved range and iterator overloads of fmt::join to fmt/ranges.h, next to other
 overloads.
Fixed handling of types with begin returning void such as Eigen matrices (#3839,
 #3964).
Added an fmt::formattable concept (#3974).
Added support for __float128 (#3494).
Fixed rounding issues when formatting long double with fixed precision (#3539).
Made fmt::isnan not trigger floating-point exception for NaN values (#3948, #3951).
Removed dependency on <memory> for std::allocator_traits when possible (#3804).
Enabled compile-time checks in formatting functions that take text colors and
 styles.
Deprecated wide stream overloads of fmt::print that take text styles.
Made format string compilation work with clang 12 and later despite only partial
 non-type template parameter support (#4000, #4001).
Made fmt::iterator_buffer's move constructor noexcept (#3808).
Started enforcing that formatter::format is const for compatibility with
 std::format (#3447).
Added fmt::basic_format_arg::visit and deprecated fmt::visit_format_arg.
Made fmt::basic_string_view not constructible from nullptr for consistency with
 std::string_view in C++23 (#3846).
Fixed fmt::group_digits for negative integers (#3891, #3901).
Fixed handling of negative ids in fmt::basic_format_args::get (#3945).
Improved named argument validation (#3817).
Disabled copy construction/assignment for fmt::format_arg_store and fixed moved
 construction (#3833).
Worked around a locale issue in RHEL/devtoolset (#3858, #3859).
Added RTTI detection for MSVC (#3821, #3963).
Migrated the documentation from Sphinx to MkDocs.
Improved documentation and README.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agonano: Update to 8.1
Matthias Fischer [Sat, 13 Jul 2024 22:18:22 +0000 (00:18 +0200)] 
nano: Update to 8.1

For details see:
https://www.nano-editor.org/news.php

"2024 July 12 - GNU nano 8.1 "de dag van de bitterkoekjespudding"

    The idiom nano filename:linenumber is understood only when
    the option --colonparsing (or 'set colonparsing') is used.
    Modern bindings are not activated when nano's invocation name
    starts with "e", as it jars with Debian's alternatives system.
    New bindable function 'cycle' first centers the current row,
    then moves it to the top of the viewport, then to the bottom.
    It is bound by default to ^L.
    Option --listsyntaxes/-z lists the names of available syntaxes."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship gettext
Michael Tremer [Mon, 22 Jul 2024 15:17:37 +0000 (15:17 +0000)] 
core188: Ship gettext

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agogettext: Update to version 0.22.5
Adolf Belka [Fri, 12 Jul 2024 19:02:18 +0000 (21:02 +0200)] 
gettext: Update to version 0.22.5

- Update from version 0.22.4 to 0.22.5
- Update of rootfile
- Changelog
    0.22.5
* The replacements for the printf()/fprintf()/... functions that are
  provided through <libintl.h> on native Windows and NetBSD now enable
  GCC's format string analysis (-Wformat).
* Bug fixes:
  - xgettext's processing of Vala files with printf method invocations has
    been corrected (regression in 0.22).
  - Build fixes on macOS.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship coreutils
Michael Tremer [Mon, 22 Jul 2024 15:17:08 +0000 (15:17 +0000)] 
core188: Ship coreutils

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocoreutils: Update to version 9.5
Adolf Belka [Fri, 12 Jul 2024 16:17:41 +0000 (18:17 +0200)] 
coreutils: Update to version 9.5

- Update from version 9.0 to 9.5
- Update of the uname patch to 9.5
- Obtained the 9.5 version of the i18n patch. However this caused the coreutils build to
   fail. Without the patch the build had no problems. After investigating for some time
   I identified that coreutils used to have the mbchar.h and mbchar.c files in its
   source tarball lib directory. However those are no longer needed by coreutils so they
   have been deleted in the source tarball. However the i18n patch still requires them.
   The patch creates the code for the mbchar.h and mbchar.c files. However it has made
   the availability of the  members buf & mb_setascii and some code related to old_mbc
   dependent on GNULIB being defined. This is specified in configure.ac but that define
   did not make it into the prepared configure file. This causes those members to not be
   found and the build fails.
- Removing the three #if defined GNLIB_MBFILE statements from the coreutils-9.5-i18n
   patch, so that the code is executed in the build, causes the members to be present
   and the build is successfull.
- Update of rootfile
- Changelog
    9.5
** Bug fixes
  chmod -R now avoids a race where an attacker may replace a traversed file
   with a symlink, causing chmod to operate on an unintended file.
   [This bug was present in "the beginning".]
  cp, mv, and install no longer issue spurious diagnostics like "failed
   to preserve ownership" when copying to GNU/Linux CIFS file systems.
   They do this by working around some Linux CIFS bugs.
  cp --no-preserve=mode will correctly maintain set-group-ID bits
   for created directories.  Previously on systems that didn't support ACLs,
   cp would have reset the set-group-ID bit on created directories.
   [bug introduced in coreutils-8.20]
  join and uniq now support multi-byte characters better.
   For example, 'join -tX' now works even if X is a multi-byte character,
   and both programs now treat multi-byte characters like U+3000
   IDEOGRAPHIC SPACE as blanks if the current locale treats them so.
  numfmt options like --suffix no longer have an arbitrary 127-byte limit.
   [bug introduced with numfmt in coreutils-8.21]
  mktemp with --suffix now better diagnoses templates with too few X's.
   Previously it conflated the insignificant --suffix in the error.
   [bug introduced in coreutils-8.1]
  sort again handles thousands grouping characters in single-byte locales
   where the grouping character is greater than CHAR_MAX.  For e.g. signed
   character platforms with a 0xA0 (aka &nbsp) grouping character.
   [bug introduced in coreutils-9.1]
  split --line-bytes with a mixture of very long and short lines
   no longer overwrites the heap (CVE-2024-0684).
   [bug introduced in coreutils-9.2]
  tail no longer mishandles input from files in /proc and /sys file systems,
   on systems with a page size larger than the stdio BUFSIZ.
   [This bug was present in "the beginning".]
  timeout avoids a narrow race condition, where it might kill arbitrary
   processes after a failed process fork.
   [bug introduced with timeout in coreutils-7.0]
  timeout avoids a narrow race condition, where it might fail to
   kill monitored processes immediately after forking them.
   [bug introduced with timeout in coreutils-7.0]
  wc no longer fails to count unprintable characters as parts of words.
   [bug introduced in textutils-2.1]
** Changes in behavior
  base32 and base64 no longer require padding when decoding.
   Previously an error was given for non padded encoded data.
  base32 and base64 have improved detection of corrupted encodings.
   Previously encodings with non zero padding bits were accepted.
  basenc --base16 -d now supports lower case hexadecimal characters.
   Previously an error was given for lower case hex digits.
  cp --no-clobber, and mv -n no longer exit with failure status if
   existing files are encountered in the destination.  Instead they revert
   to the behavior from before v9.2, silently skipping existing files.
  ls --dired now implies long format output without hyperlinks enabled,
   and will take precedence over previously specified formats or hyperlink mode.
  numfmt will accept lowercase 'k' to indicate Kilo or Kibi units on input,
   and uses lowercase 'k' when outputting such units in '--to=si' mode.
  pinky no longer tries to canonicalize the user's login location by default,
   rather requiring the new --lookup option to enable this often slow feature.
  wc no longer ignores encoding errors when counting words.
   Instead, it treats them as non white space.
** New features
  chgrp now accepts the --from=OWNER:GROUP option to restrict changes to files
   with matching current OWNER and/or GROUP, as already supported by chown(1).
  chmod adds support for -h, -H,-L,-P, and --dereference options, providing
   more control over symlink handling.  This supports more secure handling of
   CLI arguments, and is more consistent with chown, and chmod on other systems.
  cp now accepts the --keep-directory-symlink option (like tar), to preserve
   and follow existing symlinks to directories in the destination.
  cp and mv now accept the --update=none-fail option, which is similar
   to the --no-clobber option, except that existing files are diagnosed,
   and the command exits with failure status if existing files.
   The -n,--no-clobber option is best avoided due to platform differences.
  env now accepts the -a,--argv0 option to override the zeroth argument
   of the command being executed.
  mv now accepts an --exchange option, which causes the source and
   destination to be exchanged.  It should be combined with
   --no-target-directory (-T) if the destination is a directory.
   The exchange is atomic if source and destination are on a single
   file system that supports atomic exchange; --exchange is not yet
   supported in other situations.
  od now supports printing IEEE half precision floating point with -t fH,
   or brain 16 bit floating point with -t fB, where supported by the compiler.
  tail now supports following multiple processes, with repeated --pid options.
** Improvements
  cp,mv,install,cat,split now read and write a minimum of 256KiB at a time.
   This was previously 128KiB and increasing to 256KiB was seen to increase
   throughput by 10-20% when reading cached files on modern systems.
  env,kill,timeout now support unnamed signals. kill(1) for example now
   supports sending such signals, and env(1) will list them appropriately.
  SELinux operations in file copy operations are now more efficient,
   avoiding unneeded MCS/MLS label translation.
  sort no longer dynamically links to libcrypto unless -R is used.
   This decreases startup overhead in the typical case.
  wc is now much faster in single-byte locales and somewhat faster in
   multi-byte locales.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship ncurses
Michael Tremer [Mon, 22 Jul 2024 15:16:42 +0000 (15:16 +0000)] 
core188: Ship ncurses

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoncurses: Update to version 6.5
Adolf Belka [Thu, 11 Jul 2024 19:53:27 +0000 (21:53 +0200)] 
ncurses: Update to version 6.5

- Update from version 6.4 to 6.5
- Update of rootfile
- --with-pkg-config-libdir as the previous default has been changed to $(LIBDIR) and this
   does not work and resulted in procps not building as it could not find ncurses.
- Likely other packages after procps would have also failed.
- Explicitly specifying the pkgconfig directory location worked.
- Changelog
    6.5
The changelog details are in the NEWS file in the source tarball. Version 6.5
 is covered by lines 49 to 530

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agotshark: Update to version 4.2.6
Adolf Belka [Thu, 11 Jul 2024 13:41:46 +0000 (15:41 +0200)] 
tshark: Update to version 4.2.6

- Update from version 4.2.5 to 4.2.6
- Update of rootfile
- Changelog
    4.2.6
Bug Fixes
   A regression in the TCP Stream Graph "Time Sequence (tcptrace)"
    receive window line behavior introduced in 4.2.5 and 4.0.15 has been
    fixed. Issue 19846[3]
   The following vulnerability has been fixed:
     • wnpa-sec-2024-10[4] SPRT dissector crash. Issue 19559[5].
   The following bugs have been fixed:
     • RADIUS dissector’s dictionary loading broken in many ways. Issue
       6466[6].
     • 3.4 → 3.6.5 ASCII display is broken on CentOS 7. Issue 18096[7].
     • Funnel/Lua: Closing child window disconnects buttons of parent.
       Issue 18386[8].
     • Lua detection fails with Alpine Linux: missing: LUA_LIBRARIES.
       Issue 19841[9].
     • vnd.3gpp.5gnas payloads of type SMS not decoded inside HTTP2 5GC.
       Issue 19845[10].
     • TCP Stream Graphs green sliding window line not displayed
       correctly. Issue 19846[11].
     • Wireshark window doesn’t fully fit on screen on small resolutions
       and can’t be resized properly on Russian language. Issue
       19861[12].
     • Wireshark started from command line doesn’t set
       gui.fileopen_remembered_dir correctly on Windows. Issue
       19891[13].
     • Wireshark expects wrong length for DHCP Relay Agent Information
       Source Port Suboption. Issue 19909[14].
     • SIP P-Access-Network-Info header not correctly decoded. Issue
       19917[15].
Updated Protocol Support
   DHCP, E.212, MySQL, NAS-5GS, PKT CCC, ProtoBuf, RADIUS, RLC-LTE, RTP,
   SIP, SPRT, Thrift, and Wi-SUN
New and Updated Capture File Support
   log3gpp

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoc-ares: Update to version 1.32.1
Adolf Belka [Thu, 11 Jul 2024 13:41:45 +0000 (15:41 +0200)] 
c-ares: Update to version 1.32.1

- Update from version 1.17.1 to 1.32.1
- Update of rootfile
- There have been 22 version updates that are now being applied. 4 of these releases had
   security issues being addressed and there have been 5 CVE's and fixes
- Changelog
    1.32.1
Bugfixes:
    Channel lock needs to be recursive to ensure calls into c-ares functions can
     be made from callbacks otherwise deadlocks will occur. This regression was
     introduced in 1.32.0
    1.32.0
Features:
    Add support for DNS 0x20 to help prevent cache poisoning attacks, enabled by
     specifying ARES_FLAG_DNS0x20. Disabled by default. PR #800
    Rework query timeout logic to automatically adjust timeouts based on network
     conditions. The timeout specified now is only used as a hint until there is
     enough history to calculate a more valid timeout. PR #794
Changes:
    DNS RR TXT strings should not be automatically concatenated as there are use
     cases outside of RFC 7208. In order to maintain ABI compliance, the ability
     to retrieve TXT strings concatenated is retained as well as a new API to
     retrieve the individual strings. This restores behavior from c-ares 1.20.0.
     PR #801
    Clean up header inclusion logic to make hacking on code easier. PR #797
    GCC/Clang: Enable even more strict warnings to catch more coding flaws. 253bdee
    MSVC: Enable /W4 warning level. PR #792
Bugfixes:
    Tests: Fix thread race condition in test cases for EventThread. PR #803
    Windows: Fix building with UNICODE. PR #802
    Thread Saftey: ares_timeout() was missing lock. 74a64e4
    Fix building with DJGPP (32bit protected mode DOS). PR #789
    1.31.0
Changes:
    Enable Query Cache by default. PR #786
Bugfixes:
    Enhance Windows DNS configuration change detection to also detect manual DNS
     configuration changes. PR #785
    Various legacy MacOS Build fixes. Issue #782
    Ndots value of zero in resolv.conf was not being honored. 852a60a
    Watt-32 build support had been broken for some time. PR #781
    Distribute ares_dns_rec_type_tostr manpage. PR #778
    1.30.0
Features:
    Basic support for SIG RR record (RFC 2931 / RFC 2535) PR #773
Changes:
    Validation that DNS strings can only consist of printable ascii characters
     otherwise will trigger a parse failure. 75de16c and 40fb125
    Windows: use GetTickCount64() for a monotonic timer that does not wrap. 1dff8f6
Bugfixes:
    QueryCache: Fix issue where purging on server changes wasn’t working. a6c8fe6
    Windows: Fix Y2K38 issue by creating our own ares_timeval_t datatype. PR #772
    Fix packaging issue affecting MacOS due to a missing header. 55afad6
    MacOS: Fix UBSAN warnings that are likely meaningless due to alignment issues
     in new MacOS config reader.
    Android: arm 32bit build failure due to missing symbol. d1722e6
    1.29.0
Features:
    When using ARES_OPT_EVENT_THREAD, automatically reload system configuration
     when network conditions change. PR #759
    Apple: reimplement DNS configuration reading to more accurately pull DNS
     settings. PR #750
    Add observability into DNS server health via a server state callback, invoked
     whenever a query finishes. PR #744
    Add server failover retry behavior, where failed servers are retried with
     small probability after a minimum delay. PR #731
Changes:
    Mark ares_channel_t * as const in more places in the public API. PR #758
Bugfixes:
    Due to a logic flaw dns name compression writing was not properly implemented
     which would result in the name prefix not being written for a partial match.
     This could cause issues in various record types such as MX records when
     using the deprecated API. Regression introduced in 1.28.0. Issue #757
    Revert OpenBSD SOCK_DNS flag, it doesn’t do what the docs say it does and
     causes c-ares to become non-functional. PR #754
    ares_getnameinfo(): loosen validation on salen parameter. Issue #752
    cmake: Android requires C99. PR #748
    ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue #742
    1.28.1
This release contains a fix for a single significant regression introduced in
 c-ares 1.28.0.
    ares_search() and ares_getaddrinfo() resolution fails if no search domains
     are specified. Issue #737
    1.28.0
Features:
    Emit warnings when deprecated c-ares functions are used. This can be disabled
     by passing a compiler definition of CARES_NO_DEPRECATED. PR #732
    Add function ares_search_dnsrec() to search for records using the new DNS
     record data structures. PR #719
    Rework internals to pass around ares_dns_record_t instead of binary data,
     this introduces new public functions of ares_query_dnsrec() and
     ares_send_dnsrec(). PR #730
Changes:
    tests: when performing simulated queries, reduce timeouts to make tests run
     faster
    Replace configuration file parsers with memory-safe parser. PR #725
    Remove acountry completely, the manpage might still get installed otherwise.
     Issue #718
Bugfixes:
    CMake: don’t overwrite global required libraries/definitions/includes which
     could cause build errors for projects chain building c-ares. Issue #729
    On some platforms, netinet6/in6.h is not included by netinet/in.h and needs
     to be included separately. PR #728
    Fix a potential memory leak in ares_init(). Issue #724
    Some platforms don’t have the isascii() function. Implement as a macro. PR #721
    CMake: Fix Chain building if CMAKE runtime paths not set
    NDots configuration should allow a value of zero. PR #735
    1.27.0
Security:
    Moderate. CVE-2024-25629. Reading malformatted /etc/resolv.conf,
     /etc/nsswitch.conf or the HOSTALIASES file could result in a crash.
     GHSA-mg26-v6qh-x48q
Features:
    New function ares_queue_active_queries() to retrieve number of in-flight
     queries. PR #712
    New function ares_queue_wait_empty() to wait for the number of in-flight
     queries to reach zero. PR #710
    New ARES_FLAG_NO_DEFLT_SVR for ares_init_options() to return a failure if no
     DNS servers can be found rather than attempting to use 127.0.0.1. This also
     introduces a new ares status code of ARES_ENOSERVER. PR #713
Changes:
    EDNS Packet size should be 1232 as per DNS Flag Day. PR #705
Bugfixes:
    Windows DNS suffix search list memory leak. PR #711
    Fix warning due to ignoring return code of write(). PR #709
    CMake: don’t override target output locations if not top-level. Issue #708
    Fix building c-ares without thread support. PR #700
    1.26.0
Features:
    Event Thread support. Integrators are no longer required to monitor the file
     descriptors registered by c-ares for events and call ares_process() when
     enabling the event thread feature via ARES_OPT_EVENT_THREAD passed to
     ares_init_options(). PR #696
    Added flags to are_dns_parse() to force RAW packet parsing. PR #693
Changes:
    Mark ares_fds() as deprecated. PR #691
Bugfixes:
    adig: Differentiate between internal and server errors. e10b16a
    Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS. PR #695
    Autotools: fix building for 32bit windows due to stdcall symbol mangling.
     PR #689
    RR Name should not be sanity checked against the Question. PR #685
    1.25.0
Changes:
    AutoTools: rewrite build system to be lighter weight and fix issues in some
     semi-modern systems. It is likely this has broken building on some less
     common and legacy OSs, please report issues. PR #674
    Rewrite ares_strsplit() as a wrapper for ares__buf_split() for memory safety
     reasons. 88c444d
    The ahost utility now uses ares_getaddrinfo() and returns both IPv4 and IPv6
     addresses by default. PR #669
    OpenBSD: Add SOCK_DNS flag when creating socket. PR #659
Bugfixes:
    Tests: Live reverse lookups for Google’s public DNS servers no longer return
     results, replace with CloudFlare pubic DNS servers. 1231aa7
    MacOS legacy SDKs require sys/socket.h before net/if.h PR #673
    Connection failures should increment the server failure count first or a
     retry might be enqueued to the same server. 05181a6
    On systems that don’t implement the ability to enumerate network interfaces
     the stubs used the wrong prototype. eebfe0c
    Fix minor warnings and documentation typos. PR #666
    Fix support for older GoogleTest versions. d186f11
    getrandom() may require sys/random.h on some systems. Issue #665
    Fix building tests with symbol hiding enabled. Issue #664
    1.24.0
Features:
    Add support for IPv6 link-local DNS servers. Nameserver formats can now
     accept the %iface suffix, and a new ares_get_servers_csv() function was
     added to return servers that can contain the link-local interface name.
Changes:
    Unbundle GoogleTest for test cases. Package maintainers will now need to
     require GoogleTest (GMock) as a build dependency if building tests. New
     GoogleTest versions require C++14 or later.
    Replace nameserver parsing code to use new memory-safe functions.
    Replace the sortlist parser with new memory-safe functions.
    Various warning fixes and dead code removal.
Bugfixes:
    Old Linux versions require POSIX_C_SOURCE or _GNU_SOURCE to compile with
     thread safety support.
    A non-responsive DNS server that caused timeouts wouldn’t increment the
     failure count, this would lead to other servers not being tried. Regression
     introduced in 1.22.0.
    Some projects that depend on c-ares expect invalid parameter option values
     passed into ares_init_options() to simply be ignored. This behavior has been
     restored.
    On linux getrandom() can fail if the kernel doesn’t support the syscall, fall
     back to another random source.
    ares_cancel() when performing ares_gethostbyname() or ares_getaddrinfo() with
     AF_UNSPEC, if called after one address class was returned but before the
     other address class, it would return ARES_SUCCESS rather than ARES_ECANCELLED.
    1.23.0
Features:
    Introduce optional (but on by default) thread-safety for the c-ares library.
     This has no API nor ABI implications.
    resolv.conf in modern systems uses attempts and timeouts options instead of
     the old retrans and retry options.
    Query caching support based on TTL of responses. Can be enabled via
     ares_init_options() with ARES_OPT_QUERY_CACHE.
Bugfixes:
    ares_init_options() for ARES_OPT_UDP_PORT and ARES_OPT_TCP_PORT accept the
     port in host byte order, but it was reading it as network byte order.
     Regression introduced in 1.20.0.
    ares_init_options() for ARES_FLAG_NOSEARCH was not being honored for
     ares_getaddrinfo() or ares_gethostbyname(). Regression introduced in 1.16.0.
    Autotools MacOS and iOS version check was failing
    Environment variables passed to c-ares are meant to be an override for system
     configuration. Regression introduced in 1.22.0.
    Spelling fixes as detected by codespell.
    The timeout returned by ares_timeout() was truncated to milliseconds but
     validated to microseconds which could cause a user to attempt to process
     timeouts prior to the timeout actually expiring.
    CMake was not honoring CXXFLAGS passed in via the environment which could
     cause compile and link errors with distribution hardening flags during
     packaging.
    Fix Windows UWP and Cygwin compilation.
    ares_set_servers_*() for legacy reasons needs to accept an empty server list
     and zero out all servers. This results in an inoperable channel and thus is
     only used in simulation testing, but we don’t want to break users.
     Regression introduced in 1.21.0.
    1.22.1
Bugfixes:
    Fix /etc/hosts processing performance with all entries using same IPaddress.
     Large hosts files using the same IP address for all entries could use
     exponential time.
    Fix typos in manpages
    Fix OpenWatcom building
    1.22.0
Features:
    ares_reinit() is now implemented to re-read any system configuration and
     immediately apply to an existing ares channel
    The adig command line program has been rewritten and its format now more
     closely matches that of BIND’s dig utility
    The new DNS message parser and writer functions have now been made public
    RFC9460 HTTPS and SVCB records are now supported
    RFC6698 TLSA records are now supported
    The server list is now internally dynamic and can be changed without
     impacting existing queries
    Hosts file processing is now cached until the file is detected to be changed
     to speed up repetitive lookups of large hosts files
Changes:
    Internally all DNS messages are now written using the new DNS writing functions
    EDNS is now enabled by default
    Internal cleanups in function prototypes
Bugfixes:
    Randomize retry penalties to prevent thundering herd issues when dns servers
     throttle requests
    Fix Windows build error for missing if_indextoname()
    1.21.0
Changes:
    Provide better man page cross-links.
    Introduce ares_status_t as an enum rather than using #define list and integer
     data type for internal functions.
    Introduce ares_bool_t datatype rather than using an integer with 0/1 so it is
     clear based on the function prototype what it returns.
    Increase compiler warning levels by default.
    Use size_t and other more proper datatypes internally (rather than int).
    Many developers have used different code styles over the years, standardize
     on one and use clang-format to enforce the style.
    CMake can now control symbol visibility
    Replace multiple DNS hand-made parsers with new memory-safe DNS message parser.
Bugfixes:
    Tools: STAYOPEN flag could make tools not terminate.
    Socket callbacks were passed SOCK_STREAM instead of SOCK_DGRAM on udp.
    1.20.1
Bugfixes:
    Resolve use-after-free issue when TCP connection is terminated before a
     response is returned
    Reduce number of queries for a load test case to prevent overloading some
     build systems
    Fix fuzz test build target
    1.20.0
Changes:
    Update from 1989 MIT license text to modern MIT license text
    Remove acountry from built tools as nerd.dk is gone
    Add new ARES_OPT_UDP_MAX_QUERIES configuration option to limit the number of
     queries that can be made from a single ephemeral port
    Default per-query timeout has been reduced to 2s with a 3x retry count
    Modernization: start implementing some common data structures that are easy
     to use and hard to misuse. This will make code refactoring easier and remove
     some varied implementations in use. This change also makes ares_timeout()
     more efficient
    Use SPDX identifiers and a REUSE CI job to verify
    rand: add support for getrandom()
Bug fixes:
    TCP back to back queries were broken
    Ensure queries for ares_getaddrinfo() are not requeued during destruction
    ares_getaddrinfo() should not retry other address classes if one address
     class has already been returned
    Avoid production ill-formed result when qualifying a name with the root domain
    Fix missing prefix for CMake generated libcares.pc
    DNS server ports will now be read from system configuration instead of
     defaulting to port 53
    Remove some unreachable code
    Replace usages of sprintf with snprintf
    Fix Watcom instructions and update Windows URLs
    1.19.1
Security:
    CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service
    CVE-2023-31147 Moderate. Insufficient randomness in generation of DNS query IDs
    CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton()
    CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross
     compilation
Bug fixes:
    Fix uninitialized memory warning in test
    Turn off IPV6_V6ONLY on Windows to allow IPv4-mapped IPv6 addresses
    ares_getaddrinfo() should allow a port of 0
    Fix memory leak in ares_send() on error
    Fix comment style in ares_data.h
    Remove unneeded ifdef for Windows
    Fix typo in ares_init_options.3
    Re-add support for Watcom compiler
    Sync ax_pthread.m4 with upstream
    Windows: Invalid stack variable used out of scope for HOSTS path
    Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support
    1.19.0
Security:
    Low. Stack overflow in ares_set_sortlist() which is used during c-ares
     initialization and typically provided by an administrator and not an end user.
Changes:
    Windows: Drop support for XP and derivatives which greatly cleans up
     initialization code.
    Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a
     custom hosts file location.
    Add vcpkg installation instructions
Bug fixes:
    Fix cross-compilation from Windows to Linux due to CPACK logic.
    Fix memory leak in reading /etc/hosts when using localhost fallback.
    Fix chain building c-ares when libresolv is already included by another project
    File lookup should not immediately abort as there may be other tries due to
     search criteria.
    Asterisks should be allowed in host validation as CNAMEs may reference
     wildcard domains
    AutoTools build system referenced bad STDC_HEADERS macro
    Even if one address class returns a failure for ares_getaddrinfo() we should
     still return the results we have
    CMake Windows: DLLs did not include resource file to include versions
    CMake: Guard target creation in exported config
    Fix ares_getaddrinfo() numerical address resolution with AF_UNSPEC
    Apple: fix libresolv configured query times.
    Fix tools and help information
    Various documentation fixes and cleanups
    Add include guards to ares_data.h
    c-ares could try to exceed maximum number of iovec entries supported by system
    CMake package config generation allow for absolute install paths
    Intel compiler fixes
    ares_strsplit bugs
    The RFC6761 6.3 states localhost subdomains must be offline too.
    1.18.1
Bug fixes:
    ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses rather
     than the sizeof(struct sockaddr_in6)
    1.18.0
Changes:
    Add support for URI(Uniform Resource Identifier) records via
     ares_parse_uri_reply()
    Provide ares_nameser.h as a public interface as needed by NodeJS
    Update URLs from c-ares.haxx.se to c-ares.org
    During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so that the
     search process will continue to the next domain in the search.
    Turn ares_gethostbyname() into a wrapper for ares_getaddrinfo() as they
     followed very similar code paths and ares_gethostbyaddr() has some more
     desirable features such as priority sorting and parallel queries for
     AF_UNSPEC.
    ares_getaddrinfo() now contains a name element in the address info structure
     as the last element. This is not an API or ABI break due to the structure
     always being internally allocated and it being the last element.
    ares_parse_a_reply() and ares_parse_aaaa_reply() were nearly identical,
     those now use the same helper functions for parsing rather than having
     their own code.
    RFC6761 Section 6.3 says “localhost” lookups need to be special cased to
     return loopback addresses, and not forward queries to recursive dns servers.
     On Windows this now returns all loopback addresses, on other systems it
     returns 127.0.0.1 or ::1 always, and will never forward a request for
     “localhost” to outside DNS servers.
    Haiku: port
Bug fixes:
    add build to .gitignore
    z/OS minor update, add missing semicolon in ares_init.c
    Fix building when latest ax_code_coverage.m4 is imported
    Work around autotools ‘error: too many loops’ and other newer autotools
     import related bugs.
    MinGW cross builds need advapi32 link as lower case
    Cygwin build fix due to containing both socket.h and winsock2.h
    ares_expand_name should allow underscores (_) as SRV records legitimately
     use them
    Allow ‘/’ as a valid character for a returned name for CNAME in-addr.arpa
     delegation
    ares_getaddrinfo() was not honoring HOSTALIASES
    ares_getaddrinfo() had some test cases disabled due to a bug in the test
     framework itself which has now been resolved
    1.17.2
Security:
    NodeJS passes NULL for addr and 0 for addrlen to ares_parse_ptr_reply() on
     systems where malloc(0) returns NULL. This would cause a crash.
    When building c-ares with CMake, the RANDOM_FILE would not be set and
     therefore downgrade to the less secure random number generator
    If ares_getaddrinfo() was terminated by an ares_destroy(), it would cause a
     crash
    Crash in sortaddrinfo() if the list size equals 0 due to an unexpected DNS
     response
    Expand number of escaped characters in DNS replies as per RFC1035 5.1 to
     prevent spoofing follow-up
    Perform validation on hostnames to prevent possible XSS due to applications
     not performing valiation themselves
Changes:
    Use non-blocking /dev/urandom for random data to prevent early startup
     performance issues
    z/OS port
    ares_malloc(0) is now defined behavior (returns NULL) rather than
     system-specific to catch edge cases
Bug fixes:
    Fuzz testing files were not distributed with official archives
    Building tests should not force building of static libraries except on Windows
    Windows builds of the tools would fail if built as static due to a missing
     CARES_STATICLIB definition
    Relative headers must use double quotes to prevent pulling in a system library
    Fix OpenBSD building by implementing portability updates for including
     arpa/nameser.h
    Fix building out-of-tree for autotools
    Make install on MacOS/iOS with CMake was missing the bundle destination so
     libraries weren’t actually installed
    Fix retrieving DNS server configuration on MacOS and iOS if the configuration
     did not include search domains
    ares_parse_a_reply and ares_parse_aaa_reply were erroneously using strdup()
     instead of ares_strdup()

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship util-linux
Michael Tremer [Mon, 22 Jul 2024 15:15:24 +0000 (15:15 +0000)] 
core188: Ship util-linux

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoutil-linux: Update to version 2.40.2
Adolf Belka [Wed, 10 Jul 2024 20:33:28 +0000 (22:33 +0200)] 
util-linux: Update to version 2.40.2

- Update from version 2.40.1 to 2.40.2
- Update of rootfiles not required.
- Changelog
    2.40.2
autotools:
   - Properly order install dependencies of pam_lastlog2  [Thomas Weißschuh]
   - make pam install path configurable  [Thomas Weißschuh]
bash-completion:
   - add logger --sd-* completions  [Ville Skyttä]
build-sys:
   - _PATH_VENDORDIR workaround  [Karel Zak]
cfdisk:
   - fix possible integer overflow [coverity scan]  [Karel Zak]
docs:
   - update AUTHORS file  [Karel Zak]
include/pidfd-utils:
   - provide ENOSYS stubs if pidfd functions are missing  [Thomas Weißschuh]
   - remove hardcoded syscall fallback  [Karel Zak]
lib/buffer:
   - introduce ul_buffer_get_string()  [Thomas Weißschuh]
lib/fileutils:
   - add ul_basename()  [Karel Zak]
lib/path:
   - Fix ul_path_read_buffer() [Daan De Meyer]
lib/sysfs:
   - abort device hierarchy walk at root of sysfs  [Thomas Weißschuh]
   - zero-terminate result of sysfs_blkdev_get_devchain()  [Thomas Weißschuh]
libmount:
   - fix syscall save function  [Karel Zak]
   - fix tree FD usage in subdir hook  [Karel Zak]
   - improving robustness in reading kernel messages  [Karel Zak]
   - add pidfs to pseudo fs list  [Mike Yuan]
libsmartcols:
   - fix reduction stages use  [Karel Zak]
   - ensure filter-scanner/paser.c file is newer than the .h file  [Chen Qi]
libuuid:
   - clear uuidd cache on fork()  [Thomas Weißschuh]
   - drop check for HAVE_TLS  [Thomas Weißschuh]
   - drop duplicate assignment liuuid_la_LDFLAGS  [Karel Zak]
   - split uuidd cache into dedicated struct  [Thomas Weißschuh]
   - Conditionally add uuid_time64 to sym. version map [Nicholas Vinson]
lscpu:
   - New Arm Cortex part numbers  [Jeremy Linton]
lsfd:
   - Refactor the pidfd logic into lsfd-pidfd.c  [Xi Ruoyao]
   - Support pidfs  [Xi Ruoyao]
   - test  Adapt test cases for pidfs  [Xi Ruoyao]
meson:
   - Correctly require the Python.h header for the python dependency  [Jordan Williams]
   - Fix build-python option  [Jordan Williams]
   - Only require Python module when building pylibmount  [Jordan Williams]
misc-utils:
   - uuidd  Use ul_sig_err instead of errx  [Cristian Rodríguez]
mkswap.8.adoc:
   - update note regarding swapfile creation  [Mike Yuan]
po:
   - merge changes  [Karel Zak]
   - update es.po (from translationproject.org)  [Antonio Ceballos Roa]
   - update ja.po (from translationproject.org)  [Hideki Yoshida]
po-man:
   - merge changes  [Karel Zak]
rename:
   - use ul_basename()  [Karel Zak]
sys-utils/setpgid:
   - make -f work  [Emanuele Torre]
wdctl:
   - always query device node when sysfs is unavailable  [Thomas Weißschuh]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship PCRE2
Michael Tremer [Mon, 22 Jul 2024 15:14:03 +0000 (15:14 +0000)] 
core188: Ship PCRE2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agopcre2: Update to version 10.44
Adolf Belka [Wed, 10 Jul 2024 20:33:27 +0000 (22:33 +0200)] 
pcre2: Update to version 10.44

- Update from version 10.43 to 10.44
- Update of rootfile
- Changelog
    10.44
This is mostly a bug-fix and tidying release. There is one new function, to set
 a maximum size for a compiled pattern. The maximum name length for groups is
 increased to 128. Some auxiliary files for building under VMS are added.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore188: Ship man-pages
Michael Tremer [Mon, 22 Jul 2024 15:12:49 +0000 (15:12 +0000)] 
core188: Ship man-pages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoman-pages: Update to version 6.9.1
Adolf Belka [Wed, 10 Jul 2024 20:33:26 +0000 (22:33 +0200)] 
man-pages: Update to version 6.9.1

- Update from 6.8 to 6.9.1
- Update of rootfile
- Changelog details can be see in the file named Changes in the source tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>