]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
10 months agofreeradius: Update to version 3.2.3
Adolf Belka [Fri, 21 Jul 2023 20:51:39 +0000 (22:51 +0200)] 
freeradius: Update to version 3.2.3

- Update from version 3.0.26 to 3.2.3
- Update of rootfile
- Changelog
    3.2.3
Feature Improvements
    Add "max_retries" for connection pools. Fixes #4908. Patch from Nick Porter.
    Update dictionary.ciena, dictionary.huawei, dictionary.wifialliance and
             dictionary.wispr; add dictionary.eleven.
    You can now list "eap" in the "pre-proxy" section. If the packet contains a
             malformed EAP message, then the request will be rejected The home server
             will either reject (or discard) this packet anyways, so this change can only
             help with large proxy scenarios.
    Show warnings if libldap is not using OpenSSL.
    Support RADIUS/1.1. See
             https://datatracker.ietf.org/doc/draft-dekok-radext-radiusv11/ Disabled by
             default, can be enabled by passing `--with-radiusv11` to the configure
             script. For now, this is for testing interoperability.
    Add extra sanity checks for malformed EAP attributes.
    More TLS debugging output.
    Clear old module instance data before HUP reload. Avoids burst memory use
     when e.g. using large data files with rlm_files. Patch from Nick Porter.
    `rlm_cache_redis` is now included in the freeradius-redis packages.
    Separate out python2/python3 in Debian Packages. Previously python 2 or 3 was
             built depending on the system default which led to confusion. We now build
             both freeradius-python2 and freeradius-python3 packages where possible.
Bug Fixes
    Don't leak MD contexts with OpenSSL 3.0.
    Increase internal buffer size for TLS connections, which can help with
             high-load proxies.
    Send Status-Server checks for TLS connections.
    Give descriptive error if "update CoA" is used with "fake" packets, as it
             won't work. i.e. inner-tunnel and virtual home servers.
    Many small ASAN / LSAN fixes from Jorge Pereira.
    Close inbound RADIUS/TLS socket on TLS errors. When a home server sees a TLS
             error, it will now close the socket, so proxies do not have an open (but
             dead) TLS connection.
    Fix mutex locking issues on inbound RADIUS/TLS connections This change avoids
             random issues with "bad record mac".
    Improve REST encoding loop. Patch from Herwin Weststrate. Closes #4950.
    Correctly report the LDAP group a user was found in. Fixes #3084 Patch from
             Nick Porter.
    Force correct packet type when running Post-Auth-Type. Helps with #4980.
    Fix small leak in Client-Lost code. Patch from Terry Burton. PR #4996.
    Fix TCP socket statistics. Closes #4990.
    Use NAS-Port-Id instead of NAS-Port during SQL simultaneous-use checks. Helps
             with #5010.
    3.2.2
Feature Improvements
    The "configure" process now gives a much clearer report when it's finished.
             Patches by Matthew Newton.
    Fallback to "uname -n" on missing "hostname". Fixes #4771.
    Export thread details in radmin "stats threads". Fixes #4770.
    Improve queries for processing radacct into periodic usage data Fix from Nick
             Porter.
    Update dictionary.juniper.
    Add dictionary.calix.
    Fix dictionary.rfc6519 DS-Lite-Tunnel-Name to be "octets".
    Update documentation for robust-proxy-accounting, and be more aggressive
             about sending packets.
    Add per-module README.md files in the source.
    Add default Visual Studio configuration for developers.
    Postgres can now automatically use alternate queries for errors other than
             duplicate keys.
    %{listen:TLS-PSK-Identity} is now set when using PSK and psk_query This helps
             the server track the identity of the client which is connecting.
    Include thread stats in Status-Server attributes. Fixes #4870.
    Mark rlm_unbound stable and add to packages. Patches by Nick Porter.
    Remove broken/unsupported Dockerfiles for centos8 and debian9.
    Ensure Docker containers have stable uid/gid. Patches from Terry Burton.
Bug Fixes
    Preliminary support for non-blocking TLS sockets. Helps with #3501.
    Fix support for partial certificate chains after adding reload support.
             Fixes #4753.
    Fix handling of debug_condition.
    Clean up home server states, and re-sync with the dictionaries.
    Correct certificate order when creating TLS-* attributes Fixes #4785.
    Update use of isalpha() etc. so broken configurations have less impact on the
             server.
    Outgoing TLS sockets now set SNI correctly from the "hostname" configuration
             item.
    Support Apple Homebrew on the M1. Fixes #4754.
    Better error messages when %{listen:TLS-...} is used.
    Getting statistics via Status-Server can now be done within a virtual server.
             Fixes #4868.
    Make TTLS+MS-CHAP work with TLS 1.3. Fixes #4878.
    Fix md5 xlat memory leak when using OpenSSL 3. Fix by Terry Burton.
    3.2.1
Feature Improvements
    Add dictionary.ciena, dictionary.nile, and DHCPv4 dictionaries,.
    Add simultaneous-use queries for MS SQL.
    Add radmin command for "stats pool <module-name>" Which prints out statistics
             about the connection pools.
    Client statistics now shows "conflicts", to count conflicting packets.
    New optional "lightweight accounting-on/off" strategy. When refreshing
             queries.conf you should also add the new nasreload table and corresponding
             GRANTs to your DB schema.
    Add TLS-Client-Cert-X509v3-Certificate-Policies, which helps with Eduroam.
             Suggested by Stefan Winter.
    Allow auth+acct for TCP sockets, too.
    Add rlm_cache_redis. See raddb/mods-available/cache for details.
    Allow radmin to look up home servers by name, too.
    Ensure that dynamic clients don't create loops on duplicates Reported by Sam
             Yee.
    Removed rlm_sqlhpwippool. There was no documentation, no configuration, and
             the module was ~15 years old with no one using it.
    Marked rlm_python3 as stable.
    Add sigalgs_list. See raddb/mods-available/eap. Patch from Boris Lytochkin.
    For rlm_linelog, when opening files in /dev, look at "permissions" to see
             whether to open them r/w.
    More flexibility for dynamic home servers. See
             doc/configuration/dynamic_home_servers.md and raddb/home_servers/README.md.
    Allow setting of application_name for PostgreSQL. See mods-available/sql.
Bug Fixes
    Correct test for open sessions in radacct for MS SQL.
    The linelog module now opens /dev/stdout in "write-only" mode if the
             permissions are set to "u+w" (0002).
    Various fixes to rlm_unbound from Nick Porter.
    PEAP now correctly runs Post-Auth-Type Accept.
    Create "TLS-Cert-*" for outbound Radsec, instead of TLS-Client-Cert-*
             Fixes #4698. See sites-available/tls, and fix_cert_order.
    Minor updates and fixes to CI, Dockerfiles and packaging.
    Fix rlm_python3 build with python >= 3.10. Fixes #4441.
    3.2.0
Feature Improvements
    All features from 3.0.x are included in the 3.2.x releases. In addition:.
    Add 'reset_day' and '%%r' parameter for rlm_sqlcounter to specify which day
             of the month the counter should be reset.
    Partial backport of rlm_json from v4, providing the json_encode xlat See
             mods-available/json for documentation.
    Support for haproxy "PROXY" protocol See sites-available/tls,
             "proxy_protocol" and doc/antora/modules/howto/pages/protocols/proxy/.
    Support for sending CoA-Request and Disconnect-Request packets in "reverse"
             down RadSec tunnels. Experimental for now, and undocumented.
    It is now possible to run a virtual server when saving / loading TLS cache
             attributes. See sites-available/tls-cache for more information.
    Removed the "cram" module. It was undocumented, and used old and insecure
             authentication methods.
    Remove the "otp" module. The "otpd" program it needs is no longer available,
             and the module has not been usable since at least 2015.
    All features from 3.0.x are included in the 3.2.x releases.
    3.2.0 requires OpenSSL 1.0.2 or greater.
Bug Fixes
    All bug fixes from 3.0.x are included in the 3.2.x releases.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agofreefont: Update to version 20100919
Adolf Belka [Fri, 21 Jul 2023 20:51:38 +0000 (22:51 +0200)] 
freefont: Update to version 20100919

- Update from version 20060126 to 20100919
- Version 20100919 is the most recent version that is available as a .tar.gz file
   There is a 20120503 version but it is only available as a .zip file
- This patch brings this package as up to date as it can be.
- Update of rootfile not required
- Changelog for changes made from Feb 2006 till 2010 is too large to show here - approx
   5000 lines. See the contents of the ChangeLog file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocurl: Update to version 8.2.0
Adolf Belka [Fri, 21 Jul 2023 20:51:37 +0000 (22:51 +0200)] 
curl: Update to version 8.2.0

- Update from version 8.1.0 to 8.2.0
- Update of rootfile
- Changelog
    8.2.0
