]> git.ipfire.org Git - people/ms/ipfire-2.x.git/log
people/ms/ipfire-2.x.git
4 months agoaws-lc: Commit left over files aws-cli
Michael Tremer [Fri, 24 Jan 2025 10:03:18 +0000 (10:03 +0000)] 
aws-lc: Commit left over files

I don't know if these are actually building and I don't have a rootfile
either. They might be very outdated, too.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 months agoaws-c-common: New package
Michael Tremer [Tue, 29 Aug 2023 15:49:48 +0000 (15:49 +0000)] 
aws-c-common: New package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 months agopython3-wheel: New package
Michael Tremer [Tue, 29 Aug 2023 15:37:04 +0000 (15:37 +0000)] 
python3-wheel: New package

This is required to build python3-awscrt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 months agorootfile consistency check: check also commented lines
Arne Fitzenreiter [Thu, 23 Jan 2025 07:37:34 +0000 (08:37 +0100)] 
rootfile consistency check: check also commented lines

report also commented files to build rootfiles matching for all arches.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocollectd: fix rootfile
Arne Fitzenreiter [Thu, 23 Jan 2025 05:23:33 +0000 (06:23 +0100)] 
collectd: fix rootfile

we need this machine type check for the perl modules back!

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocollectd: fix rootfiles
Arne Fitzenreiter [Wed, 22 Jan 2025 12:00:47 +0000 (13:00 +0100)] 
collectd: fix rootfiles

the turbostat plugin is only present on x86_64 so we need a separate rootfile
on x86_64.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocore192: ship openssl
Arne Fitzenreiter [Wed, 22 Jan 2025 06:07:56 +0000 (07:07 +0100)] 
core192: ship openssl

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoslang: This package does not build the zlib module any more
Michael Tremer [Wed, 15 Jan 2025 14:57:50 +0000 (14:57 +0000)] 
slang: This package does not build the zlib module any more

This is due to the removal of the static version of zlib, but we don't
need this module anyways.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocore192: Remove the old version of zlib
Michael Tremer [Wed, 15 Jan 2025 14:57:49 +0000 (14:57 +0000)] 
core192: Remove the old version of zlib

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agozlib-ng: Don't install the static version of the library
Michael Tremer [Wed, 15 Jan 2025 14:57:48 +0000 (14:57 +0000)] 
zlib-ng: Don't install the static version of the library

We want everythink to link against zlib dynamically so that we can
easily replace the library in case there is some urgent reason to do so.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agozlib-ng: Install the compat library into /lib again
Michael Tremer [Wed, 15 Jan 2025 14:57:47 +0000 (14:57 +0000)] 
zlib-ng: Install the compat library into /lib again

This is just to remain compatible with the older version which was also
installed in /lib.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoRevert "zlib-ng: ship /usr/lib/libz.so"
Michael Tremer [Wed, 15 Jan 2025 14:57:46 +0000 (14:57 +0000)] 
Revert "zlib-ng: ship /usr/lib/libz.so"

This reverts commit 2dbfc2f042839d2942b2a38790123c480d087cd8.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoopenssl: Dynamically link zlib
Michael Tremer [Wed, 15 Jan 2025 14:57:45 +0000 (14:57 +0000)] 
openssl: Dynamically link zlib

The former way was to open libz.so whenever it was needed. This is
however not a very good solution and we will have trouble in dependency
tracking and discover any linking problems much later.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocore192: ship collectd changes.
Arne Fitzenreiter [Tue, 21 Jan 2025 18:39:19 +0000 (19:39 +0100)] 
core192: ship collectd changes.

- collectd
- backup.pl
- graphs.pl

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agonut: Update to enable collectd to find the nut files
Adolf Belka [Wed, 25 Dec 2024 13:48:28 +0000 (14:48 +0100)] 
nut: Update to enable collectd to find the nut files

- with-dev is required as a configure option to ensure that the package-config files
   are installed during the build so that collectd can find the libupsclient library
   files which are needed for the nut plugin.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agomake.sh: Change of position for nut and dependant programs
Adolf Belka [Wed, 25 Dec 2024 13:48:27 +0000 (14:48 +0100)] 
make.sh: Change of position for nut and dependant programs

- With nut enabled in collectd as a plugin (to match with apcupsd) then it had to be
   moved to before collectd.
- netsnmpd is required by nut for one of its rootfiles and therefore has to stay before
   nut.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoupdate.sh: Update to migrate rrd directories for collectd-5.x
Adolf Belka [Wed, 25 Dec 2024 13:48:26 +0000 (14:48 +0100)] 
update.sh: Update to migrate rrd directories for collectd-5.x

