Commit Graph

21169 Commits

Author SHA1 Message Date
Peter Müller
ca7bd37aee Core Update 183: Ship tzdata
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:44:07 +00:00
Adolf Belka
109e5217a6 tzdata: Update to version 2023d
- Update from version 2023c to 2023d
- Update of rootfile not required
- Changelog
    2023d
	  Briefly:
	    Ittoqqortoormiit, Greenland changes time zones on 2024-03-31.
	    Vostok, Antarctica changed time zones on 2023-12-18.
	    Casey, Antarctica changed time zones five times since 2020.
	    Code and data fixes for Palestine timestamps starting in 2072.
	    A new data file zonenow.tab for timestamps starting now.
	  Changes to future timestamps
	    Ittoqqortoormiit, Greenland (America/Scoresbysund) joins most of
	     the rest of Greenland's timekeeping practice on 2024-03-31, by
	     changing its time zone from -01/+00 to -02/-01 at the same moment
	     as the spring-forward transition.  Its clocks will therefore not
	     spring forward as previously scheduled.  The time zone change
	     reverts to its common practice before 1981.
	    Fix predictions for DST transitions in Palestine in 2072-2075,
	     correcting a typo introduced in 2023a.
	  Changes to past and future timestamps
	    Vostok, Antarctica changed to +05 on 2023-12-18.  It had been at
	     +07 (not +06) for years.  (Thanks to Zakhary V. Akulov.)
	    Change data for Casey, Antarctica to agree with timeanddate.com,
	     by adding five time zone changes since 2020.  Casey is now at +08
	     instead of +11.
	  Changes to past tm_isdst flags
	    Much of Greenland, represented by America/Nuuk, changed its
	     standard time from -03 to -02 on 2023-03-25, not on 2023-10-28.
	     This does not affect UTC offsets, only the tm_isdst flag.
	     (Thanks to Thomas M. Steenholdt.)
	  New data file
	    A new data file zonenow.tab helps configure applications that use
	     timestamps dated from now on.  This simplifies configuration,
	     since users choose from a smaller Zone set.  The file's format is
	     experimental and subject to change.
	  Changes to code
	    localtime.c no longer mishandles TZif files that contain a single
	     transition into a DST regime.  Previously, it incorrectly assumed
	     DST was in effect before the transition too.  (Thanks to Alois
	     Treindl for debugging help.)
	    localtime.c's timeoff no longer collides with OpenBSD 7.4.
	    The C code now uses _Generic only if __STDC_VERSION__ says the
	     compiler is C11 or later.
	    tzselect now optionally reads zonenow.tab, to simplify when
	     configuring only for timestamps dated from now on.
	    tzselect no longer creates temporary files.
	    tzselect no longer mishandles the following:
	      Spaces and most other special characters in BUGEMAIL, PACKAGE,
	       TZDIR, and VERSION.
	      TZ strings when using mawk 1.4.3, which mishandles regular
	       expressions of the form /X{2,}/.
	      ISO 6709 coordinates when using an awk that lacks the GNU
	       extension of newlines in -v option-arguments.
	      Non UTF-8 locales when using an iconv command that lacks the GNU
	       //TRANSLIT extension.
	    zic no longer mishandles data for Palestine after the year 2075.
	     Previously, it incorrectly omitted post-2075 transitions that are
	     predicted for just before and just after Ramadan.  (Thanks to Ken
	     Murchison for debugging help.)
	    zic now works again on Linux 2.6.16 and 2.6.17 (2006).
	     (Problem reported by Rune Torgersen.)
	  Changes to build procedure
	    The Makefile is now more compatible with POSIX:
	     * It no longer defines AR, CC, CFLAGS, LDFLAGS, and SHELL.
	     * It no longer uses its own 'cc' in place of CC.
	     * It now uses ARFLAGS, with default specified by POSIX.
	     * It does not use LFLAGS incompatibly with POSIX.
	     * It uses the special .POSIX target.
	     * It quotes special characters more carefully.
	     * It no longer mishandles builds in an ISO 8859 locale.
	    Due to the CC changes, TZDIR is now #defined in a file tzfile.h
	     built by 'make', not in a $(CC) -D option.  Also, TZDEFAULT is
	     now treated like TZDIR as they have similar roles.
	  Changes to commentary
	     Limitations and hazards of the optional support for obsolescent
	      C89 platforms are documented better, along with a tentative
	      schedule for removing this support.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-12-30 06:43:39 +00:00