Changes:
    curl: add --ca-native and --proxy-ca-native
    curl: add --trace-ids
    CURLOPT_MAIL_RCPT_ALLOWFAILS: replace CURLOPT_MAIL_RCPT_ALLLOWFAILS
    haproxy: add --haproxy-clientip flag to set client IPs
    lib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID
Bugfixes:
    bufq: make write/pass methods more robust
    build: drop unused/redundant `HAVE_WINLDAP_H`
    cf-socket: don't bypass fclosesocket callback if cancelled before connect
    cf-socket: move ctx declaration under HAVE_GETPEERNAME
    cf-socket: skip getpeername()/getsockname for TFTP
    checksrc: modernise perl file open
    checksrc: quote the file name to work with "funny" letters
    CI: brew fix for openssl in default path
    CI: don't install impacket if tests are not run
    CI: enable parallel make in more builds
    circleci: install impacket & wolfssl 5.6.0
    cmake: add support for "unity" builds
    cmake: make use of snprintf
    cmake: stop CMake from quietly ignoring missing Brotli
    configure: add check for ldap_init_fd
    configure: fix run-compiler for old /bin/sh
    configure: the --without forms of the options are also gone
    connect-timeout.d: mention that the DNS lookup is included
    curl.h: include <sys/select.h> for vxworks
    curl: count uploaded data to stop at the originally given size
    curl: return error when asked to use an unsupported HTTP version
    curl_easy_nextheader.3: add missing open parenthesis examples
    curl_log: evaluate log statement only when transfer is verbose
    curl_mprintf.3: minor fix of the example
    curl_pushheader_byname/bynum.3: document in their own man pages
    curl_url_set: enforce the max string length check for all parts
    CURLOPT_AWS_SIGV4.3: remove unused variable from example
    CURLOPT_INFILESIZE.3: mention -1 triggers chunked
    CURLOPT_MIMEPOST.3: clarify what setting to NULL means
    CURLOPT_SSH_PRIVATE_KEYFILE.3: expand on the file search
    docs/libcurl/libcurl.3: cleanups and improvements
    docs: add more .IP after .RE to fix indentation of generate paragraphs
    docs: fix missing parameter names in examples
    docs: update CURLOPT_UPLOAD.3
    docs: update HTTP3.md for newer ngtcp2 and nghttp3
    docs: use a space after RFC when spelling out RFC numbers
    example/connect-to: show CURLOPT_CONNECT_TO
    example/crawler: also set CURLOPT_AUTOREFERER
    example/crawler: make it use a few more options
    example/default-scheme: set the default scheme for schemeless URLs
    example/hsts-preload: show one way to HSTS preload
    example/http2-download: set CURLOPT_BUFFERSIZE
    example/ipv6: feature CURLOPT_ADDRESS_SCOPE in use
    example/maxconnects: set maxconnect example
    example/opensslthreadlock: remove
    examples/ftpuploadresume.c: add use of CURLOPT_ACCEPTTIMEOUT_MS
    examples/http-options: show how to send "OPTIONS *"
    examples/https.c: use CURLOPT_CA_CACHE_TIMEOUT
    examples/multi-debugcallback.c: avoid the bool typedef
    examples/smtp-mime: use CURLOPT_MAIL_RCPT_ALLOWFAILS
    examples/unixsocket.c: example using CURLOPT_UNIX_SOCKET_PATH
    examples/websocket.c: websocket example using CONNECT_ONLY
    examples: make use of CURLOPT_(REDIR_|)PROTOCOLS_STR
    fopen: fix conversion warning on 32-bit Android
    fopen: optimize
    hostip.c: Move macOS-specific calls into global init call
    HTTP/2: upload handling fixes
    http2: better support for --limit-rate
    http2: error stream resets with code CURLE_HTTP2_STREAM
    http2: fix crash in handling stream weights
    http2: fix variable type
    http2: h2 and h2-PROXY connection alive check fixes
    http2: raise header limitations above and beyond
    http2: send HEADER & DATA together if possible
    http2: treat initial SETTINGS as a WINDOW_UPDATE
    HTTP3.md: update openssl version
    http3/ngtcp2: upload EAGAIN handling
    http: rectify the outgoing Cookie: header field size check
    hyper: fix EOF handling on input
    hyper: unslow
    imap-append.c: update to make it more likely to work
    imap: Provide method to disable SASL if it is advertised
    krb5: add typecast to please Coverity
    libcurl-url.3: also mention CURLUPART_ZONEID
    libcurl-ws.3. WebSocket API overview
    libssh2: provide error message when setting host key type fails
    libssh2: use custom memory functions
    ngtcp2: assigning timeout, but value is overwritten before used
    ngtcp2: build with 0.17.0 and nghttp3 0.13.0
    ngtcp2: use ever increasing timestamp in io
    quiche: avoid NULL deref in debug logging
    quiche: fix defects found in latest coverity report
    quote.d: fix indentation of generated paragraphs
    runtests: abort test run after failure without -a
    runtests: better handle ^C during slow tests
    runtests: consistently write the test check summary block
    runtests: create multiple test runners when requested
    runtests: include missing valgrind package
    runtests: make test file directories in log/N
    runtests: rename server command file
    runtests: use more consistent failure lines
    runtests: work around a perl without SIGUSR1
    runtests; give each server a unique log lock file
    scripts: Fix GHA matrix job detection in cijobs.pl
    sectransp: fix EOF handling
    system.h: remove __IBMC__/__IBMCPP__ guards and apply to all z/OS compiles
    test2600: fix the description
    test427: verify sending more cookies than fit in a 8190 bytes line
    tests/http: Add mod_h2 directive `H2ProxyRequests`
    tests/servers.pm: pick unused port number with a server socket
    tests/servers: generate temp names in /tmp for unix domain sockets
    tests: fix error messages & handling around sockets
    tests: improve reliability of TFTP tests
    testutil: allow multiple %-operators on the same line
    timeval: use CLOCK_MONOTONIC_RAW if available
    tls13-ciphers.d: include Schannel
    tool: remove exclamation marks from error/warning messages
    tool: remove newlines from all helpf/notef/warnf/errorf calls
    tool_easysrc.h: correct `easysrc_perform` for `CURL_DISABLE_LIBCURL_OPTION`
    tool_getparam: fix comment
    tool_operate: allow cookie lines up to 8200 bytes
    tool_parsecfg: accept line lengths up to 10M
    tool_urlglob: use curl_off_t instead of longs
    tool_writeout_json: fix encoding of control characters
    transfer: clear credentials when redirecting to absolute URL
    urlapi: have *set(PATH) prepend a slash if one is missing
    urlapi: scheme must start with alpha
    vtls: avoid memory leak if sha256 call fails
    websocket-cb: example doing WebSocket download using callback
    wolfssl: detect when TLS 1.2 support is not built into wolfssl
    wolfssl: support setting CA certificates as blob
    ws: make the curl_ws_meta() return pointer a const
    8.1.2
Bugfixes:
    configure: quote the assignments for run-compiler
    configure: without pkg-config and no custom path, use -lnghttp2
    curl: cache the --trace-time value for a second
    http2: fix EOF handling on uploads with auth negotiation
    http3: send EOF indicator early as possible
    lib1560: verify more scheme guessing
    lib: remove unused functions, make single-use static
    libcurl.m4: remove trailing 'dnl' that causes this to break autoconf
    libssh: when keyboard-interactive auth fails, try password
    misc: fix spelling mistakes
    page-header: mention curl version and how to figure out current release
    page-header: minor wording polish in the URL segment
    scripts/singleuse.pl: add more API calls
    urlapi: remove superfluous host name check
    8.1.1
Bugfixes:
    cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND
    checksrc: disallow spaces before labels
    cmake: avoid `list(PREPEND)` for compatibility
    cmake: repair cross compiling
    configure: fix --help alignment
    configure: generate a script to run the compiler
    curl_easy_getinfo: clarify on return data types
    docs: document that curl_url_cleanup(NULL) is a safe no-op
    hostip: move easy_lock.h include above curl_memory.h
    http2: double http request parser max line length
    http2: increase stream window size to 10 MB
    http2: upload improvements
    lib: fix conversion warnings with gcc on macOS
    lib: rename struct 'http_req' to 'httpreq'
    ngtcp2: fix compiler warning about possible null-deref
    ngtcp2: proper handling of uint64_t when adjusting send buffer
    os400: update chkstrings.c
    runtests: handle interrupted reads from IPC pipes
    runtests: use the correct fd after select
    sectransp.c: make the code c89 compatible
    select: avoid returning an error on EINTR from select() or poll()
    test425: fix the log directory for the upload
    url: provide better error message when URLs fail to parse
    urlapi: allow numerical parts in the host name
    vquic.c: make recvfrom_packets static, avoid compiler warning

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agozabbix_agentd: Add ovpn monitoring items
Robin Roevens [Wed, 19 Jul 2023 20:29:18 +0000 (22:29 +0200)] 
zabbix_agentd: Add ovpn monitoring items

