Skip to content

Commit 2ed17ab

Browse files
authored
Merge branch 'void-linux:master' into master
2 parents 550960d + 6ce551a commit 2ed17ab

File tree

14 files changed

+22
-26
lines changed

14 files changed

+22
-26
lines changed

srcpkgs/hyperrogue/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'hyperrogue'
22
pkgname=hyperrogue
3-
version=13.1
3+
version=13.1d
44
revision=1
55
build_style=gnu-makefile
66
hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
1313
homepage="https://www.roguetemple.com/z/hyper/"
1414
changelog="https://raw.githubusercontent.com/zenorogue/hyperrogue/master/changelog.txt"
1515
distfiles="https://github.com/zenorogue/hyperrogue/archive/refs/tags/v${version}.tar.gz"
16-
checksum=fc3da7b6e265ccdcc96a256eead3b30cf5b21bc7d87557a874973e599082b66a
16+
checksum=94ecffb39e5a986413c94e19e0d9e45c75941655a6242e15211685e76ee88d9e
1717
nocross="Generates code from build output that must run on host"
1818

1919
# SDL_gfx-devel headers require that SDL.h be under the header search paths,

srcpkgs/joker/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'joker'
22
pkgname=joker
3-
version=1.5.0
3+
version=1.5.6
44
revision=1
55
build_style=go
66
go_import_path=github.com/candid82/joker
@@ -10,7 +10,7 @@ license="EPL-1.0"
1010
homepage="https://joker-lang.org/"
1111
changelog="https://github.com/candid82/joker/releases"
1212
distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
13-
checksum=5e2f5bc5d03ae456cf032d73f7fed0b4475e23b5a05b65abb97256362ebeb7c8
13+
checksum=09e45a6f5dfc86819c31b8c157068b0e76bd52036c881210d6645973bbbdf55b
1414

1515
if [ "$CROSS_BUILD" ]; then
1616
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then

srcpkgs/linux6.12/files/arm64-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.12.43 Kernel Configuration
3+
# Linux/arm64 6.12.44 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.12/files/i386-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/i386 6.12.43 Kernel Configuration
3+
# Linux/i386 6.12.44 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.12/files/x86_64-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.12.43 Kernel Configuration
3+
# Linux/x86_64 6.12.44 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.12/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'linux6.12'
22
pkgname=linux6.12
3-
version=6.12.43
3+
version=6.12.44
44
revision=1
55
short_desc="Linux kernel and modules (${version%.*} series)"
66
maintainer="Duncaen <[email protected]>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
1414
fi
1515

1616
checksum="b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb
17-
3d6db5df347ddb1d733a7f06b547961ccaa6907655cd6dd71c63233c55c609f0"
17+
0c5c244b7609e6b7c1012605ed6b5a77bfc0d397205c39e3f30619b27a0dcfc1"
1818
python_version=3
1919

2020
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

srcpkgs/linux6.16/files/arm64-dotconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.16.3 Kernel Configuration
3+
# Linux/arm64 6.16.4 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y
@@ -305,7 +305,6 @@ CONFIG_KEXEC=y
305305
CONFIG_KEXEC_FILE=y
306306
CONFIG_KEXEC_SIG=y
307307
CONFIG_KEXEC_IMAGE_VERIFY_SIG=y
308-
# CONFIG_KEXEC_HANDOVER is not set
309308
CONFIG_CRASH_DUMP=y
310309
# CONFIG_CRASH_DM_CRYPT is not set
311310
# end of Kexec and crash features

srcpkgs/linux6.16/files/i386-dotconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/i386 6.16.3 Kernel Configuration
3+
# Linux/i386 6.16.4 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y
@@ -11,18 +11,15 @@ CONFIG_AS_VERSION=24400
1111
CONFIG_LD_IS_BFD=y
1212
CONFIG_LD_VERSION=24400
1313
CONFIG_LLD_VERSION=0
14-
CONFIG_RUSTC_VERSION=108800
15-
CONFIG_RUSTC_LLVM_VERSION=190104
14+
CONFIG_RUSTC_VERSION=0
15+
CONFIG_RUSTC_LLVM_VERSION=0
1616
CONFIG_CC_CAN_LINK=y
1717
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1818
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
1919
CONFIG_TOOLS_SUPPORT_RELR=y
2020
CONFIG_CC_HAS_ASM_INLINE=y
2121
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
2222
CONFIG_LD_CAN_USE_KEEP_IN_OVERLAY=y
23-
CONFIG_RUSTC_HAS_COERCE_POINTEE=y
24-
CONFIG_RUSTC_HAS_SPAN_FILE=y
25-
CONFIG_RUSTC_HAS_UNNECESSARY_TRANSMUTES=y
2623
CONFIG_PAHOLE_VERSION=130
2724
CONFIG_IRQ_WORK=y
2825
CONFIG_BUILDTIME_TABLE_SORT=y

srcpkgs/linux6.16/files/x86_64-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.16.3 Kernel Configuration
3+
# Linux/x86_64 6.16.4 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.16/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'linux6.16'
22
pkgname=linux6.16
3-
version=6.16.3
4-
revision=2
3+
version=6.16.4
4+
revision=1
55
short_desc="Linux kernel and modules (${version%.*} series)"
66
maintainer="Duncaen <[email protected]>"
77
license="GPL-2.0-only"
@@ -18,7 +18,7 @@ rc*) distfiles="https://git.kernel.org/torvalds/t/linux-${version%.*}-${version#
1818
esac
1919

2020
checksum="1a4be2fe6b5246aa4ac8987a8a4af34c42a8dd7d08b46ab48516bcc1befbcd83
21-
a75f7bdc6496b65ab58b79900255888791cfd565ea32ac1b3cdbd3da168d95ef"
21+
69b33da68bdbe513d4208fa1f0d26c315bf40e18e7883526e011464c8f076cc7"
2222

2323
python_version=3
2424

0 commit comments

Comments
 (0)