Commit Graph

7264 Commits

Author SHA1 Message Date
Michael Tremer
2ff56df4e0 strongswan: Build sha3 plugin
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-04-01 14:40:39 +00:00
Arne Fitzenreiter
3c90dd92a5 core143: add dma, mail.cgi and vpnmain.cgi
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-30 19:13:08 +00:00
Arne Fitzenreiter
37533b0dea core143: apply changed sysctl settings
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-30 17:09:34 +00:00
Peter Müller
29a8992b72 sysctl.conf: Turn on hard- and symlink protection
Cc: Michael Tremer <michael.tremer@ipfire.org>
Cc: Arne Fitzenreiter <arne_f@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>
2020-03-30 17:07:26 +00:00
Arne Fitzenreiter
2d599cca34 core143: add oinkmaster.conf
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-30 16:43:50 +00:00
Stefan Schantl
1d84b352df oinkmaster: Do not skip threshold.conf
Fixes #12096.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-30 16:41:25 +00:00
Arne Fitzenreiter
2480c416d6 core143: set user of /var/spool/cron to cron
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-30 16:39:06 +00:00
Michael Tremer
e4a0b55881 fcron: Fix reloading crontab
fcrontab -z fails on a freshly installed system since
/var/spool/cron is now owned by cron:cron and a temporary
file cannot be created.

This will have to be manually changed in the updater by
calling:

  chown cron:cron /var/spool/cron

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-30 16:37:38 +00:00
Arne Fitzenreiter
5192ceae53 Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next 2020-03-29 06:35:21 +00:00
Arne Fitzenreiter
54e6ded417 smartmontools: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-29 06:34:18 +00:00
Matthias Fischer
454c77d4c4 bind: Update to 9.11.17
For details see:
https://downloads.isc.org/isc/bind9/9.11.17/RELEASE-NOTES-bind-9.11.17.html

"Notes for BIND 9.11.17

Feature Changes