Added new IPFire specific monitoring capabilities to Zabbix Agent:
- ipfire.ovpn.clients.discovery: Discovery of configured ovpn
  clients. Returns a JSON array.
- ipfire.ovpn.statusreport.get: Parses and returns
  /var/run/ovpnserver.log in a JSON array

Since /var/run/ovpnserver.log is only readable by root, 'cat' of that
file is added to sudoers.d/zabbix_agentd.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agozabbix_agentd: Update to 6.0.19 (LTS)
Robin Roevens [Wed, 19 Jul 2023 20:29:17 +0000 (22:29 +0200)] 
zabbix_agentd: Update to 6.0.19 (LTS)

- Update from version 6.0.16 to 6.0.19
- Update of rootfile not required

Bugs fixed:
 - ZBX-22798:
   Incorrect output of vfs.file.contents when reading frequently
   modified file
 - ZBX-22470:
   Zabbix Agent locks in tls_recv() when using DebugLevel=5
 - ZBX-21892:
   vfs.fs.get returns wrong data if multiple file systems have identical
   mount point

Full changelogs since 6.0.16:
- https://www.zabbix.com/rn/rn6.0.17
- https://www.zabbix.com/rn/rn6.0.18
- https://www.zabbix.com/rn/rn6.0.19

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoebtables: Update to version 2.0.11
Adolf Belka [Tue, 18 Jul 2023 20:04:26 +0000 (22:04 +0200)] 
ebtables: Update to version 2.0.11

- Update from version 2.0.10-4 (Sep 2014) to 2.0.11 (Dec 2019)
- Update of rootfile
- Deletion of patch to prevent installing in usr/local as new tarball now has a ./configure
   file that enables setting prefix to /usr and sysconfdir to /etc

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agosdl2: Trim extra newline at the end of the rootfile
Michael Tremer [Wed, 26 Jul 2023 13:39:21 +0000 (13:39 +0000)] 
sdl2: Trim extra newline at the end of the rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agosdl2: Update to version 2.28.1
Adolf Belka [Tue, 18 Jul 2023 11:12:37 +0000 (13:12 +0200)] 
sdl2: Update to version 2.28.1

- Update from version 2.26.5 to 2.28.1
- Update of rootfile
- Changelog
    2.28.1
This is a stable bugfix release, with the following changes:
    Added support for the Nintendo Online Famicom controllers
    Improved support for third-party Nintendo Switch controllers
    Fixed setting the player LED on Nintendo Switch controllers
    Added Linux controller mapping for the Logitech Chillstream
    Fixed appending to a file greater than 4GB in size on Windows

    2.28.0
Thanks to all the people who contributed code and feedback, SDL 2.28.0 is now
         available!
In addition to lots of bug fixes, here are the major changes in this release:
General:
    Added SDL_HasWindowSurface() and SDL_DestroyWindowSurface() to switch between
             the window surface and rendering APIs
    Added a display event SDL_DISPLAYEVENT_MOVED which is sent when the primary
             monitor changes or displays change position relative to each other
    Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the
             on-screen keyboard should be shown when text input is active
With this release, SDL 2.0 is entering maintenance mode. While we will continue
         to support the library and provide stable bug fix updates, the SDL team is
         focusing on SDL 3.0 and all new feature development will be happening there. We
         are simultaneously bringing up sdl2-compat so your existing SDL 2.0 applications
         can run on the SDL 3.0 runtime in the future.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoninja: Update to version 1.11.1
Adolf Belka [Tue, 18 Jul 2023 11:12:36 +0000 (13:12 +0200)] 
ninja: Update to version 1.11.1

- Update from version 1.11.0 to 1.11.1
- Update of rootfile not required
- Changelog
    1.11.1
This is a hotfix release for a SIGFPE on Linux: #2173

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomeson: Update to version 1.2.0
Adolf Belka [Tue, 18 Jul 2023 11:12:35 +0000 (13:12 +0200)] 
meson: Update to version 1.2.0

- Update from version 0.64.1 to 1.2.0
- Update of rootfile
- Changelog is too large to include here. To see details for the versions 1.0.0, 1.1.0
   and 1.2.0 see https://mesonbuild.com/Release-notes.html

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoharfbuzz: Trim extra newline at end of rootfile
Michael Tremer [Wed, 26 Jul 2023 13:38:18 +0000 (13:38 +0000)] 
harfbuzz: Trim extra newline at end of rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore178: Ship harfbuzz
Michael Tremer [Wed, 26 Jul 2023 13:38:03 +0000 (13:38 +0000)] 
core178: Ship harfbuzz

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoharfbuzz: Update to version 8.0.1
Adolf Belka [Tue, 18 Jul 2023 11:12:34 +0000 (13:12 +0200)] 
harfbuzz: Update to version 8.0.1

- Update from version 7.3.0 to 8.0.1
- Update of rootfile
- Changelog
    Overview of changes leading to 8.0.1
- Build fix on 32-bit arm.
- More speed optimizations:
  - 60% speedup in retaingids subsetting SourceHanSans-VF.
  - 38% speed up in subsetting (beyond-64k) mega-merged Noto.
  - 16% speed up in retain-gid (used for IFT) subsetting of NotoSansCJKkr.
    Overview of changes leading to 8.0.0
- New, experimental, WebAssembly (WASM) shaper, that provides greater
   flexibility over OpenType/AAT/Graphite shaping, using WebAssembly embedded
   inside the font file. Currently WASM shaper is disabled by default and needs
   to be enabled at build time. For details, see:
    https://github.com/harfbuzz/harfbuzz/blob/main/docs/wasm-shaper.md
  For example fonts making use of the WASM shaper, see:
    https://github.com/simoncozens/wasm-examples
- Improvements to Experimental features introduced in earlier releases:
  - Support for subsetting beyond-64k and VarComposites fonts.
  - Support for instancing variable fonts with cubic “glyf” table.
- Many big speed optimizations:
  - Up to 89% speedup loading variable fonts for shaping.
  - Up to 88% speedup in small subsets of large (eg. CJK) fonts (both TTF and
    OTF), essential for Incremental Font Transfer (IFT).
  - Over 50% speedup in loading Roboto font for shaping.
  - Up to 40% speed up in loading (sanitizing) complex fonts.
  - 30% speed up in shaping Gulzar font.
  - Over 25% speedup in glyph loading Roboto font.
  - 10% speed up loading glyph shapes in VarComposite Hangul font.
  - hb-hashmap optimizations & hashing improvements.
- New macro HB_ALWAYS_INLINE. HarfBuzz now inlines functions more aggressively,
   which results in some speedup at the expense of bigger code size. To disable
   this feature define the macro to just inline.
- New API:
  +HB_CODEPOINT_INVALID
  +hb_ot_layout_get_baseline2()
  +hb_ot_layout_get_baseline_with_fallback2()
  +hb_ot_layout_get_font_extents()
  +hb_ot_layout_get_font_extents2()
  +hb_subset_input_set_axis_range()

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore178: Ship udev
Michael Tremer [Wed, 26 Jul 2023 13:37:11 +0000 (13:37 +0000)] 
core178: Ship udev

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoudev: Update to version 3.2.12
Adolf Belka [Wed, 12 Jul 2023 11:30:55 +0000 (13:30 +0200)] 
udev: Update to version 3.2.12

- Update from version 3.2.11 to 3.2.12
- Update of rootfile
- Changelog
    3.2.12
-rules/50-udev-default.rules: add PTP entry for Hyper-V/Azure by @dermotbradley
          in #218
-Add the BUILD instructions for Gentoo by @lu-zero in #224
-Fix warnings by @bbonev in #222
-udev: add udev_dir as synonym of udevdir by @oreo639 in #225
-build: Remove dead g-i-r configuration by @akiernan in #231
-Hwdb.7 by @bbonev in #221
-Precompiled hwdb by @bbonev in #223
-Merge suitable rules changes from systemd by @bbonev in #220
-Merge hwdb from systemd by @bbonev in #219
-Fix problems detected by fortified builds by @bbonev in #232
-Avoid warning on 32bit by @bbonev in #233
-Systemd PR 24353 by @bbonev in #239
-Do not free a static string by @bbonev in #238
-man: udev.7, mention /usr/lib with split-usr by @omnivagant in #246
-Missing tools by @bbonev in #240
-Fix compile-time issue on very old kernels by @cockroach in #247

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibxml2: Fix extra newline at end of rootfile
Michael Tremer [Wed, 26 Jul 2023 13:35:58 +0000 (13:35 +0000)] 
libxml2: Fix extra newline at end of rootfile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibxml2: Update to version 2.11.4
Adolf Belka [Mon, 10 Jul 2023 09:23:52 +0000 (11:23 +0200)] 
libxml2: Update to version 2.11.4