- Not tested by myself but it uses the same code as in the backup.pl changes which were
   tested and worked. So expectation is that they will work in the Core Update but this
   will be able to be evaluated when the Testing Release is issued.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agobackup.pl: Update to migrate rrd directories for collectd-5.x
Adolf Belka [Wed, 25 Dec 2024 13:48:25 +0000 (14:48 +0100)] 
backup.pl: Update to migrate rrd directories for collectd-5.x

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agographs.pl: Update to names used by collectd-5.x
Adolf Belka [Wed, 25 Dec 2024 13:48:24 +0000 (14:48 +0100)] 
graphs.pl: Update to names used by collectd-5.x

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocollectd: Removal of old patches that are no longer needed
Adolf Belka [Wed, 25 Dec 2024 13:48:23 +0000 (14:48 +0100)] 
collectd: Removal of old patches that are no longer needed

Tested-by: Adolof Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agocollectd: Update to version 5.12.0
Adolf Belka [Wed, 25 Dec 2024 13:48:22 +0000 (14:48 +0100)] 
collectd: Update to version 5.12.0

- Update from version 4.10.9 to 5.12.0
- Update of rootfile
- Removal of the patches that were used for version 4.10.9. Checking these they have
   either been included, are no longer applicable as the involved code is no longer
   present or were changes specific to BSD or Solaris OS's or were related to plugins
   that were not enabled on IPFire such as mysql.
- If anyone is aware of patches that should be applied to version 5.12.0 then let me
   know.
- Updated the plugin lists to disable some that were enabled such as multimeter and
   battery. We shouldn't need to use IPFire as a multimeter and it should not really
   be running on a laptop in battery mode.
- Re-arranged the order of the plugins to make them alphabetical again.
- Added nut to the enabled plugins. apcupsd was already enabled but nut was not.
- Disabled making warnings into errors, updated the librrd directory and specified
   the libgcrypt directory so that the build was successfull.
- collecvtd-5.x supports parallel builds
- copied the 4.x to 5.x migration program into IPFire. This is then used when restoring
   older backups or for the update script for when collectd-5.12.0 is merged.
- The change set was installed on my vm and the graphs all worked as expected and got
   updated. Doing a restore from an earlier backup with the 4.x format of files was
   correctly migrated and installed.
- Changelog is rather large covering everything that has changed and been updated.
   Details can be found at https://github.com/collectd/collectd/releases

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agokernel: update to 6.12.10
Arne Fitzenreiter [Sun, 19 Jan 2025 23:21:56 +0000 (00:21 +0100)] 
kernel: update to 6.12.10

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agokernel: update riscv64 config and rootfile
Arne Fitzenreiter [Sun, 19 Jan 2025 21:44:46 +0000 (22:44 +0100)] 
kernel: update riscv64 config and rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agolinux-headers: riscv64 rootfile update
Arne Fitzenreiter [Sat, 18 Jan 2025 16:40:17 +0000 (17:40 +0100)] 
linux-headers: riscv64 rootfile update

4 months agogdb: rootfile update
Arne Fitzenreiter [Sat, 18 Jan 2025 16:33:04 +0000 (17:33 +0100)] 
gdb: rootfile update

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoflash-images: increase initial rootsize to 2.5GB
Arne Fitzenreiter [Sat, 18 Jan 2025 16:26:10 +0000 (17:26 +0100)] 
flash-images: increase initial rootsize to 2.5GB

the riscv64 build run out of diskspace.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agoMerge remote-tracking branch 'origin/master' into next
Michael Tremer [Fri, 17 Jan 2025 09:43:05 +0000 (09:43 +0000)] 
Merge remote-tracking branch 'origin/master' into next

4 months agofreeradius: Update to version 3.2.6
Adolf Belka [Mon, 13 Jan 2025 21:41:05 +0000 (22:41 +0100)] 
freeradius: Update to version 3.2.6

- Update from version 3.2.5 to 3.2.6
- Update of rootfile
- Changelog
    3.2.6
     Configuration changes
* require_message_authenticator=auto and limit_proxy_state=auto
  are not applied for wildcard clients.  This likely will
  leave your network in an insecure state.  Upgrade all clients!
     Feature improvements
* Allow for "auth+acct" dynamic home servers.
* Allow for setting "Home-Server-Pool", etc. for proxying
  accounting packets, just like authentication packets.
* Fix spelling in starent SN[1]-Subscriber-Acct-Mode attribute
  value. Patch from John Thacker.
