summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08system/perl-module-scandeps: upgrade to 1.34Síle Ekaterin Liszka1-3/+3
2023-11-08{user => system}/perl-ipc-run3: moveSíle Ekaterin Liszka1-0/+34
2023-11-08system/perl-libwww: upgrade to 6.72Síle Ekaterin Liszka1-4/+4
2023-11-08system/perl-cookiejar: new packageSíle Ekaterin Liszka1-0/+35
2023-11-08{user => system}/perl-test-deep: moveZach van Rijn1-0/+34
2023-11-08system/perl-json-maybexs: upgrade to 1.004005Síle Ekaterin Liszka1-2/+2
2023-11-08system/perl-io-socket-ssl: upgrade to 2.083Síle Ekaterin Liszka1-2/+2
2023-11-08system/perl-http-message: upgrade to 6.45Síle Ekaterin Liszka1-2/+2
2023-11-08system/perl-file-listing: upgrade to 6.16Síle Ekaterin Liszka1-2/+2
2023-11-08system/perl-dbd-sqlite: upgrade to 1.74Síle Ekaterin Liszka1-2/+2
2023-11-08system/perl-cpanel-json-xs: upgrade to 4.37Síle Ekaterin Liszka1-2/+2
2023-11-07skarnet.org packages: put back quotes on the url= fieldLaurent Bercot7-7/+7
2023-11-06system/mdevd: upgrade to 0.1.6.3Laurent Bercot1-4/+4
2023-11-06system/s6-rc: upgrade to 0.5.4.2Laurent Bercot1-5/+5
2023-11-06system/s6-linux-init: upgrade to 1.1.2.0Laurent Bercot1-5/+5
2023-11-06system/s6: upgrade to 2.12.0.0Laurent Bercot1-4/+4
2023-11-06system/execline: upgrade to 2.9.4.0Laurent Bercot1-4/+4
2023-11-06system/utmps: upgrade to 0.1.2.2Laurent Bercot1-5/+5
2023-11-06system/skalibs: upgrade to 2.14.0.0Laurent Bercot1-3/+3
2023-11-03system/python3: delete unused patch.Zach van Rijn1-14/+0
Commit 49431cc5eda8d4e87633c6f201eed7f15df81abf bumped Python but did not delete the patch rendered obsolete. See also: #828
2023-10-31system/mandoc: fix trigger. fixes #1102.Zach van Rijn2-2/+2
2023-10-31system/easy-kernel: Add Wireguard module to x86_64A. Wilcox2-8/+12
Reported-by: @djt
2023-10-26system/easy-kernel: Add RTC support for aarch64A. Wilcox2-85/+94
Adds modules for most RTCs supported on arm64. We also now build-in RTC_EFI, which should grab most of the server-class boards.
2023-10-25system/adelie-base: Add curl to Base environmentA. Wilcox1-2/+2
It seems prudent to allow users to fetch files from remote servers in the Base environment.
2023-10-25system/ca-certificates: Update to 20230727A. Wilcox1-3/+3
2023-10-25system/nss: Update to 3.94A. Wilcox1-2/+2
2023-10-25system/easy-kernel: Config update for new binutilsA. Wilcox4-11/+46
The new binutils version allows more options on aarch64, pmmx, and x86_64. Configure them so that native builders don't have `oldconfig` output. Fixes: #1091, #1092, #1094
2023-10-24system/adelie-base: Update to 0.9.6A. Wilcox1-3/+3
This updates the outputs to 1.0-beta5.
2023-10-24system/openrc: Don't force efivarfs to be r/oA. Wilcox2-30/+1
This fixes all the stupid EFI bugs in Horizon. Upstream: https://github.com/OpenRC/openrc/issues/238
2023-10-24system/easy-kernel: ppc64: Add more net driversA. Wilcox2-116/+211
Add more network drivers to the ppc64 config. Requested by @djt.
2023-10-24system/easy-kernel: Remove MPC512x and 83xxA. Wilcox2-44/+8
These eval boards set config options that cause pata-macio to panic on Power Macintosh systems. Right now, the Power Mac is a significantly more important target for us. The eval board support was new for 5.15 anyway, which hasn't been shipped to any users yet.
2023-10-21system/perl: yeet module manpagesSíle Ekaterin Liszka1-0/+4
2023-10-17system/gdb: remove conflicting file. fixes #1088.Zach van Rijn1-1/+2
2023-10-03system/pigz: Build static instead of sharedA. Wilcox2-4/+19
Also uses our own CFLAGS, which is generally a good idea. Fixes: #1063
2023-10-03system/openrc: Silence grep pattern warningA. Wilcox2-1/+18
Fixes: #1046
2023-10-03system/man-pages: Only auto-install with docsA. Wilcox2-4/+4
system/build-tools does not need man-pages unless docs are requested. This will save significant space and time when creating small build roots. Fixes: #1064
2023-10-03system/lvm2: Update to 2.03.21A. Wilcox3-21/+33
Patches stdio overrides that caused a segfault. Fixes: 2b7653a985 ("system/lvm2: bump { 2.03.13 --> 2.03.15 }.")
2023-10-03system/easy-kernel: Update to 5.15.132-mc6A. Wilcox17-12470/+238862
* Adds exFAT module to all architectures. * Adds Hyper-V guest support to aarch64. * Fixes audio output issues on some PowerBook models.
2023-10-03system/binutils: Update to 2.41A. Wilcox38-1152/+500
* Vastly updated with significant features and target support. * All tests are enabled now and passing! Note: ARMv7 tests require the commit directly before this to be applied to system/gcc. Fixes: #652, #668, #1070
2023-10-03system/gcc: Fix static PIE linking specA. Wilcox2-3/+3
On 32-bit ARM, -Bsymbolic isn't enough. -Bstatic should be correct on all platforms, and should fix static PIE linking on armv7. Ref: #1070
2023-09-25system/curl: add patch for fseek type mismatch. fixes #1060.Zach van Rijn2-4/+146
2023-09-21system/python3: bump { 3.11.2 --> 3.11.5 }. multiple CVEs.Zach van Rijn1-5/+3
2023-09-19system/curl: bump { 8.2.1 --> 8.3.0 }. fixes #1058.Zach van Rijn1-2/+2
2023-09-18system/coreutils: bump { 9.2 --> 9.4 }. fixes #1043.Zach van Rijn5-77/+3
2023-09-15system/util-linux: fix default paths for utmpsLaurent Bercot2-2/+63
utmp is a mess everywhere, properly cleaning it up would be a herculean task. Instead, here, we just change the hardcoded assumptions into other hardcoded assumptions that work for us.
2023-09-11system/cmake: disable 'BundleUtilities' test. fixes #1051.Zach van Rijn1-0/+1
This test is affected by LD_PRELOAD and will fail if it detects a shared library outside of standard system paths.
2023-09-08system/openssh: bump { 9.3p1 --> 9.4p1 }. disble zlib version check. fixes ↵Zach van Rijn1-3/+4
#1050.
2023-09-08system/pigz: bump { 2.7 --> 2.8 }. see #1049.Zach van Rijn1-2/+2
2023-09-08system/curl: bump { 8.0.1 --> 8.2.1 }. fixes #1034.Zach van Rijn1-2/+2
2023-08-29system/openrc: update checksum. see !693.Zach van Rijn1-2/+2