Arne Fitzenreiter
591ba49c03 Merge remote-tracking branch 'origin/master' into next 2023-12-22 10:41:54 +00:00
Arne Fitzenreiter
7270984c46 update-contributors
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-22 10:30:45 +00:00
Arne Fitzenreiter
aa892602dd core182: ship index.cgi
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-22 10:20:27 +00:00
Sebastien GISLAIN
0a60842a28 index.cgi: correct gpl-accepted in gpl_accepted
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-22 10:19:44 +00:00
Arne Fitzenreiter
bf92e55968 kernel: update to 6.6.8
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-21 13:50:59 +01:00
Arne Fitzenreiter
92d969d8ad Merge remote-tracking branch 'origin/master' into next 2023-12-21 09:53:50 +01:00
Arne Fitzenreiter
26c98d0904 core182: remove old udev binary and rules
they are the reason for boot fails with scsi controllers in core 181.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-21 09:51:47 +01:00
Arne Fitzenreiter
7e35b9b9bb core182: add more files from stage2 that are updated
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-21 09:51:05 +01:00
Michael Tremer
1604674b51 Merge branch 'master' into next 2023-12-20 10:58:13 +00:00
Matthias Fischer
cdbaf83bb6 squid: Update to 6.6
For details see:
https://github.com/squid-cache/squid/commits/v6

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-20 10:57:14 +00:00
Arne Fitzenreiter
276fe09afc core182: ship libgcc_s.so.1
we have not shipped the gcc lib since core119

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-20 09:48:26 +01:00
Arne Fitzenreiter
73b04029c9 dracut: fix early_microcode put into ramdisk
the kernel has no CONFIG_MICROCODE_{AMD|INTEL} anymore so this patch change the check
to CONFIG_MICROCODE.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-20 08:44:10 +01:00
Arne Fitzenreiter
0348f6b23f Merge remote-tracking branch 'origin/master' into next 2023-12-19 17:55:21 +01:00
Arne Fitzenreiter
d3b2b04672 alsa: bump package version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-19 11:45:26 +01:00
Arne Fitzenreiter
6c85ffbfd4 alsa: remove kernel module unload at uninstall
this sometimes result in unstable/crashing kernel.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-19 11:44:03 +01:00
Arne Fitzenreiter
cb58d049e0 alsa: don't report failed module loads
this will stop pakfire if the kernel was updated before the alsa update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-19 11:35:53 +01:00
Arne Fitzenreiter
0108697131 kernel: update to 6.6.6
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-12 21:12:37 +01:00
Arne Fitzenreiter
5109f8ee7f kernel: update to 6.6.5
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-08 16:12:17 +01:00
Arne Fitzenreiter
9d77a9a5cb installer: update filecount
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 10:19:37 +01:00
Arne Fitzenreiter
935e7e115e core183: update disk-space/size check
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 10:07:07 +01:00
Arne Fitzenreiter
365306f5e5 core183: ship kbd
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 08:11:08 +01:00
Arne Fitzenreiter
e3544476b9 kbd: imclude eurlatgr font
this font is now default for european languages.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-07 08:08:05 +01:00
Arne Fitzenreiter
8064dce996 alsa: update rootfile and bump version
some files are removed from linux-firmware so we need
to install alsa again.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 13:40:14 +00:00
Arne Fitzenreiter
1513ac8814 core182: dont delete firmware of common soundcards.
We still have alsa and mediaplayers so this is needed!

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 13:29:34 +00:00
Arne Fitzenreiter
71070690da core182: dont remove libs in update
this will delete the current liblzma library.

Unused libs removed by filesystem cleanup later.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 13:27:11 +00:00
Adolf Belka
185217edbc netatalk: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Adolf Belka
6e269cd7b8 cups: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Adolf Belka
da5ad141d1 avahi: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Michael Tremer
e4176557f0 core181: Ship apache initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00:00
Adolf Belka
633c731827 netatalk: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:17:40 +00:00
Adolf Belka
d7d963ed86 cups: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:17:40 +00:00
Adolf Belka
3931b56d76 avahi: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:17:40 +00:00
Arne Fitzenreiter
88a4caa274 make.sh bump toolchain version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 11:06:26 +01:00
Arne Fitzenreiter
afede937d1 backupiso: bump IPFire version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-06 11:06:01 +01:00
Arne Fitzenreiter
5121119591 gcc: fix toolchain crossbuild
gcc doesn't support mbranch-predict=standard on x86_64
so this is removed in toolchain pass1
2023-12-06 08:21:05 +01:00
Arne Fitzenreiter
ea381f64a8 binutils: fix toolchain crossbuild
gcc on x86_64 doesn't support mbrach-predict=standard so this has removed
for toolchain pass1
2023-12-06 08:16:33 +01:00
Michael Tremer
43d72238cb core183: Re-add commands needed for the kernel update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-05 18:20:12 +00:00
Arne Fitzenreiter
a7c9eca495 kernel: update to 6.6.4
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-05 17:17:40 +00:00
Arne Fitzenreiter
941190cb3a kernel: update to 6.6.3
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-05 17:17:35 +00:00
Michael Tremer
0bf8678f06 core183: Ship kernel
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-05 17:16:48 +00:00
Arne Fitzenreiter
9e2dfefea7 rtl8xxx: remove unused or replaced external modules
rtl8189es and rtl8189fs are used at my knowledge only on 32bit arm boards.
If there is any 64bit board i can restore it.
rtl8822bu and rtl8821cu are both supported in mainline kernel 6.6.x so
no separate module is needed anymore.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-05 17:15:48 +00:00
Arne Fitzenreiter
7801897940 rtl8812au: update to 202110629-e6a0d17...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-05 17:15:48 +00:00
Arne Fitzenreiter
9c969555f1 kernel: purge unused patches
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-05 17:15:48 +00:00
Arne Fitzenreiter
95f9d9350d kernel: update to 6.6.2
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2023-12-05 17:15:48 +00:00
Michael Tremer
e36e826ad9 core183: Start Core Update 183
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-05 17:13:44 +00:00
Michael Tremer
19471f2951 Merge remote-tracking branch 'origin/next' 2023-12-05 08:31:33 +00:00
Peter Müller
7f357884fc Core Update 182: Ship tor.cgi
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-04 22:34:24 +00:00
Erik Kapfer
7a1683e6cb update.sh: If 'ExitNode' is in usage, it will be changed to 'ExitNodes'
Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
2023-12-04 22:33:00 +00:00