* Update dictionary.iea. Patch from John Thacker.
* Add warning for secrets that are too short.
* More debugging for SSL ciphers. Patch from Nick Porter.
* Update 3GPP dictionary. Patch from Nick Porter.
* Fix ZTE dictionary.
* Make radsecret more portable and avoid extra dependencies.
* Add timestamp for Client-Lost so we don't think it's 1970. Patch
  from Alexander Clouter. #5353
     Bug fixes
* Dynamic clients now inherit require_message_authenticator
  and limit_proxy_state from dynamic client {...} definition.
* Fix radsecret build rules to better support parallel builds.
* Checkpoint systems should be reconfigured for the BlastRADIUS
  attack: https://support.checkpoint.com/results/sk/sk182516
  The Checkpoint systems drop packets containing Message-Authenticator,
  which violates the RFCs and is completely ridiculous.
* Fix duplicate CoA packet issue. #5397
* Several fixes in the event code
* Don't leak memory in rlm_sql_sqlite. #5392
* Don't stop processing RadSec data too early.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 months agolibxxhash: Update to version 0.8.3 and make available to rsync
Adolf Belka [Thu, 16 Jan 2025 17:19:10 +0000 (18:19 +0100)] 
libxxhash: Update to version 0.8.3 and make available to rsync

- Update from version 0.8.2 to 0.8.3
- Update of rootfile
- Move libxxhash to before rsync in make.sh
- Changelog
    0.8.3
- fix  : variant `XXH3_128bits_withSecretandSeed()` could produce an invalid
  result in some specific set of conditions, #894 by @hltj
- cli  : vector extension detected at runtime on x86/x64, enabled by default
- cli  : new commands `--filelist` and `--files-from`, by @Ian-Clowes
- cli  : XXH3 64-bits GNU format can now be generated and checked (command `-H3`)
- portability: LoongArch SX SIMD extension, by @lrzlin
- portability: can build on AIX, suggested by @likema
- portability: validated for SPARC cpus

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 months agorsync: Update to version 3.4.1
Adolf Belka [Thu, 16 Jan 2025 17:19:09 +0000 (18:19 +0100)] 
rsync: Update to version 3.4.1

- Update from version 3.3.0 to 3.4.1 as the previous patch which went from 3.3.0 to 3.4.0
   has only been merged into CU190 and not into next where this patch is being done.
   Not sure if this will cause problems or not. I updated the PAK_VER of rsynce from
   19 to 21 so that it went over the PAK_VER of the version merged into CU190.
- If how I have done it is not the best or not correct just let me know how I should do
   it and I will re-do it.
- Update of rootfile not required.
- Added in enabling xxhash as we have that available in IPFire as another addon.
- Ran rsync -V and confirmed that xxhash is now available to rsync.
- Changelog
    3.4.1
     Release 3.4.1 is a fix for regressions introduced in 3.4.0
     BUG FIXES:
- fixed handling of -H flag with conflict in internal flag values
- fixed a user after free in logging of failed rename
- fixed build on systems without openat()
- removed dependency on alloca() in bundled popt
     DEVELOPER RELATED:
