- Jun 19, 2021
-
-
[ci:skip-build]: already built successfully in CI
-
- Jun 18, 2021
-
-
This device was called nokia-rm846 before. [ci:skip-vercheck] [ci:skip-build] package rename, nothing changed
-
Clayton Craft authored
Shellcheck 0.7.2 has a change that gives many error conditions their own SC30** codes, instead of including them in SC2039. This updates the scripts in this package that "disable SC2039" to disable the new code. New codes added in shellcheck: cfd68ee0c2ebfd0ab08a1d4bf628162b454dc207
-
- Jun 15, 2021
-
-
At the moment, oFono/MM are usually stopped after rmtfs on shutdown. This does not make sense, since the modem managed by oFono/MM will disappear once rmtfs is stopped. Add a "before ofono modemmanager" to make sure that OpenRC will stop oFono/MM before rmtfs on shutdown. This may or may not fix some occasional hangs during shutdown, but it definitely makes it possible for oFono/MM to shutdown cleanly.
-
-
- Jun 14, 2021
-
-
Clayton Craft authored
pmb will suppress firewall-related messages on branches that don't have these changes [ci:skip-build] changed kernel packages in this series cause timeout at 3hr
-
Clayton Craft authored
This enables the firewall by default, and could be split off into a future ui-base package so that the firewall (among other things) are enabled only when UIs are installed.
-
Clayton Craft authored
-
Clayton Craft authored
This also enabled nftables support in the armv7 kconfig
-
Clayton Craft authored
-
Clayton Craft authored
-
Clayton Craft authored
Based on https://wiki.gentoo.org/wiki/Nftables#Kernel
-
Clayton Craft authored
Installs nftables config useful for pmOS:: 1) drop all connections to wwan* (wildcard matching supported, are there any other wwan iface names that wouldn't match this?) 2) allow ssh, drop from wwan (kinda redundant w/ the first rule, but doesn't hurt..), allow DHCP on usb* 3) allow all incoming connections on usb* (with the -openusb subpackage) 4) enable logging all nftable events (with the -log subpackage), very useful for debugging fixes #1024
-
Oliver Smith authored
-
- Jun 13, 2021
-
-
This patch is obsolete now and even breaks the detection of headphones. Headsets are properly detected at all times. Dropping this, allows ALSA to see the 'Headphone Jack' event when headphones are plugged in and removed. This way, ALSA UCM can act on these jack events as well. [ci:skip-build] Already built on CI in a MR
-
-
Headset jack events emit 2 events: 'Headset Microphone Jack' and 'Headphone Jack'. These were properly detected before, but not headphone jack events only: 'Headphone Jack'. This change allows to detect headphone jack events as well and act on these events by setting the headphones as default audio output while keeping the internal microphone as audio input. For headsets, the microphone is switched to the headset microphone as well.
-
- Jun 12, 2021
-
- Jun 11, 2021
-
-
Minecrell authored
ERROR: unable to select packages: libstdc++-10.3.1_git20210424-r1: breaks: g++-aarch64-10.3.1_git20210424-r0[libstdc++=10.3.1_git20210424-r0] satisfies: g++-10.3.1_git20210424-r1[libstdc++=10.3.1_git20210424-r1] g++-10.3.1_git20210424-r1[libstdc++=10.3.1_git20210424-r1] gcc-10.3.1_git20210424-r1[so:libstdc++.so.6] libgmpxx-6.2.1-r0[so:libstdc++.so.6] binutils-aarch64-2.35.2-r2[so:libstdc++.so.6] binutils-2.35.2-r2[so:libstdc++.so.6] ccache-4.3-r0[so:libstdc++.so.6] lzip-1.22-r0[so:libstdc++.so.6] gcc-10.3.1_git20210424-r1: breaks: g++-aarch64-10.3.1_git20210424-r0[gcc=10.3.1_git20210424-r0] satisfies: g++-10.3.1_git20210424-r1[gcc=10.3.1_git20210424-r1] build-base-0.5-r2[gcc]
-
- Add SLPI to nonfree_firmware description - Add touchscreen and fuel gauge modules to the initramfs in preparation for osk-sdl and charging-sdl (or any new alternative) support - Add pointercal file for osk-sdl [ci:skip-vercheck]
-
-
Add linux-firmware-qcom as a dependency for nonfree_firmware to provide non-signed GPU firmware.
-
This tag also adds firmware names to xiaomi-scorpio's DT.
-
This file manager is made to work on adaptive screens out of the box, and is really nice to use compared to nemo.
-
- Jun 10, 2021
-
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
Alexey Minnekhanov authored
-
If the system time jumps back and forth before installing the package "swclock-offset", OpenRC can get confused whether the current dependency tree is old or new. To resolve this confusion, the dependency tree cache is updated within the post-install script of the openrc subpackage.
-
Alexey Minnekhanov authored
This is needed urgently to prevent `make oldconfig` from asking questions about new options since 5.10 and thus unblock the broken aarch64 BPO builder.
-
Set package dependency "swclock-offset" to "soc-qcom-msm8916" and "soc-qcom-sdm845". These SoC's have a read-only real-time clock (RTC). The package "swclock-offset" keeps an offset between the RTC and the system time.
-
- Jun 09, 2021
-
-
[ci:skip-build] already built successfully in CI
-
-
-
-
Clayton Craft authored
The .desktop file provided here is no longer necessary, Alpine aports has a better version of it now. fixes #1098
-
Some devices have a working but non-writable real-time clock (RTC). This package contains two shell scripts: One writes the offset between 'hwclock' and 'swclock' to a file at shutdown, another one reads the offset from the file at boot and sets the 'swclock'. This way the system time in userspace is kept in present time. [ci:skip-build] already built successfully in CI
-
- Jun 08, 2021
-
-
Port based on an unofficial LineageOS port from https://www.los-legacy.de/17.1/zerofltexx, using kernel from https://github.com/Exynos7420/android_kernel_samsung_exynos7420/ What works: - Kernel boots - Display and touch input (tested with Weston) - USB networking - Wifi For now only including Wifi drivers, as I wasn't yet able to successfully test audio and camera subsystems (but I intentionally left these firmware files commented out in the APKBUILD file). [ci:skip-build]: already built successfully in CI
-
This package sets GDK_BACKEND=wayland (in gtk-app-wayland.sh), and some apps (firefox) still need that set to work. gsd-xsettings, which is launched explicitly by Phosh 0.11.0+, does not work when this var is set to wayland.
-
Oliver Smith authored
Related: https://dino.im/security/cve-2021-33896/
-