The configure option --with-libxml2 now uses pkg-config to detect
libxml2 library availability. You will either have to install pkg-config
or specify the exact path where libxml2 has been installed on your
system. [GL #1635]

Bug Fixes

Fixed re-signing issues with inline zones which resulted in records
being re-signed late or not at all."

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>
2020-03-28 18:38:24 +00:00
Arne Fitzenreiter
41ac6f547e Revert "core143: add dhcp"
This reverts commit 804deb1b23.
2020-03-28 09:42:20 +01:00
Arne Fitzenreiter
0b1f09d581 core143: update local openssh config
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 18:26:07 +00:00
Arne Fitzenreiter
9db0d4db5f core143: add backup.pl
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 18:03:19 +00:00
Arne Fitzenreiter
5562f26f69 vnstat: remove wrong tag file
fixes #12305

I had created this tag file to ship the folder but vnstat doesn't like empty files.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:56:23 +00:00
Arne Fitzenreiter
5c1c9938eb core143: add firewall initskript
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:50:26 +00:00
Arne Fitzenreiter
5d957b01c9 core143: add libtool
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:48:18 +00:00
Arne Fitzenreiter
804deb1b23 core143: add dhcp
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:46:05 +00:00
Arne Fitzenreiter
0167befa0a core143: add logwatch
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:44:08 +00:00
Arne Fitzenreiter
67345f5665 core143: add openssh
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:41:57 +00:00
Peter Müller
0017b688e8 ssh_config: Do not set defaults explicitly
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>
2020-03-26 17:40:52 +00:00
Peter Müller
57302eeb16 sshd_config: Do not set defaults explicitly
In order to keep configurations as small as possible and to make them
easier to read/audit, this patch omits all default configuration in the
OpenSSH server configuration file.

Further, it mentions where to refer for the full documentation.

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>
2020-03-26 17:40:50 +00:00
Peter Müller
3fd3f4de44 OpenSSH: update to 8.2p1
Please refer to https://www.openssh.com/txt/release-8.2 for release
announcements. Since glibc < 2.31 is used, no additional patching was
required in order to restore correct login functionality.

Cc: Marcel Lorenz <marcel.lorenz@ipfire.org>
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>
2020-03-26 17:40:06 +00:00
Arne Fitzenreiter
a48d35f3ff smartmontools: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 17:38:32 +00:00
Arne Fitzenreiter
f64ce4966b core143: add localnet initscript
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 10:09:14 +00:00
Arne Fitzenreiter
ff9788d2d8 core143: netother.cgi
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 10:04:15 +00:00
Arne Fitzenreiter
2c0b745abb core143: add smartmontools
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 10:00:20 +00:00
Arne Fitzenreiter
87b18665c0 core143: add ovpnmain.cgi
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-26 09:45:17 +00:00
Matthias Fischer
a7e9342c18 ncurses: Update to 6.2
For details see:
https://invisible-island.net/ncurses/announce.html#h2-release-notes

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>
2020-03-26 09:42:12 +00:00
Arne Fitzenreiter
9145787719 core143: add xz
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-24 08:59:58 +00:00
Marcel Lorenz
3b891a2d90 xz: update to 5.2.5 2020-03-23 18:38:17 +00:00
Arne Fitzenreiter
0617c1ce82 core143: add coreutils
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-23 18:33:39 +00:00
Peter Müller
d519f1239f coreutils: update rootfiles
Cc: Michael Tremer <michael.tremer@ipfire.org>
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>
2020-03-23 18:32:33 +00:00
Arne Fitzenreiter
4e412a00d3 core143: add glibc
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-22 19:10:46 +00:00
Michael Tremer
29cb9e478a glibc: Update to 2.31
Fixes: #12288
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-22 07:30:45 +00:00
Arne Fitzenreiter
6319c9315c core143: add hwdata
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:30:15 +00:00
Arne Fitzenreiter
06b809b314 core143: add strongswan
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:28:04 +00:00
Peter Müller
b427793a58 strongSwan: update to 5.8.2
Please refer to https://wiki.strongswan.org/versions/75 for release notes.

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>
2020-03-21 16:27:22 +00:00
Arne Fitzenreiter
426902c9b4 core143: add rules.pl
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:26:38 +00:00
Stefan Schantl
c4b7692ad9 rules.pl: Fix SNAT over VPN.
This commit adds flags which will are applied if SNAT should be used on
the red address or any configured alias.

They prevent doing the SNAT when tranismitting packet through a VPN over the red interface.

Fixes #12162.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Tested-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:24:44 +00:00
Arne Fitzenreiter
e1379d6737 core143: add swap changes
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:23:36 +00:00
Michael Tremer
6b3b3a32ab swap: Start swap after mounting filesystems
When using a swap file, it is not being activated correctly
when the filesystem it is residing on is not mounted, yet.

The root file system is mounted read-only here before
S40mountfs is being executed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:19:54 +00:00
Arne Fitzenreiter
36050876ea core143: add unbound
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:17:11 +00:00
Matthias Fischer
98bd7ab1be unbound: Update to 1.10.0
For details see:
https://lists.nlnetlabs.nl/pipermail/unbound-users/2020-February/006711.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>
2020-03-21 16:16:40 +00:00
Arne Fitzenreiter
e7e89f4901 core143: add apr and pcre
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:15:00 +00:00
Wolfgang Apolinarski
ddda384a44 Update Apache Dependencies
Update apache dependencies:
APR: update to version 1.7.0
PCRE: update to version 8.44
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:14:08 +00:00
Arne Fitzenreiter
e8810200aa core143: add dhcp.cgi and fireinfo.cgi
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:12:54 +00:00
Arne Fitzenreiter
46609450dc core143: add ntp
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:06:21 +00:00
Arne Fitzenreiter
10e9b34392 core143: add libssh
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:04:58 +00:00
Erik Kapfer
f09135aa43 tshark: Update to version 3.2.2 .
Update to 3.2.x includes, several bugfixes, updated protocols, new and updated features.
For the complete changelog, take a look into here --> https://www.wireshark.org/docs/relnotes/ .

Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-21 16:04:08 +00:00