]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
3 years agocore146: add openvpn core146 v2.25-core146
Arne Fitzenreiter [Tue, 16 Jun 2020 11:36:20 +0000 (11:36 +0000)] 
core146: add openvpn

openvpn was missed in core145 so add it again.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agovulnerabilities.cgi: add srdbs (CVE-2020-0543)
Arne Fitzenreiter [Sat, 13 Jun 2020 10:23:46 +0000 (12:23 +0200)] 
vulnerabilities.cgi: add srdbs (CVE-2020-0543)

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agointel-microcode: update to 20200609
Arne Fitzenreiter [Fri, 12 Jun 2020 15:47:29 +0000 (17:47 +0200)] 
intel-microcode: update to 20200609

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: update to 4.14.184
Arne Fitzenreiter [Fri, 12 Jun 2020 14:04:48 +0000 (16:04 +0200)] 
kernel: update to 4.14.184

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: disable CONFIG_UPROBES
Peter Müller [Tue, 9 Jun 2020 18:51:12 +0000 (18:51 +0000)] 
kernel: disable CONFIG_UPROBES

Quoted from #12433:
> Uprobes is the user-space counterpart to kprobes: they enable instrumentation
> applications (such as 'perf probe') to establish unintrusive probes in
> user-space binaries and libraries, by executing handler functions when the
> probes are hit by user-space applications.
>
> ( These probes come in the form of single-byte breakpoints, managed by the
> kernel and kept transparent to the probed application. )

IMHO this can be safely disabled, as there is little if any need to debug
userspace programs _that_ deeply on an IPFire machine.

Fixes: #12433
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_FORTIFY_SOURCE on armv5tel
Peter Müller [Tue, 9 Jun 2020 17:57:51 +0000 (17:57 +0000)] 
kernel: enable CONFIG_FORTIFY_SOURCE on armv5tel

Partially fixes: #12369

Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_FORTIFY_SOUCRE on aarch64
Peter Müller [Tue, 9 Jun 2020 17:55:58 +0000 (17:55 +0000)] 
kernel: enable CONFIG_FORTIFY_SOUCRE on aarch64

Partially fixes: #12369

Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_SLUB_DEBUG on aarch64 and armv5tel
Peter Müller [Tue, 9 Jun 2020 17:50:14 +0000 (17:50 +0000)] 
kernel: enable CONFIG_SLUB_DEBUG on aarch64 and armv5tel

Fixes: #12377
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: fix diabling CONFIG_MODFIFY_LDT_SYSCALL
Arne Fitzenreiter [Wed, 10 Jun 2020 14:21:49 +0000 (16:21 +0200)] 
kernel: fix diabling CONFIG_MODFIFY_LDT_SYSCALL

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoRevert "kernel: enable CONFIG_RANDOMIZE_BASE on aarch64"
Arne Fitzenreiter [Wed, 10 Jun 2020 14:20:34 +0000 (16:20 +0200)] 
Revert "kernel: enable CONFIG_RANDOMIZE_BASE on aarch64"

with enabled CONFIG_RAMDOIZE_BASE the linking of xtables
and maybee other external kernel modules fail on aarch64

This reverts commit 8379ab44b8b0d7efd24101dbfe32913d4cebcb2e.

3 years agokernel: enable CONFIG_RANDOMIZE_BASE on armv5tel
Peter Müller [Tue, 9 Jun 2020 17:18:49 +0000 (17:18 +0000)] 
kernel: enable CONFIG_RANDOMIZE_BASE on armv5tel

Partially fixes: #12363

Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_RANDOMIZE_BASE on aarch64
Peter Müller [Sun, 7 Jun 2020 16:49:01 +0000 (16:49 +0000)] 
kernel: enable CONFIG_RANDOMIZE_BASE on aarch64

Partially fixes: #12363

Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_HARDENED_USERCOPY on aarch64 and armv5tel
Peter Müller [Sun, 7 Jun 2020 16:37:04 +0000 (16:37 +0000)] 
kernel: enable CONFIG_HARDENED_USERCOPY on aarch64 and armv5tel

