]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/log
people/pmueller/ipfire-3.x.git
8 months agozlib: Update to version 1.3
Adolf Belka [Tue, 19 Sep 2023 11:53:42 +0000 (13:53 +0200)] 
zlib: Update to version 1.3

- IPFire-3.x
- Update from version 1.2.13 to 1.3
- Changelog
    1.3
    Building using K&R (pre-ANSI) function definitions is no longer supported.
    Fixed a bug in deflateBound() for level 0 and memLevel 9.
    Fixed a bug when gzungetc() is used immediately after gzopen().
    Fixed a bug when using gzflush() with a very small buffer.
    Fixed a crash when gzsetparams() is attempted for a transparent write.
    Fixed test/example.c to work with FORCE_STORED.
    Fixed minizip to allow it to open an empty zip file.
    Fixed reading disk number start on zip64 files in minizip.
    Fixed a logic error in minizip argument processing.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agozstd: Update to version 1.5.5
Adolf Belka [Tue, 19 Sep 2023 11:42:17 +0000 (13:42 +0200)] 
zstd: Update to version 1.5.5

- IPFire-s.x
- Update from version 1.5.2 to 1.5.5
- Changelog is too large to include here. See the following github page for the
   details. https://github.com/facebook/zstd/releases

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agolibxcrypt: Update to version 4.4.36
Adolf Belka [Mon, 18 Sep 2023 14:16:54 +0000 (16:16 +0200)] 
libxcrypt: Update to version 4.4.36

- IPFire3.x
- Update from version 4.4.33 to 4.4.36
- Changelog
Version 4.4.36
* Fix left over bits failing with Perl v5.38.0 (issue #173).
Version 4.4.35
* Fix build with Perl v5.38.0 (issue #170).
* Fix build with MinGW-w(32|64).
Version 4.4.34
* Update build-aux/m4/ax_valgrind_check.m4 to v23.
* Optimize some cast operation for performance in
  lib/alg-yescrypt-platform.c.
* Add SHA-2 Maj() optimization proposed by Wei Dai in lib/alg-sha512.c.
* Explicitly clean the stack and context state after computation in
  lib/alg-gost3411-2012-hmac.c, lib/alg-hmac-sha1.c, and lib/alg-sha256.c
  (issue #168).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoapache: Introduce apache into IPFire 3.x
Adolf Belka [Mon, 18 Sep 2023 14:16:57 +0000 (16:16 +0200)] 
apache: Introduce apache into IPFire 3.x

- Creation of nm file for installation of apache

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoapr-util: Update version to 1.6.3 and add libxcrypt as dependency
Adolf Belka [Mon, 18 Sep 2023 14:16:56 +0000 (16:16 +0200)] 
apr-util: Update version to 1.6.3 and add libxcrypt as dependency

- IPFire3.x
- Update version from 1.6.1 to 1.6.3
- libxcrypt dependency required for apache
- Changelog
    1.6.3
  *) Correct a packaging issue in 1.6.2. The contents of the release were
     correct, but the top level directory was misnamed.
    1.6.2
  *) SECURITY: CVE-2022-25147 (cve.mitre.org)
     Integer Overflow or Wraparound vulnerability in apr_base64 functions
     of Apache Portable Runtime Utility (APR-util) allows an attacker to
     write beyond bounds of a buffer.
  *) Teach configure how to find and build against MariaDB 10.2. PR 61517
     [Kris Karas <bugs-a17 moonlit-rail.com>]
  *) apr_crypto_commoncrypto: Remove stray reference to -lcrypto that
     prevented commoncrypto being enabled. [Graham Leggett]
  *) Add --tag=CC to libtool invocations. PR 62640. [Michael Osipov]
  *) apr_dbm_gdbm: Fix handling of error codes. This makes gdbm 1.14 work.
     apr_dbm_gdbm will now also return error codes starting with
     APR_OS_START_USEERR, as apr_dbm_berkleydb does, instead of always
     returning APR_EGENERAL. [Stefan Fritsch]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoapr: Include libxcrypt as dependency
Adolf Belka [Mon, 18 Sep 2023 14:16:55 +0000 (16:16 +0200)] 
apr: Include libxcrypt as dependency

