]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
5 weeks agoCU184-update.sh: Add drop hostile in & out logging entries core184
Adolf Belka [Sat, 16 Mar 2024 09:32:54 +0000 (10:32 +0100)] 
CU184-update.sh: Add drop hostile in & out logging entries

- My drop hostile patch set updated the WUI entries to include in and out logging options
   but the values need to be added to the optionsfw entries for existing systems being
   upgraded.
- After the existing CU184 update the LOGDROPHOSTILEIN and LOGDROPHO)STILEOUT entries
   are not in the settings file which trewats them as being set to off, even though they
   are enabled in the WUI update.
- This patch adds the LOGDROPHOSTILEIN and LOGDROPHOSTILEOUT entries into the settings
   file and then runs the firewallctrl command to apply to the firewall.
- Ran a CU184 update on a CU183 vm system and then ran the comands added into the update.sh
   script and then did a reboot. Entries include and DROP_HOSTILE entries start to be
   logged again.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocpufrequtils: hide output on disabled cores. v2.29-core184
Arne Fitzenreiter [Sun, 18 Feb 2024 10:38:29 +0000 (11:38 +0100)] 
cpufrequtils: hide output on disabled cores.

We disable cores if the are affected by some cpu vulnerabilities
this cores report errors if you try to change the settings.
So only print the output for core0 and hide it for all cores.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agocore184: fix rtl8812au module compression
Arne Fitzenreiter [Sun, 18 Feb 2024 06:59:18 +0000 (07:59 +0100)] 
core184: fix rtl8812au module compression

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agortl8812au: fix module compression
Arne Fitzenreiter [Sat, 17 Feb 2024 18:46:34 +0000 (19:46 +0100)] 
rtl8812au: fix module compression

the kernel cannot load the compressed module so fix compression
parameters.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agocpufrequtils: fix initskript for amd-pstate
Arne Fitzenreiter [Fri, 16 Feb 2024 15:17:47 +0000 (16:17 +0100)] 
cpufrequtils: fix initskript for amd-pstate

the initskript loads a test-modul for amd-pstate (which traces on intel)
and off course reports errors if firmware settings are missing.

this also fix the error at start because also amd-pstate doesn't support
ondemand mode.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agofreeradius: Increment PAK_VER & ship freeradius to link to the updated libssl version
Adolf Belka [Thu, 15 Feb 2024 20:47:57 +0000 (21:47 +0100)] 
freeradius: Increment PAK_VER & ship freeradius to link to the updated libssl version

- OpenSSL was updated to 3.1.4 in CU181 and to 3.2.1 in CU183 but in both cases freeradius
   was not incremented to cause it to be shipped.
- This patch increments the freeradius PAK_VER to ensure it will be shipped.

Fixes: Bug#13590
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agofiles: Ship collectd.conf for bug#12981
Adolf Belka [Sun, 11 Feb 2024 13:19:48 +0000 (14:19 +0100)] 
files: Ship collectd.conf for bug#12981

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agographs.pl: Fixes graph failure when the DROP_HOSTILE directory is missing
Adolf Belka [Wed, 14 Feb 2024 10:34:36 +0000 (11:34 +0100)] 
graphs.pl: Fixes graph failure when the DROP_HOSTILE directory is missing

- If a fresh install is done then only the DROP_HOSTILE_IN & DROP_HOSTILE_OUT
   rrd directories are created.
- With the DROP_HOSTILE directory missing then when the fwhits graph is updated an error
   message is caused by the inability to open the required files.
- This patch adds an if/else loop into the fwhits graph code to deal with the two cases
   of the DROP_HOSTILE being present or not depending on the history and if a backup with
   logs has been restored from when DROP_HOSTILE was in use.
- Tested on vm testbed and created a historical line for the hostile data when it was not
   split
- There might be a simpler or better approach than this but it was the only option I
   could identify. I couldn't find anything about being able to use if loops within the
   RRD::Graph loop

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship unbound
Michael Tremer [Wed, 14 Feb 2024 19:01:25 +0000 (19:01 +0000)] 
core184: Ship unbound

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agounbound: Update to 1.19.1
Matthias Fischer [Wed, 14 Feb 2024 16:24:52 +0000 (17:24 +0100)] 
unbound: Update to 1.19.1

For details see:
https://nlnetlabs.nl/projects/unbound/download/#unbound-1-19-1

"Bug Fixes

    Fix CVE-2023-50387, DNSSEC verification complexity can be exploited
    to exhaust CPU resources and stall DNS resolvers.
    Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agounbound 1.19.1: Fix for forgotten rootfile
Matthias Fischer [Wed, 14 Feb 2024 16:34:10 +0000 (17:34 +0100)] 
unbound 1.19.1: Fix for forgotten rootfile

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship bind
Michael Tremer [Wed, 14 Feb 2024 19:00:03 +0000 (19:00 +0000)] 
core184: Ship bind

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agobind: Update to 9.16.48
Matthias Fischer [Wed, 14 Feb 2024 16:43:12 +0000 (17:43 +0100)] 
bind: Update to 9.16.48

For details see:
https://downloads.isc.org/isc/bind9/9.16.48/doc/arm/html/notes.html#notes-for-bind-9-16-48

Fixes several CVEs.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoMerge branch 'next'
Michael Tremer [Sat, 10 Feb 2024 11:43:56 +0000 (11:43 +0000)] 
Merge branch 'next'

2 months agocore183: Ship suricata core183 v2.29-core183
Michael Tremer [Fri, 9 Feb 2024 14:15:32 +0000 (14:15 +0000)] 
core183: Ship suricata

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agosuricata: Update to 6.0.16
Michael Tremer [Fri, 9 Feb 2024 11:30:38 +0000 (11:30 +0000)] 
suricata: Update to 6.0.16

  https://redmine.openinfosecfoundation.org/versions/201

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agolibhtp: Update to 0.5.46
Michael Tremer [Fri, 9 Feb 2024 11:33:23 +0000 (11:33 +0000)] 
libhtp: Update to 0.5.46

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoinstaller: Fail if the bootloader could not be installed
Michael Tremer [Fri, 9 Feb 2024 12:02:11 +0000 (12:02 +0000)] 
installer: Fail if the bootloader could not be installed