Fixes: #12365
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_SECCOMP on aarch64 and armv5tel
Peter Müller [Sun, 7 Jun 2020 16:57:59 +0000 (16:57 +0000)] 
kernel: enable CONFIG_SECCOMP on aarch64 and armv5tel

Fixes: #12366
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: disable CONFIG_ACPI_CUSTOM_METHOD on x86_64 and i586
Peter Müller [Sun, 7 Jun 2020 16:40:35 +0000 (16:40 +0000)] 
kernel: disable CONFIG_ACPI_CUSTOM_METHOD on x86_64 and i586

This is dangerous as it allows replacing the running kernel without
rebooting. Kernel Self Protection Project people recommend to keep it
disabled.

Fixes: #12372
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: disable CONFIG_MODIFY_LDT_SYSCALL on i586 and x86_64
Peter Müller [Sun, 7 Jun 2020 16:32:26 +0000 (16:32 +0000)] 
kernel: disable CONFIG_MODIFY_LDT_SYSCALL on i586 and x86_64

Fixes: #12382
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agosquid-accounting: remove deps that are moved to core
Arne Fitzenreiter [Fri, 5 Jun 2020 20:43:58 +0000 (20:43 +0000)] 
squid-accounting: remove deps that are moved to core

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoMerge branch 'master' into next
Arne Fitzenreiter [Thu, 4 Jun 2020 15:16:39 +0000 (15:16 +0000)] 
Merge branch 'master' into next

3 years agocore145: Remove double-added configuration lines for OpenVPN core145
Michael Tremer [Thu, 4 Jun 2020 14:32:22 +0000 (14:32 +0000)] 
core145: Remove double-added configuration lines for OpenVPN

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoMerge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Thu, 4 Jun 2020 06:59:28 +0000 (08:59 +0200)] 
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next

3 years agostart core146 and add the kernel
Arne Fitzenreiter [Thu, 4 Jun 2020 06:49:28 +0000 (08:49 +0200)] 
start core146 and add the kernel

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: update to 4.14.183
Arne Fitzenreiter [Thu, 4 Jun 2020 06:37:00 +0000 (08:37 +0200)] 
kernel: update to 4.14.183

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: Update OpenVPN server configuration only when necessary v2.25-core145
Michael Tremer [Wed, 3 Jun 2020 14:41:12 +0000 (14:41 +0000)] 
core145: Update OpenVPN server configuration only when necessary

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: Update OpenVPN server configuration only when necessary
Michael Tremer [Wed, 3 Jun 2020 14:41:12 +0000 (14:41 +0000)] 
core145: Update OpenVPN server configuration only when necessary

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: backport "random: try to actively add entropy"
Arne Fitzenreiter [Fri, 1 May 2020 08:33:02 +0000 (10:33 +0200)] 
kernel: backport "random: try to actively add entropy"

this backports https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/char/random.c?id=50ee7529ec4500c88f8664560770a7a1b65db72b
to gather enough entropy for initialise the crng faster.
Of some machines like the APU it will need forever if
the machine only wait for entropy without doing anything else.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agodrop xen-inage-builder
Arne Fitzenreiter [Tue, 2 Jun 2020 16:37:22 +0000 (18:37 +0200)] 
drop xen-inage-builder

this depends on linux-pae and has failed to boot
since a while.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: drop extra i586-pae kernel
Arne Fitzenreiter [Tue, 2 Jun 2020 16:34:44 +0000 (18:34 +0200)] 
kernel: drop extra i586-pae kernel

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: disable CONFIG_DEBUG_LIST on i586(-pae)
Peter Müller [Sat, 18 Apr 2020 08:48:24 +0000 (10:48 +0200)] 
kernel: disable CONFIG_DEBUG_LIST on i586(-pae)

Fixes: #12378
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_SCHED_STACK_END_CHECK on x86_64, armv5tel and aarch64
Peter Müller [Sat, 18 Apr 2020 08:42:19 +0000 (10:42 +0200)] 
kernel: enable CONFIG_SCHED_STACK_END_CHECK on x86_64, armv5tel and aarch64