- fix to permissions handling in the developer release script
    3.4.0 (This was already in the previous patch that went from 3.3.0 to 3.4.0
Release 3.4.0 is a security release that fixes a number of important
 vulnerabilities. For more details on the vulnerabilities please see the CERT
 report https://kb.cert.org/vuls/id/952657
     PROTOCOL NUMBER:
- The protocol number was changed to 32 to make it easier for
  administrators to check their servers have been updated
     SECURITY FIXES:
Many thanks to Simon Scannell, Pedro Gallegos, and Jasiel Spelman at
 Google Cloud Vulnerability Research and Aleksei Gorban (Loqpa) for
 discovering these vulnerabilities and working with the rsync project
 to develop and test fixes.
- CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing.
- CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats ASLR.
- CVE-2024-12086 - Server leaks arbitrary client files.
- CVE-2024-12087 - Server can make client write files outside of destination directory using symbolic links.
- CVE-2024-12088 - --safe-links Bypass.
- CVE-2024-12747 - symlink race condition.
     BUG FIXES:
- Fixed the included popt to avoid a memory error on modern gcc versions.
- Fixed an incorrect extern variable's type that caused an ACL issue on macOS.
- Fixed IPv6 configure check
     INTERNAL:
- Updated included popt to version 1.19.
     DEVELOPER RELATED:
- Various improvements to the release scripts and git setup.
- Improved packaging/var-checker to identify variable type issues.
- added FreeBSD and Solaris CI builds

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 months agocore192: ship zlib-ng
Arne Fitzenreiter [Tue, 14 Jan 2025 13:05:44 +0000 (14:05 +0100)] 
core192: ship zlib-ng

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
4 months agozlib-ng: ship /usr/lib/libz.so
Arne Fitzenreiter [Tue, 14 Jan 2025 12:30:15 +0000 (13:30 +0100)] 
zlib-ng: ship /usr/lib/libz.so

openssl needs this for dso library loading

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agotr.pl: Update tr.pl
Adolf Belka [Thu, 9 Jan 2025 19:32:44 +0000 (20:32 +0100)] 
tr.pl: Update tr.pl

- Corrected some sentences amd miss-uasages of words.

Suggested-by: Onur Erden <onur_erden@hotmail.com>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: Strip modules
Michael Tremer [Thu, 9 Jan 2025 15:08:22 +0000 (15:08 +0000)] 
kernel: Strip modules

The kernel does not strip modules by default. This can be enabled by
passing INSTALL_MOD_STRIP=1 when installing the modules.

Since we are not actually building the kernel with debuginfo and we are
comressing the modules afterwards, there is not a huge saving on disk
space, but there is a small saving of memory when loading the modules.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agofr.pl: Additional update to French translations for the optionsfw.cgi page
Adolf Belka [Wed, 8 Jan 2025 12:18:54 +0000 (13:18 +0100)] 
fr.pl: Additional update to French translations for the optionsfw.cgi page

Reported-by: Phil SCAR <p27m@orange.fr>
Fixes: Bug13800
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoweb-user-interface: Update rootfile
Adolf Belka [Tue, 7 Jan 2025 16:34:18 +0000 (17:34 +0100)] 
web-user-interface: Update rootfile

- Comment out the wlanap.cgi rootfile entry as this is tied to the hostapd addon and is
   installed when hostapd is installed.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agospeedtest-cli: Fix for bug13805 - error message if run on hour or half hour
Adolf Belka [Mon, 6 Jan 2025 13:52:26 +0000 (14:52 +0100)] 
speedtest-cli: Fix for bug13805 - error message if run on hour or half hour

- Created a self consistent patch set out of four patches on the speedtest-cli
   github site. Slight changes needed in each to allow them to be successfully applied
   in sequence.
- Additional comments added to top of the various patches.
- Tested out this modified package on my vm testbed and it fixes the bug of
   speedtest-cli giving an error message if run on the hour or on the half hour. I
   tested it out with the original system first and it failed with the error message
   for 7 half hour tests. With this modified version it ran for 9 half hour slots with
   no problems at all. Tested with the command being run via fcrontab.
- None of these patches have ben merged by the speedtest-cli github owner as the last
   commit was July 2021 and the patches were proposed in Feb 2023. There has been no
   resposne to anything on the speedtest-cli github site by the owner.
- I have reviewed all the patches and the content looks fine to me with no concerns
   from a security point of view although it would be good to get feedback from
   alternative eyes.
- Update of rootfile not required.

Fixes: Bug13805
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: update to 6.12.9
Arne Fitzenreiter [Sat, 11 Jan 2025 08:47:27 +0000 (08:47 +0000)] 
kernel: update to 6.12.9

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocore192: ship suricata
Arne Fitzenreiter [Wed, 8 Jan 2025 19:19:37 +0000 (20:19 +0100)] 
core192: ship suricata

this is now build with updated rust compiler.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agozlib-ng: Migrate to zlib-ng
Michael Tremer [Fri, 3 Jan 2025 10:39:28 +0000 (10:39 +0000)] 
zlib-ng: Migrate to zlib-ng

This is a new and improved version of zlib that merges various fixes and
optimizations from various contributors.

Amonst those are taking advantage of AVX and instruction sets if they
are available.

This patch adds the new API and a compat library that is a drop-in
replacement for the legacy version of zlib.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agomake.sh: Actually perform the build in the toolchain stage
Michael Tremer [Fri, 3 Jan 2025 10:40:03 +0000 (10:40 +0000)] 
make.sh: Actually perform the build in the toolchain stage

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoclamav: Update to version 1.4.1
Adolf Belka [Sat, 21 Dec 2024 12:55:39 +0000 (13:55 +0100)] 
clamav: Update to version 1.4.1

- Update from version 1.3.2 to 1.4.1
- Update of rootfile
- Changelog
    1.4.1
ClamAV 1.4.1 is a critical patch release with the following fixes:
- [CVE-2024-20506](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20506):
  Changed the logging module to disable following symlinks on Linux and Unix
  systems so as to prevent an attacker with existing access to the 'clamd' or
  'freshclam' services from using a symlink to corrupt system files.
  This issue affects all currently supported versions. It will be fixed in:
  - 1.4.1
  - 1.3.2
  - 1.0.7
  - 0.103.12
  Thank you to Detlef for identifying this issue.
- [CVE-2024-20505](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20505):
  Fixed a possible out-of-bounds read bug in the PDF file parser that could
  cause a denial-of-service (DoS) condition.
  This issue affects all currently supported versions. It will be fixed in:
  - 1.4.1
  - 1.3.2
  - 1.0.7
  - 0.103.12
  Thank you to OSS-Fuzz for identifying this issue.
- Removed unused Python modules from freshclam tests including deprecated
  'cgi' module that is expected to cause test failures in Python 3.13.
    1.4.0
      Major changes
- Added support for extracting ALZ archives.
  The new ClamAV file type for ALZ archives is `CL_TYPE_ALZ`.
  Added a [DCONF](https://docs.clamav.net/manual/Signatures/DynamicConfig.html)
  option to enable or disable ALZ archive support.
  > _Tip_: DCONF (Dynamic CONFiguration) is a feature that allows for some
  > configuration changes to be made via ClamAV `.cfg` "signatures".
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1183)
- Added support for extracting LHA/LZH archives.
  The new ClamAV file type for LHA/LZH archives is `CL_TYPE_LHA_LZH`.
  Added a [DCONF](https://docs.clamav.net/manual/Signatures/DynamicConfig.html)
  option to enable or disable LHA/LZH archive support.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1192)
- Added the ability to disable image fuzzy hashing, if needed. For context,
  image fuzzy hashing is a detection mechanism useful for identifying malware
  by matching images included with the malware or phishing email/document.
  New ClamScan options:
  ```
  --scan-image[=yes(*)/no]
  --scan-image-fuzzy-hash[=yes(*)/no]
  ```
  New ClamD config options:
  ```
  ScanImage yes(*)/no
  ScanImageFuzzyHash yes(*)/no
  ```
  New libclamav scan options:
  ```c
  options.parse &= ~CL_SCAN_PARSE_IMAGE;
  options.parse &= ~CL_SCAN_PARSE_IMAGE_FUZZY_HASH;
  ```
  Added a [DCONF](https://docs.clamav.net/manual/Signatures/DynamicConfig.html)
  option to enable or disable image fuzzy hashing support.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1186)
      Other improvements
- Added cross-compiling instructions for targeting ARM64/aarch64 processors for
  [Windows](https://github.com/Cisco-Talos/clamav/blob/main/INSTALL-cross-windows-arm64.md)
  and
  [Linux](https://github.com/Cisco-Talos/clamav/blob/main/INSTALL-cross-linux-arm64.md).
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1116)
- Improved the Freshclam warning messages when being blocked or rate limited
  so as to include the Cloudflare Ray ID, which helps with issue triage.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1195)
- Removed unnecessary memory allocation checks when the size to be allocated
  is fixed or comes from a trusted source.
  We also renamed internal memory allocation functions and macros, so it is
  more obvious what each function does.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1137)