- IPFire3.x
- libxcrypt dependency in apr is required by apr-util and then apache

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoapr: Update to version 1.7.4
Adolf Belka [Sun, 17 Sep 2023 14:29:32 +0000 (16:29 +0200)] 
apr: Update to version 1.7.4

- IPFire3.x
- Update from version 1.7.2 to 1.7.4
- Changelog
    1.7.4
  *) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND
     and APR_FOPEN_BUFFERED did not properly append the data on Windows.
     (This regression was introduced in APR 1.7.3)  [Evgeny Kotkov]
    1.7.3
  *) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510
     [Ruediger Pluem]
  *) configure: Add --enable-sysv-shm to use SysV shared memory (shmget) if
     available. [Ruediger Pluem]
  *) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function
     pointer on Windows. [Ivan Zhakov]
  *) apr_dir_read: Do not request short file names on Windows 7
     and later. [Ivan Zhakov]
  *) apr_file_gets: Optimize for buffered files on Windows.
     [Evgeny Kotkov]
  *) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND
     on Windows. PR 50058. [Evgeny Kotkov]
  *) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windows.
     [Evgeny Kotkov]
  *) apr_file_write: Optimize large writes to buffered files on Windows.
     [Evgeny Kotkov]
  *) apr_file_read: Optimize large reads from buffered files on Windows.
     [Evgeny Kotkov]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agogobject-introspection: Rebuild because of Pakfire fix interpreter bug
Michael Tremer [Mon, 18 Sep 2023 19:34:49 +0000 (19:34 +0000)] 
gobject-introspection: Rebuild because of Pakfire fix interpreter bug

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agovim: Rebuild against glibc
Michael Tremer [Mon, 18 Sep 2023 19:34:27 +0000 (19:34 +0000)] 
vim: Rebuild against glibc

The previously compiled version fails with the fortified glibc.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agowireguard-tools: Add package
Peter Müller [Mon, 18 Sep 2023 13:16:08 +0000 (13:16 +0000)] 
wireguard-tools: Add package

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agogit: Rebuild because of Pakfire integer overflow issue
Michael Tremer [Mon, 18 Sep 2023 13:37:45 +0000 (13:37 +0000)] 
git: Rebuild because of Pakfire integer overflow issue

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoncurses: Rebuild for Pakfire man page compression bug
Michael Tremer [Mon, 18 Sep 2023 12:52:06 +0000 (12:52 +0000)] 
ncurses: Rebuild for Pakfire man page compression bug

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agogrub: Depend on efibootmgr
Michael Tremer [Mon, 18 Sep 2023 11:56:33 +0000 (11:56 +0000)] 
grub: Depend on efibootmgr

In order to install the bootloader on EFI systems, we require
efibootmgr.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoefibootmgr: New package
Michael Tremer [Mon, 18 Sep 2023 11:56:08 +0000 (11:56 +0000)] 
efibootmgr: New package

This is required by GRUB on EFI systems

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoefivar: New package
Michael Tremer [Mon, 18 Sep 2023 11:55:46 +0000 (11:55 +0000)] 
efivar: New package

This is required by efibootmgr

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agomandoc: New package
Michael Tremer [Mon, 18 Sep 2023 11:55:33 +0000 (11:55 +0000)] 
mandoc: New package

This is required by efivar

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoiproute2: Update to 6.5
Jonatan Schlag [Sun, 17 Sep 2023 14:44:22 +0000 (14:44 +0000)] 
iproute2: Update to 6.5

Fixes: #13284
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agosudo: Fix incorrect location of libsudo_utils.so
Peter Müller [Sun, 17 Sep 2023 20:18:20 +0000 (20:18 +0000)] 
sudo: Fix incorrect location of libsudo_utils.so

Reported-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoOpenSSL: Add missing Perl dependency
Peter Müller [Mon, 18 Sep 2023 10:04:29 +0000 (10:04 +0000)] 
OpenSSL: Add missing Perl dependency

Reported-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoppp: Update to version 2.5.0
Adolf Belka [Sun, 17 Sep 2023 13:42:04 +0000 (15:42 +0200)] 
ppp: Update to version 2.5.0

