Commit Graph

11521 Commits

Author SHA1 Message Date
Peter Müller
09e6a4fa16 Core Update 183: Ship p11-kit
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 07:26:18 +00:00
Adolf Belka
fefd0cb849 p11-kit: Update to version 0.25.3
- Update from version 0.25.2 to 0.25.3
- Update of rootfile
- Changelog
    0.25.3
	rpc: fix serialization of NULL mechanism pointer [PR#601]
	fix meson build failure in macOS (appleframeworks not found) [PR#603]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-12-30 07:25:59 +00:00
Peter Müller
acdb9df089 Core Update 183: Ship sudo
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 07:24:18 +00:00
Peter Müller
d1f75149cf Core Update 183: Ship firewalllog.dat
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 07:04:50 +00:00
Peter Müller
6ac85c116e Core Update 183: Ship bind
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 07:03:39 +00:00
Matthias Fischer
2ecefae295 bind: Update to 9.16.45
For details see:
https://downloads.isc.org/isc/bind9/9.16.45/doc/arm/html/notes.html#notes-for-bind-9-16-45

"Feature Changes

    The IP addresses for B.ROOT-SERVERS.NET have been updated to
    170.247.170.2 and 2801:1b8:10::b. [GL #4101]"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
2023-12-30 06:57:50 +00:00
Peter Müller
1bbf603475 Core Update 183: Ship and restart OpenSSH
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:57:03 +00:00
Peter Müller
6c4ecf6b0f Core Update 183: Ship OpenSSL
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:53:53 +00:00
Adolf Belka
c0dd2fd124 openssl: Update to version 3.2.0
- Update from version 3.1.4 to 3.2.0
- Update of rootfile
- Changelog
    3.2.0
	This release incorporates the following potentially significant or incompatible
	changes:
	  * The default SSL/TLS security level has been changed from 1 to 2.
	  * The `x509`, `ca`, and `req` apps now always produce X.509v3 certificates.
	  * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings
	    by default.
	  From my understanding these above changes should not create any problem for
	   IPFire.
	This release adds the following new features:
	  * Support for client side QUIC, including support for
	    multiple streams (RFC 9000)
	  * Support for Ed25519ctx, Ed25519ph and Ed448ph in addition
	    to existing support for Ed25519 and Ed448 (RFC 8032)
	  * Support for deterministic ECDSA signatures (RFC 6979)
	  * Support for AES-GCM-SIV, a nonce-misuse-resistant AEAD (RFC 8452)
	  * Support for the Argon2 KDF, along with supporting thread pool
	    functionality (RFC 9106)
	  * Support for Hybrid Public Key Encryption (HPKE) (RFC 9180)
	  * Support for SM4-XTS
	  * Support for Brainpool curves in TLS 1.3
	  * Support for TLS Raw Public Keys (RFC 7250)
	  * Support for TCP Fast Open on Linux, macOS and FreeBSD,
	    where enabled and supported (RFC 7413)
	  * Support for TLS certificate compression, including library
	    support for zlib, Brotli and zstd (RFC 8879)
	  * Support for provider-based pluggable signature algorithms
	    in TLS 1.3 with supporting CMS and X.509 functionality
	    With a suitable provider this enables the use of post-quantum/quantum-safe
	    cryptography.
	  * Support for using the Windows system certificate store as a source of
	    trusted root certificates
	    This is not yet enabled by default and must be activated using an
	    environment variable. This is likely to become enabled by default
	    in a future feature release.
	  * Support for using the IANA standard names in TLS ciphersuite configuration
	  * Multiple new features and improvements to CMP protocol support
	The following known issues are present in this release and will be rectified
	in a future release:
	  * Provider-based signature algorithms cannot be configured using the
	    SignatureAlgorithms configuration file parameter (#22761)
	This release incorporates the following documentation enhancements:
	  * Added multiple tutorials on the OpenSSL library and in particular
	    on writing various clients (using TLS and QUIC protocols) with libssl

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:53:26 +00:00
Peter Müller
b0478069c4 Core Update 183: Ship qpdf
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-30 06:50:22 +00:00
Adolf Belka
93137ccb86 qpdf: Update to version 11.7.0
- Update from version 11.6.1 to 11.7.0
- Update of rootfile
- Changelog
    11.7.0
	* Define CPACK_NSIS_MODIFY_PATH for the Windows builds so the
	official installers will offer to modify PATH when installing
	qpdf. Fixes #1054.
	* Add QPDFAcroFormDocumentHelper::disableDigitalSignatures, which
	disables any digital signature fields, leaving their visual
	representations intact. The --remove-restrictions command-line
	argument now calls this. Fixes #1015.
	* Generate a more complete qpdf "man page" from the same source as
	qpdf --help. Fixes #1064.
	* Allow the syntax "--encrypt --user-password=user-password
	--owner-password=owner-password --bits={40,128,256}" when
	encrypting PDF files. This is an alternative to the syntax
	"--encrypt user-password owner-password {40,128,256}", which will
	continue to be supported. The new syntax works better with shell
	completion and allows creation of passwords that start with "-".
	Fixes #874.
	* When setting a check box value, allow any value other than /Off
	to mean checked. This is permitted by the spec. Previously, any
	value other than /Yes or /Off was rejected. Fixes #1056.
	* Fix to QPDF JSON: a floating point number that appears in
	scientific notation will be converted to fixed-point notation,
	rounded to six digits after the decimal point. Fixes #1079.
	* Fix to QPDF JSON: the syntax "n:/pdf-syntax" is now accepted as
	an alternative way to represent names. This can be used for any
	name (e.g. "n:/text#2fplain"), but it is necessary when the name
	contains binary characters. For example, /one#a0two must be
	represented as "n:/one#a0two" since the single byte a0 is not
	valid in JSON. Fixes #1072.
	* From M. Holger: Refactor QPDFParser for performance. See #1059
	for a discussion.
	* Update code and tests so that qpdf's test suite no longer
	depends on the output of any specific zlib implementation. This
	makes it possible to get a fully passing test suite with any
	API-compatible zlib library. CI tests with the default zlib as
	well as zlib-ng (including verifying that zlib-ng is not the
	default), but any zlib implementation should work. Fixes #774.
	* Bug fix: with --compress-streams=n, don't compress object, XRef,
	or linearization hint streams.
	* Add new C++ functions "qpdf_c_get_qpdf" and "qpdf_c_wrap" to
	qpdf-c.h that make it possible to write your own extern "C"
	functions in C++ that interoperate with the C API. See
	examples/extend-c-api for more information.
	* Bug fix from M. Holger: the default for /Columns in PNG filter
	is 1, but libqpdf was acting like it was 0.
	* Enhancement from M. Holger: add methods to Buffer to work more
	easily with std::string.
    11.6.4
	* Install fix: include cmake files with the dev component.
	* Build AppImage with an older Linux distribution to support AWS
	Lambda. Fixes #1086.
    11.6.3
        * Tweak linearization code to better handle files between 2 GB and
        4 GB in size. Fixes #1023.
        * Fix data loss bug: qpdf could discard a the character after an
        escaped octal string consisting of less than three digits. For
        content, this would only happen with QDF or when normalizing
        content. Outside of content, it could have happened in any binary
        string, such as /ID, if the encoding software used octal escape
        strings with less than three digits. This bug was introduced
        between 10.6.3 and 11.0.0. Fixes #1050.
    11.6.2
        * Bug fix: when piping stream data, don't call finish on failure
        if the failure was caused by a previous call to finish. Fixes
        #1042.
        * Push .idea directory with the beginning of a sharable JetBrains
        CLion configuration.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-12-30 06:50:03 +00:00
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
Arne Fitzenreiter
591ba49c03 Merge remote-tracking branch 'origin/master' into next 2023-12-22 10:41:54 +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
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
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
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
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
Michael Tremer
e4176557f0 core181: Ship apache initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-06 11:18:29 +00: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
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
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
Peter Müller
0b329e97da Core Update 182: Remove unused xfsprogs udev rule file
Housekeeping in case it has already been installed on a system that is
following the unstable Pakfire branch.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-04 22:31:04 +00:00
Peter Müller
3732c3725b xfsprogs: Do not ship unused udev rule file
As discussed in today's monthly video conference.

Cc: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-04 22:29:39 +00:00
Peter Müller
e53fbdc258 Core Update 182: Ship ca-certificates
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-12-04 22:29:03 +00:00
Peter Müller
95660247da ca-certificates: Update root CA certificates bundle
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
2023-12-04 22:28:49 +00:00
Michael Tremer
84f8640da0 core181: Ship apache initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-11-28 16:18:39 +00:00
Peter Müller
2005b34809 man: Comment out erroneously uncommented lines
See https://lists.ipfire.org/hyperkitty/list/development@lists.ipfire.org/message/HLCRQ4RRVZK5WL346HDF533KMRZVFK7C/

Cc: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-11-26 09:40:34 +00:00
Adolf Belka
4714b0890c man: Update to version 2.12.0
- Update from version 2.11.2 to 2.12.0
- Update of rootfile
- Changelog
    2.12.0
	Fixes:
	 * Fix some manual page portability issues with groff 1.23.0.
	 * Fix test failures when a working `iconv` is not available.
	 * Ensure that timestamps read from the database can go past the year 2038,
	   even on systems where this is not the default.
	 * Fix `manpath` not parsing `PATH` entries with trailing slash correctly
	   for guessing `MANPATH` entries.
	 * More accurately document the behaviour of passing file names as arguments
	   to `man` without the `-l`/`--local-file` option.
	 * Avoid duplicate cleanup of old cat pages by both `man-db.service` and
	   `systemd-tmpfiles-clean.service`.
	Improvements:
	 * Update system call lists in `seccomp` sandbox from `systemd`.
	 * Upgrade to Gnulib `stable-202307`.
	 * Work around the Firebuild accelerator in `seccomp` sandbox: if this is in
	   use then we need to allow some socket-related system calls.
	 * `man -K` now deduplicates search results that point to the same page.
	 * Warn if `mandb` drops to `--user-db` mode due to running as the wrong
	   user.
	 * Change section title recommendations in `man(1)` to mention `STANDARDS`
	   rather than `CONFORMING TO`, in line with `man-pages(7)`.
	 * Add a `STANDARDS` section to `man(1)` itself.
	 * Document that `man -K` may suffer from false negatives as well as false
	   positives.
	 * Take advantage of newer `groff` facilities to implement `man
	   --no-hyphenation` and `man --no-justification`, if available.
	 * `man -f` and `man -k` now pass any `-r`/`--regex` or `-w`/`--wildcard`
	   options on to `whatis` and `apropos` respectively.
	 * Always pass a line length to `nroff`, even if we believe that it matches
	   the default.
	 * Allow disabling `groff` warnings via `man --warnings`, by prefixing a
	   warning name with `!`.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-11-26 09:40:17 +00:00
Peter Müller
9f42af2453 Core Update 182: Ship dhcp.cgi
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-11-24 13:23:09 +00:00
Peter Müller
05730a8b48 Core Update 182: Ship connections.cgi
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-11-24 13:12:48 +00:00