- Improved the Freshclam documentation to make it clear that the `--datadir`
  option must be an absolute path to a directory that already exists, is
  writable by Freshclam, and is readable by ClamScan and ClamD.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1199)
- Added an optimization to avoid calculating the file hash if the clean file
  cache has been disabled. The file hash may still be calculated as needed to
  perform hash-based signature matching if any hash-based signatures exist that
  target a file of the same size, or if any hash-based signatures exist that
  target "any" file size.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1167)
- Added an improvement to the SystemD service file for ClamOnAcc so that the
  service will shut down faster on some systems.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1164)
- Added a CMake build dependency on the version map files so that the build
  will re-run if changes are made to the version map files.
  Work courtesy of Sebastian Andrzej Siewior.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1294)
- Added an improvement to the CMake build so that the RUSTFLAGS settings
  are inherited from the environment.
  Work courtesy of liushuyu.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1301)
      Bug fixes
- Silenced confusing warning message when scanning some HTML files.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1252)
- Fixed minor compiler warnings.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1197)
- Since the build system changed from Autotools to CMake, ClamAV no longer
  supports building with configurations where bzip2, libxml2, libz, libjson-c,
  or libpcre2 are not available. Libpcre is no longer supported in favor of
  libpcre2. In this release, we removed all the dead code associated with those
  unsupported build configurations.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1217)