- IPFire3.x
- Update from version 2.4.9 to 2.5.0
- Update based on the changes from ipfire2.x
- More work still needed once networking has been put in place.
   define location of secrets and the IPFire3.x replacements for
   the dialer, ip-up and ip_down helper scripts that were used in
   IPFire2.x

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoperl-Font-TTF: Update to 1.06
Michael Tremer [Sun, 17 Sep 2023 16:12:28 +0000 (16:12 +0000)] 
perl-Font-TTF: Update to 1.06

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoperl-IO-String: New package
Michael Tremer [Sun, 17 Sep 2023 16:12:10 +0000 (16:12 +0000)] 
perl-IO-String: New package

This is required by perl-Font-TTF

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoperl-TimeDate: This package requires Time::Local for the testsuite
Michael Tremer [Sun, 17 Sep 2023 15:38:49 +0000 (15:38 +0000)] 
perl-TimeDate: This package requires Time::Local for the testsuite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agotzdata: This package is not noarch
Michael Tremer [Sun, 17 Sep 2023 15:34:18 +0000 (15:34 +0000)] 
tzdata: This package is not noarch

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoperl: Recompile all modules
Michael Tremer [Sun, 17 Sep 2023 15:12:21 +0000 (15:12 +0000)] 
perl: Recompile all modules

Pakfire did not track the provides properly which is being fixed by
rebuilding all packages.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoauto*: Rebuild autotools
Michael Tremer [Sun, 17 Sep 2023 14:46:53 +0000 (14:46 +0000)] 
auto*: Rebuild autotools

The packages on the build service have some dependencies that are
self-provided but somehow have been detected as requirements.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoed: Update to 1.19
Peter Müller [Sun, 17 Sep 2023 14:27:38 +0000 (16:27 +0200)] 
ed: Update to 1.19

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoxfsprogs: Update to 6.4.0
Peter Müller [Sun, 17 Sep 2023 13:56:24 +0000 (15:56 +0200)] 
xfsprogs: Update to 6.4.0

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agowireless-regdb: Update to 2023.09.01
Peter Müller [Sun, 17 Sep 2023 13:49:37 +0000 (15:49 +0200)] 
wireless-regdb: Update to 2023.09.01

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agosudo: Update to 1.9.14p3
Peter Müller [Sun, 17 Sep 2023 13:37:11 +0000 (15:37 +0200)] 
sudo: Update to 1.9.14p3

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agogzip: Update to 1.13
Peter Müller [Sat, 16 Sep 2023 14:03:07 +0000 (16:03 +0200)] 
gzip: Update to 1.13

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agolibtiff: Update to 4.6.0
Peter Müller [Sat, 16 Sep 2023 13:57:27 +0000 (15:57 +0200)] 
libtiff: Update to 4.6.0

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agomemtest: Update to 6.20
Peter Müller [Sat, 16 Sep 2023 13:55:14 +0000 (15:55 +0200)] 
memtest: Update to 6.20

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agolibarchive: Update to 3.7.2
Peter Müller [Sat, 16 Sep 2023 13:30:14 +0000 (15:30 +0200)] 
libarchive: Update to 3.7.2

Fixes: #13309
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoncurses: Update to 6.4
Peter Müller [Sat, 16 Sep 2023 12:29:40 +0000 (14:29 +0200)] 
ncurses: Update to 6.4

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agohtop: Update to 3.2.2
Peter Müller [Sat, 16 Sep 2023 12:22:55 +0000 (14:22 +0200)] 
htop: Update to 3.2.2

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoopenssl: Update to 3.1.2
Michael Tremer [Sun, 17 Sep 2023 14:32:03 +0000 (14:32 +0000)] 
openssl: Update to 3.1.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agogmp: Update to 6.3.0
Jonatan Schlag [Sun, 17 Sep 2023 14:09:34 +0000 (14:09 +0000)] 
gmp: Update to 6.3.0

Fixes: #13229
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agowpasupplicant: update to 3.10
Arne Fitzenreiter [Sun, 17 Sep 2023 14:08:25 +0000 (16:08 +0200)] 
wpasupplicant: update to 3.10

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agolibnl3: update to 3.8.0
Arne Fitzenreiter [Sun, 17 Sep 2023 14:24:36 +0000 (16:24 +0200)] 
libnl3: update to 3.8.0

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoUpdate dhcpcd to 10.0.2
Jonatan Schlag [Sun, 17 Sep 2023 13:29:59 +0000 (13:29 +0000)] 
Update dhcpcd to 10.0.2

Fixes: #13234
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoUpdate ccache to 4.8.3
Jonatan Schlag [Sun, 17 Sep 2023 13:29:58 +0000 (13:29 +0000)] 
Update ccache to 4.8.3