> This option checks for a stack overrun on calls to schedule(). If the stack
> end location is found to be over written always panic as the content of the
> corrupted region can no longer be trusted. This is to ensure no erroneous
> behaviour occurs which could result in data corruption or a sporadic crash at a
> later stage once the region is examined. The runtime overhead introduced is
> minimal.

Fixes: #12376
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: disable CONFIG_USELIB on x86_64 and i586(-pae)
Peter Müller [Sat, 18 Apr 2020 08:24:08 +0000 (10:24 +0200)] 
kernel: disable CONFIG_USELIB on x86_64 and i586(-pae)

> This option enables the uselib syscall a system call used in the dynamic
> linker from libc5 and earlier. glibc does not use this system call. If you
> intend to run programs built on libc5 or earlier you may need to enable this
> syscall. Current systems running glibc can safely disable this.

In my point of view, the last sentence matches our situation.

Fixes: #12379
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable CONFIG_DEBUG_WX on aarch64
Peter Müller [Sat, 18 Apr 2020 08:16:23 +0000 (10:16 +0200)] 
kernel: enable CONFIG_DEBUG_WX on aarch64

Since this is described as 'Generate a warning if any W+X mappings are
found at boot.', it most likely does not break anything and can be
safely enabled.

Fixes: #12373
Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agokernel: enable page poisoning on x86_64
Peter Müller [Tue, 14 Apr 2020 14:32:47 +0000 (16:32 +0200)] 
kernel: enable page poisoning on x86_64

This is already active on i586 and prevents information leaks from freed
data.

Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoKernel: drop Memstick support
Peter Müller [Wed, 1 Apr 2020 15:25:00 +0000 (15:25 +0000)] 
Kernel: drop Memstick support

These are not needed anymore since Sony announced EOL in 2010 and there
is no legitimate use case for such hardware on a firewall system.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoKernel: drop bluetooth support
Peter Müller [Wed, 1 Apr 2020 15:23:00 +0000 (15:23 +0000)] 
Kernel: drop bluetooth support

The bluetooth addon was recently removed by commit
592be1d206e45ad42736b352d96e42ebca50123a, which is why we do not need to
carry the corresponding kernel modules around anymore.

The second version of this patch correctly updates kernel configuration
files via "make oldconfig" as requested by Arne.

Cc: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: found more urlfilter db files to cleanup
Arne Fitzenreiter [Sat, 30 May 2020 18:04:33 +0000 (18:04 +0000)] 
core145: found more urlfilter db files to cleanup

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: remove converted urlfilter database
Arne Fitzenreiter [Sat, 30 May 2020 17:33:40 +0000 (17:33 +0000)] 
core145: remove converted urlfilter database

to force rebuilt with new db.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agonetatalk: Add krb5 as a dependency
Michael Tremer [Thu, 28 May 2020 19:00:47 +0000 (19:00 +0000)] 
netatalk: Add krb5 as a dependency

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoknot: Update to 2.9.5
Matthias Fischer [Tue, 26 May 2020 18:46:29 +0000 (20:46 +0200)] 
knot: Update to 2.9.5

For details see:
https://www.knot-dns.cz/2020-05-25-version-295.html

"Bugfixes:

 Old ZSK can be withdrawn too early during a ZSK rollover if maximum
 zone TTL is computed automatically
 Server responds SERVFAIL to ANY queries on empty non-terminal nodes

Improvements:

 Also module onlinesign returns minimized responses to ANY queries
 Linking against libcap-ng can be disabled via a configure option"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agominidlna: Update to 1.2.1
Matthias Fischer [Mon, 25 May 2020 12:54:56 +0000 (14:54 +0200)] 
minidlna: Update to 1.2.1

For details see:
https://sourceforge.net/projects/minidlna/files/minidlna/1.2.1/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoffmpeg: Update to 4.2.3
Matthias Fischer [Mon, 25 May 2020 11:23:57 +0000 (13:23 +0200)] 
ffmpeg: Update to 4.2.3