- Fixed assorted typos. Patch courtesy of RainRat.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1228)
- Added missing documentation for the ClamScan `--force-to-disk` option.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1186)
- Fixed an issue where ClamAV unit tests would prefer an older
  libclamunrar_iface library from the install path, if present, rather than
  the recently compiled library in the build path.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1258)
- Fixed a build issue on Windows with newer versions of Rust.
  Also upgraded GitHub Actions imports to fix CI failures.
  Fixes courtesy of liushuyu.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1307)
- Fixed an unaligned pointer dereference issue on select architectures.
  Fix courtesy of Sebastian Andrzej Siewior.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1293)
- Fixed a bug that prevented loading plaintext (non-CVD) signature files
  when using the `--fail-if-cvd-older-than=DAYS` / `FailIfCvdOlderThan` option.
  Fix courtesy of Bark.
  - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1309)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agomake.sh: Addition of new and pinned rust crates
Adolf Belka [Sat, 21 Dec 2024 12:55:38 +0000 (13:55 +0100)] 
make.sh: Addition of new and pinned rust crates

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-winnow: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:37 +0000 (13:55 +0100)] 
rust-winnow: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-unicode-ident: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:36 +0000 (13:55 +0100)] 
rust-unicode-ident: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-toml_edit: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:35 +0000 (13:55 +0100)] 
rust-toml_edit: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-toml_datetime: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:34 +0000 (13:55 +0100)] 
rust-toml_datetime: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-target-triple: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:33 +0000 (13:55 +0100)] 
rust-target-triple: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-syn-1.0.109: Crate required pinned at version 1.0.109
Adolf Belka [Sat, 21 Dec 2024 12:55:32 +0000 (13:55 +0100)] 
rust-syn-1.0.109: Crate required pinned at version 1.0.109

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-serde_spanned: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:31 +0000 (13:55 +0100)] 
rust-serde_spanned: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-indoc-impl-0.3.6: Crate required to be pinned at version 0.3.6
Adolf Belka [Sat, 21 Dec 2024 12:55:30 +0000 (13:55 +0100)] 
rust-indoc-impl-0.3.6: Crate required to be pinned at version 0.3.6

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-indexmap: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:29 +0000 (13:55 +0100)] 
rust-indexmap: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-hashbrown: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:28 +0000 (13:55 +0100)] 
rust-hashbrown: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-foldhash: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:27 +0000 (13:55 +0100)] 
rust-foldhash: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-equivalent: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:26 +0000 (13:55 +0100)] 
rust-equivalent: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-allocfator-api2: New crate required by rust-1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:25 +0000 (13:55 +0100)] 
rust-allocfator-api2: New crate required by rust-1.83.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-unindent: Update to version 0.1.11 from 0.1.7
Adolf Belka [Sat, 21 Dec 2024 12:55:24 +0000 (13:55 +0100)] 
rust-unindent: Update to version 0.1.11 from 0.1.7

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-trybuild: Update to version 1.0.101 from 1.0.54
Adolf Belka [Sat, 21 Dec 2024 12:55:23 +0000 (13:55 +0100)] 
rust-trybuild: Update to version 1.0.101 from 1.0.54

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-toml: Update to version 0.8.19 from 0.5.8
Adolf Belka [Sat, 21 Dec 2024 12:55:22 +0000 (13:55 +0100)] 
rust-toml: Update to version 0.8.19 from 0.5.8

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-synstructure: Update to version 0.13.1 from 0.12.6
Adolf Belka [Sat, 21 Dec 2024 12:55:21 +0000 (13:55 +0100)] 
rust-synstructure: Update to version 0.13.1 from 0.12.6

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-syn: Update to version 2.0.90 from 1.0.86
Adolf Belka [Sat, 21 Dec 2024 12:55:20 +0000 (13:55 +0100)] 
rust-syn: Update to version 2.0.90 from 1.0.86

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-serde_json: Update to version 1.0.133 from 1.0.78
Adolf Belka [Sat, 21 Dec 2024 12:55:19 +0000 (13:55 +0100)] 
rust-serde_json: Update to version 1.0.133 from 1.0.78

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-serde_derive: Update to version 1.0.216 from 1.0.136
Adolf Belka [Sat, 21 Dec 2024 12:55:18 +0000 (13:55 +0100)] 
rust-serde_derive: Update to version 1.0.216 from 1.0.136

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-serde: Update to version 1.0.216 from 1.0.136
Adolf Belka [Sat, 21 Dec 2024 12:55:17 +0000 (13:55 +0100)] 
rust-serde: Update to version 1.0.216 from 1.0.136

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-rand: Update for template to add removal of Cargo.toml.orig from source file
Adolf Belka [Sat, 21 Dec 2024 12:55:16 +0000 (13:55 +0100)] 
rust-rand: Update for template to add removal of Cargo.toml.orig from source file

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-quote: Update to version 1.0.37 from 1.0.15
Adolf Belka [Sat, 21 Dec 2024 12:55:15 +0000 (13:55 +0100)] 
rust-quote: Update to version 1.0.37 from 1.0.15

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-proc-macro2: Update to version 1.0.36 from 1.0.92
Adolf Belka [Sat, 21 Dec 2024 12:55:14 +0000 (13:55 +0100)] 
rust-proc-macro2: Update to version 1.0.36 from 1.0.92

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-memchr: Update to version 2.7.4 from 2.4.1
Adolf Belka [Sat, 21 Dec 2024 12:55:13 +0000 (13:55 +0100)] 
rust-memchr: Update to version 2.7.4 from 2.4.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-inventory-impl: Update to version 0.1.11 from 0.1.4
Adolf Belka [Sat, 21 Dec 2024 12:55:12 +0000 (13:55 +0100)] 
rust-inventory-impl: Update to version 0.1.11 from 0.1.4

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-inventory: Update to version 0.1.4 from 0.3.15
Adolf Belka [Sat, 21 Dec 2024 12:55:11 +0000 (13:55 +0100)] 
rust-inventory: Update to version 0.1.4 from 0.3.15

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-indoc-impl: Update to version 0.3.7 from 0.3.6
Adolf Belka [Sat, 21 Dec 2024 12:55:10 +0000 (13:55 +0100)] 
rust-indoc-impl: Update to version 0.3.7 from 0.3.6

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust-ctor: Update to version 0.2.9 from 0.1.21
Adolf Belka [Sat, 21 Dec 2024 12:55:09 +0000 (13:55 +0100)] 
rust-ctor: Update to version 0.2.9 from 0.1.21

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agorust: Update to version 1.83.0
Adolf Belka [Sat, 21 Dec 2024 12:55:08 +0000 (13:55 +0100)] 
rust: Update to version 1.83.0