The test suite does not create any problems so I enabled the test suite.

Fixes: #13314
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoUpdate brtfs-progs to 6.5.1
Jonatan Schlag [Sun, 17 Sep 2023 13:18:28 +0000 (13:18 +0000)] 
Update brtfs-progs to 6.5.1

Fixes: #13258
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agobash: Recommend installing bash-completion
Michael Tremer [Sun, 17 Sep 2023 13:57:25 +0000 (13:57 +0000)] 
bash: Recommend installing bash-completion

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoUpdate bash to 5.2.15
Jonatan Schlag [Sun, 17 Sep 2023 13:18:27 +0000 (13:18 +0000)] 
Update bash to 5.2.15

Fixes: #13220
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoUpdate bird to 2.13.1
Jonatan Schlag [Sun, 17 Sep 2023 13:18:26 +0000 (13:18 +0000)] 
Update bird to 2.13.1

Fixes: #13226
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agohostapd: update to 2.10
Arne Fitzenreiter [Sun, 17 Sep 2023 12:42:19 +0000 (14:42 +0200)] 
hostapd: update to 2.10

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoipfire-release: Install a lot of useful packages
Michael Tremer [Sun, 17 Sep 2023 13:39:23 +0000 (13:39 +0000)] 
ipfire-release: Install a lot of useful packages

This is a list of packages that should be installed on the core system.
If that is impossible for whatever reason, we won't break the
installation because of these.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoipfire-release: Disable using mirrors in stable repository
Michael Tremer [Sun, 17 Sep 2023 13:30:12 +0000 (13:30 +0000)] 
ipfire-release: Disable using mirrors in stable repository

Pakfire currently does not handle this well and we don't need this now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoacpid: Drop package
Michael Tremer [Sun, 17 Sep 2023 13:29:22 +0000 (13:29 +0000)] 
acpid: Drop package

We should not need this as systemd-logind is handling any power button
presses.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoipfire-release: Update repository configuration
Michael Tremer [Sun, 17 Sep 2023 12:51:36 +0000 (12:51 +0000)] 
ipfire-release: Update repository configuration

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agosqlite: Update to version 3430100
Adolf Belka [Sat, 16 Sep 2023 13:17:47 +0000 (15:17 +0200)] 
sqlite: Update to version 3430100

- IPFire3.x
- Update from version 340000 release 1.1 to 3430100 release 1
- Changelog is very large - see https://www.sqlite.org/chronology.html for
   links for each release that show the changelog

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoGnuTLS: Update to 3.8.1
Peter Müller [Fri, 15 Sep 2023 16:18:30 +0000 (18:18 +0200)] 
GnuTLS: Update to 3.8.1

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agolibgcrypt: Update to 1.10.2
Peter Müller [Fri, 15 Sep 2023 15:30:14 +0000 (17:30 +0200)] 
libgcrypt: Update to 1.10.2

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agolibdrm: Update to 2.4.116
Peter Müller [Fri, 15 Sep 2023 15:27:40 +0000 (17:27 +0200)] 
libdrm: Update to 2.4.116

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agopciutils: Update to 3.10.0
Peter Müller [Fri, 15 Sep 2023 15:19:16 +0000 (17:19 +0200)] 
pciutils: Update to 3.10.0

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoPython: Update to 3.11.5
Peter Müller [Fri, 15 Sep 2023 15:16:58 +0000 (17:16 +0200)] 
Python: Update to 3.11.5

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoelfutils: Update to 0.189
Peter Müller [Fri, 15 Sep 2023 15:01:09 +0000 (17:01 +0200)] 
elfutils: Update to 0.189

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoGet rid of HTTP URLs as best as possible, take one
Peter Müller [Fri, 15 Sep 2023 14:50:04 +0000 (16:50 +0200)] 
Get rid of HTTP URLs as best as possible, take one

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agomtr: Update to 0.95
Peter Müller [Fri, 15 Sep 2023 13:51:56 +0000 (15:51 +0200)] 
mtr: Update to 0.95