- Update from version 2.11.1 to 2.11.4
- Update of rootfile
- Changelog
    v2.11.4: May 18 2023
Fixes a serious regression.
- parser: Fix regression when push parsing UTF-8 sequences
    v2.11.3: May 11 2023
Fixes more regressions.
- xinclude: Fix false positives in inclusion loop detection
- autotools: Fix ICU detection
- parser: Fix "huge input lookup" error with push parser
- xpath: Fix build without LIBXML_XPATH_ENABLED
- hash: Fix possible startup crash with old libxslt versions
- autoconf: fix iconv library paths (Mike Dalessio)
    v2.11.2: May 5 2023
Fix regressions.
- threads: Fix startup crash with weak symbol hack
- win32: Don't depend on removed .def file
- schemas: Fix memory leak in xmlSchemaValidateStream

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore178: Ship libxcrypt
Michael Tremer [Wed, 26 Jul 2023 13:35:11 +0000 (13:35 +0000)] 
core178: Ship libxcrypt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolibxcrypt: Update to version 4.4.36
Adolf Belka [Mon, 10 Jul 2023 09:23:51 +0000 (11:23 +0200)] 
libxcrypt: Update to version 4.4.36

- Update from version 4.4.33 to 4.4.36
- Update of rootfile not required
- Changelog
    Version 4.4.36