For details see:
http://ffmpeg.org/download.html#release_4.2

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: Enable OpenVPN metrics collection
Michael Tremer [Mon, 25 May 2020 09:17:30 +0000 (10:17 +0100)] 
core145: Enable OpenVPN metrics collection

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoopenvpn: Create database schema if not exists
Michael Tremer [Mon, 25 May 2020 09:17:29 +0000 (10:17 +0100)] 
openvpn: Create database schema if not exists

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agomake.sh: Suppress 'ls :cannot access *.bz2'-message
Matthias Fischer [Sun, 24 May 2020 22:13:50 +0000 (00:13 +0200)] 
make.sh: Suppress 'ls :cannot access *.bz2'-message

The message "ls: cannot access '*.bz2': No such file or directory" comes
from the 'ls' command prior to creating the *.md5-files for *.bz2, *.img.xz
and *.iso files.

But on most builds we have especially no more bzip2 compressed images anymore.

This message can usually be ignored and is just irritating.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agonano: Update to 4.9.3
Matthias Fischer [Sun, 24 May 2020 18:03:52 +0000 (20:03 +0200)] 
nano: Update to 4.9.3

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

"One more bug introduced in version 4.9 is fixed: a crash when
the terminal screen is resized while at a lock-file prompt."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agosquidGuard: Fix generating databases with libdb >= 5
Michael Tremer [Fri, 22 May 2020 11:49:03 +0000 (11:49 +0000)] 
squidGuard: Fix generating databases with libdb >= 5

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoids-functions.pl: Quote array of subnets
Michael Tremer [Wed, 20 May 2020 12:29:48 +0000 (12:29 +0000)] 
ids-functions.pl: Quote array of subnets

Reported-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agomove perl-DBI and perl-DBD-SQLite to core system
Arne Fitzenreiter [Wed, 20 May 2020 09:47:25 +0000 (09:47 +0000)] 
move perl-DBI and perl-DBD-SQLite to core system

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoupdate credits.cgi
Arne Fitzenreiter [Wed, 20 May 2020 09:15:36 +0000 (09:15 +0000)] 
update credits.cgi

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add bind
Arne Fitzenreiter [Tue, 19 May 2020 19:45:29 +0000 (19:45 +0000)] 
core145: add bind

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agobind: Update to 9.11.19
Matthias Fischer [Tue, 19 May 2020 12:38:11 +0000 (14:38 +0200)] 
bind: Update to 9.11.19

For details see:
https://downloads.isc.org/isc/bind9/9.11.19/RELEASE-NOTES-bind-9.11.19.html

