- Jan 23, 2025
-
-
Morten Linderud authored
* origin/merge-requests/20: pacman.conf: enable ParallelDownloads by default
-
- Dec 02, 2024
-
-
Christian Heusel authored
The default pacman upstream config uses a default enabled parallelism value for this setting of 5, which this change also applies. This is a sensible default for our distribution aswell. Signed-off-by: Christian Heusel <gromit@archlinux.org>
-
- Nov 27, 2024
-
-
Morten Linderud authored
-
- Sep 09, 2024
-
-
Morten Linderud authored
-
- Aug 24, 2024
-
-
Morten Linderud authored
* morten/7.0: fix srcinfo build from signed annotated tag with optional patch level commit add sandbox download user and configuration pkgbuild: declare depends for better diffs and less conflicts PKGBUILD: move to use release branch makpkg.conf: remove --ultra -20 Move Rust flags to the respective file Add base-devel as optional dependency
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
* origin/merge-requests/13: Move Rust flags to the respective file Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
* origin/merge-requests/12: Add base-devel as optional dependency Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
- Aug 17, 2024
-
-
Levente Polyak authored
This allows to easily fast forward to a specific patch level commit from the release branch but builds on top of a signed annotated tag whose signature is checked. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
- Aug 16, 2024
-
-
Levente Polyak authored
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
Levente Polyak authored
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
As originally proposed by Heftig. Fixes: #23 Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
- Apr 04, 2024
-
-
Hanabishi Recca authored
Makepkg now uses separate drop-in files for different languages.
-
- Mar 15, 2024
-
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
- Mar 14, 2024
-
-
Morten Linderud authored
Fixes: #17 Fixes: #16
-
Pascal Ernster authored
Suggested-by: Hanabishi Recca <1722-hanabishi@users.noreply.gitlab.archlinux.org> Suggested-by: Morten Linderud <foxboron@archlinux.org> Signed-off-by: Pascal Ernster <git@hardfalcon.net>
-
- Mar 09, 2024
-
-
Morten Linderud authored
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
* origin/merge-requests/11: Automatically revert patches with revertme- prefix Iterate only over patches in apply loop upgpkg: 6.1.0-1
-
- Mar 08, 2024
-
-
Daniel M. Capella authored
-
- Mar 05, 2024
-
-
Daniel M. Capella authored
-
- Feb 24, 2024
-
-
Morten Linderud authored
* origin/merge-requests/6: RFC 26: Add no-omit-frame-pointer flags by default RFC 23: Add -Wl,-z,pack-relative-relocs RFC 17: Increase _FORTIFY_SOURCE level to 3
-
- Feb 12, 2024
-
-
Frederik “Freso” S. Olesen authored
> This RFC proposes to add -fno-omit-frame-pointer and > -mno-omit-leaf-frame-pointer to the default compilation flags > to improve the effectiveness of profiling and debugging tools. See https://rfc.archlinux.page/0026-fno-omit-frame-pointer/
-
Frederik “Freso” S. Olesen authored
> Add -Wl,-z,pack-relative-relocs to our LDFLAGS in order to > reduce the size of relocations. See https://rfc.archlinux.page/0023-pack-relative-relocs/
-
Frederik “Freso” S. Olesen authored
> Adjust packaging CFLAGS from -D_FORTIFY_SOURCE=2 to > -D_FORTIFY_SOURCE=3 for better fortification coverage See https://rfc.archlinux.page/0017-increase-fortification-level/
-
- Feb 10, 2024
-
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
- Feb 06, 2024
-
-
Morten Linderud authored
-
Morten Linderud authored
* morten/add-patches: include 4 patches to fix misc gnupg issues. Include 3 new backports
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
- Debuginfo fixes - Reproducible fix for debuginfo Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
Morten Linderud authored
* origin/merge-requests/1: Use devtools x86_64.conf as /etc/makepkg.conf
-
Morten Linderud authored
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
-
- Jan 19, 2024
-
-
Morten Linderud authored
* origin/merge-requests/4: Enable GnuPG system sockets
-
Morten Linderud authored
* origin/merge-requests/3: Switch default checksum from MD5 to SHA256 in PKGBUILD*.proto files
-
- Dec 07, 2023
-
-
Jan Alexander Steffens (heftig) authored
This makes use of [gnupg!2] and results in GnuPG's daemons being supervised instead of getting spawned into random cgroups. For example, when `archlinux-keyring` is updated, `gpg-agent` is activated. The agent does not shut down by itself, keeping the user session in `closing` state forever. This unclosed session then prevents another local user from shutting down the system without admin rights. [gnupg!2]: gnupg!2
-
- Sep 25, 2023
-
-
Robin Candau authored
This MR aims to backport the change made in [this upstream commit](pacman/pacman@aa3a1bc3) which changes the default checksum from MD5 to SHA256 in PKGBUILD*.proto files.
-
- Sep 20, 2023
-
-
Levente Polyak authored
-