Skip to content
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
11 changes: 5 additions & 6 deletions glibc.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#!/bin/env beesh

# BEE_VERSION glibc-2.36-3
# BEE_VERSION glibc-2.43-0

#SRCURL[0]="https://ftp.gnu.org/gnu/glibc/glibc-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/fa3409fd10d880163231d7a5b060255c/glibc-2.36.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9f6587f43a27fd6d1cf04a6c98b05e98/glibc-2.43.tar.bz2"

PATCHURL=(
/src/mariux/patches/glibc-2.33-0001-ldconfig-don-t-generate-links-by-default-v2.patch
/src/mariux/patches/glibc-2.36-0002-ldconfig-don-t-remove-stale-symlinks-by-default.patch
/src/mariux/patches/glibc-linux-Fix-sys-mount.h-usage-with-kernel-headers.patch
/src/mariux/patches/glibc-2.36-0004-tunables-Terminate-if-end-of-input-is-reached-CVE-2023-4911.patch
/src/mariux/patches/glibc-2.36-Makerules-fix-MAKEFLAGS-assignment-for-upcoming-make.patch
"https://beehive.molgen.mpg.de/445a2e5a4bfc67be7e991667e7ec3d4c/0001-include-isolate-__O_CLOEXEC-flag-for-sys-mount.h-and.patch"
"https://beehive.molgen.mpg.de/f0b552ed1d14f9ee0096772ef3d05808/0002-Linux-Only-define-OPEN_TREE_-macros-in-sys-mount.h-i.patch"
)

SYSCONFDIR=/etc
Expand Down Expand Up @@ -43,7 +42,7 @@ mee_patch_post() {

mee_configure() {
bee_configure \
--enable-kernel=5.15.77 \
--enable-kernel=7.0.3 \
--enable-stack-protector=strong
}

Expand Down
38 changes: 38 additions & 0 deletions libxcrypt.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libxcrypt-4.5.2-0

SRCURL[0]="https://beehive.molgen.mpg.de/25e888919ddcd153a07daa95224fa436/libxcrypt-4.5.2.tar.xz"
#SRCURL[0]="https://github.com/besser82/libxcrypt/releases/download/v${PKGVERSION}/libxcrypt-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

. /pkg/perl-5.34.0-0/profile

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
4 changes: 2 additions & 2 deletions linux-headers.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION linux-headers-6.15.3-0
# BEE_VERSION linux-headers-6.18.26-0

#if [ -z "${PKGEXTRAVERSION_DASH}" ]; then
# SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}.tar.xz"
#else
# SRCURL[0]="https://git.kernel.org/torvalds/t/linux-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tar.gz"
#fi
SRCURL[0]="https://beehive.molgen.mpg.de/68da7496780e621e62989153542ce559/linux-6.15.3.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/dd05fdbacfc6d9bd17745af362349b78/linux-6.18.26.tar.xz"

# PATCHURL+=()

Expand Down