Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kernel #879

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions sys-kernel/debian-sources/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ DIST linux_5.17.6-1.debian.tar.xz 1311940 BLAKE2B 3f31f07248f578f28872ba2180cac7
DIST linux_5.17.6.orig.tar.xz 130114880 BLAKE2B 8cce2deff2fc10806e0675b2318cde76c42da04177ce40e207902a5a2d85feafa51e820547eb284106f78b96581ad034c940135130a6a3d8c4079e408f7c2f2e SHA512 85e55a3d6bfe2e4eadcca88143ab6c06f4552edf2c270295333373bc835468f4283183b9761f9d9c38044edfd2fd6cd4a1a0547dae4358950a33de1fc728ef82
DIST linux_5.18.5-1.debian.tar.xz 1325916 BLAKE2B c65ee75adce82f4c2b9e0b24f879f768c7096639486a8a5c1e8c94f50584d0cd3eb07339d07ee21e7ee9a16405fb233979376261e1ab580ddcc526782a890108 SHA512 23652040cb8992a7ebba4ad8965648ef37d69bbb2930afa133b7015e2f69df7f9d4b15f0dcf4c17511209f247781dd1a2557cb90003f979200a8e8cabbbc0143
DIST linux_5.18.5.orig.tar.xz 131684092 BLAKE2B ea0ac781186824468e2b2601a668ce1ef648a91a4bfcd18b81fcae52311f4f9875843accde140f49f23f1116fd84a10509afc58d3c9325a04a199e7a955811aa SHA512 78be456080d88d90ac053137054f488120b05fc3e183a6ef2c8fec166f0d2fedfbec8135be3c5fb8199f8e23d3c7a9a0d64307bb50e00358a59b943bf469839d
DIST linux_6.1.55-1.debian.tar.xz 1576156 BLAKE2B 8c978f9cbc50e0fc16703980e971d861a833a56b6d10bf37956571077e0814690cf916ebb45d41ce633fe880963cb84146619de54d341a4080110dafb470704a SHA512 4a7500d84138d804dd3a8fd59d3b48851bdd3a25cf3a5890a80c7de24edebf5358682e02d51be4440c39f78275a606362b73eaa074a309d96f71b717602f3d98
DIST linux_6.1.55.orig.tar.xz 137442320 BLAKE2B 8229b5a1ed601ab92ee3fcb1fa98ccbe6d8da19f577265a6b46b6c96e342a885774918a0654da65b477901c8e4edb69d2ea4657ff3a428343c2429572a06a26e SHA512 d8a9a917f84a7059d3aa28d385319de47c5ff7213ac6a84292adb40f82c6777318d491eaf12b1caa43d0f2a86d67bdff4fd0960d08c36bb161113958667f9017
DIST linux_6.1.99-1.debian.tar.xz 1650024 BLAKE2B 7c1a7def7e744813cfbf877b8a598ccff7d646606f90e3c354cddee9ae3447cf3fb0a63423c1ea12439bb7e242f7de4d7c2aa5464883baa4c3bc3e7847c7bef9 SHA512 0532b39b7454e6c9e4c67f35e946b355b00edf524d6d8f365ec6d49e7ae818f52438ff4254b5f372f1a4c6bef707aa7318318b3c7c2ecb4461f6e8b3d7e572dc
DIST linux_6.1.99.orig.tar.xz 137645468 BLAKE2B 5a49e63de158ffc44247417c084688dfa40d264da485cc37b4b546c51b86114d7d372653332a667514e108eea6cdf5ae67d51af60eb1a65fd94a718dbcecba3d SHA512 69cec51ab5aedbf28044dd07480617c689edde132cf58770ec79e7f44ef4b11b3d45f95dffcb828547df440e47440ee4e577cc0b9096bb305ec23715b713f1ad
DIST linux_6.9.10-1.debian.tar.xz 1550368 BLAKE2B bf4509aca52c2d587e4ae0b9fc3b471d55bc597775c250bb7245f78344b455c2f225af1a1d1baae1009316c511d0831d50ec9924aada7afbf00cb55de9e4182f SHA512 cfb23eea1951274d9542d1de59d45ed0b0115d26f6ae1094be7b69f72e366a56c90c1f06adcd90303ca748e1bd8e58946f095a7017a11d33993ab6d9cd73e6ea
DIST linux_6.9.10.orig.tar.xz 146876388 BLAKE2B 52dc30a91df8fe95ae59b6f3d2fd1f7a314e3a4ca07bcdc0f7f5dfc257c44bf32e060c6707b351de7fd48f38b4a2903fcbb3aaa692f99e82a64e596316608e1b SHA512 8e7668ab32da5892734f24e20090b86e600fb2c10e550ff95232adc97214ccf80df69f76729f8658a05f403bae77b72d1f88bb8b143c538d7543d5d0f7d45945
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ src_prepare() {
fi

# Copy 'config-extract' tool to the work directory
cp "${FILESDIR}"/config-extract-6.1 config-extrac || die "failed to install config-extract to sources directory"
cp "${FILESDIR}"/config-extract-6.1 config-extract || die "failed to install config-extract to sources directory"

# ... and make it executable
chmod +x config-extract || die "failed to set +x on config-extract"
Expand Down
Loading
Loading