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

zero updates #2165

Merged
merged 15 commits into from
Dec 14, 2024
Merged
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
1 change: 0 additions & 1 deletion app-admin/opensnitch-ebpf-module/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DIST opensnitch-1.6.5.1.gh.tar.gz 1354814 BLAKE2B a3e0ce0b799a59d8d5e5cf9adc16d73b710d42b5325774118da3886a8c25507ef3a3e618796a56edd0cdde2ba8730604275a36d560e105d51744abef42fb833c SHA512 8ea1ad5a00c6b8c4649db5774e2fe7997ebdd52ed24610084ba236992c740b31b2bb19a88778b68d880aad54ff21a387d7388bdb4a8692a0456a4afbd7f47347
DIST opensnitch-1.6.6.gh.tar.gz 1359621 BLAKE2B b6b2fa5b13f39413deb622fc7b0ebaab1789f41f25522da2e0a86262754861e9407697362b4af3a5106f9b4f781c7f5727a089a8ae2d648aafa8994f1c4b9bf4 SHA512 2fcdcc3a6ae44b5d5ed1a436f6622e74d5834e01856c9a072bb759638192f8ba9f49cbb48bfd875978d87284a20d1206352690a0e6e5f584e247506c8829d99f

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ PDEPEND="dev-util/frida-tools
app-pda/ideviceinstaller
app-pda/ifuse
app-pda/usbmuxd
pentoo-full? ( llvm-core/clang )
)"
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RDEPEND="
dev-embedded/platformio
dev-embedded/stlink
dev-util/android-sdk-build-tools
dev-util/android-sdk-update-manager
dev-util/android-sdk-cmdline-tools
gnome-base/gnome-keyring
kde-apps/filelight
media-plugins/swh-plugins
Expand Down Expand Up @@ -102,8 +102,7 @@ RDEPEND="
!arm? ( www-plugins/chrome-binary-plugins:stable )
amd64? ( naga? ( www-client/chromium ) )
!arm? ( www-client/google-chrome )
app-office/libreoffice
!arm? ( app-emulation/virtualbox app-emulation/virtualbox-extpack-oracle app-emulation/virtualbox-additions )
|| ( app-office/libreoffice app-office/libreoffice-bin )
!arm? ( sys-apps/preload )
x11-misc/slim
!arm? ( app-emulation/wine-vanilla )
Expand All @@ -121,6 +120,8 @@ RDEPEND="
)
)
"
# I just can't build this lately
#!arm? ( app-emulation/virtualbox app-emulation/virtualbox-extpack-oracle app-emulation/virtualbox-additions )

src_install() {
if [ -d /home/zero ]; then
Expand Down Expand Up @@ -156,6 +157,6 @@ pkg_postinst() {
fi
fi
if [ -d /home/zero ]; then
chown zero:zero /home/zero/.vim-scratch || die
chown zero.users /home/zero/.vim-scratch || die
fi
}
2 changes: 1 addition & 1 deletion profiles/pentoo/base/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
#should probably leave a note in /etc/portage/make.conf about keeping this when override
SPEEDFLAGS="-O3 -flto"
WARNINGFLAGS="-frecord-gcc-switches -Wstringop-overread"
WARNINGFLAGS="-frecord-gcc-switches -Wstringop-overread -Wformat -Wformat-security"
#adapted from gcc14 -fhardened without "-fPIE -pie"
SECURITYFLAGS="-D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -ftrivial-auto-var-init=pattern -Wl,-z,relro,-z,now -fstack-protector-strong -fstack-clash-protection -fcf-protection=full"
CFLAGS="${CFLAGS} -pipe ${SPEEDFLAGS} ${WARNINGFLAGS} ${SECURITYFLAGS}"
Expand Down
3 changes: 1 addition & 2 deletions profiles/pentoo/zero-system/package.accept_keywords/dev-util
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dev-util/android-sdk-cmdline-tools
dev-util/checkbashisms **
dev-util/packer
dev-util/pkgcore-checks
Expand All @@ -7,5 +8,3 @@ dev-util/catalyst
dev-util/bin_replace_string
dev-util/shellcheck
dev-util/meld amd64
~dev-util/nvidia-cuda-toolkit-11.5.1
~dev-util/bazel-4.2.2
Loading
Loading