- Update from version 1.67.0 to 1.83.0
- Update x86_64, aarch64 & riscv64 rootfiles
- This version of rust hasd the fix to ensure that ruby builds okay with aarch64 &
   riscv64. This required a fix to be applied to the LLVM and then for the updated
   LLVM to be built into rust. That has occurred with this version.
- Tested out the build on aarch64 and riscv64 and confirmed that ruby built without
   any problems with this version of rust.
- The update of rust required a range of updates of other rust crates plus the
   inclusion of new crates and the pinning of some crates to older versions. This patch
   set includes all the rust crate changes.
- The download-rust-crate script results in source tarballs that have a Cargo.toml.orig
   file included in them. This is not allowed in the rust building so the rust-rand file
   which is used as a template for the rust crate script has been modified to remove
   this .orig file so that the build can complete.
- With this updated version of rust the clamav addon can also now be updated and so is
   also included in this patch set.
- There are 29 rust crate changes.
- Changelog is too large to include here. Details can be found at
   https://releases.rs/docs/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoqemu: update rootfile
Arne Fitzenreiter [Wed, 8 Jan 2025 19:01:37 +0000 (20:01 +0100)] 
qemu: update rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agosamba: Modification to disable cups for samba build and install
Adolf Belka [Mon, 14 Oct 2024 16:51:17 +0000 (18:51 +0200)] 
samba: Modification to disable cups for samba build and install

- As discussed at IPFire conf call on 7th Oct
- disable cups for the samba configure stage
- Update of rootfiles
- Update of samba.cgi to remove the printing of a printer share into the samba
   configuration file.
- Tested out on vm system. Installed samba with only avahi, perl-Parse-Yapp, perl-JSON
   and wsdd as dependencies. Installed without any problems. Existing share was able
   to be accessed without any problems and a new share was created and was also able
   to be accessed without problems.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoperl-Imager: Removal of all tiff related lines in rootfile
Adolf Belka [Mon, 14 Oct 2024 16:51:16 +0000 (18:51 +0200)] 
perl-Imager: Removal of all tiff related lines in rootfile

- With removal of libtiff, the perl-Imager rootfile has to have tiff related lines
   removed.
- perl-Imager works without the tiff lines in place. Only no tiff images will be able
   to be processed by perl-Imager but that is not required for its use in IPFire.
- Tested out creating an OpenVPN connection with OTP enabled and the OTP QR code was
   produced and able to be viewed.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agomake.sh: All removed packages removed from make.sh