Also, this has moved to GitHub, and its code quality
apparently has improved sufficiently so we can drop
the workaround we used to carry around before.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agospectre-meltdown-checker: Update to 0.46
Peter Müller [Fri, 15 Sep 2023 13:20:56 +0000 (15:20 +0200)] 
spectre-meltdown-checker: Update to 0.46

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agosetup: Bump release version
Peter Müller [Fri, 15 Sep 2023 12:44:28 +0000 (14:44 +0200)] 
setup: Bump release version

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agosetup: Port networking-related sysctls from IPFire 2.x
Peter Müller [Fri, 15 Sep 2023 12:43:54 +0000 (14:43 +0200)] 
setup: Port networking-related sysctls from IPFire 2.x

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agosetup: Port sysctl hardening settings from IPFire 2.x
Peter Müller [Fri, 15 Sep 2023 12:41:42 +0000 (14:41 +0200)] 
setup: Port sysctl hardening settings from IPFire 2.x

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agostrongswan: Update to 5.9.11
Peter Müller [Fri, 15 Sep 2023 12:39:12 +0000 (14:39 +0200)] 
strongswan: Update to 5.9.11

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoca-certificates: Update to 2023.09
Peter Müller [Fri, 15 Sep 2023 12:26:59 +0000 (14:26 +0200)] 
ca-certificates: Update to 2023.09

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
8 months agoqemu: update to 8.1.0
Arne Fitzenreiter [Sat, 16 Sep 2023 11:41:38 +0000 (13:41 +0200)] 
qemu: update to 8.1.0

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoqemu: update 8.0.4
Arne Fitzenreiter [Sat, 16 Sep 2023 11:21:26 +0000 (13:21 +0200)] 
qemu: update 8.0.4

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agonano: Update to 7.2
Peter Müller [Sat, 16 Sep 2023 11:37:57 +0000 (13:37 +0200)] 
nano: Update to 7.2

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agonftables: Update to 1.0.8
Peter Müller [Sat, 16 Sep 2023 11:24:52 +0000 (13:24 +0200)] 
nftables: Update to 1.0.8

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agolibnftnl: Update to 1.2.6
Peter Müller [Sat, 16 Sep 2023 11:24:26 +0000 (13:24 +0200)] 
libnftnl: Update to 1.2.6

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoUnbound: Update to 1.18.0
Peter Müller [Sat, 16 Sep 2023 08:18:11 +0000 (10:18 +0200)] 
Unbound: Update to 1.18.0

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agopsmisc: The project's homepage moved to Gitlab
Peter Müller [Sat, 16 Sep 2023 08:10:48 +0000 (10:10 +0200)] 
psmisc: The project's homepage moved to Gitlab

However, its tarballs are still to be retrieved from SF.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agokernel: update to 6.5.3
Arne Fitzenreiter [Fri, 15 Sep 2023 18:32:38 +0000 (20:32 +0200)] 
kernel: update to 6.5.3

and also enable CONFIG_INPUT_EVDEV to handle ACPI power
button.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agostrace: Update to 6.5
Michael Tremer [Sat, 16 Sep 2023 07:37:53 +0000 (07:37 +0000)] 
strace: Update to 6.5

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agopakfire: Update to 0.9.29
Michael Tremer [Fri, 15 Sep 2023 15:09:28 +0000 (15:09 +0000)] 
pakfire: Update to 0.9.29

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agolibbpf: New package
Michael Tremer [Fri, 15 Sep 2023 15:09:09 +0000 (15:09 +0000)] 
libbpf: New package

This is required by Pakfire.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agopam: Update to 1.5.3
Michael Tremer [Fri, 15 Sep 2023 13:03:06 +0000 (13:03 +0000)] 
pam: Update to 1.5.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months ago.gitignore: Ignore .pfm files
Michael Tremer [Fri, 15 Sep 2023 13:02:47 +0000 (13:02 +0000)] 
.gitignore: Ignore .pfm files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agofontconfig: Require libuuid at build time
Michael Tremer [Thu, 14 Sep 2023 13:11:22 +0000 (13:11 +0000)] 
fontconfig: Require libuuid at build time

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agosystemd: Update to 254
Michael Tremer [Thu, 14 Sep 2023 13:09:25 +0000 (13:09 +0000)] 
systemd: Update to 254

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoMass rebuild for incorrectly packaged libtool archive files
Michael Tremer [Thu, 14 Sep 2023 13:02:35 +0000 (13:02 +0000)] 
Mass rebuild for incorrectly packaged libtool archive files