* Fix left over bits failing with Perl v5.38.0 (issue #173).
    Version 4.4.35
* Fix build with Perl v5.38.0 (issue #170).
* Fix build with MinGW-w(32|64).
    Version 4.4.34
* Update build-aux/m4/ax_valgrind_check.m4 to v23.
* Optimize some cast operation for performance in
  lib/alg-yescrypt-platform.c.
* Add SHA-2 Maj() optimization proposed by Wei Dai in lib/alg-sha512.c.
* Explicitly clean the stack and context state after computation in
  lib/alg-gost3411-2012-hmac.c, lib/alg-hmac-sha1.c, and lib/alg-sha256.c
  (issue #168).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agocore178: Ship large parts of the OS again because of IBT
Michael Tremer [Wed, 26 Jul 2023 13:32:48 +0000 (13:32 +0000)] 
core178: Ship large parts of the OS again because of IBT

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: aarch64: Enable all branch protection methods
Michael Tremer [Tue, 11 Jul 2023 13:27:19 +0000 (13:27 +0000)] 
make.sh: aarch64: Enable all branch protection methods

At this time, this will enable return address signing, and branch target
identification.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: x86_64: Enable CET full
Michael Tremer [Tue, 11 Jul 2023 13:27:18 +0000 (13:27 +0000)] 
make.sh: x86_64: Enable CET full

-fcf-protection enables Indirect Branch Tracking, which we have recently
enabled in the kernel. We should enable this in userspace, too.

I could not find out what GCC defaults to without any value, so this
patch is explicitely enabling IBT for function returns, indirect
function calls and indirect jumps.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoStart Core Update 178
Michael Tremer [Wed, 26 Jul 2023 13:22:45 +0000 (13:22 +0000)] 
Start Core Update 178

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoalsa: Fix rootfile after moving linux-firmware
Michael Tremer [Wed, 26 Jul 2023 16:08:00 +0000 (16:08 +0000)] 
alsa: Fix rootfile after moving linux-firmware

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agokernel: update to 6.1.41
Arne Fitzenreiter [Wed, 26 Jul 2023 15:47:35 +0000 (15:47 +0000)] 
kernel: update to 6.1.41

fix for CVE-2023-20593 (Zenbleed)

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agoRun "./make.sh lang"
Michael Tremer [Wed, 26 Jul 2023 13:17:49 +0000 (13:17 +0000)] 
Run "./make.sh lang"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agosamba: Update to version 4.18.5
Adolf Belka [Tue, 25 Jul 2023 14:37:17 +0000 (16:37 +0200)] 
samba: Update to version 4.18.5

- Update from version 4.18.4 to 4.18.5
- Update of rootfile not required
- Changelog
    4.18.5
      This is a security release in order to address the following defects:
o CVE-2022-2127:  When winbind is used for NTLM authentication, a maliciously
                  crafted request can trigger an out-of-bounds read in winbind
                  and possibly crash it.
                  https://www.samba.org/samba/security/CVE-2022-2127.html
o CVE-2023-3347:  SMB2 packet signing is not enforced if an admin configured
                  "server signing = required" or for SMB2 connections to Domain
                  Controllers where SMB2 packet signing is mandatory.
                  https://www.samba.org/samba/security/CVE-2023-3347.html
o CVE-2023-34966: An infinite loop bug in Samba's mdssvc RPC service for
                  Spotlight can be triggered by an unauthenticated attacker by
                  issuing a malformed RPC request.
                  https://www.samba.org/samba/security/CVE-2023-34966.html
o CVE-2023-34967: Missing type validation in Samba's mdssvc RPC service for
                  Spotlight can be used by an unauthenticated attacker to
                  trigger a process crash in a shared RPC mdssvc worker process.
                  https://www.samba.org/samba/security/CVE-2023-34967.html
o CVE-2023-34968: As part of the Spotlight protocol Samba discloses the server-
                  side absolute path of shares and files and directories in
                  search results.
                  https://www.samba.org/samba/security/CVE-2023-34968.html
o  Ralph Boehme <slow@samba.org>
   * BUG 15072: CVE-2022-2127.
   * BUG 15340: CVE-2023-34966.
   * BUG 15341: CVE-2023-34967.
   * BUG 15388: CVE-2023-34968.
   * BUG 15397: CVE-2023-3347.
o  Volker Lendecke <vl@samba.org>
   * BUG 15072: CVE-2022-2127.
o  Stefan Metzmacher <metze@samba.org>
   * BUG 15418: Secure channel faulty since Windows 10/11 update 07/2023.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Move Git to where it was built before and move firmware after it
Michael Tremer [Wed, 26 Jul 2023 10:23:49 +0000 (10:23 +0000)] 
make.sh: Move Git to where it was built before and move firmware after it

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agomake.sh: Build Git earlier as we need it to apply binary patches
Michael Tremer [Tue, 25 Jul 2023 11:16:59 +0000 (11:16 +0000)] 
make.sh: Build Git earlier as we need it to apply binary patches

The Linux firmware microcode patches require Git to apply binary
patches as they are not supported by patch(8).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agolinux-firmware: Fix AMD microcode updates for Zenbleed
Michael Tremer [Tue, 25 Jul 2023 11:15:45 +0000 (11:15 +0000)] 
linux-firmware: Fix AMD microcode updates for Zenbleed

  https://lock.cmpxchg8b.com/zenbleed.html

Fixes: CVE-2023-20593
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
10 months agokernel: update to 6.1.40
Arne Fitzenreiter [Tue, 25 Jul 2023 05:01:25 +0000 (05:01 +0000)] 
kernel: update to 6.1.40

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agoghostscript: Update to 10.01.2
Matthias Fischer [Sun, 16 Jul 2023 15:49:22 +0000 (17:49 +0200)] 
ghostscript: Update to 10.01.2

For details see:
https://git.ghostscript.com/?p=ghostpdl.git;a=shortlog;h=refs/tags/ghostpdl-10.01.2

Fixes CVE-2023-36664:
=> https://www.cvedetails.com/cve/CVE-2023-36664/
=> https://www.kroll.com/en/insights/publications/cyber/ghostscript-cve-2023-36664-remote-code-execution-vulnerability

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agokernel: update to 6.1.39
Arne Fitzenreiter [Fri, 21 Jul 2023 06:01:29 +0000 (06:01 +0000)] 
kernel: update to 6.1.39

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agokernel: fix rootfile
Arne Fitzenreiter [Fri, 21 Jul 2023 05:47:57 +0000 (05:47 +0000)] 
kernel: fix rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agocore177: Ship & restart OpenSSH
Michael Tremer [Fri, 21 Jul 2023 09:33:34 +0000 (09:33 +0000)] 
core177: Ship & restart OpenSSH

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agoopenssh: Update to version 9.3p2 - Fixes CVE-2023-38408
Adolf Belka [Thu, 20 Jul 2023 16:04:39 +0000 (18:04 +0200)] 
openssh: Update to version 9.3p2 - Fixes CVE-2023-38408

- Update from version 9.3p1 to 9.3p2
- Update of rootfile not required
- Changelog
    9.3p2 (2023-07-19)
This release fixes a security bug.
Security
Fix CVE-2023-38408 - a condition where specific libaries loaded via
 ssh-agent(1)'s PKCS#11 support could be abused to achieve remote
 code execution via a forwarded agent socket if the following
 conditions are met:
* Exploitation requires the presence of specific libraries on
   the victim system.
* Remote exploitation requires that the agent was forwarded
   to an attacker-controlled system.
Exploitation can also be prevented by starting ssh-agent(1) with an
 empty PKCS#11/FIDO allowlist (ssh-agent -P '') or by configuring
 an allowlist that contains only specific provider libraries.
This vulnerability was discovered and demonstrated to be exploitable
 by the Qualys Security Advisory team.
In addition to removing the main precondition for exploitation,
 this release removes the ability for remote ssh-agent(1) clients
 to load PKCS#11 modules by default (see below).
Potentially-incompatible changes
 * ssh-agent(8): the agent will now refuse requests to load PKCS#11
    modules issued by remote clients by default. A flag has been added
    to restore the previous behaviour "-Oallow-remote-pkcs11".
   Note that ssh-agent(8) depends on the SSH client to identify
    requests that are remote. The OpenSSH >=8.9 ssh(1) client does
    this, but forwarding access to an agent socket using other tools
    may circumvent this restriction.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agosudo: Update to version 1.9.14p2
Adolf Belka [Tue, 18 Jul 2023 14:17:36 +0000 (16:17 +0200)] 
sudo: Update to version 1.9.14p2

- Update from version 1.9.14 to 1.9.14p2
- Update of rootfile not required
- Changelog
    1.9.14p2
 * Fixed a crash on Linux systems introduced in version 1.9.14 when
   running a command with a NULL argv[0] if "log_subcmds" or
   "intercept" is enabled in sudoers.
 * Fixed a problem with "stair-stepped" output when piping or
   redirecting the output of a sudo command that takes user input.
 * Fixed a bug introduced in sudo 1.9.14 that affects matching
   sudoers rules containing a Runas_Spec with an empty Runas user.
   These rules should only match when sudo's -g option is used but
   were matching even without the -g option.  GitHub issue #290.
    1.9.14p1
 * Fixed an invalid free bug in sudo_logsrvd that was introduced
   in version 1.9.14 which could cause sudo_logsrvd to crash.
 * The sudoers plugin no longer tries to send the terminal name
   to the log server when no terminal is present.  This bug was
   introduced in version 1.9.14.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agodehydrated: Keep going if re-issuing one certificate fails
Michael Tremer [Mon, 10 Jul 2023 17:30:15 +0000 (17:30 +0000)] 
dehydrated: Keep going if re-issuing one certificate fails

This change will make sure that dehydrated will continue if (re-)issuing
one or more certificate fails.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agocore177: Do not ship location database extracted in ipset format
Michael Tremer [Tue, 11 Jul 2023 09:37:26 +0000 (09:37 +0000)] 
core177: Do not ship location database extracted in ipset format

Since the update is not built on the day when people install it, we will
ship an outdated database. For updates, where the firewall is being
reloaded or rebooted, we will have an old database in place until the
next database update job runs.

Secondly, the data is 33 MiB in size, which is useless data shipped as
every system will already have a database that is very likely to be more
recent.

In this update, we are not shipping the location database again, but I
wanted to add this change so it does not get lost next time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship unbound-dhcp-leases-bridge
Peter Müller [Thu, 13 Jul 2023 14:28:44 +0000 (14:28 +0000)] 
Core Update 177: Ship unbound-dhcp-leases-bridge

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agounbound-dhcp-leases-bridge: Reload unbound to import leases
Michael Tremer [Tue, 11 Jul 2023 13:29:32 +0000 (13:29 +0000)] 
unbound-dhcp-leases-bridge: Reload unbound to import leases

This changes the old "diff" algorithm that we needed to have before
Unbound was able to reload its own configuration.

Now, it can do this even without dropping the cache. This should
hopefully perform much better and be more reliable than the old way.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship fireinfo
Peter Müller [Thu, 13 Jul 2023 14:26:34 +0000 (14:26 +0000)] 
Core Update 177: Ship fireinfo

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agofireinfo: Fix SEGV in detect_hypervisor()
Michael Tremer [Thu, 13 Jul 2023 14:05:38 +0000 (14:05 +0000)] 
fireinfo: Fix SEGV in detect_hypervisor()

Fixes: #13155 - _fireinfo.detect_hypervisor() rises Segmentation fault
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
11 months agopmacct: fix bug 13159
Jon Murphy [Thu, 6 Jul 2023 21:05:06 +0000 (16:05 -0500)] 
pmacct: fix bug 13159

- changes `interface` to `pcap_interface` in pmacct.conf file.
- thank you to @iptom for finding and reporting the issue and
   to many others for pitching in and helping debug!

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
11 months agoCore Update 177: Delete OpenSSL 1.1.1 files
Peter Müller [Sun, 9 Jul 2023 15:15:00 +0000 (15:15 +0000)] 
Core Update 177: Delete OpenSSL 1.1.1 files

Originally announced for Core Update 176, this step was postponed until
Core Update 177 due to my fault of having shipped all necessary
dependencies for OpenSSL 3.x in Core Update 175 properly.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agolinux: Trigger a BUG() when corruption of kernel data structures is detected
Peter Müller [Sun, 9 Jul 2023 14:56:00 +0000 (14:56 +0000)] 
linux: Trigger a BUG() when corruption of kernel data structures is detected

Given that this will merely log such an incident, this can be safely
enabled.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agolinux: Enable Indirect Branch Tracking by default
Peter Müller [Sun, 9 Jul 2023 14:55:00 +0000 (14:55 +0000)] 
linux: Enable Indirect Branch Tracking by default

This became upstream default (see
https://www.phoronix.com/news/Linux-IBT-By-Default-Tip for IT news media
coverage), and given its security-relevance, we should adopt this
setting as well.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agokernel: update to 6.1.38
Arne Fitzenreiter [Mon, 10 Jul 2023 11:50:42 +0000 (13:50 +0200)] 
kernel: update to 6.1.38

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agoCore Updte 177: Ship and restart Squid
Peter Müller [Sun, 9 Jul 2023 15:11:34 +0000 (15:11 +0000)] 
Core Updte 177: Ship and restart Squid

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agosquid: Update to 6.1
Matthias Fischer [Fri, 7 Jul 2023 19:25:27 +0000 (21:25 +0200)] 
squid: Update to 6.1

For details see:
http://lists.squid-cache.org/pipermail/squid-users/2023-July/025929.html

"The Squid HTTP Proxy team is very pleased to announce the availability
of the Squid-6.1 release!

This release is we believe, stable enough for general production use.

Support for Squid-5 bug fixes has now officially ceased. Bugs in 5.x
will continue to be fixed, however the fixes will be added to the 6.x
series. All users of Squid-5.x are encouraged to plan for upgrades."

And:
http://www.squid-cache.org/Versions/v6/RELEASENOTES.html

v6 is running since 6.0.1 here in production use without any seen problems...

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agosamba: update to 4.18.4
Arne Fitzenreiter [Thu, 6 Jul 2023 23:53:32 +0000 (01:53 +0200)] 
samba: update to 4.18.4

11 months agocups: Remove 5 minutes delay in start_service line in install.sh paks file
Adolf Belka [Tue, 4 Jul 2023 19:17:33 +0000 (21:17 +0200)] 
cups: Remove 5 minutes delay in start_service line in install.sh paks file

- When cups is installed (including when doing a Core Update that includes a cups update)
   the 5 min delay for starting cups means that it has not restarted by the time that the
   reboot for the CU has been started. There are then error messages that say that cups
   couldn't be stopped as it was not running.
- When a normal reboot is carried out withoutr any update of cups then the startup has
   no delay and it starts without any trouble.
- This patch removes the 300 secs delay from the start_service line in the install.sh paks
   file.
- The PAK_VER is bumped to ensure that this change is shipped

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Remove dropped squidclamav add-on, if installed
Peter Müller [Sun, 9 Jul 2023 15:07:07 +0000 (15:07 +0000)] 
Core Update 177: Remove dropped squidclamav add-on, if installed

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agosquidclamav: Remove package from IPFire as agreed in dev video call 3rd Jul 2023
Adolf Belka [Tue, 4 Jul 2023 13:08:19 +0000 (15:08 +0200)] 
squidclamav: Remove package from IPFire as agreed in dev video call 3rd Jul 2023

- Removal of lfs file
- Removal of rootfile
- Removal of backup includes file
- Removal of three patches
- Removal of paks files
- Adjustment of make.sh to remove squidclamav

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agomemtest: update to 6.20
Arne Fitzenreiter [Thu, 6 Jul 2023 04:59:46 +0000 (06:59 +0200)] 
memtest: update to 6.20

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship kernel and regenerate initial ramdisks locally
Peter Müller [Sun, 9 Jul 2023 15:00:17 +0000 (15:00 +0000)] 
Core Update 177: Ship kernel and regenerate initial ramdisks locally

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agokernel: update to 6.1.37
Arne Fitzenreiter [Thu, 6 Jul 2023 05:00:34 +0000 (07:00 +0200)] 
kernel: update to 6.1.37

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agoutil-linux: Hrmpf, fix aarch64 rootfile again
Peter Müller [Sun, 9 Jul 2023 10:21:24 +0000 (10:21 +0000)] 
util-linux: Hrmpf, fix aarch64 rootfile again

My fault, again. :-/

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoutil-linux: Update aarch64 rootfile
Peter Müller [Thu, 6 Jul 2023 23:20:51 +0000 (23:20 +0000)] 
util-linux: Update aarch64 rootfile

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Remove superflous line from files
Peter Müller [Mon, 3 Jul 2023 21:07:49 +0000 (21:07 +0000)] 
Core Update 177: Remove superflous line from files

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Rebuild initial ramdisk to apply AMD microcode updates
Peter Müller [Mon, 3 Jul 2023 17:50:36 +0000 (17:50 +0000)] 
Core Update 177: Rebuild initial ramdisk to apply AMD microcode updates

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship relevant changes of linux-firmware and require a reboot
Peter Müller [Mon, 3 Jul 2023 17:49:14 +0000 (17:49 +0000)] 
Core Update 177: Ship relevant changes of linux-firmware and require a reboot

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agolinux-firmware: Update to version 20230625
Adolf Belka [Thu, 29 Jun 2023 17:04:44 +0000 (19:04 +0200)] 
linux-firmware: Update to version 20230625

- Update from version 20230404 to 20230625
- Update of rootfile carried out based on Peter Mueller's description from last
   linux-firmware update.
- It would be good to have it checked that my results are in line with what they should be.
- Changelog
   For changes see the commits in the git repo
   https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
11 months agoCore Update 177: Ship squid-asnbl and restart Squid
Peter Müller [Sat, 1 Jul 2023 19:31:45 +0000 (19:31 +0000)] 
Core Update 177: Ship squid-asnbl and restart Squid

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agosquid-asnbl: Fix for bug#13023 - squid-asnbl-helper segfaulting and shutdown squid
Adolf Belka [Wed, 22 Mar 2023 18:28:52 +0000 (19:28 +0100)] 
squid-asnbl: Fix for bug#13023 - squid-asnbl-helper segfaulting and shutdown squid

- Patch provided by bug reporter. Here is the description of the problem from the bug.
   First I discovered that the helper only sometimes throwing the error and quits even
   for the same values and queries. Also the timespan until the error happens was quite
   different for every restart of squid  (minutes to hours). And it does not depend on
   the traffic on the proxy, even one connection could cause a crash while ten or
   hundrets won't. After a few days of testing different solutions and done a lot of
   debugging, redesigning the function did not fully solve the problem. Such standard
   things like checking the result variable for NULL (or it's equivalent "is None" in
   python) before evaluating it's subfunction produces the exact same error message. But
   with that knowledge it more and more turns out that python3 sometimes 'detects' the
   local return variable if it was a misused global. So for a full fix, the return
   variable also has to be initialized that python3 won't detect it's usage as an
   'UnboundLocalError' to succesfully fix this bug.
- LFS file updated to run patch before copying helper into place.
- Update of rootfile not needed.
- Bug reporter has been requested to raise this issue at the git repo for squid-asnbl.

Fixes: Bug#13023
Tested-by: Nicolas Pӧhlmann <business@hardcoretec.com>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
11 months agoCore Update 177: Ship util-linux
Peter Müller [Sat, 1 Jul 2023 19:25:43 +0000 (19:25 +0000)] 
Core Update 177: Ship util-linux

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoutil-linux: Update to version 2.39.1
Adolf Belka [Thu, 29 Jun 2023 17:04:45 +0000 (19:04 +0200)] 
util-linux: Update to version 2.39.1

- Update from version 2.38.1 to 2.39.1
- Update of rootfile made for x86_64 but not for aarch64 or riscv64
- Changelog can only be reviewed by looking at the commits in the git repo
   https://github.com/util-linux/util-linux/commits/master

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship iproute2
Peter Müller [Sat, 1 Jul 2023 19:13:27 +0000 (19:13 +0000)] 
Core Update 177: Ship iproute2

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoiproute2: Update to version 6.4.0
Adolf Belka [Thu, 29 Jun 2023 17:04:43 +0000 (19:04 +0200)] 
iproute2: Update to version 6.4.0

- Update from version 6.3.0 to 6.4.0
- Update of rootfile not required
- Changelog can only be reviewed by looking at the commits in the git repo
   https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship sudo
Peter Müller [Sat, 1 Jul 2023 19:10:54 +0000 (19:10 +0000)] 
Core Update 177: Ship sudo

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agosudo: Update to version 1.9.14
Adolf Belka [Wed, 28 Jun 2023 13:14:34 +0000 (15:14 +0200)] 
sudo: Update to version 1.9.14

- Update from version 1.9.13p3 to 1.9.14
- Update of rootfile not required
- Changelog
   Significant change is that use_pty is now defined as the default setting.
   This parameter was made available back in version 1.8.0 but not as default.
   It was implemented in response to a variety of CVE's related to being vulnerable to
    privilege escalation via TIOCSTI and/or lesser-known TIOCLINUX command injection.
   Apparently it was not made default as that would change the way that sudo worked.
   As various existing bugs have been resolved it has now been declared by the sudo devs
    that now sudo with a pseudo terminal works close to the same as with the users terminal
    Hence in this version the use of the pseudo terminal is now default.
   See https://github.com/sudo-project/sudo/issues/258 for more details.
1.9.14
    Fixed a bug where if the intercept or log_subcmds sudoers option was enabled and a
     sub-command was run where the first entry of the argument vector didn't match the
     command being run. This resulted in commands like sudo su - being killed due to the
     mismatch. Bug #1050.
    The sudoers plugin now canonicalizes command path names before matching (where
     possible). This fixes a bug where sudo could execute the wrong path if there are
     multiple symbolic links with the same target and the same base name in sudoers that a
     user is allowed to run. GitHub issue #228.
    Improved command matching when a chroot is specified in sudoers. The sudoers plugin
     will now change the root directory id needed before performing command matching.
     Previously, the root directory was simply prepended to the path that was being
     processed.
    When NETGROUP_BASE is set in the ldap.conf file, sudo will now perform its own
     netgroup lookups of the host name instead of using the system innetgr(3) function.
     This guarantees that user and host netgroup lookups are performed using the same LDAP
     server (or servers).
    Fixed a bug introduced in sudo 1.9.13 that resulted in a missing " ; " separator
     between environment variables and the command in log entries.
    The visudo utility now displays a warning when it ignores a file in an include dir
     such as /etc/sudoers.d.
    When running a command in a pseudo-terminal, sudo will initialize the terminal
     settings even if it is the background process. Previously, sudo only initialized the
     pseudo-terminal when running in the foreground. This fixes an issue where a program
     that checks the window size would read the wrong value when sudo was running in the
     background.
    Fixed a bug where only the first two digits of the TSID field being was logged.
     Bug #1046.
    The use_pty sudoers option is now enabled by default. To restore the historic behavior
     where a command is run in the user's terminal, add Defaults !use_pty to the sudoers
     file. GitHub issue #258.
    Sudo's -b option now works when the command is run in a pseudo-terminal.
    When disabling core dumps, sudo now only modifies the soft limit and leaves the hard
     limit as-is. This avoids problems on Linux when sudo does not have CAP_SYS_RESOURCE,
     which may be the case when run inside a container. GitHub issue #42.
    Sudo configuration file paths have been converted to colon-separated lists of paths.
     This makes it possible to have configuration files on a read-only file system while
     still allowing for local modifications in a different (writable) directory. The new
     --enable-adminconf configure option can be used to specify a directory that is
     searched for configuration files in preference to the sysconfdir (which is usually
     /etc).
    The intercept_verify sudoers option is now only applied when the intercept option is
     set in sudoers. Previously, it was also applied when log_subcmds was enabled.
    The NETGROUP_QUERY ldap.conf parameter can now be disabled for LDAP servers that do
     not support querying the nisNetgroup object by its nisNetgroupTriple attribute, while
     still allowing sudo to query the LDAP server directly to determine netgroup
     membership.
    Fixed a long-standing bug where a sudoers rule without an explicit runas list allowed
     the user to run a command as root and any group instead of just one of the groups
     that root is a member of. For example, a rule such as myuser ALL = ALL would permit
     sudo -u root -g othergroup even if root did not belong to othergroup.
    Fixed a bug where a sudoers rule with an explicit runas list allowed a user to run
     sudo commands as themselves. For example, a rule such as myuser ALL = (root) ALL,
     myuser should only allow commands to be run as root (optionally using one of root's
     groups). However, the rule also allowed the user to run sudo -u myuser -g myuser
     command.
    Fixed a bug that prevented the user from specifying a group on the command line via
     sudo -g if the rule's Runas_Spec contained a Runas_Alias.
    Sudo now requires a C99 compiler due to the use of flexible array members.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 177: Ship and restart ntp
Peter Müller [Sat, 1 Jul 2023 19:09:20 +0000 (19:09 +0000)] 
Core Update 177: Ship and restart ntp

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agontp: Update to version 4.2.8p17
Adolf Belka [Wed, 28 Jun 2023 17:59:52 +0000 (19:59 +0200)] 
ntp: Update to version 4.2.8p17

- Update from version 4.2.8p15 to 4.2.8p17
- Update of rootfile not required
- Tested out on vm testbed. Time correctly updated every hour and pakfire was able to
   download and install various addons without any problems indicating that the time
   is working correctly.
- patch to enable build with glibc-2.34 no longer needed. ntp updated to work correctly
   with glibc-2.34 but IPFire running with version 2.37. Version 2.4.8p17 built without
   any problems without the patch.
- Changelog
    4.2.8p17 2023/06/06 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at
             event_sync.  Reported by Edward McGuire.  <hart@ntp.org>
* [Bug 3822] ntpd significantly delays first poll of servers specified by name.
             <hart@ntp.org>  Miroslav Lichvar identified regression in 4.2.8p16.
* [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with
             4.2.8p15 or earlier.  Reported by Matt Nordhoff, thanks to
     Miroslav Lichvar and Matt for rapid testing and identifying the
     problem. <hart@ntp.org>
* Add tests/libntp/digests.c to catch regressions reading keys file or with
  symmetric authentication digest output.
    4.2.8p16 2023/05/31 Released by Harlan Stenn <stenn@ntp.org>
* [Sec 3808] Assertion failure in ntpq on malformed RT-11 date <perlinger@ntp.org>
* [Sec 3807] praecis_parse() in the Palisade refclock driver has a
             hypothetical input buffer overflow. Reported by ... stenn@
* [Sec 3806] libntp/mstolfp.c needs bounds checking <perlinger@ntp.org>
  - solved numerically instead of using string manipulation
* [Sec 3767] An OOB KoD RATE value triggers an assertion when debug is enabled.
             <stenn@ntp.org>
* [Bug 3819] Updated libopts/Makefile.am was missing NTP_HARD_* values. <stenn@>
* [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org>
* [Bug 3814] First poll delay of new or cleared associations miscalculated.
             <hart@ntp.org>
* [Bug 3802] ntp-keygen -I default identity modulus bits too small for
             OpenSSL 3.  Reported by rmsh1216@163.com <hart@ntp.org>
* [Bug 3801] gpsdjson refclock gps_open() device name mishandled. <hart@ntp.org>
* [Bug 3800] libopts-42.1.17 does not compile with Microsoft C. <hart@ntp.org>
* [Bug 3799] Enable libopts noreturn compiler advice for MSC. <hart@ntp.org>
* [Bug 3797] Windows getaddrinfo w/AI_ADDRCONFIG fails for localhost when
             disconnected, breaking ntpq and ntpdc. <hart@ntp.org>
* [Bug 3795] pollskewlist documentation uses | when it shouldn't.
  - ntp.conf manual page and miscopt.html corrections. <hart@ntp.org>
* [Bug 3793] Wrong variable type passed to record_raw_stats(). <hart@ntp.org>
  - Report and patch by Yuezhen LUAN <wei6410@sina.com>.
* [Bug 3786] Timer starvation on high-load Windows ntpd. <hart@ntp.org>
* [Bug 3784] high-load ntpd on Windows deaf after enough ICMP TTL exceeded.
             <hart@ntp.org>
* [Bug 3781] log "Unable to listen for broadcasts" for IPv4 <hart@ntp.org>
* [Bug 3774] mode 6 packets corrupted in rawstats file <hart@ntp.org>
  - Reported by Edward McGuire, fix identified by <wei6410@sina.com>.
* [Bug 3758] Provide a 'device' config statement for refclocks <perlinger@ntp.org>
* [Bug 3757] Improve handling of Linux-PPS in NTPD <perlinger@ntp.org>
* [Bug 3741] 4.2.8p15 can't build with glibc 2.34 <perlinger@ntp.org>
* [Bug 3725] Make copyright of clk_wharton.c compatible with Debian.
             Philippe De Muyter <phdm@macqel.be>
* [Bug 3724] ntp-keygen with openSSL 1.1.1 fails on Windows <perlinger@ntp.org>
  - openssl applink needed again for openSSL-1.1.1
* [Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing.
             Reported by Brian Utterback, broken in 2010 by <hart@ntp.org>
* [Bug 3699] Problems handling drift file and restoring previous drifts <perlinger@ntp.org>
  - command line options override config statements where applicable
  - make initial frequency settings idempotent and reversible
  - make sure kernel PLL gets a recovered drift componsation
* [Bug 3695] Fix memory leak with ntpq on Windows Server 2019 <perlinger@ntp.org>
* [Bug 3694] NMEA refclock seems to unnecessarily require location in messages
  - misleading title; essentially a request to ignore the receiver status.
    Added a mode bit for this. <perlinger@ntp.org>
* [Bug 3693] Improvement of error handling key lengths <perlinger@ntp.org>
  - original patch by Richard Schmidt, with mods & unit test fixes
* [Bug 3692] /dev/gpsN requirement prevents KPPS <perlinger@ntp.org>
  - implement/wrap 'realpath()' to resolve symlinks in device names
* [Bug 3691] Buffer Overflow reading GPSD output
  - original patch by matt<ntpbr@mattcorallo.com>
  - increased max PDU size to 4k to avoid truncation
* [Bug 3690] newline in ntp clock variable (parse) <perlinger@ntp.org>
  - patch by Frank Kardel
* [Bug 3689] Extension for MD5, SHA-1 and other keys <perlinger@ntp.org>
  - ntp{q,dc} now use the same password processing as ntpd does in the key
    file, so having a binary secret >= 11 bytes is possible for all keys.
    (This is a different approach to the problem than suggested)
* [Bug 3688] GCC 10 build errors in testsuite <perlinger@ntp.org>
* [Bug 3687] ntp_crypto_rand RNG status not known <perlinger@ntp.org>
  - patch by Gerry Garvey
* [Bug 3682] Fixes for warnings when compiled without OpenSSL <perlinger@ntp.org>
  - original patch by Gerry Garvey
* [Bug 3677] additional peer events not decoded in associations listing <perlinger@ntp.org>
  - original patch by Gerry Garvey
* [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
  - applied patches by Gerry Garvey
* [Bug 3675] ntpq ccmds[] stores pointer to non-persistent storage
* [Bug 3674] ntpq command 'execute only' using '~' prefix <perlinger@ntp.org>
  - idea+patch by Gerry Garvey
* [Bug 3672] fix biased selection in median cut <perlinger@ntp.org>
* [Bug 3666] avoid unlimited receive buffer allocation <perlinger@ntp.org>
  - follow-up: fix inverted sense in check, reset shortfall counter
* [Bug 3660] Revert 4.2.8p15 change to manycast. <hart@ntp.org>
* [Bug 3640] document "discard monitor" and fix the code. <hart@ntp.org>
  - fixed bug identified by Edward McGuire <perlinger@ntp.org>
* [Bug 3626] (SNTP) UTC offset calculation needs dst flag <perlinger@ntp.org>
  - applied patch by Gerry Garvey
* [Bug 3428] ntpd spinning consuming CPU on Linux router with full table.
             Reported by Israel G. Lugo. <hart@ntp.org>
* [Bug 3103] libopts zsave_warn format string too few arguments <bkorb@gnu.org>
* [Bug 2990] multicastclient incorrectly causes bind to broadcast address.
             Integrated patch from Brian Utterback. <hart@ntp.org>
* [Bug 2525] Turn on automake subdir-objects across the project. <hart@ntp.org>
* [Bug 2410] syslog an error message on panic exceeded. <brian.utterback@oracle.com>
* Use correct rounding in mstolfp(). perlinger/hart
* M_ADDF should use u_int32.  <hart@ntp.org>
* Only define tv_fmt_libbuf() if we will use it. <stenn@ntp.org>
* Use recv_buffer instead of the longer recv_space.X_recv_buffer. hart/stenn
* Make sure the value returned by refid_str() prints cleanly. <stenn@ntp.org>
* If DEBUG is enabled, the startup banner now says that debug assertions
  are in force and that ntpd will abort if any are violated. <stenn@ntp.org>
* syslog valid incoming KoDs.  <stenn@ntp.org>
* Rename a poorly-named variable.  <stenn@ntp.org>
* Disable "embedded NUL in string" messages in libopts, when we can. <stenn@>
* Use https in the AC_INIT URLs in configure.ac.  <stenn@ntp.org>
* Implement NTP_FUNC_REALPATH.  <stenn@ntp.org>
* Lose a gmake construct in ntpd/Makefile.am.  <stenn@ntp.org>
* upgrade to: autogen-5.18.16
* upgrade to: libopts-42.1.17
* upgrade to: autoconf-2.71
* upgrade to: automake-1.16.15
* Upgrade to libevent-2.1.12-stable <stenn@ntp.org>
* Support OpenSSL-3.0

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoStart Core Update 177
Peter Müller [Sat, 1 Jul 2023 18:55:36 +0000 (18:55 +0000)] 
Start Core Update 177

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agocore176: Re-ship libssh
Michael Tremer [Wed, 28 Jun 2023 18:46:01 +0000 (18:46 +0000)] 
core176: Re-ship libssh

This was also linked against OpenSSL 1.1.1.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agocore176: Re-ship lots of stuff that is still linked against OpenSSL 1.1.1
Michael Tremer [Tue, 27 Jun 2023 09:55:20 +0000 (09:55 +0000)] 
core176: Re-ship lots of stuff that is still linked against OpenSSL 1.1.1

There are no functional changes in these files, but they are however
linked against OpenSSL 1.1.1 and need to be re-shipped before we remove
the legacy library.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agoRevert "Core Update 176: Delete OpenSSL 1.1.1 files"
Michael Tremer [Tue, 27 Jun 2023 09:46:48 +0000 (09:46 +0000)] 
Revert "Core Update 176: Delete OpenSSL 1.1.1 files"

This reverts commit aa8a659ab7381fa458ca81fb68116f49a02db77a.

This cannot be done, yet, because an updated system still has hundreds
of files using the old libraries. Those will have to be re-shipped first
before we actually remove OpenSSL 1.1.1.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agoRun ./make.sh update-contributors
Peter Müller [Sun, 25 Jun 2023 21:08:22 +0000 (21:08 +0000)] 
Run ./make.sh update-contributors

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCUPS: Update to 2.4.6
Peter Müller [Sun, 25 Jun 2023 21:04:19 +0000 (21:04 +0000)] 
CUPS: Update to 2.4.6

Several security-relevant bugs have been fixed since version 2.4.2,
please refer to https://github.com/OpenPrinting/cups/releases for the
respective changelogs.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoPostfix: Update to 3.8.1
Peter Müller [Sun, 25 Jun 2023 21:01:09 +0000 (21:01 +0000)] 
Postfix: Update to 3.8.1

Please refer to https://www.postfix.org/announcements/postfix-3.8.1.html
for the release announcement of this version.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 176: Ship and restart strongSwan
Peter Müller [Sun, 25 Jun 2023 20:59:55 +0000 (20:59 +0000)] 
Core Update 176: Ship and restart strongSwan

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agostrongswan: Update to 5.9.11
Peter Müller [Sun, 25 Jun 2023 20:58:17 +0000 (20:58 +0000)] 
strongswan: Update to 5.9.11

Please refer to
https://github.com/strongswan/strongswan/releases/tag/5.9.11 for the
release notes of this update.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 176: Ship freetype
Peter Müller [Sun, 25 Jun 2023 20:57:03 +0000 (20:57 +0000)] 
Core Update 176: Ship freetype

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agofreetype: Update to 2.13.1
Peter Müller [Sun, 25 Jun 2023 20:53:42 +0000 (20:53 +0000)] 
freetype: Update to 2.13.1

Changelog is too long to include it here, please refer to the ChangeLog
file in the sourcecode tarball.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agogo: Update aarch64 rootfile
Peter Müller [Sun, 25 Jun 2023 20:45:49 +0000 (20:45 +0000)] 
go: Update aarch64 rootfile

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agofr.pl: Update French translation
Stéphane Pautrel [Sun, 25 Jun 2023 20:37:48 +0000 (20:37 +0000)] 
fr.pl: Update French translation

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 176: Delete OpenSSL 1.1.1 files
Peter Müller [Sun, 25 Jun 2023 13:55:55 +0000 (13:55 +0000)] 
Core Update 176: Delete OpenSSL 1.1.1 files

This step was announced in
https://blog.ipfire.org/post/ipfire-2-27-core-update-175-released .

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoCore Update 176: Ship proxy.cgi
Peter Müller [Sun, 25 Jun 2023 13:53:02 +0000 (13:53 +0000)] 
Core Update 176: Ship proxy.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoproxy: Skip VPNs that route everything for proxy.pac
Michael Tremer [Fri, 24 Mar 2023 15:49:22 +0000 (15:49 +0000)] 
proxy: Skip VPNs that route everything for proxy.pac

The function tries to figure out which networks are connected locally,
but VPN tunnels that use 0.0.0.0 and GRE/VTI interfaces will be
considered local and the proxy is being disabled for everyone.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
11 months agogo: Update to version 1.20.4
Adolf Belka [Thu, 18 May 2023 18:43:21 +0000 (20:43 +0200)] 
go: Update to version 1.20.4

- Update from version 1.15.4 to 1.20.4
- Update of x86_64 rootfile
   aarch64 rootfile needs to be created on a aarch64 build system
- Changelog is very large. For details see https://go.dev/doc/devel/release
   50 mentions of security fixes in the changes from 1.15.4 to 1.20.4

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
11 months agoCore Update 176: Ship extrahd.cgi
Peter Müller [Sun, 25 Jun 2023 13:48:54 +0000 (13:48 +0000)] 
Core Update 176: Ship extrahd.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoextrahd.cgi: Fix for Bug #12863
Jon Murphy [Fri, 2 Jun 2023 19:01:16 +0000 (14:01 -0500)] 
extrahd.cgi: Fix for Bug #12863

-Fixes remove entries in 'extrahd' via the webinterface for extrahd.cgi file.

Suggested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
11 months agoCore Update 176: Ship 69-dm-lvm.rules
Peter Müller [Sun, 25 Jun 2023 13:48:09 +0000 (13:48 +0000)] 
Core Update 176: Ship 69-dm-lvm.rules

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoupdate.sh: Fixes bug-13151 - removes old 69-dm-lvm-metad.rules file
Adolf Belka [Sun, 18 Jun 2023 18:02:10 +0000 (20:02 +0200)] 
update.sh: Fixes bug-13151 - removes old 69-dm-lvm-metad.rules file

- In Core Update 175 lvm was updated and 69-dm-lvm-metad.rules was replaced with
   69-dm-lvm.rules in the lvm rootfile.
- That previous patch update did not remove the no longer existing 69-dm-lvm-metad.rules
   from existing installations. This patch corrects that.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
11 months agolvm: Fixes bug-13151 - update 69-dm-lvm.rules
Adolf Belka [Sun, 18 Jun 2023 18:02:09 +0000 (20:02 +0200)] 
lvm: Fixes bug-13151 - update 69-dm-lvm.rules

- Redhat updated lvm udev rule 69-dm-lvm.rules to only work with systemd
- Update 69-dm-lvm.rules to work with IPFire based on input from @Daniel of what worked
   to mount an existing lvm volume

Suggested-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
11 months agoCore Update 176: Ship parse-func.pl
Peter Müller [Sun, 25 Jun 2023 13:43:46 +0000 (13:43 +0000)] 
Core Update 176: Ship parse-func.pl

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
11 months agoRevert "parse-func.pl: Adjust regular expression to changed 'tc' output"
Michael Tremer [Thu, 22 Jun 2023 15:51:15 +0000 (15:51 +0000)] 
Revert "parse-func.pl: Adjust regular expression to changed 'tc' output"

This reverts commit ca06e817b84b8bb737b2811bdc5ad43d034e2c48.

The incorrect output has been fixed in tc.

Fixes: #13150
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
11 months agolibloc: Update location database shipped on new installations
Peter Müller [Sun, 25 Jun 2023 13:42:13 +0000 (13:42 +0000)] 
libloc: Update location database shipped on new installations

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
12 months agoCore Update 176: Ship changes related to updated toolchain
Peter Müller [Sat, 24 Jun 2023 06:43:53 +0000 (06:43 +0000)] 
Core Update 176: Ship changes related to updated toolchain

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
12 months agogdb: Update to 13.2
Michael Tremer [Thu, 22 Jun 2023 15:57:36 +0000 (15:57 +0000)] 
gdb: Update to 13.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>