If GRUB could not be installed during installation, the installer
continued without reporting the error to the user.

This change will make the installer fail.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship suricata & libhtp
Michael Tremer [Fri, 9 Feb 2024 11:39:02 +0000 (11:39 +0000)] 
core184: Ship suricata & libhtp

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agolibhtp: Update to 0.5.46
Michael Tremer [Fri, 9 Feb 2024 11:33:23 +0000 (11:33 +0000)] 
libhtp: Update to 0.5.46

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agosuricata: Update to 6.0.16
Michael Tremer [Fri, 9 Feb 2024 11:30:38 +0000 (11:30 +0000)] 
suricata: Update to 6.0.16

  https://redmine.openinfosecfoundation.org/versions/201

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship squid
Michael Tremer [Fri, 9 Feb 2024 11:26:55 +0000 (11:26 +0000)] 
core184: Ship squid

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agosquid: Update to 6.7
Matthias Fischer [Wed, 7 Feb 2024 17:37:23 +0000 (18:37 +0100)] 
squid: Update to 6.7

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
For details see:
https://github.com/squid-cache/squid/commits/v6

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship expat
Michael Tremer [Fri, 9 Feb 2024 11:25:19 +0000 (11:25 +0000)] 
core184: Ship expat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoexpat: Update to version 2.6.0
Adolf Belka [Wed, 7 Feb 2024 11:13:19 +0000 (12:13 +0100)] 
expat: Update to version 2.6.0

- Update from version 2.5.0 to 2.6.0
- Update of rootfile
- This update fixes two CVE's. Not sure if IPFire would be vulnerable or not but safer
   to update anyway.
- Changelog
    2.6.0
        Security fixes:
      #789 #814  CVE-2023-52425 -- Fix quadratic runtime issues with big tokens
                   that can cause denial of service, in partial where
                   dealing with compressed XML input.  Applications
                   that parsed a document in one go -- a single call to
                   functions XML_Parse or XML_ParseBuffer -- were not affected.
                   The smaller the chunks/buffers you use for parsing
                   previously, the bigger the problem prior to the fix.
                   Backporters should be careful to no omit parts of
                   pull request #789 and to include earlier pull request #771,
                   in order to not break the fix.
           #777  CVE-2023-52426 -- Fix billion laughs attacks for users
                   compiling *without* XML_DTD defined (which is not common).
                   Users with XML_DTD defined have been protected since
                   Expat >=2.4.0 (and that was CVE-2013-0340 back then).
        Bug fixes:
            #753  Fix parse-size-dependent "invalid token" error for
                    external entities that start with a byte order mark
            #780  Fix NULL pointer dereference in setContext via
                    XML_ExternalEntityParserCreate for compilation with
                    XML_DTD undefined
       #812 #813  Protect against closing entities out of order
        Other changes:
            #723  Improve support for arc4random/arc4random_buf
       #771 #788  Improve buffer growth in XML_GetBuffer and XML_Parse
       #761 #770  xmlwf: Support --help and --version
       #759 #770  xmlwf: Support custom buffer size for XML_GetBuffer and read
            #744  xmlwf: Improve language and URL clickability in help output
            #673  examples: Add new example "element_declarations.c"
            #764  Be stricter about macro XML_CONTEXT_BYTES at build time
            #765  Make inclusion to expat_config.h consistent
       #726 #727  Autotools: configure.ac: Support --disable-maintainer-mode
    #678 #705 ..
  #706 #733 #792  Autotools: Sync CMake templates with CMake 3.26
            #795  Autotools: Make installation of shipped man page doc/xmlwf.1
                    independent of docbook2man availability
            #815  Autotools|CMake: Add missing -DXML_STATIC to pkg-config file
                    section "Cflags.private" in order to fix compilation
                    against static libexpat using pkg-config on Windows
       #724 #751  Autotools|CMake: Require a C99 compiler
                    (a de-facto requirement already since Expat 2.2.2 of 2017)
            #793  Autotools|CMake: Fix PACKAGE_BUGREPORT variable
       #750 #786  Autotools|CMake: Make test suite require a C++11 compiler
            #749  CMake: Require CMake >=3.5.0
            #672  CMake: Lowercase off_t and size_t to help a bug in Meson
            #746  CMake: Sort xmlwf sources alphabetically
            #785  CMake|Windows: Fix generation of DLL file version info
            #790  CMake: Build tests/benchmark/benchmark.c as well for
                    a build with -DEXPAT_BUILD_TESTS=ON
       #745 #757  docs: Document the importance of isFinal + adjust tests
                    accordingly
            #736  docs: Improve use of "NULL" and "null"
            #713  docs: Be specific about version of XML (XML 1.0r4)
                    and version of C (C99); (XML 1.0r5 will need a sponsor.)
            #762  docs: reference.html: Promote function XML_ParseBuffer more
            #779  docs: reference.html: Add HTML anchors to XML_* macros
            #760  docs: reference.html: Upgrade to OK.css 1.2.0
       #763 #739  docs: Fix typos
            #696  docs|CI: Use HTTPS URLs instead of HTTP at various places
    #669 #670 ..
    #692 #703 ..
       #733 #772  Address compiler warnings
       #798 #800  Address clang-tidy warnings
       #775 #776  Version info bumped from 9:10:8 (libexpat*.so.1.8.10)
                    to 10:0:9 (libexpat*.so.1.9.0); see https://verbump.de/
                    for what these numbers do
        Infrastructure:
       #700 #701  docs: Document security policy in file SECURITY.md
            #766  docs: Improve parse buffer variables in-code documentation
    #674 #738 ..
    #740 #747 ..
  #748 #781 #782  Refactor coverage and conformance tests
       #714 #716  Refactor debug level variables to unsigned long
            #671  Improve handling of empty environment variable value
                    in function getDebugLevel (without visible user effect)
    #755 #774 ..
    #758 #783 ..
       #784 #787  tests: Improve test coverage with regard to parse chunk size
  #660 #797 #801  Fuzzing: Improve fuzzing coverage
       #367 #799  Fuzzing|CI: Start running OSS-Fuzz fuzzing regression tests
       #698 #721  CI: Resolve some Travis CI leftovers
            #669  CI: Be robust towards absence of Git tags
       #693 #694  CI: Set permissions to "contents: read" for security
            #709  CI: Pin all GitHub Actions to specific commits for security
            #739  CI: Reject spelling errors using codespell
            #798  CI: Enforce clang-tidy clean code
    #773 #808 ..
       #809 #810  CI: Upgrade Clang from 15 to 18
            #796  CI: Start using Clang's Control Flow Integrity sanitizer
  #675 #720 #722  CI: Adapt to breaking changes in GitHub Actions Ubuntu images
            #689  CI: Adapt to breaking changes in Clang/LLVM Debian packaging
            #763  CI: Adapt to breaking changes in codespell
            #803  CI: Adapt to breaking changes in Cppcheck

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agolibvirt: Don't build for riscv64
Michael Tremer [Wed, 7 Feb 2024 11:21:49 +0000 (11:21 +0000)] 
libvirt: Don't build for riscv64