Adolf Belka [Mon, 14 Oct 2024 16:51:15 +0000 (18:51 +0200)] 
make.sh: All removed packages removed from make.sh

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoqpdf: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:14 +0000 (18:51 +0200)] 
qpdf: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agopoppler-data: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:13 +0000 (18:51 +0200)] 
poppler-data: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agopoppler: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:12 +0000 (18:51 +0200)] 
poppler: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoopenjpeg: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:11 +0000 (18:51 +0200)] 
openjpeg: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agolibtiff: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:10 +0000 (18:51 +0200)] 
libtiff: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agolcms2: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:09 +0000 (18:51 +0200)] 
lcms2: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agohplip: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:08 +0000 (18:51 +0200)] 
hplip: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agogutenprint: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:07 +0000 (18:51 +0200)] 
gutenprint: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoghostscript: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:06 +0000 (18:51 +0200)] 
ghostscript: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agofoomatic: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:05 +0000 (18:51 +0200)] 
foomatic: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoepson-inkjet-printer-escpr: Removal of package
Adolf Belka [Mon, 14 Oct 2024 16:51:04 +0000 (18:51 +0200)] 
epson-inkjet-printer-escpr: Removal of package

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocups-pdf: Removal of cups-pdf
Adolf Belka [Mon, 14 Oct 2024 16:51:03 +0000 (18:51 +0200)] 
cups-pdf: Removal of cups-pdf

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocups-filters: Removal of cups-filters
Adolf Belka [Mon, 14 Oct 2024 16:51:02 +0000 (18:51 +0200)] 
cups-filters: Removal of cups-filters

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocups: Removal of cups and associated packages
Adolf Belka [Mon, 14 Oct 2024 16:51:01 +0000 (18:51 +0200)] 
cups: Removal of cups and associated packages

- As discussed at IPFire conf call on 7th Oct

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Wed, 8 Jan 2025 05:36:20 +0000 (06:36 +0100)] 
Merge remote-tracking branch 'origin/master' into next

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agoMerge remote-tracking branch 'origin/core190'
Arne Fitzenreiter [Wed, 8 Jan 2025 05:33:35 +0000 (06:33 +0100)] 
Merge remote-tracking branch 'origin/core190'

5 months agocore191: reship squid and dhcpcd
Arne Fitzenreiter [Wed, 8 Jan 2025 05:32:52 +0000 (06:32 +0100)] 
core191: reship squid and dhcpcd

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agocore191: ship iplockslist/sources and inuitscript/functions
Arne Fitzenreiter [Wed, 8 Jan 2025 05:27:52 +0000 (06:27 +0100)] 
core191: ship iplockslist/sources and inuitscript/functions

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agominiupnpc: revert the addition of this package due to transmission reversion
Adolf Belka [Thu, 2 Jan 2025 16:29:26 +0000 (17:29 +0100)] 
miniupnpc: revert the addition of this package due to transmission reversion

- As transmission has been reverted back to version 4.0.5 then miniupnpc is no longer
   needed for building or runtime.
- This removes the minupnpc lfs and rootfile files. It also removes miniupnpc from
   the make.sh file.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agotransmission: revert version back to 4.0.5
Adolf Belka [Thu, 2 Jan 2025 16:29:25 +0000 (17:29 +0100)] 
transmission: revert version back to 4.0.5

- Revert back from 4.0.6 to 4.0.5 due to a bug in 4.0.6 that has resulted in a variety
   of torrent mirrors banning transmission-4.0.6
- The update from 4.0.5 to 4.0.6 did not have any security fixes in it so there is no
   issue in moving backward to 4.0.5
- A fix has been created but it is unclear when (and if) version 4.0.7 will be released.
   The fix has also been included in version 4.1.0 but this is still in beta development
   form.
- Version 4.0.6 required minupnpc for building and run time. This reversion is also
   removing miniupnpc in an associated patch in this patch set.
- No change required in the rootfile.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 months agou-boot: update rootfile
Arne Fitzenreiter [Sun, 5 Jan 2025 18:59:27 +0000 (19:59 +0100)] 
u-boot: update rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agokernel: update to 6.12.8
Arne Fitzenreiter [Sun, 5 Jan 2025 17:00:14 +0000 (18:00 +0100)] 
kernel: update to 6.12.8

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 months agou-boot: add support for OrangePi PC 2
Arne Fitzenreiter [Sun, 5 Jan 2025 14:14:19 +0000 (14:14 +0000)] 
u-boot: add support for OrangePi PC 2

this board can also boot with the OrangePi Zero+ u-boot
but then it not support video out.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>