Due to a pattern matching bug in Pakfire, those files have been
incorrectly packages instead of being deleted which results in build
errors when linking.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agovim: Rebuild against new glibc
Michael Tremer [Thu, 14 Sep 2023 12:06:39 +0000 (12:06 +0000)] 
vim: Rebuild against new glibc

VIM immediately crashes and rebuilding it fixes the problem.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoethtool: Update to 6.5
Michael Tremer [Thu, 14 Sep 2023 12:02:35 +0000 (12:02 +0000)] 
ethtool: Update to 6.5

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoglib2: Bump release to rebuild after Pakfire bug
Michael Tremer [Thu, 14 Sep 2023 12:01:17 +0000 (12:01 +0000)] 
glib2: Bump release to rebuild after Pakfire bug

The fix interpreter function has corrupted some scripts which no longer
can be executed any more and therefore this package needs to be rebuilt.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoperl: Fix that the package can be installed
Michael Tremer [Wed, 13 Sep 2023 18:07:59 +0000 (18:07 +0000)] 
perl: Fix that the package can be installed

Perl packages require "perl(strict)" which was accidentially dropped
from the manual provides list. Furthermore, perl(Test) is a common
package that is needed for building modules.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoca-certificates: Fix generating certificate store
Michael Tremer [Wed, 13 Sep 2023 17:55:49 +0000 (17:55 +0000)] 
ca-certificates: Fix generating certificate store

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agop11-kit: Update to 0.25.0
Michael Tremer [Wed, 13 Sep 2023 17:55:02 +0000 (17:55 +0000)] 
p11-kit: Update to 0.25.0

This change also sets the path for p11-kit to search for certificates.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agolibtool: Rebuild package because of a Pakfire bug
Michael Tremer [Wed, 13 Sep 2023 14:46:21 +0000 (14:46 +0000)] 
libtool: Rebuild package because of a Pakfire bug

Pakfire incorrectly changed the interpreter of the libtoolize script
which breaks it entirely.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agoglibc: Update to 2.38
Michael Tremer [Sat, 9 Sep 2023 16:33:38 +0000 (16:33 +0000)] 
glibc: Update to 2.38

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agolibpwquality: Require zlib
Michael Tremer [Sat, 9 Sep 2023 15:03:58 +0000 (15:03 +0000)] 
libpwquality: Require zlib

This package requires zlib to build.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agompfr: Update to 4.2.1
Michael Tremer [Sat, 9 Sep 2023 14:45:33 +0000 (14:45 +0000)] 
mpfr: Update to 4.2.1

The testsuite keeps failing for a couple of releases now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agopatchelf: Disable the testsuite
Michael Tremer [Sat, 9 Sep 2023 11:18:40 +0000 (11:18 +0000)] 
patchelf: Disable the testsuite

It currently fails on ARM and I don't have the time to debug this now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 months agocyrus-sasl: Make the devel package require its libraries
Michael Tremer [Fri, 8 Sep 2023 16:32:06 +0000 (16:32 +0000)] 
cyrus-sasl: Make the devel package require its libraries

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
9 months agoperl-File-HomeDir: Fix limiting to building only on noarch
Michael Tremer [Sat, 2 Sep 2023 09:48:44 +0000 (09:48 +0000)] 
perl-File-HomeDir: Fix limiting to building only on noarch

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
9 months agoChange how we make packages "noarch"
Michael Tremer [Tue, 29 Aug 2023 19:49:51 +0000 (19:49 +0000)] 
Change how we make packages "noarch"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
9 months agolibarchive: Update to 3.7.1
Michael Tremer [Tue, 29 Aug 2023 18:31:20 +0000 (18:31 +0000)] 
libarchive: Update to 3.7.1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
9 months ago*: Change how we define build architectures
Michael Tremer [Tue, 29 Aug 2023 15:57:13 +0000 (15:57 +0000)] 
*: Change how we define build architectures

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
9 months agogcc: Update to 12.3.0
Michael Tremer [Tue, 29 Aug 2023 15:56:40 +0000 (15:56 +0000)] 
gcc: Update to 12.3.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
9 months agowget: Update to 1.12.4
Michael Tremer [Thu, 17 Aug 2023 10:24:16 +0000 (10:24 +0000)] 
wget: Update to 1.12.4

Fixes: #13218 - wget 1.21.4 has been released
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>