"Security Fixes

    To prevent exhaustion of server resources by a maliciously
    configured domain, the number of recursive queries that can be
    triggered by a request before aborting recursion has been further
    limited. Root and top-level domain servers are no longer exempt from
    the max-recursion-queries limit. Fetches for missing name server
    address records are limited to 4 for any domain. This issue was
    disclosed in CVE-2020-8616. [GL #1388]

    Replaying a TSIG BADTIME response as a request could trigger
    an assertion failure. This was disclosed in CVE-2020-8617. [GL
    #1703]

Feature Changes

    Message IDs in inbound AXFR transfers are now checked for
    consistency. Log messages are emitted for streams with inconsistent
    message IDs. [GL #1674]

Bug Fixes

    When running on a system with support for Linux capabilities, named
    drops root privileges very soon after system startup. This was
    causing a spurious log message, "unable to set effective uid to 0:
    Operation not permitted", which has now been silenced. [GL #1042]
    [GL #1090]

    When named-checkconf -z was run, it would sometimes incorrectly set
    its exit code. It reflected the status of the last view found;
    if zone-loading errors were found in earlier configured views but
    not in the last one, the exit code indicated success. Thanks
    to Graham Clinch. [GL #1807]

    When built without LMDB support, named failed to restart after
    a zone with a double quote (") in its name was added with rndc
    addzone. Thanks to Alberto Fernández. [GL #1695]"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: stop/start suricata and squid
Arne Fitzenreiter [Tue, 19 May 2020 19:43:39 +0000 (19:43 +0000)] 
core145: stop/start suricata and squid

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: restart squid
Arne Fitzenreiter [Tue, 19 May 2020 19:41:22 +0000 (19:41 +0000)] 
core145: restart squid

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add unbound
Arne Fitzenreiter [Tue, 19 May 2020 19:39:30 +0000 (19:39 +0000)] 
core145: add unbound

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agounbound: Update to 1.10.1
Matthias Fischer [Tue, 19 May 2020 12:17:58 +0000 (14:17 +0200)] 
unbound: Update to 1.10.1

For details see:
https://lists.nlnetlabs.nl/pipermail/unbound-users/2020-May/006833.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoTor: update to 0.4.3.5
Peter Müller [Tue, 19 May 2020 10:46:59 +0000 (10:46 +0000)] 
Tor: update to 0.4.3.5

Please refer to https://blog.torproject.org/node/1872 for release notes.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add knot
Arne Fitzenreiter [Mon, 18 May 2020 20:21:21 +0000 (20:21 +0000)] 
core145: add knot

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoknot: Update to 2.9.4
Matthias Fischer [Sat, 16 May 2020 08:38:58 +0000 (10:38 +0200)] 
knot: Update to 2.9.4

For details see:
https://www.knot-dns.cz/2020-05-05-version-294.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add ids-functions.pl
Arne Fitzenreiter [Mon, 18 May 2020 20:19:16 +0000 (20:19 +0000)] 
core145: add ids-functions.pl

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoids-functions.pl: Fix generating of HOME_NET declaration
Stefan Schantl [Mon, 18 May 2020 19:15:54 +0000 (21:15 +0200)] 
ids-functions.pl: Fix generating of HOME_NET declaration

Fixes #12407.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agode: Fix typo in "received"
Michael Tremer [Mon, 18 May 2020 11:04:54 +0000 (11:04 +0000)] 
de: Fix typo in "received"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agofr: Add missing strings
Stéphane Pautrel [Mon, 18 May 2020 11:04:53 +0000 (11:04 +0000)] 
fr: Add missing strings

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agomake.sh: Add command to find dependencies
Michael Tremer [Wed, 13 May 2020 10:52:59 +0000 (11:52 +0100)] 
make.sh: Add command to find dependencies

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoclamav: Update to 0.102.3
Matthias Fischer [Tue, 12 May 2020 19:29:32 +0000 (21:29 +0200)] 
clamav: Update to 0.102.3

For details see:
https://blog.clamav.net/2020/05/clamav-01023-security-patch-released.html

"ClamAV 0.102.3 is a bug patch release to address the following issues.

- CVE-2020-3327: Fix a vulnerability in the ARJ archive parsing module
in ClamAV 0.102.2 that could cause a Denial-of-Service (DoS) condition.
Improper bounds checking of an unsigned variable results in an
out-of-bounds read which causes a crash.

- CVE-2020-3341: Fix a vulnerability in the PDF parsing module in ClamAV
0.101 - 0.102.2 that could cause a Denial-of-Service (DoS) condition.
Improper size checking of a buffer used to initialize AES decryption
routines results in an out-of-bounds read which may cause a crash. Bug
found by OSS-Fuzz.

- Fix "Attempt to allocate 0 bytes" error when parsing some PDF
documents.

- Fix a couple of minor memory leaks.

- Updated libclamunrar to UnRAR 5.9.2."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add pci id database
Arne Fitzenreiter [Sun, 17 May 2020 07:57:45 +0000 (07:57 +0000)] 
core145: add pci id database

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agohwdata: update PCI database
Peter Müller [Sun, 10 May 2020 15:50:06 +0000 (15:50 +0000)] 
hwdata: update PCI database

PCI IDs: 2020-05-07 03:15:02

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agotshark: Update to version 3.2.3
Erik Kapfer [Sat, 9 May 2020 06:04:48 +0000 (06:04 +0000)] 
tshark: Update to version 3.2.3

This update includes several bugfixes but also updated protocols.
For a full overview, in here -->
https://www.wireshark.org/docs/relnotes/wireshark-3.2.3.html the
changelog can be found.

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agolibseccomp: Update to version 2.4.3
Erik Kapfer [Fri, 8 May 2020 06:23:19 +0000 (06:23 +0000)] 
libseccomp: Update to version 2.4.3

- Add list of authorized release signatures to README.md
- Fix multiplexing issue with s390/s390x shm* syscalls
- Remove the static flag from libseccomp tools compilation
- Add define for __SNR_ppoll
- Update our Travis CI configuration to use Ubuntu 18.04
- Disable live python tests in Travis CI
- Use default python, rather than nightly python, in TravisCI
- Fix potential memory leak identified by clang in the scmp_bpf_sim too

The changelog can be found in here https://github.com/seccomp/libseccomp/blob/master/CHANGELOG .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoshairport-sync: Update to 3.3.6
Michael Tremer [Thu, 7 May 2020 17:27:02 +0000 (17:27 +0000)] 
shairport-sync: Update to 3.3.6

This patch also fixes the backup.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoupdate.sh: Stop|Start OpenVPN for update
Erik Kapfer [Thu, 7 May 2020 10:46:16 +0000 (12:46 +0200)] 
update.sh: Stop|Start OpenVPN for update

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoOpenVPN: Update to version 2.4.9
Erik Kapfer [Thu, 7 May 2020 10:46:15 +0000 (12:46 +0200)] 
OpenVPN: Update to version 2.4.9

Beneath several smaller fixes, this version fixes also some OpenSSL problems but also CVE-2020-11810.
The full changelog can be found in here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: update rng init
Arne Fitzenreiter [Sun, 17 May 2020 07:51:32 +0000 (07:51 +0000)] 
core145: update rng init

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agorandom: Initialise the kernel's PRNG earlier
Michael Tremer [Wed, 29 Apr 2020 19:33:04 +0000 (19:33 +0000)] 
random: Initialise the kernel's PRNG earlier

Since more processes depend on good randomness, we need to
make sure that the kernel's PRNG is initialized as early as
possible.

For systems without a HWRNG, we will need to fall back to our
noisy loop and wait until we have enough randomness.

This patch also removes saving and restoring the seed. This
is no longer useful because the kernel's PRNG only takes any
input after it has successfully been seeded from other sources.

Hence adding this seed does not increase its randomness.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agorandom: Launch rngd earlier in the boot process
Michael Tremer [Wed, 29 Apr 2020 19:33:03 +0000 (19:33 +0000)] 
random: Launch rngd earlier in the boot process

We should initialise the kernel's PRNG as early as we can.

Starting rngd very early will seed the random number generator
when RDRAND or other hardware random number generators are available.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add files linked against new libpng, libdb
Arne Fitzenreiter [Wed, 13 May 2020 20:02:36 +0000 (20:02 +0000)] 
core145: add files linked against new libpng, libdb

also bump cups-filters, ghostscript, minidlna and qemu

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add gnupg, squid and bump cups
Arne Fitzenreiter [Wed, 13 May 2020 18:46:04 +0000 (18:46 +0000)] 
core145: add gnupg, squid and bump cups

they are linked against updated openldap

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agorootfiles: change MACHINE to xxxMACHINExxx
Arne Fitzenreiter [Sun, 10 May 2020 17:27:28 +0000 (17:27 +0000)] 
rootfiles: change MACHINE to xxxMACHINExxx

berkeley has a file that nane contain MACHINE wich should not
replaced by the build architecture.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agomtools: update rootfile
Arne Fitzenreiter [Sun, 10 May 2020 07:36:12 +0000 (07:36 +0000)] 
mtools: update rootfile

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoberkelay-compat: fix build on aarch64
Arne Fitzenreiter [Sat, 9 May 2020 21:11:25 +0000 (21:11 +0000)] 
berkelay-compat: fix build on aarch64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: fix firewall rules.pl path
Arne Fitzenreiter [Sat, 9 May 2020 19:27:02 +0000 (19:27 +0000)] 
core145: fix firewall rules.pl path

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoberkeley: fix typo
Arne Fitzenreiter [Sat, 9 May 2020 19:20:02 +0000 (19:20 +0000)] 
berkeley: fix typo

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoberkeley: update automake before build
Arne Fitzenreiter [Sat, 9 May 2020 15:21:27 +0000 (15:21 +0000)] 
berkeley: update automake before build

without build fails on aarch64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agonano: Update to 4.9.2
Matthias Fischer [Fri, 1 May 2020 10:38:28 +0000 (12:38 +0200)] 
nano: Update to 4.9.2

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

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agopcengines-apu-firmware: update to 4.11.0.6
Arne Fitzenreiter [Thu, 30 Apr 2020 14:39:36 +0000 (16:39 +0200)] 
pcengines-apu-firmware: update to 4.11.0.6

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoclamav: fix database present check
Arne Fitzenreiter [Thu, 30 Apr 2020 10:50:41 +0000 (12:50 +0200)] 
clamav: fix database present check

the mame of main.cvd has changed to main.cld on my system.
Add both types and also ad bytecode.c?d

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add suricata and libhtp
Arne Fitzenreiter [Sat, 9 May 2020 12:27:50 +0000 (12:27 +0000)] 
core145: add suricata and libhtp

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoSuricata: update to 5.0.3
Peter Müller [Tue, 28 Apr 2020 16:36:32 +0000 (18:36 +0200)] 
Suricata: update to 5.0.3

Release notes (https://suricata-ids.org/2020/04/28/suricata-5-0-3-released/, truncated):

    This is the first release after Suricata joined the Oss-Fuzz program, leading to
    discovery of a number of (potential) security issues. We expect that in the coming
    months we’ll fix more such issues, as the fuzzers increase their coverage and we
    continue to improve the seed corpus.

    Feature #3481: GRE ERSPAN Type 1 Support
    Feature #3613: Teredo port configuration
    Feature #3673: datasets: add ‘dataset-remove’ unix command
    Bug #3240: Dataset hash-size or prealloc invalid value logging
    Bug #3241: Dataset reputation invalid value logging
    Bug #3342: Suricata 5.0 crashes while parsing SMB data
    Bug #3450: signature with sticky buffer with subsequent pcre check in a different buffer loads but will never match
    Bug #3491: Backport 5 BUG_ON(strcasecmp(str, “any”) in DetectAddressParseString
    Bug #3507: rule parsing: memory leaks
    Bug #3526: 5.0.x Kerberos vulnerable to TCP splitting evasion
    Bug #3534: Skip over ERF_TYPE_META records
    Bug #3552: file logging: complete files sometimes marked ‘TRUNCATED’
    Bug #3571: rust: smb compile warnings
    Bug #3573: TCP Fast Open – Bypass of stateless alerts
    Bug #3574: Behavior for tcp fastopen
    Bug #3576: Segfault when facing malformed SNMP rules
    Bug #3577: SIP: Input not parsed when header values contain trailing spaces
    Bug #3580: Faulty signature with two threshold keywords does not generate an error and never match
    Bug #3582: random failures on sip and http-evader suricata-verify tests
    Bug #3585: htp: asan issue
    Bug #3592: Segfault on SMTP TLS
    Bug #3598: rules: memory leaks in pktvar keyword
    Bug #3600: rules: bad address block leads to stack exhaustion
    Bug #3602: rules: crash on ‘internal’-only keywords
    Bug #3604: rules: missing ‘consumption’ of transforms before pkt_data would lead to crash
    Bug #3606: rules: minor memory leak involving pcre_get_substring
    Bug #3609: ssl/tls: ASAN issue in SSLv3ParseHandshakeType
    Bug #3610: defrag: asan issue
    Bug #3612: rules/bsize: memory issue during parsing
    Bug #3614: build-info and configure wrongly display libnss status
    Bug #3644: Invalid memory read on malformed rule with Lua script
    Bug #3646: rules: memory leaks on failed rules
    Bug #3649: CIDR Parsing Issue
    Bug #3651: FTP response buffering against TCP stream
    Bug #3653: Recursion stack-overflow in parsing YAML configuration
    Bug #3660: Multiple DetectEngineReload and bad insertion into linked list lead to buffer overflow
    Bug #3665: FTP: Incorrect ftp_memuse calculation.
    Bug #3667: Signature with an IP range creates one IPOnlyCIDRItem by signe IP address
    Bug #3669: Rules reload with Napatech can hang Suricata UNIX manager process
    Bug #3672: coverity: data directory handling issues
    Bug #3674: Protocol detection evasion by packet splitting
    Optimization #3406: filestore rules are loaded without warning when filestore is not enabled
    Task #3478: libhtp 0.5.33
    Task #3514: SMTP should place restraints on variable length items (e.g., filenames)
    Documentation #3543: doc: add ipv4.hdr and ipv6.hdr
    Bundled libhtp 0.5.33
    Bundled Suricata-Update 1.1.2

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agolibhtp: update to 0.5.33
Peter Müller [Tue, 28 Apr 2020 16:35:56 +0000 (18:35 +0200)] 
libhtp: update to 0.5.33

(Scanty) release notes:

0.5.33 (27 April 2020)
----------------------
- compression bomb protection
- memory handling issue found by Oss-Fuzz
- improve handling of anomalies in traffic

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoWIO: wiographs.cgi - New position for back image
Stephan Feddersen [Tue, 28 Apr 2020 16:06:47 +0000 (18:06 +0200)] 
WIO: wiographs.cgi - New position for back image

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoWIO: wio-lib.pl - Patch Bug 12284 - IPSec Connected since information was added
Stephan Feddersen [Tue, 28 Apr 2020 16:04:33 +0000 (18:04 +0200)] 
WIO: wio-lib.pl - Patch Bug 12284 - IPSec Connected since information was added

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoWIO: wio.cgi - Patch Bug 12284 - IPSec Connected since information was added
Stephan Feddersen [Tue, 28 Apr 2020 15:57:42 +0000 (17:57 +0200)] 
WIO: wio.cgi - Patch Bug 12284 - IPSec Connected since information was added

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoWIO: wio.fr.pl - some typos were correct by Stéphane Pautrel
Stephan Feddersen [Tue, 28 Apr 2020 15:53:23 +0000 (17:53 +0200)] 
WIO: wio.fr.pl - some typos were correct by Stéphane Pautrel

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoNew WIO PAK_ver
Stephan Feddersen [Tue, 28 Apr 2020 15:48:35 +0000 (17:48 +0200)] 
New WIO PAK_ver

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agoPostfix: update to 3.5.1
Peter Müller [Tue, 28 Apr 2020 14:47:01 +0000 (16:47 +0200)] 
Postfix: update to 3.5.1

Please refer to http://www.postfix.org/announcements/postfix-3.5.1.html
for further information.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add firewall rules.pl
Arne Fitzenreiter [Sat, 9 May 2020 12:23:49 +0000 (12:23 +0000)] 
core145: add firewall rules.pl

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agofirewall: Log accepted connections even when NAT is active
Michael Tremer [Tue, 28 Apr 2020 11:10:15 +0000 (12:10 +0100)] 
firewall: Log accepted connections even when NAT is active

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add optionsfw.cgi
Arne Fitzenreiter [Sat, 9 May 2020 12:18:48 +0000 (12:18 +0000)] 
core145: add optionsfw.cgi

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agooptionsfw.cgi: properly translate on/off radio buttons
Peter Müller [Mon, 27 Apr 2020 15:56:16 +0000 (17:56 +0200)] 
optionsfw.cgi: properly translate on/off radio buttons

This patch also scrubs a forgotten Smoothwall comment and replaces it by
our IPFire template. :-)

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agograph.pl: fix intendation of user CPU load
Peter Müller [Mon, 27 Apr 2020 15:41:47 +0000 (17:41 +0200)] 
graph.pl: fix intendation of user CPU load

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agosystem.cgi: properly translate load average graph
Peter Müller [Mon, 27 Apr 2020 15:37:41 +0000 (17:37 +0200)] 
system.cgi: properly translate load average graph

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agocore145: add graphs.pl
Arne Fitzenreiter [Sat, 9 May 2020 12:15:51 +0000 (12:15 +0000)] 
core145: add graphs.pl

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