There seems to be some problem that this package does not build from
source, but as we don't currently have any hardware that supports thise,
there is no point in debugging it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship vpnmain.cgi
Michael Tremer [Wed, 7 Feb 2024 11:09:50 +0000 (11:09 +0000)] 
core184: Ship vpnmain.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agovpnmain.cgi: Add option to regenerate the host certificate
Michael Tremer [Tue, 30 Jan 2024 17:45:44 +0000 (17:45 +0000)] 
vpnmain.cgi: Add option to regenerate the host certificate

This is necessary since we now have a much shorter lifetime for the host
certificate. However, it is complicated to do this is which is why we
are copying the previous certificate and generate a new CSR. This is
then signed.

A caveat of this patch is that we do not rollover the key.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agovpnmain.cgi: Return the entire error message if OpenSSL fails
Michael Tremer [Tue, 30 Jan 2024 17:45:43 +0000 (17:45 +0000)] 
vpnmain.cgi: Return the entire error message if OpenSSL fails

The function did not evaluate the return code which is why it used a
hack to figure out if some output is an error or not.

This is being fixed in this commit and the entire output is being
returned if the return code is non-zero.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agovpnmain.cgi: Do not use a bad source for randomness
Michael Tremer [Tue, 30 Jan 2024 17:45:42 +0000 (17:45 +0000)] 
vpnmain.cgi: Do not use a bad source for randomness

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship HOSTILE IN/OUT changes
Michael Tremer [Wed, 7 Feb 2024 11:05:08 +0000 (11:05 +0000)] 
core184: Ship HOSTILE IN/OUT changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agofirewall: Improve labelling of hostile networks hits
Michael Tremer [Tue, 6 Feb 2024 18:17:26 +0000 (18:17 +0000)] 
firewall: Improve labelling of hostile networks hits

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agofirewall: graphs: Add a line for the total number of hostile hits
Michael Tremer [Tue, 6 Feb 2024 18:11:48 +0000 (18:11 +0000)] 
firewall: graphs: Add a line for the total number of hostile hits

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agooptionsfw.cgi: Move Firewall Options Drop commands to before the logging section
Adolf Belka [Sun, 21 Jan 2024 11:45:53 +0000 (12:45 +0100)] 
optionsfw.cgi: Move Firewall Options Drop commands to before the logging section

- Moved the Firewall Options Drop commands to before the logging section, as discussed
   at January 2024 Video Call.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agographs.pl: Fixes bug12981 - Creates in and outgoing drop hostile graph entries
Adolf Belka [Sun, 21 Jan 2024 11:45:52 +0000 (12:45 +0100)] 
graphs.pl: Fixes bug12981 - Creates in and outgoing drop hostile graph entries

- This v3 version of the patch set splits the single hostile networks graph entry into
   incoming hostile networks and outgoing hostile networks entries.

Fixes: bug12981
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocollectd.conf: Fix bug12981 - This creates in and out drop hostile data collection
Adolf Belka [Sun, 21 Jan 2024 11:45:51 +0000 (12:45 +0100)] 
collectd.conf: Fix bug12981 - This creates in and out drop hostile data collection

- In this v3 version of the patch set the splitting of drop hostile logging into incoming
   and outgoing logging means that the data collection and graphs need to have drop hostile
   also split into incoming and outgoing.

Fixes: bug12981
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoen.pl: Fixes bug12981 - adds english language input for choice of drop hostile logging
Adolf Belka [Sun, 21 Jan 2024 11:45:50 +0000 (12:45 +0100)] 
en.pl: Fixes bug12981 - adds english language input for choice of drop hostile logging

- In this v3 version have added translations for hostile networks in and hostile
   networks out and log drop hostile in and log drop hostile out.

Fixes: bug12981
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agofirewall: Fixes bug12981 - add if loop to log or not log dropped hostile traffic
Adolf Belka [Sun, 21 Jan 2024 11:45:49 +0000 (12:45 +0100)] 
firewall: Fixes bug12981 - add if loop to log or not log dropped hostile traffic

- This v3 version now has two if loops allowing logging of incoming drop hostile or
   outgoing drop hostile or both or neither.
- Dependent on the choice in optionsfw.cgi this loop will either log or not log the
   dropped hostile traffic.

