]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/log
people/pmueller/ipfire-2.x.git
20 months agoqemu-ga: Update to 7.0.0
Peter Müller [Mon, 1 Aug 2022 15:53:42 +0000 (15:53 +0000)] 
qemu-ga: Update to 7.0.0

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoqemu: Update to 7.0.0
Peter Müller [Mon, 1 Aug 2022 15:52:24 +0000 (15:52 +0000)] 
qemu: Update to 7.0.0

Please refer to https://wiki.qemu.org/ChangeLog/7.0 for the changelog of
this version.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agolinux: Randomize layout of sensitive kernel structures
Peter Müller [Mon, 1 Aug 2022 17:18:07 +0000 (17:18 +0000)] 
linux: Randomize layout of sensitive kernel structures

To quote from the kernel documentation:

> If you say Y here, the layouts of structures that are entirely
> function pointers (and have not been manually annotated with
> __no_randomize_layout), or structures that have been explicitly
> marked with __randomize_layout, will be randomized at compile-time.
> This can introduce the requirement of an additional information
> exposure vulnerability for exploits targeting these structure
> types.
>
> Enabling this feature will introduce some performance impact,
> slightly increase memory usage, and prevent the use of forensic
> tools like Volatility against the system (unless the kernel
> source tree isn't cleaned after kernel installation).
>
> The seed used for compilation is located at
> scripts/gcc-plgins/randomize_layout_seed.h. It remains after
> a make clean to allow for external modules to be compiled with
> the existing seed and will be removed by a make mrproper or
> make distclean.
>
> Note that the implementation requires gcc 4.7 or newer.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agoCore Update 170: Delete stale GnuTLS library
Peter Müller [Wed, 3 Aug 2022 10:58:06 +0000 (10:58 +0000)] 
Core Update 170: Delete stale GnuTLS library

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoGnuTLS: Update to 3.7.7
Peter Müller [Wed, 3 Aug 2022 10:27:23 +0000 (10:27 +0000)] 
GnuTLS: Update to 3.7.7

Please refer to https://lists.gnupg.org/pipermail/gnutls-help/2022-July/004746.html
the release notes of this version, and https://www.gnutls.org/security-new.html#GNUTLS-SA-2022-07-07
for the accompanying security advisory.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agolinux: Enable PCI passthrough for QEMU
Peter Müller [Tue, 2 Aug 2022 16:01:13 +0000 (16:01 +0000)] 
linux: Enable PCI passthrough for QEMU

Fixes: #12754
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agoCore Update 170: Ship Bash
Peter Müller [Wed, 3 Aug 2022 10:56:37 +0000 (10:56 +0000)] 
Core Update 170: Ship Bash

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoBash: Update to 5.1.16
Peter Müller [Wed, 3 Aug 2022 10:34:45 +0000 (10:34 +0000)] 
Bash: Update to 5.1.16

This is a maintenance release that bundles all the previously added
patches, which have therefore been deleted.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agompd: Update to 0.23.8
Peter Müller [Tue, 2 Aug 2022 14:17:21 +0000 (14:17 +0000)] 
mpd: Update to 0.23.8

Full changelog since version 0.23.6:

ver 0.23.8 (2022/07/09)
* storage
  - curl: fix crash if web server does not understand WebDAV
* input
  - cdio_paranoia: fix crash if no drive was found
  - cdio_paranoia: faster cancellation
  - cdio_paranoia: don't scan for replay gain tags
  - pipewire: fix playback of very short tracks
  - pipewire: drop all buffers before manual song change
  - pipewire: fix stuttering after manual song change
  - snapcast: fix busy loop while paused
  - snapcast: fix stuttering after resuming playback
* mixer
  - better error messages
  - alsa: fix setting volume before playback starts
  - pipewire: fix crash bug
  - pipewire: fix volume change events with PipeWire 0.3.53
  - pipewire: don't force initial volume=100%
* support libfmt 9

ver 0.23.7 (2022/05/09)
* database
  - upnp: support pupnp 1.14
* decoder
  - ffmpeg: fix HLS seeking
  - opus: fix missing song length on high-latency files
* output
  - shout: require at least libshout 2.4.0
* mixer
  - pipewire: fix volume restore
  - software: update volume of disabled outputs
* support libiconv

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agofmt: Update to 9.0.0
Peter Müller [Tue, 2 Aug 2022 14:16:27 +0000 (14:16 +0000)] 
fmt: Update to 9.0.0

Please refer to https://github.com/fmtlib/fmt/releases/tag/9.0.0 for the
release announcement of this version.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoninja: Update to 1.11.0
Peter Müller [Tue, 2 Aug 2022 14:18:36 +0000 (14:18 +0000)] 
ninja: Update to 1.11.0

https://groups.google.com/g/ninja-build/c/R2oCyDctDf8/m/-U94Y5I8AgAJ
appears to be the only release note-alike source for this version.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agolinux: Do not enable dangerous legacy DRM drivers
Peter Müller [Tue, 2 Aug 2022 09:35:07 +0000 (09:35 +0000)] 
linux: Do not enable dangerous legacy DRM drivers

https://lists.ipfire.org/pipermail/development/2022-July/013886.html

This leaves current Nvidia Nouveau support untouched.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agogit: Update to 2.37.1
Peter Müller [Mon, 1 Aug 2022 15:55:06 +0000 (15:55 +0000)] 
git: Update to 2.37.1

Please refer to
- https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.37.0.txt
- https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.37.1.txt
for the changes since 2.36.1.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoNRPE: Update to 4.1.0
Peter Müller [Mon, 1 Aug 2022 15:57:08 +0000 (15:57 +0000)] 
NRPE: Update to 4.1.0

Full changelog:

4.1.0 - 2022-07-18

ENHANCEMENTS

    Add support for OpenSSL 3 (and EL9/Debian 11/Ubuntu 22)
    Allow tcpd/libwrap to be excluded from build when present on the system
    Allow loading of full certificate chains
    Change -u (connection issues return UNKNOWN) to include all SSL-layer failures.
    Disable renegotiation and enforce server cipher order when using SSL
    Verify that private keys match certificates when using SSL

FIXES

    Fixed incorrect default for nasty_metachars in nrpe.cfg
    Fixed incorrect help text for --use-adh
    Fixed potential out-of-bound read when used with IPv6

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agolinux: Update rootfiles to reflect dropped support of dprintk
Peter Müller [Mon, 1 Aug 2022 17:23:28 +0000 (17:23 +0000)] 
linux: Update rootfiles to reflect dropped support of dprintk

See: 883e29630cb1f5b16c8508b585c32d7f54a86e1a

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agolinux: Update aarch64 rootfile
Peter Müller [Tue, 2 Aug 2022 15:22:15 +0000 (15:22 +0000)] 
linux: Update aarch64 rootfile

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoCore Update 170: Delete orphaned comment from update.sh
Peter Müller [Tue, 2 Aug 2022 15:19:07 +0000 (15:19 +0000)] 
Core Update 170: Delete orphaned comment from update.sh

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoupdate.sh: clean out old collectd statistics
Jon Murphy [Sun, 31 Jul 2022 20:49:00 +0000 (15:49 -0500)] 
update.sh: clean out old collectd statistics

- processes-mysqld
- processes-snort
- processes-rtorrent
- processes-asterisk
- processes-java
- processes-spamd
- entropy

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoparted: Update LFS to reflect that parted is no longer an addon
Adolf Belka [Mon, 1 Aug 2022 16:02:11 +0000 (18:02 +0200)] 
parted: Update LFS to reflect that parted is no longer an addon

- In 2018 parted was moved from being an addon to being a core program
- The rootfile was moved from rootfiles/packages/ to rootfiles/common/
- The LFS was not updated to remove the PAK_VER etc elements.
- This patch adjusts the LFS file to be in line with being a core program

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoCore Update 170: Fix sed call
Peter Müller [Tue, 2 Aug 2022 15:09:55 +0000 (15:09 +0000)] 
Core Update 170: Fix sed call

Fixes: #12907
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoCore Update 170: Ship hdparm
Peter Müller [Tue, 2 Aug 2022 06:48:04 +0000 (06:48 +0000)] 
Core Update 170: Ship hdparm

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agohdparm: Update to 9.64
Peter Müller [Mon, 1 Aug 2022 14:27:16 +0000 (14:27 +0000)] 
hdparm: Update to 9.64

Changes according to https://sourceforge.net/p/hdparm/news/2022/07/hdparm-964-is-released/:

Fixed bug whereby output from "hdparm --Istdin" would sometimes be truncated.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agorpcsvc-proto: Update to 1.4.3
Peter Müller [Mon, 1 Aug 2022 14:29:42 +0000 (14:29 +0000)] 
rpcsvc-proto: Update to 1.4.3

NEWS mentions:

Version 1.4.3
* Fix rpcgen build on macos arm64

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agoCore Update 170: Delete stale Unbound library
Peter Müller [Tue, 2 Aug 2022 06:46:32 +0000 (06:46 +0000)] 
Core Update 170: Delete stale Unbound library

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agounbound: Update to 1.16.2
Matthias Fischer [Mon, 1 Aug 2022 18:25:16 +0000 (20:25 +0200)] 
unbound: Update to 1.16.2

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

"Features

    Merge #718: Introduce infra-cache-max-rtt option to config max retransmit timeout.

Bug Fixes

    Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.

    Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing
    for one loop pass'.

    Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT
    on outbound tcp sockets.

    Fix verbose EDE error printout.

    Fix dname count in sldns parse type descriptor for SVCB and HTTPS.

    For windows crosscompile, fix setting the IPV6_MTU socket option
    equivalent (IPV6_USER_MTU); allows cross compiling with latest cross-compiler versions.

    Merge PR 714: Avoid treat normal hosts as unresponsive servers. And fixup the lock code.

    iana portlist update.

    Update documentation for 'outbound-msg-retry:'.

    Tests for ghost domain fixes."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
20 months agolinux: Give CONFIG_RANDOMIZE_BASE on aarch64 another try
Peter Müller [Mon, 11 Jul 2022 15:07:22 +0000 (15:07 +0000)] 
linux: Give CONFIG_RANDOMIZE_BASE on aarch64 another try

Quoted from https://capsule8.com/blog/kernel-configuration-glossary/:

> Significance: Critical
>
> In support of Kernel Address Space Layout Randomization (KASLR) this randomizes
> the physical address at which the kernel image is decompressed and the virtual
> address where the kernel image is mapped as a security feature that deters
> exploit attempts relying on knowledge of the location of kernel code internals.

We tried to enable this back in 2020, and failed. Since then, things
may have been improved, so let's give this low-hanging fruit another
try.

Fixes: #12363
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agoCore Update 170: Ship vulnerabilities.cgi
Peter Müller [Mon, 1 Aug 2022 10:19:46 +0000 (10:19 +0000)] 
Core Update 170: Ship vulnerabilities.cgi

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
20 months agovulnerabilities.cgi: Add Retbleed (CVE-2022-29900, CVE-2022-29901)
Peter Müller [Mon, 1 Aug 2022 09:32:51 +0000 (09:32 +0000)] 
vulnerabilities.cgi: Add Retbleed (CVE-2022-29900, CVE-2022-29901)

Please refer to https://comsec.ethz.ch/research/microarch/retbleed/ for
further details on this vulnerability.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
20 months agoCore Update 170: Silly me screwed up initscript calls :-/
Peter Müller [Mon, 1 Aug 2022 09:14:03 +0000 (09:14 +0000)] 
Core Update 170: Silly me screwed up initscript calls :-/

Studies reveal intelligent life before the first cup of coffee is
possibly in theory, but does not exist in practice.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agolinux: Update kernel configuration for x86_64
Peter Müller [Sat, 30 Jul 2022 11:03:53 +0000 (11:03 +0000)] 
linux: Update kernel configuration for x86_64

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agolinux: Update ARM rootfiles
Peter Müller [Fri, 29 Jul 2022 17:09:56 +0000 (17:09 +0000)] 
linux: Update ARM rootfiles

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agologwatch: Fix rootfile
Peter Müller [Fri, 29 Jul 2022 17:06:15 +0000 (17:06 +0000)] 
logwatch: Fix rootfile

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship kmod
Peter Müller [Fri, 29 Jul 2022 17:04:43 +0000 (17:04 +0000)] 
Core Update 170: Ship kmod

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agokmod: Update to 30
Peter Müller [Thu, 28 Jul 2022 10:26:46 +0000 (10:26 +0000)] 
kmod: Update to 30

Please refer to the tarballs's NEWS file for release announcements.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoCUPS: Update to 2.4.2
Peter Müller [Thu, 28 Jul 2022 13:09:51 +0000 (13:09 +0000)] 
CUPS: Update to 2.4.2

Please refer to https://github.com/OpenPrinting/cups/releases/tag/v2.4.2
for the release notes of this version. Most notably for IPFire, it comes
with OpenSSL support again.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoSamba: Update to 4.16.4
Peter Müller [Thu, 28 Jul 2022 13:19:16 +0000 (13:19 +0000)] 
Samba: Update to 4.16.4

This is a security release, please refer to https://www.samba.org/samba/latest_news.html#4.16.4
for the respective advisory.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship Pakfire changes
Peter Müller [Thu, 28 Jul 2022 13:48:17 +0000 (13:48 +0000)] 
Core Update 170: Ship Pakfire changes

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agopakfire: Replace getmetadata duplicate code
Robin Roevens [Thu, 28 Jul 2022 11:21:36 +0000 (13:21 +0200)] 
pakfire: Replace getmetadata duplicate code

- Use getmetadata function in services.cgi to determine installed
  addon services to display. Removing code duplication and intel that
  should only be known by pakfire itself.
- Removed hardcoded exclusions:
  - squid should show up correctly using the new metadata info
  - mdadm is part of core and will never show up here
  - alsa, unknown if this problem still exists, but if it is, this
    should be handled somewhere else.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Add getmetadata function
Robin Roevens [Thu, 28 Jul 2022 11:21:35 +0000 (13:21 +0200)] 
pakfire: Add getmetadata function

- Added new getmetadata function for easy access to all available
  metadata of a pak without knowledge about or need to parse
  pakfire internal db files.
- Added new 'pakfire info' functionality for displaying all available
  metadata of (a) pak(s) to the user, using the new getmetadata.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Replace status duplicate code
Robin Roevens [Thu, 28 Jul 2022 11:21:34 +0000 (13:21 +0200)] 
pakfire: Replace status duplicate code

- Make use of renewed status function in pakfire.cgi removing duplicate
  code

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Refactor status seperating UI and logic
Robin Roevens [Thu, 28 Jul 2022 11:21:33 +0000 (13:21 +0200)] 
pakfire: Refactor status seperating UI and logic

- Removed UI code from status function now returning hash with status
  properties.
- Removed function coreupdate_available as it is now not used anymore
- Added UI code to pakfire status routine
- Added meaningfull exitcode to status:
  - 2: Core update available
  - 3: Pak update available
  - 4: Reboot required
  - Error codes can be added together: 2+3 = 5 means both core update
    and pak update is available

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Add list upgrade functionality
Robin Roevens [Thu, 28 Jul 2022 11:21:32 +0000 (13:21 +0200)] 
pakfire: Add list upgrade functionality

- Added possibility to list available upgrades from commandline
  using 'pakfire list upgrade'.
- Added exitcode to 'pakfire list'
- Moved 'Pakfire has finished' log message inside END block to
  always log when pakfire exited.
- Fix: allow [options] between 'list' and [installed/notinstalled/
  upgrade] parameters (Partly fixes Bug #12868)

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Optimize upgradecore function
Robin Roevens [Thu, 28 Jul 2022 11:21:31 +0000 (13:21 +0200)] 
pakfire: Optimize upgradecore function

upgradecore function should just upgrade the core:
Moved check if upgrade is necessary to pakfire upgrade code, removing
code from upgradecore function duplicating codedbinfo workings.
Also adding more vebosity to pakfire upgrade.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Replace dbgetlist duplicate code
Robin Roevens [Thu, 28 Jul 2022 11:21:30 +0000 (13:21 +0200)] 
pakfire: Replace dbgetlist duplicate code

Replace dbgetlist code duplicating dblist and getmetafile
workings with call to actual dblist and getmetafile functions.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Replace duplicate code with dblist functioncall
Robin Roevens [Thu, 28 Jul 2022 11:21:29 +0000 (13:21 +0200)] 
pakfire: Replace duplicate code with dblist functioncall

Replace pakfire install code duplicating dblist working with call
to actual dblist function.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Translate WUI header/footer text
Robin Roevens [Thu, 28 Jul 2022 11:21:28 +0000 (13:21 +0200)] 
pakfire: Translate WUI header/footer text

Add en/nl/fr/de translations for:
  - Traffic: In XXX bit/s Out XXX bit/s
  - IPFire X.XX (xxx) - Core Update XXX ...

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agopakfire: Refactor dblist seperating UI and logic
Robin Roevens [Thu, 28 Jul 2022 11:21:27 +0000 (13:21 +0200)] 
pakfire: Refactor dblist seperating UI and logic

- Removed UI code from dblist function and refactor it making it return
  a hash representing the pak db for easier handling of this data.
- Moved core update check in dblist to new seperate dbcoreinfo function
  making it return a hash with current and possibly available core
  version info.
- Update existing calls to dblist
- Bring UI parts previously in dblist to pakfire program itself,
  pakfire.cgi and index.cgi with a few small enhancements:
  - Translations for 'Core-Update', 'Release', 'Update' and 'Version'
  - Add currently installed version numbers to installed paks list in
    pakfire.cgi
  - Add 'Installed: yes/no' to pakfire list output so people not using
    colors have this information too. (Partly fixes Bug #12868)
  - Add update available details to pakfire list output if package has
    updates available.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
21 months agoCore Update 170: Stop Suricata before extracting files
Peter Müller [Thu, 28 Jul 2022 13:42:48 +0000 (13:42 +0000)] 
Core Update 170: Stop Suricata before extracting files

Stopping services before potentially tampering with files they use is a
more sane approach than doing the latter and hope the running service
can cope with it. Suricata, at least, reportedly doesn't.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship kernel and regenerate initial ramdisks locally
Peter Müller [Thu, 28 Jul 2022 13:41:12 +0000 (13:41 +0000)] 
Core Update 170: Ship kernel and regenerate initial ramdisks locally

Per https://lists.ipfire.org/pipermail/development/2022-July/013889.html,
we ship the updated kernel in Core Update 170, but generate the initial
ramdisks locally to save space.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agolinux: Enable Intel DMA Remapping Devices by default on x86_64
Peter Müller [Mon, 11 Jul 2022 14:48:08 +0000 (14:48 +0000)] 
linux: Enable Intel DMA Remapping Devices by default on x86_64

If available, the kernel will enable IOMMU (a/k/a DMA remapping) by
default on boot. To tools making use of that, particularly hypervisors,
this provides better security without any downsides.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agolinux: Update to 5.15.57
Peter Müller [Thu, 28 Jul 2022 13:24:56 +0000 (13:24 +0000)] 
linux: Update to 5.15.57

Please refer to https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.57
for the changelog of this version. Since it introduces
architecture-dependent rootfile changes due to CPU side-channel
mitigations, changes to ARM rootfiles have been omitted due to the lack
of hardware.

Supposed hardening changes will be submitted separately.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Harden mount options of /boot on existing installations
Peter Müller [Wed, 13 Jul 2022 19:46:38 +0000 (19:46 +0000)] 
Core Update 170: Harden mount options of /boot on existing installations

The second version of this patch uses @ instead of / for sed delimiters,
which makes the command less hard to read. Since Core Update 170 already
requires a reboot at this point, the respective directive is omitted.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoinstaller: Harden mount options of /boot partition
Peter Müller [Thu, 28 Jul 2022 13:28:42 +0000 (13:28 +0000)] 
installer: Harden mount options of /boot partition

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agocups-pdf: Fix applying patch
Michael Tremer [Wed, 27 Jul 2022 09:49:36 +0000 (09:49 +0000)] 
cups-pdf: Fix applying patch

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoclamav: Update to 0.105.1
Matthias Fischer [Wed, 27 Jul 2022 00:00:05 +0000 (02:00 +0200)] 
clamav: Update to 0.105.1

For details see:
https://blog.clamav.net/2022/07/clamav-01037-01041-and-01051-patch.html

"ClamAV 0.105.1 is a critical patch release with the following fixes:

    Upgrade the vendored UnRAR library to version 6.1.7.

    Fix issue building macOS universal binaries in some configurations.

    Silence error message when the logical signature maximum functionality
    level is lower than the current functionality level.

    Fix scan error when scanning files containing malformed images that
    cannot be loaded to calculate an image fuzzy hash.

    Fix logical signature "Intermediates" feature.

    Relax constraints on slightly malformed ZIP archives that contain
    overlapping file entries."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agocore170: Ship logs.cgi/ids.dat
Michael Tremer [Wed, 27 Jul 2022 07:11:23 +0000 (07:11 +0000)] 
core170: Ship logs.cgi/ids.dat

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agologs.cgi/ids.dat: Proper display logged events.
Stefan Schantl [Tue, 26 Jul 2022 17:31:06 +0000 (19:31 +0200)] 
logs.cgi/ids.dat: Proper display logged events.

Fix the regular expression to proper display the logged IDS events.

Fixes #12899.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agologwatch: Update to 7.7
Matthias Fischer [Tue, 26 Jul 2022 14:56:50 +0000 (16:56 +0200)] 
logwatch: Update to 7.7

The developers do not provide a changelog, the only comment I could find was on:

https://packetstormsecurity.com/files/167798/Logwatch-7.7.html

"Changes: Fixed bugs."

Running here on Core 169. No seen problems.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agocore170: Ship services.cgi
Michael Tremer [Wed, 27 Jul 2022 07:10:05 +0000 (07:10 +0000)] 
core170: Ship services.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoservices.cgi: Add link to DNS settings
Matthias Fischer [Tue, 26 Jul 2022 14:49:05 +0000 (16:49 +0200)] 
services.cgi: Add link to DNS settings

This just came to my view...

I know its not *actually* a link to a "DNS-Proxyserver", but I find it
nice that I can change to the page containing some of the main DNS settings
in just one click. I thought it could be useful.

JM2C

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agocups: Add link at /etc/cups pointing to configuration
Michael Tremer [Mon, 25 Jul 2022 16:02:04 +0000 (16:02 +0000)] 
cups: Add link at /etc/cups pointing to configuration

This is needed because cups-pdf is looking for its configuration file in
/etc/cups.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agocups-pdf: New package
Michael Tremer [Mon, 25 Jul 2022 16:02:03 +0000 (16:02 +0000)] 
cups-pdf: New package

This package provides a CUPS backend to print into PDF files.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoCore Update 170: Ship bind
Peter Müller [Sun, 24 Jul 2022 13:02:13 +0000 (13:02 +0000)] 
Core Update 170: Ship bind

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agobind: Update to 9.16.31
Matthias Fischer [Sun, 24 Jul 2022 11:06:46 +0000 (13:06 +0200)] 
bind: Update to 9.16.31

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

Excerpt from changelog:

" --- 9.16.31 released ---

5917. [bug] Update ifconfig.sh script as is miscomputed interface
identifiers when destroying interfaces. [GL #3061]

5915. [bug] Detect missing closing brace (}) and computational
overflows in $GENERATE directives. [GL #3429]

5913. [bug] Fix a race between resolver query timeout and
validation in resolver.c:validated(). Remove
resolver.c:maybe_destroy() as it is no loger needed.
[GL #3398]

5909. [bug] The server-side destination port was missing from dnstap
captures of client traffic. [GL #3309]

5905. [bug] When the TCP connection would be closed/reset between
the connect/accept and the read, the uv_read_start()
return value would be unexpected and cause an assertion
failure. [GL #3400]

5903. [bug] When named checks that the OPCODE in a response matches
that of the request, if there is a mismatch named logs
an error.  Some of those error messages incorrectly
used RCODE instead of OPCODE to lookup the nemonic.
This has been corrected. [GL !6420]"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship krb5
Peter Müller [Sun, 24 Jul 2022 10:23:17 +0000 (10:23 +0000)] 
Core Update 170: Ship krb5

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoncurses: Ship tmux terminfo
Michael Tremer [Thu, 21 Jul 2022 07:59:43 +0000 (07:59 +0000)] 
ncurses: Ship tmux terminfo

Fixes: #12905
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agolang: Update of French translation
Stéphane Pautrel [Wed, 20 Jul 2022 15:04:14 +0000 (15:04 +0000)] 
lang: Update of French translation

- 29 strings have been added (otp qrcode, ipblocklist, cve mmio stale
  data)
- 8 strings have been improved
- 3 strings have been removed (rdrand and hwrng system, hardware
  support)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agocheckrootfiles: exclude update.sh at x86_64 check
Arne Fitzenreiter [Tue, 19 Jul 2022 16:52:31 +0000 (16:52 +0000)] 
checkrootfiles: exclude update.sh at x86_64 check

the updatescript also contains this string so the check
produce a false positive.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agopcengines-apu-firmware: Update to version 4.17.0.1
Jon Murphy [Tue, 19 Jul 2022 15:30:34 +0000 (10:30 -0500)] 
pcengines-apu-firmware: Update to version 4.17.0.1

- Update from 4.16.0.3 to 4.17.0.1
- Changelog
    v4.17.0.1 - Release date: 2022-06-23
      Rebased with official coreboot repository commit 5eda52a
      updated sortbootorder to v4.6.24
      Added - Support for APU7 (APU3 variant with 2.5GbE i225 NICs)
      See: https://github.com/pcengines/coreboot/compare/v4.16.0.4...v4.17.0.1

    v4.16.0.4 Release date: 2022-05-26
      Rebased with official coreboot repository commit 9686ac2261
      updated sortbootorder to v4.6.23
      updated SeaBIOS to rel-1.16.0.1
      See: https://github.com/pcengines/coreboot/compare/v4.16.0.3...v4.16.0.4

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Acked-by: Bernhard Bitsch <bbitsch@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoRun "./make.sh lang"
Michael Tremer [Tue, 19 Jul 2022 07:54:00 +0000 (07:54 +0000)] 
Run "./make.sh lang"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agopakfire/functions.pl: Adjust log level
Leo-Andres Hofmann [Mon, 18 Jul 2022 16:48:54 +0000 (18:48 +0200)] 
pakfire/functions.pl: Adjust log level

The informative pakfire message
"No new upgrades available. You are on release ..."
does not mean that an error has happened. This patch adjusts
the log level prefix to "info" accordingly.

Reported-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoipblocklist: Fixed typo in 'sources'
Matthias Fischer [Fri, 15 Jul 2022 12:45:43 +0000 (14:45 +0200)] 
ipblocklist: Fixed typo in 'sources'

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoipblocklist: Removed another unused(?) message string
Matthias Fischer [Fri, 15 Jul 2022 12:28:27 +0000 (14:28 +0200)] 
ipblocklist: Removed another unused(?) message string

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoipblocklist: Suggested german translation
Matthias Fischer [Fri, 15 Jul 2022 12:26:58 +0000 (14:26 +0200)] 
ipblocklist: Suggested german translation

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoipblocklist: Suggestions for 'en.pl'
Matthias Fischer [Fri, 15 Jul 2022 12:21:45 +0000 (14:21 +0200)] 
ipblocklist: Suggestions for 'en.pl'

- Removed unused translation strings
- Tuned some messages for better readability

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoipblocklist: Fixed typo in 'en.pl'
Matthias Fischer [Fri, 15 Jul 2022 12:10:07 +0000 (14:10 +0200)] 
ipblocklist: Fixed typo in 'en.pl'

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoipblocklist.cgi: Theme fix
Matthias Fischer [Fri, 15 Jul 2022 12:04:45 +0000 (14:04 +0200)] 
ipblocklist.cgi: Theme fix

Themes have been dropped - 'ipblocklist.cgi' refused to start.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agokrb5: Update to 1.20
Peter Müller [Thu, 14 Jul 2022 10:27:59 +0000 (10:27 +0000)] 
krb5: Update to 1.20

Please refer to https://web.mit.edu/kerberos/krb5-1.20/ for the release
notes of this version. No rootfile changes were necessary.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoc170: Ship suricata
Michael Tremer [Thu, 14 Jul 2022 09:44:42 +0000 (09:44 +0000)] 
c170: Ship suricata

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agosuricata: Update to 5.0.10
Matthias Fischer [Wed, 13 Jul 2022 21:03:50 +0000 (23:03 +0200)] 
suricata: Update to 5.0.10

Changelog:

"5.0.10 -- 2022-07-12

Bug #5429: TCP flow that retransmits the SYN with a newer TSval not properly tracked (5.0.x backport)
[Note: Therefore 'suricata-5.0-stream-tcp-Handle-retransmitted-SYN-with-TSval.patch' could be removed]

Bug #5424: inspection of smb traffic without smb/dcerpc doesn't work correct.  (5.0.x backport)
Bug #5423: DCERPC protocol detection when nested in SMB (5.0.x backport)
Bug #5404: detect: will still inspect packets of a "dropped" flow for non-TCP (5.0.x backport)
Bug #5388: detect/threshold: offline time handling issue (5.0.x backports)
Bug #5358: test failure on Ubuntu 22.04 with GCC 12 (5.0.x backport)
Bug #5354: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails (5.0.x backport)
Bug #5345: CIDR prefix calculation fails on big endian archs (5.0.x backport)
Bug #5343: ftp: quadratic complexity for tx iterator with linked list (5.0.x backport)
Bug #5341: decode/mime: base64 decoding for data with spaces is broken (5.0.x backport)
Bug #5339: PreProcessCommands does not handle all the edge cases (5.0.x backport)
Bug #5325: FTP: expectation created in wrong direction (5.0.x backport)
Bug #5305: cppcheck: various static analyzer "warning"s
Bug #5302: Failed assert DeStateSearchState
Bug #5301: eve: payload field randomly missing even if the packet field is present
Bug #5289: Remove unneeded stack-on-signal initialization.
Bug #5283: 5.0.x: ftp: don't let first incomplete segment be over maximum length
Bug #5124: alerts: 5.0.8/6.0.4 count noalert sigs towards built-in alert limit (5.0.x backport)
Bug #5113: Off-by-one in flow-manager flow_hash row allocation
Bug #5055: Documentation copyright years are invalid
Bug #5021: dataset: error with space in rule language
Bug #4926: Rule error in SMB dce_iface and dce_opnum keywords (5.0.x backport)
Bug #4646: TCP reassembly, failed assert app_progress > last_ack_abs, both sides need to be pruned
Optimization #5123: alerts: use alert queing in DetectEngineThreadCtx (5.0.x backport)
Optimization #5121: Use configurable or more dynamic @ PACKET_ALERT_MAX@ (5.0.x backport)
Task #5322: stats/alert: log out to stats alerts that have been discarded from packet queue (5.0.x backport)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoc170: Update collectd.conf
Michael Tremer [Thu, 14 Jul 2022 09:42:11 +0000 (09:42 +0000)] 
c170: Update collectd.conf

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agocollectd: Do not keep track of entropy any more
Peter Müller [Wed, 13 Jul 2022 20:05:16 +0000 (20:05 +0000)] 
collectd: Do not keep track of entropy any more

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 months agoCore Update 170: Ship and restart Unbound
Peter Müller [Tue, 12 Jul 2022 15:03:52 +0000 (15:03 +0000)] 
Core Update 170: Ship and restart Unbound

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agounbound: Update to 1.16.1
Matthias Fischer [Mon, 11 Jul 2022 19:12:14 +0000 (21:12 +0200)] 
unbound: Update to 1.16.1

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

"Features

    Fix #704: [FR] Statistics counter for number of outgoing UDP queries
    sent; introduces 'num.query.udpout' to the 'unbound-control stats'
    command.

Bug Fixes

    makedist.sh picks up 32bit libssp-0.dll when 32bit compile.
    Fix for edns client subnet to respect not looking in its cache when
    instructed to do so (e.g., prefetch).
    Merge PR #688: Rpz url notify issue.
    Note in the unbound.conf text that NOTIFY is allowed from the 'url:'
    addresses for auth and rpz zones.
    Remove unused LDNS function check for GOST Engine unloading.
    Fix for loading locally stored zones that have lines with blanks or
    blanks and comments.
    Fix #663: use after free issue with edns options.
    Clarify -v flag manpage entry (#705)
    Fix test program dohclient close to use portability routine.
    Show the output of the exact .rpl run that failed with 'make test'.
    Fix for cached 0 TTL records to not trigger prefetching when
    serve-expired-client-timeout is set.
    Add debug option to the mini_tdir.sh test code.
    Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
    Allow fallback to the parent side when MAX_TARGET_NX is reached. This
    will also allow MAX_TARGET_NX more NXDOMAINs.
    iana portlist update.
    Fix detection of libz on windows compile with static option.
    Fix compile warning for windows compile.
    Merge PR #706: NXNS fallback.
    From #706: Cached NXDOMAIN does not increase the target nx responses.
    From #706: Don't generate parent side queries if we already have the
    lame records in cache.
    From #706: When a lame address is the best choice, don't try to
    generate target queries when the missing targets are all lame.
    Merge PR #671 from Petr Menšík: Disable ED25519 and ED448 in FIPS mode
    on openssl3.
    Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
    For #660: formatting, less verbose logging, add EDE information.
    Fix for correct openssl error when adding windows CA certificates to
    the openssl trust store.
    Improve val_sigcrypt.c::algo_needs_missing for one loop pass.
    Reintroduce documentation and more EDE support for
    val_sigcrypt.c::dnskeyset_verify_rrset_sig.
    Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
    one loop pass'.
    Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on
    outbound tcp sockets."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship vim
Peter Müller [Mon, 11 Jul 2022 13:04:37 +0000 (13:04 +0000)] 
Core Update 170: Ship vim

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship sqlite
Peter Müller [Mon, 11 Jul 2022 13:04:23 +0000 (13:04 +0000)] 
Core Update 170: Ship sqlite

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agosqlite: Update to version 3390000
Adolf Belka [Sun, 10 Jul 2022 13:10:36 +0000 (15:10 +0200)] 
sqlite: Update to version 3390000

- Update from version 3380500 to 3890000
- Update of rootfile not required
- Changelog
   Release 3.39.0 On 2022-06-25
    Add (long overdue) support for RIGHT and FULL OUTER JOIN.
    Add new binary comparison operators IS NOT DISTINCT FROM and IS DISTINCT FROM that are
     equivalent to IS and IS NOT, respective, for compatibility with PostgreSQL and SQL
     standards.
    Add a new return code (value "3") from the sqlite3_vtab_distinct() interface that
     indicates a query that has both DISTINCT and ORDER BY clauses.
    Added the sqlite3_db_name() interface.
    The unix os interface resolves all symbolic links in database filenames to create a
     canonical name for the database before the file is opened.
    Defer materializing views until the materialization is actually needed, thus avoiding
     unnecessary work if the materialization turns out to never be used.
    The HAVING clause of a SELECT statement is now allowed on any aggregate query, even
     queries that do not have a GROUP BY clause.
    Many microoptimizations collectively reduce CPU cycles by about 2.3%.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
21 months agovim: Update to version 9.0
Adolf Belka [Sun, 10 Jul 2022 13:10:56 +0000 (15:10 +0200)] 
vim: Update to version 9.0

- Update from version 8.2 to 9.0
- Update of rootfile
- Remove gcc10 detection patch as this is now built into the source tarball
- Update hardening crash patch. The issue related to the gcc10 patch seems to suggest
   that when that is fixed then the hardening crash patch is not required but it wasn't
   100% clear. So I have left the patch in place as it only changes one line and if it
   worked with the earlier versions then it should also work now. If it is decided that
   it is not needed then it can always be removed at a future update.
- Changelog is massive with over 30000 lines.
   vim provides fixed updates such as 8.2 and 9.0 but then issues very frequent patch
   updates. For version 8.2 there are 5172 patch updates none of which have been applied
   to IPFire. All of these are now built into version 9.0
   https://vimhelp.org/version9.txt.html#new-9 provides the details of what is new with
   version 9.0, including details of all the 5172 patches.
- Key thing for version 9.0 is that there is a new Vim9 script language which is not
   backwards compatible. However the old legacy script language will continue to be
   supported so all old scripts can continue to be used.
- Version 9.0 already has 48 patches released. The releases occur virtually every day
   with several days having multiple patch releases.
- Once this 9.0 version of vim has been confirmed to work successfully by people
   experienced in using vim (I struggle to remember the set of characters to press to
   exit from an editing session), then my plan is to periodically submit an update of the
   patches, although some may be missed out as they are not relevant for IPFire - such
   as deleting Travis CI config and improving the recognition of some Visual Basic files.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoi2c-tools: Update to version 4.3
Adolf Belka [Sun, 10 Jul 2022 21:02:21 +0000 (23:02 +0200)] 
i2c-tools: Update to version 4.3

- Update from version 3.1.2 (July 2017) to 4.3 (July 2021)
- Update of rootfile
- Changelog
    4.3 (2021-07-22)
  decode-dimms: Attempt to decode LPDDR3 modules
  eeprom, eepromer: Removed the tools in favor of eeprog
  i2cdetect: Sort the bus list by number
  i2cdump: Add range support to I2C block mode
           Deprecate SMBus block mode
  i2cget: Add support for I2C block read
          Add support for SMBus block read
  i2ctransfer: Reverted check for returned length from driver
    4.2 (2020-09-22)
  manpages: Add BUGS section to let people know how to contact us
  Makefile: Allow to preset all CFLAGS and LDFLAGS variables
  tools: Consistently use snprintf instead of sprintf
         Restrict addresses 0x03-0x07, too (defined by I2C standard)
  decode-dimms: Print SPD revision for DDR3 too
                Print primary bus width for DDR3 and DDR4
                List ee1004 as a candidate driver
                Display MAC for DDR3
                Add MAC abbreviation for DDR4
                Round DDR4 speed properly
                Detect and report truncated input files
                Print kernel driver used
                Print DDR memory speed in MT/s
                Add DDR5 memory types
                Decode manufacturing data for LPDDR3
                Fix the version string
                Point the user to the right drivers
                Update the list of vendors to Jedec JEP106BB
  decode-vaio: Add support for the at24 driver
               Scan more i2c buses
  i2cset: Fix short writes with mask
  i2ctransfer: Mention '-a' everywhere in the manpage
               Support messages using I2C_M_RECV_LEN
               Add check for returned length from driver
  i2c-stub-from-dump: Read dumps from hexdump -C
  library: Add a manual page to document the API
    4.1 (2018-11-30)
  Makefile: Make STRIP, DESTDIR and PREFIX overridable
  tools: Fix potential buffer overflows in i2cbusses
         Fix build race
         Allow usage of reserved addresses with the '-a' flag
  decode-dimms: Add preliminary DDR4 support
                Decode size and timings of DDR4
                Decode misc parameters of DDR4
                Decode physical characteristics of DDR4
                Documentation update for DDR4
                Verify the CRC of DDR4 data block 1
                Update manufacturer IDs (JEP106AX)
  eeprog: Fix ambiguous parentheses
          Fix build race
  i2ctransfer: Rename option '-f' to '-a' for consistency
  i2c-dev.h: Delete
  library: Fix build race
           Allow disabling the dynamic flavor
           Mention the correct license in source files
  py-smbus: Fix i2c_smbus_* error propagation
    4.0 (2017-10-30)
  tools: Fix build with recent compilers (gcc 4.6+)
         Add examples to the manual pages
  README: Clarify licenses
          Mention the current maintainer
  decode-dimms: Decode module configuration type of DDR2 SDRAM
                Decode bus width extension of DDR3 SDRAM
                Don't choke when no EEPROM is found
                Don't make columns larger than they need to be
                Make side-by-side output more robust
                Print module organization of DDR SDRAM
                Merge cells by default in side-by-side output
                Print extra timing values of DDR SDRAM
                Print DDR and DDR2 core timings for all supported CAS values
                Print DDR2 equivalent speed of tCK max
                Don't print undefined DDR2 SDRAM timings
Print SDR, DDR, DDR2, DDR3 core timings for all standard speeds
                Update manufacturer IDs
                Make DDR3 manufacturer count parity error non-fatal
                Strip former manufacturer name in side-by-side output mode
                Remove duplicate "ns" in SDR timings
                Add section headers for SDR modules
                Fix decoding of SDR SPD revision
                Prevent hang on reserved DDR3 module type
                Decode more DDR3 module types
                Fix DDR3 tRAS decoding
                Fix DDR3 core timings rounding
                Round down PC3 numbers to comply with Jedec
                Don't print the DDR3 time bases
                Decode the FTB fields of DDR3 tCk, tAA, tRCD, tRP and tRC
                Fix speed and PC3 number of high-speed DDR3 modules
                Decode DDR3 reference card revision
                Print width of all known DDR3 module types
                Print physical characteristics for all DDR3 module types
                Don't print raw SSTE32882 register values
                Add support for Load Reduced DIMM (LRDIMM) DDR3 modules
                Fully decode the DDR3 SDRAM Device Type field
                Fix DDR3 extended temp range refresh rate decoding
                Encode "degrees" to HTML degree symbol
                Generate XHTML 1.1 compliant markup
                Add a manual page
                Correctly check for out-of-bounds vendor ID
                Update manufacturer IDs (JEP106AQ)
  decode-vaio: Add a manual page
  eeprog: Add a manual page
          Moved to a separate subdirectory
          Increase delay after writes
  eeprom: Add a manual page
          Marked as deprecated
  eepromer: Add a manual page
            Marked as deprecated
  i2cdetect: Do a best effort detection if functionality is missing
             Clarify the SMBus commands used for probing by default
  i2ctransfer: New tool to send user-defined I2C messages in one transfer
  i2c-dev.h: Minimize differences with kernel flavor
             Move SMBus helper functions to include/i2c/smbus.h
  i2c-stub-from-dump: Be more tolerant on input dump format
  library: New libi2c library
           Properly propagate real error codes on read errors
           Use I2C_SMBUS_BLOCK_MAX instead of hard-coding 32
  lib/smbus.c: Add missing include which was causing a build error
  py-smbus: Fix module level docs
            Add support for python 3

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoconfigroot: Add missing "cp" directive for ipblocklist-functions.pl
Peter Müller [Mon, 11 Jul 2022 10:12:39 +0000 (10:12 +0000)] 
configroot: Add missing "cp" directive for ipblocklist-functions.pl

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoRun ./make.sh update-contributors
Peter Müller [Sun, 10 Jul 2022 08:34:45 +0000 (08:34 +0000)] 
Run ./make.sh update-contributors

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoCore Update 170: Ship IPBlocklist
Peter Müller [Sun, 10 Jul 2022 08:33:32 +0000 (08:33 +0000)] 
Core Update 170: Ship IPBlocklist

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agoMerge branch 'temp-stevee-ipblocklist-final' into next
Peter Müller [Sun, 10 Jul 2022 08:20:15 +0000 (08:20 +0000)] 
Merge branch 'temp-stevee-ipblocklist-final' into next

21 months agoCore Update 170: Ship backup.pl
Peter Müller [Sat, 9 Jul 2022 15:04:53 +0000 (15:04 +0000)] 
Core Update 170: Ship backup.pl

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agobackup.pl: Delete directives for dropped OpenVPN convert script
Peter Müller [Sat, 9 Jul 2022 10:21:55 +0000 (10:21 +0000)] 
backup.pl: Delete directives for dropped OpenVPN convert script

See 0b6d12adae7f41bb31f6b361b2d6a90057de7867.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
21 months agobackup.pl: Include logwatch summary into backups as well
Peter Müller [Sat, 9 Jul 2022 10:21:31 +0000 (10:21 +0000)] 
backup.pl: Include logwatch summary into backups as well

Fixes: 12827
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
21 months agoCore Update 170: Ship autoupdate.urls
Peter Müller [Sat, 9 Jul 2022 15:03:59 +0000 (15:03 +0000)] 
Core Update 170: Ship autoupdate.urls

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
21 months agourlfilter: Download University of Toulouse list via HTTPS
Peter Müller [Sat, 9 Jul 2022 10:24:29 +0000 (10:24 +0000)] 
urlfilter: Download University of Toulouse list via HTTPS

Fixes: #12891
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
21 months agoutil-linux: Do not ship broken symlink "/usr/bin/x86_64"
Peter Müller [Sat, 9 Jul 2022 12:37:23 +0000 (12:37 +0000)] 
util-linux: Do not ship broken symlink "/usr/bin/x86_64"

This file points to /usr/bin/setarch, which we do not ship on any
architecture. As it serves no obvious purpose on IPFire installations,
we may as well not ship it entirely.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
21 months agoCore Update 170: Ship screen
Peter Müller [Sat, 9 Jul 2022 15:00:19 +0000 (15:00 +0000)] 
Core Update 170: Ship screen

Apparently, screen 4.8.0 was never shipped with any Core Update. To
ensure no stale files are left, delete any /usr/bin/screen-4.* binary,
as they will be replaced by the up-to-date version immediately
afterwards.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>