Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-07 | user/bcnm: upgrade to 0.0.2.0HEADcurrent | Laurent Bercot | 3 | -26/+7 | |
2025-05-07 | user/apaste: upgrade to 0.0.3.0 | Laurent Bercot | 1 | -8/+9 | |
2025-05-07 | user/smtpd-starttls-proxy: upgrade to 0.0.2.0 | Laurent Bercot | 1 | -7/+8 | |
2025-05-07 | user/tipidee: upgrade to 0.0.6.0 | Laurent Bercot | 2 | -18/+9 | |
2025-05-07 | user/s6-networking: upgrade to 2.7.1.0 | Laurent Bercot | 2 | -17/+9 | |
2025-05-07 | user/s6-dns: upgrade to 2.4.1.0 | Laurent Bercot | 2 | -15/+7 | |
2025-05-07 | user/s6-linux-utils: upgrade to 2.6.3.0 | Laurent Bercot | 1 | -5/+6 | |
2025-05-07 | user/s6-portable-utils: upgrade to 2.3.1.0 | Laurent Bercot | 1 | -5/+6 | |
2025-05-07 | system/mdevd: upgrade to 0.1.7.0 | Laurent Bercot | 2 | -6/+10 | |
2025-05-07 | system/s6-linux-init: upgrade to 1.1.3.0 | Laurent Bercot | 2 | -17/+8 | |
2025-05-07 | system/s6-rc: upgrade to 0.5.6.0 | Laurent Bercot | 2 | -17/+8 | |
2025-05-07 | system/utmps: upgrade to 0.1.3.0 | Laurent Bercot | 2 | -16/+7 | |
2025-05-06 | system/s6: upgrade to 2.13.2.0 | Laurent Bercot | 2 | -15/+7 | |
2025-05-06 | system/execline: upgrade to 2.9.7.0 | Laurent Bercot | 2 | -15/+7 | |
2025-05-06 | system/skalibs: upgrade to 2.14.4.0 | Laurent Bercot | 2 | -13/+6 | |
2025-05-04 | user/hyperfine: new package. | Zach van Rijn | 1 | -0/+376 | |
2025-05-04 | user/rspamd: 3.11 | Lee Starnes | 2 | -63/+30 | |
Closes #1330 | |||||
2025-05-04 | user/wayland-protocols: upgrade to 1.42 | Ermine | 1 | -2/+2 | |
2025-05-04 | user/libxkbcommon: upgrade to 1.8.1 | Ermine | 1 | -4/+5 | |
2025-05-04 | user/clang: Re-enable interpreter tests on ppc32 | Ash Logan | 2 | -48/+1 | |
Now that LLVM has REL24 support patched in, these tests are good to run. | |||||
2025-05-04 | user/llvm18: Add support for additional relocation types in RuntimeDyld | Ash Logan | 3 | -29/+183 | |
* The REL24 relocation is used in JIT'd code for library calls. Implementing this allows the ExecutionEngine tests, clang-repl, and llvmpipe to all start working. * Implement a bunch of "easy" relocations while we're here. These are not really tested. * Anna's existing patch leaked a "delta" variable into the switch scope, so add braces to contain that. Also, the PPC ELF ABI doesn't specify an overflow check for REL32 (unlike ppc64), so remove it and allow truncation. * Add mention of the problematic relocation type to the LLVM error message, so if other relocation types (like the PLT/GOT relocs) end up being needed later, this is obvious from user reports. Partially resolves #1233 | |||||
2025-05-04 | user/libinput: upgrade to 1.28.0 | Ermine | 1 | -2/+2 | |
2025-05-04 | user/lighttpd: prefer lighttpd built-in web mime | Glenn Strauss | 3 | -84/+2 | |
prefer lighttpd built-in web mime types (remove mime-types.conf snapshot copy from 2010 from Gentoo) | |||||
2025-05-04 | user/lighttpd: Bump to 1.4.79 | Glenn Strauss | 1 | -2/+2 | |
Ref https://www.lighttpd.net/2025/4/4/1.4.79/ | |||||
2025-04-23 | user/wireguard-tools: update to 1.0.20210914 | Laurent Bercot | 1 | -2/+2 | |
By user request. | |||||
2025-04-21 | system/kbd: Depend on gzip package | A. Wilcox | 1 | -2/+2 | |
Loading keymaps requires `gzip` because all of our keymaps are compressed. Otherwise, we fail to load keymaps on minimal installs. | |||||
2025-03-27 | user/thunar: Add gvfs as explicit dependency | A. Wilcox | 1 | -2/+2 | |
This is required to be able to manage USB and other removable media. Fixes: image#417 | |||||
2025-03-25 | user/mdbook: New package | A. Wilcox | 1 | -0/+623 | |
2025-03-23 | user/lighttpd: Bump to 1.4.78 | Glenn Strauss | 1 | -2/+2 | |
Ref https://www.lighttpd.net/2025/3/22/1.4.78/ | |||||
2025-02-25 | user/xorg-server + xwayland: [CVE] Update | A. Wilcox | 2 | -8/+4 | |
* user/xorg-server: Update to 21.1.16 * user/xwayland: Update to 24.1.6 | |||||
2025-02-19 | user/drm_info: new package | Ermine | 1 | -0/+26 | |
2025-02-19 | system/openssh: handle 9.8 binary split. fixes #1323. | Zach van Rijn | 1 | -2/+6 | |
NOTE: sshd must still be restarted after upgrade. We should do this automatically (future commit). For now, avoid the case where it is always broken. | |||||
2025-02-18 | system/openssh: Update to 9.9p2, better utmpx | A. Wilcox | 5 | -81/+111 | |
* Patch configure.ac to conditionalise #include <utmp.h> on HAVE_UTMP_H, which fixes configure tests on the Adélie Linux platform (and restores native wtmpx support). * Improve BTMP support code to be portable to utmp or utmpx based on platform availability. * Removed patches that are now upstream. | |||||
2025-02-13 | system/musl: [CVE] Patch for CVE-2025-26519 | A. Wilcox | 3 | -1/+83 | |
2025-02-12 | user/linux-firmware: remove symlinks from -other | Ermine | 2 | -17/+38 | |
2025-01-15 | user/weechat: bump { 4.2.1 --> 4.5.1 }. fixes #1319. | Zach van Rijn | 1 | -3/+3 | |
Note: the 'cjson-dev' dependency is required from 4.3.x, while 4.3.x does not support Ruby 3.4.x out of the box. Rather than work around supporting Ruby 3.4.x with 4.2.x, just update it and add the dependency. | |||||
2025-01-15 | system/easy-kernel: check for NEW config. fixes #1316. | Zach van Rijn | 1 | -0/+11 | |
2025-01-14 | system/rsync: [CVE] Update to 3.4.0 | A. Wilcox | 1 | -2/+9 | |
2025-01-10 | user/lighttpd: Bump to 1.4.77 | Glenn Strauss | 1 | -2/+2 | |
Ref https://www.lighttpd.net/2025/1/10/1.4.77/ | |||||
2025-01-10 | user/xfce4-screenshooter: force -j1 during installation. fixes #1302. | Zach van Rijn | 1 | -1/+1 | |
2025-01-10 | user/aria2: fix checksum. | Zach van Rijn | 1 | -1/+1 | |
2025-01-04 | system/easy-kernel: Roll-up of misc config fixes | A. Wilcox | 4 | -35/+25 | |
ppc: Disable VMAP_STACK. See https://lore.kernel.org/lkml/20230926010159.0f25161c@yea/. ppc: Disable radeonfb and nvidiafb, they conflict with radeon/nouveau. ppc and ppc64: Disable ofdrm so offb works again, otherwise we miss early boot messages on Power Mac and Talos systems. ppc64: Disable ips, as it is not a Power SCSI adaptor and causes kernel taint because it only supports x86 and Itanium. pmmx: Enable more PS2 mice support, to match x86_64 config. Closes: #396 | |||||
2025-01-03 | user/node: Fix PPC64 patch to actually compile | A. Wilcox | 2 | -6/+9 | |
The patch as committed was not finished. This finishes the patch. Tested on G5 and Power9. No regressions on P9, 12 failures on G5 - which is significantly better than the 3800 we had before. Fixes: 5a785f870b ("user/node: Added fixes for pre-Power8 ppc64 CPUs") See-also: !817 | |||||
2025-01-03 | user/node: Added fixes for pre-Power8 ppc64 CPUs. Fixes #278. | Svetlana Akaeva | 2 | -1/+918 | |
2025-01-03 | system/musl: Add HWCAP for new PPC64 ISA | A. Wilcox | 2 | -1/+39 | |
This has been submitted upstream as well. See-also: !817 | |||||
2025-01-01 | user/mailcap: Fix style issues | A. Wilcox | 1 | -4/+5 | |
* Tabs, not spaces. * License should be an SPDX identifier, which doesn't allow spaces. * sha512sums can be on one line (regen'd with `abuild checksum`). | |||||
2025-01-01 | user/mailcap: new package | Ermine | 1 | -0/+21 | |
2025-01-01 | user/dovecot: fix useradd usage in pre-install | Ermine | 2 | -3/+3 | |
2024-12-28 | user/aria2: new package | Alice | 6 | -0/+197 | |
2024-12-28 | user/linux-firmware: compress using ZSTD | Ermine | 1 | -3/+3 | |
Also fixes a typo in subpackage descriptions. |