Fixes: bug12981
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agorules.pl: Fixes bug12981 - Add in and out specific actions for drop hostile
Adolf Belka [Sun, 21 Jan 2024 11:45:48 +0000 (12:45 +0100)] 
rules.pl: Fixes bug12981 - Add in and out specific actions for drop hostile

- This changes the action from HOSTILE_DROP to HOSTILE_DROP_IN for icnoming traffic and
   HOSTILE_DROP_OUT for outgoing traffic enabling logging decisions to be taken on each
   independently.

Fixes: bug12981
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Acked-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agooptionsfw.cgi: Fix bug12981 - Add option to log or not log dropped hostile traffic
Adolf Belka [Sun, 21 Jan 2024 11:45:47 +0000 (12:45 +0100)] 
optionsfw.cgi: Fix bug12981 - Add option to log or not log dropped hostile traffic

- This v3 version has split the logging choice for drop hostile to separate the logging of
   incoming drop hostile and outgoing drop hostile.
- The bug originator had no port forwards so all hostile would be dropped normally anyway.
   However the logs were being swamped by the logging of drop hostile making analysis
   difficult. So incoming drop hostile was desired to not be logged. However logging of
   outgoing drop hostile was desired to identify if clients on the internal lan were
   infected with malware trying to reach home.
- Added option with drop hostile section to decide if the dropped traffic should be
   logged or not.

Fixes: bug12981
Tested-by: Adolf Belka <adolf.belka@ipfire.org
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoelfutils: Don't ship tools
Michael Tremer [Wed, 7 Feb 2024 11:01:25 +0000 (11:01 +0000)] 
elfutils: Don't ship tools

I don't think there is any point that we ship these.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Remove elfutils pakfire metadata (if installed)
Michael Tremer [Wed, 7 Feb 2024 10:58:21 +0000 (10:58 +0000)] 
core184: Remove elfutils pakfire metadata (if installed)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agostrace: elfutils moved from addon dependency to core program
Adolf Belka [Tue, 6 Feb 2024 21:27:39 +0000 (22:27 +0100)] 
strace: elfutils moved from addon dependency to core program

Fixes: Bug#13516
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoqemu: elfutils moved from addon dependency to core program
Adolf Belka [Tue, 6 Feb 2024 21:27:38 +0000 (22:27 +0100)] 
qemu: elfutils moved from addon dependency to core program

Fixes: Bug#13516
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoltrace: elfutils moved from addon dependency to core program
Adolf Belka [Tue, 6 Feb 2024 21:27:37 +0000 (22:27 +0100)] 
ltrace: elfutils moved from addon dependency to core program

Fixes: Bug#13516
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agofrr: elfutils moved from addon dependency to core program
Adolf Belka [Tue, 6 Feb 2024 21:27:36 +0000 (22:27 +0100)] 
frr: elfutils moved from addon dependency to core program

Fixes: Bug#13516
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoelfutils: Move from addon to core program. Required by suricata-7.0.2 for execution
Adolf Belka [Tue, 6 Feb 2024 21:27:35 +0000 (22:27 +0100)] 
elfutils: Move from addon to core program. Required by suricata-7.0.2 for execution

- Updated lfs file to core program type
- Moved rootfile from packages to common
- Older suricata versions required elfutils only for building but suricata-7.0.2 fails to
   start if elfutils is not present due to libelf.so.1 being missing.
- The requirement for elfutils is not mentioned at all in the changelog.

Fixes: Bug#13516
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agovdr_streamdev: update to 0.6.3
Arne Fitzenreiter [Mon, 5 Feb 2024 10:07:03 +0000 (11:07 +0100)] 
vdr_streamdev: update to 0.6.3

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agovdr_epgsearch: update to 2.4.2
Arne Fitzenreiter [Mon, 5 Feb 2024 10:06:29 +0000 (11:06 +0100)] 
vdr_epgsearch: update to 2.4.2

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agovdr_eepg: update PLUGVER to new vdr
Arne Fitzenreiter [Mon, 5 Feb 2024 10:05:02 +0000 (11:05 +0100)] 
vdr_eepg: update PLUGVER to new vdr

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agovdr_dvbapi: update pluginver for new vdr
Arne Fitzenreiter [Mon, 5 Feb 2024 10:03:33 +0000 (11:03 +0100)] 
vdr_dvbapi: update pluginver for new vdr

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agovdr: update to 2.6.6
Arne Fitzenreiter [Mon, 5 Feb 2024 10:02:25 +0000 (11:02 +0100)] 
vdr: update to 2.6.6

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agoborgbackup: fix rootfile
Arne Fitzenreiter [Sun, 4 Feb 2024 06:55:10 +0000 (06:55 +0000)] 
borgbackup: fix rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agopython3-pyfuse3: fix rootfile
Arne Fitzenreiter [Sun, 4 Feb 2024 06:54:38 +0000 (06:54 +0000)] 
python3-pyfuse3: fix rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agopython3-msgpack: fix rootfile
Arne Fitzenreiter [Sun, 4 Feb 2024 06:53:49 +0000 (06:53 +0000)] 
python3-msgpack: fix rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agocheckrootfiles: fix search for wrong rootfiles
Arne Fitzenreiter [Sat, 3 Feb 2024 14:47:41 +0000 (14:47 +0000)] 
checkrootfiles: fix search for wrong rootfiles

Im not sure when the grep syntax has changed but
grep -r not like/ignore the leading "/" anymore.

2 months agokernel: update to 6.6.15
Arne Fitzenreiter [Fri, 2 Feb 2024 07:33:38 +0000 (07:33 +0000)] 
kernel: update to 6.6.15

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agomympd: create/check config before first start
Arne Fitzenreiter [Wed, 31 Jan 2024 20:09:14 +0000 (21:09 +0100)] 
mympd: create/check config before first start

this create missing folders for webradio and state.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agomympd: new addon to control mpd via WebGUI
Arne Fitzenreiter [Sun, 28 Jan 2024 20:29:46 +0000 (21:29 +0100)] 
mympd: new addon to control mpd via WebGUI

