Matthias Fischer
07abe4e2f6
unbound: Update to 1.22.0
...
For details see:
https://nlnetlabs.nl/projects/unbound/download/#unbound-1-22-0
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:15:06 +01:00
Arne Fitzenreiter
3a92419680
core190: ship unbound-dhcp-leases-bridge
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:13:56 +01:00
Michael Tremer
e595fa1176
unbound-dhcp-leases-bridge: Fix expiry check on leases
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:12:30 +01:00
Michael Tremer
131bcfa999
unbound-dhcp-leases-bridge: Don't overwrite static leases
...
When we import all static leases, their remark will be used as hostname
(because WTF?) and might be overwritten if the device is not sending any
or even the same hostname.
This patch avoids that static leases will be modified.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:12:17 +01:00
Michael Tremer
a81eefa265
unbound-dhcp-leases-bridge: Fix typo
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:11:55 +01:00
Michael Tremer
17a9ad2f52
unbound-dhcp-leases-bridge: Don't export expired leases to Unbound
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:11:43 +01:00
Arne Fitzenreiter
74849f68c9
core190: ship dhcp client changes
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:10:01 +01:00
Michael Tremer
c6282b001b
networking: Allow changing DHCP Option Rapid Commit
...
This option needs to be configurable since some (braindead) ISPs have
started running broken DHCP servers to be bug-compatible with cheap
broken plastic routers.
By default we keep this option enabled, but it can now be turned off
whenever needed.
Suggested-by: Adolf Belka <adolf.belka@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Tested-by: Adolf Belka <adolf.belka@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 09:06:01 +01:00
Arne Fitzenreiter
7350feee58
core190: ship files with fixed chown syntax
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 08:57:59 +01:00
Michael Tremer
2e92bfc047
chown: Replace . with : on all shipped scripts
...
I don't like this messy bootup screen that we have with all sorts of
warnings that actually don't cause any problems, but make the boot
messy and send the wrong message to users.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 08:51:45 +01:00
Arne Fitzenreiter
7c0241405e
core190: ship network-hotplug-bridges
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 08:50:01 +01:00
Michael Tremer
cacfaa1c89
udev: network-hotplug-bridges: Silence a warning when interfaces have gone away
...
It can happen that udev has an event for an interface in the queue that
has already gone away - or even just being renamed.
Then reading the MAC address fails. Because the shell expands the
"$(<...)" statement before running the whole line, the read check is
useless.
Because the code would get too complicated otherwise, I decided to use
cat. Not cool, but this does the job.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 08:46:38 +01:00
Michael Tremer
3638d37c0d
wlanap.cgi: Use the correct array to fetch the current interface
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 08:45:58 +01:00
Michael Tremer
3c904d268b
hostapd: Enable logging to syslog
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-05 08:45:33 +01:00
Arne Fitzenreiter
d6dc07a1a8
kernel: update to 6.6.59
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-11-04 18:00:11 +01:00
Arne Fitzenreiter
06452d0db6
gdb: rootfile update
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-29 13:03:16 +01:00
Arne Fitzenreiter
da8dc5e86a
Config: add ROOTFILE_APPEND variable to select rootfile
...
also gcc on riscv64 has to different rootfile at build so make
the selection of an additional rootfile univarsal.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-27 13:47:57 +01:00
Arne Fitzenreiter
61a8c7dcdb
kernel: fix riscv64 rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-27 09:48:23 +01:00
Arne Fitzenreiter
461de40d1a
kernel: update riscv64 config and rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-26 10:06:12 +02:00
Arne Fitzenreiter
187336d851
gdb: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-26 10:01:08 +02:00
Arne Fitzenreiter
30da3342c1
ruby: make rootfile arch independend
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-26 09:54:31 +02:00
Arne Fitzenreiter
2d4e78dd24
gdb: update aarch64 rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-24 08:22:54 +02:00
Arne Fitzenreiter
37eb2ddd07
kernel: update to 6.6.58
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-24 08:22:21 +02:00
Arne Fitzenreiter
0c0af35ebc
cdrom: add serial console to uEFI menu
...
this is only needed on systems that support both video out and serial
console to force serial.
2024-10-24 08:20:17 +02:00
Arne Fitzenreiter
e91ae5e75a
flash-images: move sleep 1 to a better place
...
kpartx trigger the automount feature of some desktop environments
which result in a mounted filesystem if it was created to fast after
kpartx.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-24 08:18:07 +02:00
Arne Fitzenreiter
78f1bb1de5
flash-images: add sleep 1 after umount the images
...
sometime zerofree will not able to write without this delay.
I have no idea why?
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:37:19 +02:00
Arne Fitzenreiter
4d448aa458
vdr: update to version 2.6.9
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:35:00 +02:00
Arne Fitzenreiter
16fd55e550
lfs/Config: fix used rootfile for linux headers
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:33:58 +02:00
Arne Fitzenreiter
bc1444c489
nmap: rootfile update
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:32:40 +02:00
Arne Fitzenreiter
135b61b564
freeradius: update rootfile and increment PAK_VER
...
new package is needed because a lib was not shipped with v21
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:30:32 +02:00
Arne Fitzenreiter
9aca5e215a
whatmask: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:29:15 +02:00
Arne Fitzenreiter
68d79b957a
pkg-config: update rootfile
...
:
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:28:27 +02:00
Arne Fitzenreiter
5b1ae54e57
perl-MIME-Tools: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:27:34 +02:00
Arne Fitzenreiter
26c3a972a7
perl-Archive-Zip: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:26:16 +02:00
Arne Fitzenreiter
5c1555e420
autoconf-archive: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:25:17 +02:00
Arne Fitzenreiter
a9ec615940
cmake: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-16 21:24:16 +02:00
Michael Tremer
40571258e8
make.sh: Check for changes in logs
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-16 16:40:50 +00:00
Adolf Belka
398fa44015
dhcpcd: Update to version 10.1.0
...
- Update from version 10.0.10 to 10.1.0
- Update of rootfile not required
- Changelog
10.1.0
Bug Fixes
dhcp: get_option_uint32/16 only accept options with correct len by
@taoyl-g in #357
Include frame header in buffer length by @acst1223 in #371
For full changelog see commits delta in
https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.10...v10.1.0
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-16 09:44:51 +00:00
Matthias Fischer
bb108657a8
squid: Update to 6.12
...
For details see:
https://github.com/squid-cache/squid/commits/v6
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-14 09:15:23 +00:00
Matthias Fischer
7b4155905c
monit: Update to 5.34.2
...
For details see:
https://mmonit.com/monit/changes/
"Fixed: The network protocol test may occasionally fail with a
"Poll failed: Interrupted system call" error."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-14 09:15:20 +00:00
Michael Tremer
60b5c6c2bd
make.sh: Avoid finding non-existant rootfiles
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-14 09:03:23 +00:00
Michael Tremer
522632655c
kernel: Enable IO uring
...
This is a feature more and more tools start using now and will help to
keep performance of the OS up.
This was enabled on riscv64 already.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-14 09:03:23 +00:00
Adolf Belka
b71fe1a1e7
tshark: Update to version 4.4.1
...
- Update from version 4.2.7 to 4.4.1
- The 4.4.x series is the new Stable Release replascing the 4.2.x series which becomes
the Old Stable Release.
- There is an sobump so find-dependencies was run for the three libraries with changes
but all linked programs are within tshark.
- Changelog is too large to include here. Links provided
4.4.1
https://www.wireshark.org/docs/relnotes/wireshark-4.4.1.html
4.4.0
https://www.wireshark.org/docs/relnotes/wireshark-4.4.0.html
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-12 09:38:25 +00:00
Michael Tremer
32ec5667d9
make.sh: Show rootfiles that contain some architecture
...
Previously, make.sh just failed but did not explain why it was unhappy.
This patch adds a message which rootfiles contain which architecture.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-12 09:38:25 +00:00
Arne Fitzenreiter
24f875d787
mympd: update to 18.0.0
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-11 13:30:13 +02:00
Arne Fitzenreiter
019f139b20
kernel: update to 6.6.56
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-11 13:17:53 +02:00
Arne Fitzenreiter
c45abd5f1c
rtl8812au: add missing rootfile.
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2024-10-11 13:15:23 +02:00
Matthias Fischer
384c5ba18e
monit: Update to 5.34.1
...
For details see:
https://mmonit.com/monit/changes/
"Fixed: The check program now avoids leaving zombie processes between cycles."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-09 18:26:01 +00:00
Adolf Belka
1af2530c07
lcdproc: removal as discussed in Conf call 7th Oct
...
- removal of lfs, rootfile and config files
- backup includes file is also removed, althouigh it was an empty file, so not backing
anything up.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-09 18:25:56 +00:00
Adolf Belka
5fd4ca19a8
mpfire: removal as discussed in Conf call 7th Oct
...
- removal of lfs, rootfile, backup, paks, misc-progs, mpfire perl, language file
content, mpfire.cgi, mpfire menu references and files, mpfire specific image,
web-user-interface references and references in manualpages.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2024-10-09 18:25:53 +00:00