myMPD is written in C and has a nice WebGUI to play
local music and also a WebRadio browser.
This is to replace the removec client175.

After install it can reached via
https://IP_OF_THE_IPFIRE:8800

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agompfire: fix initskript uninstall
Arne Fitzenreiter [Sun, 28 Jan 2024 14:42:53 +0000 (15:42 +0100)] 
mpfire: fix initskript uninstall

the uninstall with rm /etc/rc*.d/*mpd remove not only the mpd initlinks.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agokernel: update to 6.6.15
Arne Fitzenreiter [Fri, 2 Feb 2024 07:33:38 +0000 (07:33 +0000)] 
kernel: update to 6.6.15

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agocore184: Ship lzip
Michael Tremer [Thu, 1 Feb 2024 16:09:02 +0000 (16:09 +0000)] 
core184: Ship lzip

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agolzip: Update to version 1.24
Adolf Belka [Thu, 1 Feb 2024 08:29:13 +0000 (09:29 +0100)] 
lzip: Update to version 1.24

- Update from version 1.23 to 1.24
- Update of rootfile not required
- Changelog
    1.24
The option '--empty-error', which forces exit status 2 if any empty member
  is found, has been added.
The option '--marking-error', which forces exit status 2 if the first LZMA
  byte is non-zero in any member, has been added.
File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
Diagnostics caused by invalid arguments to command-line options now show the
  argument and the name of the option.
The option '-o, --output' now preserves dates, permissions, and ownership of
  the file when (de)compressing exactly one file.
The option '-o, --output' now creates missing intermediate directories when
  writing to a file.
The variable MAKEINFO has been added to configure and Makefile.in.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship gettext
Michael Tremer [Thu, 1 Feb 2024 16:07:39 +0000 (16:07 +0000)] 
core184: Ship gettext

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agogettext: Update to version 0.22.4
Adolf Belka [Thu, 1 Feb 2024 08:29:11 +0000 (09:29 +0100)] 
gettext: Update to version 0.22.4

- Update from version 0.22 to 0.22.4
- Update of rootfile
- Changelog
    0.22.4
* Bug fixes:
  - AM_GNU_GETTEXT now recognizes a statically built libintl on macOS and AIX.
  - Build fixes on AIX.
    0.22.3
* Portability:
  - The libintl library now works on macOS 14.  (Older versions of libintl
    crash on macOS 14, due to an incompatible change in macOS.)
    0.22.2
* Bug fixes:
  - The libintl shared library now exports again some symbols that were
    accidentally missing.
    <https://savannah.gnu.org/bugs/index.php?64323>
    This bug was introduced in version 0.22.
    0.22.1
* Bug fixes:
  - xgettext's processing of large Perl files may have led to errors
    <https://savannah.gnu.org/bugs/index.php?64552>
  - "xgettext --join-existing" could encounter errors.
    <https://savannah.gnu.org/bugs/index.php?64490>
  These bugs were introduced in version 0.22.
* Portability:
  - Building on Android is now supported.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship ed
Michael Tremer [Thu, 1 Feb 2024 16:07:01 +0000 (16:07 +0000)] 
core184: Ship ed

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoed: Update to version 1.20
Adolf Belka [Thu, 1 Feb 2024 08:29:10 +0000 (09:29 +0100)] 
ed: Update to version 1.20

- Update from version 1.19 to 1.20
- Update of rootfile not required
- Changelog
    1.20
New command-line options '+line', '+/RE', and '+?RE' have been implemented to
  set the current line to the line number specified or to the first or last line
  matching the regular expression 'RE'.
  (Suggested by Matthew Polk and John Cowan).
File names containing control characters 1 to 31 are now rejected unless they
  are allowed with the command-line option '--unsafe-names'.
File names containing control characters 1 to 31 are now printed using octal
  escape sequences.
Ed now rejects file names ending with a slash.
Intervening commands that don't set the modified flag no longer make a second
  'e' or 'q' command fail with a 'buffer modified' warning.
Tilde expansion is now performed on file names supplied to commands; if a file
  name starts with '~/', the tilde (~) is expanded to the contents of the
  variable HOME. (Suggested by John Cowan).
Ed now warns the first time that a command modifies a buffer loaded from a
  read-only file. (Suggested by Dan Jacobson).
Ed now creates missing intermediate directories when writing to a file.
It has been documented that 'e' creates an empty buffer if file does not exist.
It has been documented that 'f' sets the default filename, whether or not its
  argument names an existing file.
The description of the exit status has been improved in '--help' and in the
  manual.
The variable MAKEINFO has been added to configure and Makefile.in.
It has been documented in INSTALL that when choosing a C standard, the POSIX
  features need to be enabled explicitly:
   ./configure CFLAGS+='--std=c99 -D_POSIX_C_SOURCE=2'

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship diffutils
Michael Tremer [Thu, 1 Feb 2024 16:06:10 +0000 (16:06 +0000)] 
core184: Ship diffutils

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agodiffutils: Update to version 3.10
Adolf Belka [Thu, 1 Feb 2024 08:29:09 +0000 (09:29 +0100)] 
diffutils: Update to version 3.10

- Update from version 3.9 to 3.10
- Update of rootfile not required
- Changelog
    3.10
Bug fixes
  cmp/diff can again work with file dates past Y2K38
   [bug introduced in 3.9]
  diff -D no longer fails to output #ifndef lines.
   [bug#61193 introduced in 3.9]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agomympd: create/check config before first start
Arne Fitzenreiter [Wed, 31 Jan 2024 20:09:14 +0000 (21:09 +0100)] 
mympd: create/check config before first start

this create missing folders for webradio and state.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2 months agocore184: Ship glibc
Michael Tremer [Wed, 31 Jan 2024 17:09:16 +0000 (17:09 +0000)] 
core184: Ship glibc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoglibc: Import latest patches from upstream
Michael Tremer [Wed, 31 Jan 2024 11:09:41 +0000 (11:09 +0000)] 
glibc: Import latest patches from upstream

These include (amongst others) fixes for:

GLIBC-SA-2024-0001:
===================
syslog: Heap buffer overflow in __vsyslog_internal (CVE-2023-6246)

__vsyslog_internal did not handle a case where printing a SYSLOG_HEADER
containing a long program name failed to update the required buffer
size, leading to the allocation and overflow of a too-small buffer on
the heap.

GLIBC-SA-2024-0002:
===================
syslog: Heap buffer overflow in __vsyslog_internal (CVE-2023-6779)

__vsyslog_internal used the return value of snprintf/vsnprintf to
calculate buffer sizes for memory allocation.  If these functions (for
any reason) failed and returned -1, the resulting buffer would be too
small to hold output.

GLIBC-SA-2024-0003:
===================
syslog: Integer overflow in __vsyslog_internal (CVE-2023-6780)

__vsyslog_internal calculated a buffer size by adding two integers, but
did not first check if the addition would overflow.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agosqlite: Update to version 3450100
Adolf Belka [Wed, 31 Jan 2024 14:18:48 +0000 (15:18 +0100)] 
sqlite: Update to version 3450100

- Update from version 3450000 to 3450100
- Update of rootfile not required
- Changelog
    3.45.1
Restore the JSON BLOB input bug, and promise to support the anomaly in subsequent
 releases, for backward compatibility.
Fix the PRAGMA integrity_check command so that it works on read-only databases
 that contain FTS3 and FTS5 tables. This resolves an issue introduced in version
 3.44.0 but was undiscovered until after the 3.45.0 release.
Fix issues associated with processing corrupt JSONB inputs:
    Prevent exponential runtime when converting a corrupt JSONB into text.
    Fix a possible read of one byte past the end of the JSONB blob when
     converting a corrupt JSONB into text.
    Enhanced testing using jfuzz to prevent any future JSONB problems such as the
     above.
Fix a long-standing bug in which a read of a few bytes past the end of a
 memory-mapped segment might occur when accessing a craftily corrupted database
 using memory-mapped database.
Fix a long-standing bug in which a NULL pointer dereference might occur in the
 bytecode engine due to incorrect bytecode being generated for a class of SQL
 statements that are deliberately designed to stress the query planner but which
 are otherwise pointless.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship readline
Michael Tremer [Wed, 31 Jan 2024 17:06:33 +0000 (17:06 +0000)] 
core184: Ship readline

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoreadline: Update patches to patch 1 to patch 10
Adolf Belka [Wed, 31 Jan 2024 14:18:47 +0000 (15:18 +0100)] 
readline: Update patches to patch 1 to patch 10

- Update from version 8.2 with patch 1 to 8.2 with patches 1 to 10
- Update of rootfile not required
- Changelog
    Patch 10
Fix the case where text to be completed from the line buffer (quoted) is
compared to the common prefix of the possible matches (unquoted) and the
quoting makes the former appear to be longer than the latter. Readline
assumes the match doesn't add any characters to the word and doesn't display
multiple matches.
    Patch 9
Fix issue where the directory name portion of the word to be completed (the
part that is passed to opendir()) requires both tilde expansion and dequoting.
Readline only performed tilde expansion in this case, so filename completion
would fail.
    Patch 8
Add missing prototypes for several function declarations.
    Patch 7
If readline is called with no prompt, it should display a newline if return
is typed on an empty line. It should still suppress the final newline if
return is typed on the last (empty) line of a multi-line command.
    Patch 6
This is a variant of the same issue as the one fixed by patch 5. In this
case, the signal arrives and is pending before readline calls rl_getc().
When this happens, the pending signal will be handled by the loop, but may
alter or destroy some state that the callback uses. Readline needs to treat
this case the same way it would if a signal interrupts pselect/select, so
compound operations like searches and reading numeric arguments get cleaned
up properly.
    Patch 5
If an application is using readline in callback mode, and a signal arrives
after readline checks for it in rl_callback_read_char() but before it
restores the application's signal handlers, it won't get processed until the
next time the application calls rl_callback_read_char(). Readline needs to
check for and resend any pending signals after restoring the application's
signal handlers.
    Patch 4
There are systems that supply one of select or pselect, but not both.
    Patch 3
The custom color prefix that readline uses to color possible completions
must have a leading `.'.
    Patch 2
It's possible for readline to try to zero out a line that's not null-
terminated, leading to a memory fault.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship iana-etc
Michael Tremer [Wed, 31 Jan 2024 17:06:09 +0000 (17:06 +0000)] 
core184: Ship iana-etc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoiana-etc: Update to version 20240125
Adolf Belka [Wed, 31 Jan 2024 14:18:46 +0000 (15:18 +0100)] 
iana-etc: Update to version 20240125

- Update from version 20231026 to 20240125
- Update of rootfile not required
- Changelog - update of iana-etc files

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agohelp2man: Update to version 1.49.3
Adolf Belka [Wed, 31 Jan 2024 14:18:45 +0000 (15:18 +0100)] 
help2man: Update to version 1.49.3

- Update from version 1.49.2 to 1.49.3
- Update of rootfile not required
- Changelog
    1.49.3
  * Cleanup whitespace in po-texi/help2man-texi.pot.
  * Add Korean translation (thanks to Seong-ho Cho).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship file
Michael Tremer [Wed, 31 Jan 2024 17:05:30 +0000 (17:05 +0000)] 
core184: Ship file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agofile: Update to version 5.45
Adolf Belka [Wed, 31 Jan 2024 14:18:44 +0000 (15:18 +0100)] 
file: Update to version 5.45

- Update from version 5.44 to 5.45
- Update of rootfile not required
- Changelog
    5.45
* PR/465: psrok1: Avoid muslc asctime_r crash
* add SIMH tape format support
* bump the max size of the elf section notes to be read to 128K
  and make it configurable
* PR/415: Fix decompression with program returning empty
* PR/408: fix -p with seccomp
* PR/412: fix MinGW compilation

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship updated glibc
Michael Tremer [Wed, 31 Jan 2024 11:11:41 +0000 (11:11 +0000)] 
core184: Ship updated glibc

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoglibc: Import latest patches from upstream
Michael Tremer [Wed, 31 Jan 2024 11:09:41 +0000 (11:09 +0000)] 
glibc: Import latest patches from upstream

These include (amongst others) fixes for:

GLIBC-SA-2024-0001:
===================
syslog: Heap buffer overflow in __vsyslog_internal (CVE-2023-6246)

__vsyslog_internal did not handle a case where printing a SYSLOG_HEADER
containing a long program name failed to update the required buffer
size, leading to the allocation and overflow of a too-small buffer on
the heap.

GLIBC-SA-2024-0002:
===================
syslog: Heap buffer overflow in __vsyslog_internal (CVE-2023-6779)

__vsyslog_internal used the return value of snprintf/vsnprintf to
calculate buffer sizes for memory allocation.  If these functions (for
any reason) failed and returned -1, the resulting buffer would be too
small to hold output.

GLIBC-SA-2024-0003:
===================
syslog: Integer overflow in __vsyslog_internal (CVE-2023-6780)

__vsyslog_internal calculated a buffer size by adding two integers, but
did not first check if the addition would overflow.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship updated collectd init script
Michael Tremer [Wed, 31 Jan 2024 10:30:47 +0000 (10:30 +0000)] 
core184: Ship updated collectd init script

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocollectd: Do not sync
Michael Tremer [Tue, 30 Jan 2024 18:01:52 +0000 (18:01 +0000)] 
collectd: Do not sync

Calling a global sync operation manually is generally a bad idea as it
can block for forever. If people have storage that does not retain
anything that is being written to it, they need to fix their hardware.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship zlib
Michael Tremer [Wed, 31 Jan 2024 10:30:01 +0000 (10:30 +0000)] 
core184: Ship zlib

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agozlib: Update to version 1.3.1
Adolf Belka [Tue, 30 Jan 2024 22:13:45 +0000 (23:13 +0100)] 
zlib: Update to version 1.3.1

- Update from version 1.3 to 1.3.1
- Update of rootfile
- Changelog
    1.3.1
- Reject overflows of zip header fields in minizip
- Fix bug in inflateSync() for data held in bit buffer
- Add LIT_MEM define to use more memory for a small deflate speedup
- Fix decision on the emission of Zip64 end records in minizip
- Add bounds checking to ERR_MSG() macro, used by zError()
- Neutralize zip file traversal attacks in miniunz
- Fix a bug in ZLIB_DEBUG compiles in check_match()
- Various portability and appearance improvements

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship xz
Michael Tremer [Wed, 31 Jan 2024 10:29:31 +0000 (10:29 +0000)] 
core184: Ship xz

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoxz: Update to version 5.4.6
Adolf Belka [Tue, 30 Jan 2024 22:13:44 +0000 (23:13 +0100)] 
xz: Update to version 5.4.6

- Update from version 5.4.5 to 5.4.6
- Update of rootfile
- Changelog
    5.4.6
    * Fixed a bug involving internal function pointers in liblzma not
      being initialized to NULL. The bug can only be triggered if
      lzma_filters_update() is called on a LZMA1 encoder, so it does
      not affect xz or any application known to us that uses liblzma.
    * xz:
        - Fixed a regression introduced in 5.4.2 that caused encoding
          in the raw format to unnecessarily fail if --suffix was not
          used. For instance, the following command no longer reports
          that --suffix must be used:
              echo foo | xz --format=raw --lzma2 | wc -c
        - Fixed an issue on MinGW-w64 builds that prevented reading
          from or writing to non-terminal character devices like NUL.
    * Added a new test.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship libpng
Michael Tremer [Wed, 31 Jan 2024 10:28:48 +0000 (10:28 +0000)] 
core184: Ship libpng

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agolibpng: Update to version 1.6.41
Adolf Belka [Tue, 30 Jan 2024 22:13:42 +0000 (23:13 +0100)] 
libpng: Update to version 1.6.41

- Update from 1.6.39 to 1.6.41
- Update of rootfile
- Changelog
    1.6.41
  Added SIMD-optimized code for the Loongarch LSX hardware.
    (Contributed by GuXiWei, JinBo and ZhangLixia)
  Fixed the run-time discovery of MIPS MSA hardware.
    (Contributed by Sui Jingfeng)
  Fixed an off-by-one error in the function `png_do_check_palette_indexes`,
    which failed to recognize errors that might have existed in the first
    column of a broken palette-encoded image. This was a benign regression
    accidentally introduced in libpng-1.6.33. No pixel was harmed.
    (Contributed by Adam Richter; reviewed by John Bowler)
  Fixed, improved and modernized the contrib/pngminus programs, i.e.,
    png2pnm.c and pnm2png.c
  Removed old and peculiar portability hacks that were meant to silence
    warnings issued by gcc version 7.1 alone.
    (Contributed by John Bowler)
  Fixed and modernized the CMake file, and raised the minimum required
    CMake version from 3.1 to 3.6.
    (Contributed by Clinton Ingram, Timothy Lyanguzov, Tyler Kropp, et al.)
  Allowed the configure script to disable the building of auxiliary tools
    and tests, thus catching up with the CMake file.
    (Contributed by Carlo Bramini)
  Fixed a build issue on Mac.
    (Contributed by Zixu Wang)
  Moved the Autoconf macro files to scripts/autoconf.
  Moved the CMake files (except for the main CMakeLists.txt) to
    scripts/cmake and moved the list of their contributing authors to
    scripts/cmake/AUTHORS.md
  Updated the CI configurations and scripts.
  Relicensed the CI scripts to the MIT License.
  Improved the test coverage.
    (Contributed by John Bowler)
    1.6.40
  Fixed the eXIf chunk multiplicity checks.
  Fixed a memory leak in pCAL processing.
  Corrected the validity report about tRNS inside png_get_valid().
  Fixed various build issues on *BSD, Mac and Windows.
  Updated the configurations and the scripts for continuous integration.
  Cleaned up the code, the build scripts, and the documentation.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship bash
Michael Tremer [Wed, 31 Jan 2024 10:27:55 +0000 (10:27 +0000)] 
core184: Ship bash

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agobash: Update to include patches 22 to 26
Adolf Belka [Tue, 30 Jan 2024 22:13:40 +0000 (23:13 +0100)] 
bash: Update to include patches 22 to 26

- Update from version 5.2 with patches 1 to 21 to 5.2 with patches 1 to 26
- Update of rootfile not required
- Changelog
    Patch 26
The custom color prefix that readline uses to color possible completions
 must have a leading `.'.
    Patch 25
Make sure a subshell checks for and handles any terminating signals before
 exiting (which might have arrived after the command completed) so the parent
 and any EXIT trap will see the correct value for $?.
    Patch 24
Fix bug where associative array compound assignment would not expand tildes
 in values.
    Patch 23
Running `local -' multiple times in a shell function would overwrite the
 original saved set of options.
    Patch 22
It's possible for readline to try to zero out a line that's not null-
 terminated, leading to a memory fault.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship acl
Michael Tremer [Wed, 31 Jan 2024 10:27:30 +0000 (10:27 +0000)] 
core184: Ship acl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoacl: Update to version 2.3.2
Adolf Belka [Tue, 30 Jan 2024 22:13:39 +0000 (23:13 +0100)] 
acl: Update to version 2.3.2

- Update from version 2.3.1 to 2.3.2
- Update of rootfile
- Changelog is only available from reviewing the git commits
   https://git.savannah.nongnu.org/cgit/acl.git/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agocore184: Ship vnstat
Michael Tremer [Tue, 30 Jan 2024 17:50:20 +0000 (17:50 +0000)] 
core184: Ship vnstat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agovnstat: Update to 2.12
Matthias Fischer [Mon, 29 Jan 2024 16:25:55 +0000 (17:25 +0100)] 
vnstat: Update to 2.12

For details see:
https://humdi.net/vnstat/CHANGES

"2.12 / 21-Jan-2024

 - Fixed
   - QueryMode documentation in configuration file didn't match implementation
     or man page description
   - Daemon didn't try to import legacy databases when --noadd was used and no
     current version database initially existed resulting in the process
     exiting even when something could have been done
   - Daemon didn't try to import legacy databases when --initdb was used and
     no current version database initially existed, this behaviour can still
     be enabled by using --noadd in combination with --initdb
   - Using --nodaemon and --initdb at the same time didn't result in an error
     being shown
 - New
   - Add 95th percentile output as --95th, also available via --alert, --json,
     --xml and image output, requires 5MinuteHours configuration to be set to
     at least 744 for storing all the necessary data
   - Add --json support for --alert
   - Database queries resulting in error exit with status 1
   - Show spinning animation at the beginning of -l / --live output line,
     visibility configurable using LiveSpinner configuration option
   - Add -ic / --invert-colors option to image output for facilitating for
     example dark mode switching without needing to have multiple separate
     color configurations
   - Add dark mode option to image output example cgi (examples/vnstat.cgi)
   - Add option 4 to QueryMode for selecting summary output of single
     interface regardless of the number of interfaces in the database
   - Add optional mode parameter to -q / --query for overriding QueryMode
     for summary output and for enabling control of summary output style
     regardless of the number of interfaces in the database
   - Add --startempty option to daemon for starting and keeping the daemon
     running even if no interfaces were discovered and the database is empty
   - Add --noremove option to daemon for disabling the automatic removal of
     interfaces from database that aren't currently visible and haven't seen
     any traffic
   - Add third mode option to --iflist and --dbiflist for getting only the
     interface count as output"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agomc: Update to 4.8.31
Matthias Fischer [Mon, 29 Jan 2024 16:25:05 +0000 (17:25 +0100)] 
mc: Update to 4.8.31

For details see:
https://midnight-commander.org/wiki/NEWS-4.8.31

"Major changes since 4.8.30

Core
    Minimal version of GLib is 2.32.0.

VFS
    fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232)
    extfs;
        uc1541 extfs: update up to 3.6 version (#4511)
        s3+: port to Python3 (#4324)
    Support for LZO/LZOP compression format (#4509)

...

    Skins: add color for non-printable characters in editor (#4433)

Fixes
    FTBFS on FreeBSD with ext2fs attribute support (#4493)
    Broken stickchars (-a) mode (#4498)
    Wrong timestamp after resuming of file copy operation (#4499)
    Editor: wrong deletion of marked column (#3761)
    Diff viewer: segfault when display of line numbers is enabled (#4500)
    Tar VFS: broken handling of hard links (#4494)
    Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506)
    Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507)
    mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497)
    mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502)
    mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agoMerge branch 'master' into next
Michael Tremer [Tue, 30 Jan 2024 17:43:10 +0000 (17:43 +0000)] 
Merge branch 'master' into next

2 months agocore183: Ship vpnmain.cgi
Michael Tremer [Tue, 30 Jan 2024 17:42:53 +0000 (17:42 +0000)] 
core183: Ship vpnmain.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 months agovpnmain.cgi: Fix parsing CN from certificates generated by OpenSSL 3.2
Michael Tremer [Tue, 30 Jan 2024 17:18:40 +0000 (17:18 +0000)] 
vpnmain.cgi: Fix parsing CN from certificates generated by OpenSSL 3.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>