summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* profiles/desktop: add use for kdenlivveKarel Kočí2021-11-25
|
* profiles/desktop: just tweak positionKarel Kočí2021-11-25
|
* host-albert: strip usesKarel Kočí2021-11-23
|
* profiles/hwdevel: enable occ for kicadKarel Kočí2021-11-23
|
* profiles/desktop: add kdeconnectKarel Kočí2021-11-23
|
* app-emulation/lxd: try to update lxdKarel Kočí2021-11-23
|
* profiles/base/cpu: set libxcrypt to build static-libsKarel Kočí2021-11-22
|
* net-im/ferdi: update to version 5.6.3Karel Kočí2021-11-18
|
* net-im/rambox: removeKarel Kočí2021-11-18
| | | | I use Ferdi now for a long time.
* profiles/hwdevel: some uses for freecadKarel Kočí2021-11-17
|
* profiles/hwdevel: another tryKarel Kočí2021-11-17
|
* profiles/hwdevel: try to make freecad installKarel Kočí2021-11-17
|
* profiles/hwdevel: add freecadKarel Kočí2021-11-17
|
* profiles/gaming: add lutrisKarel Kočí2021-11-12
|
* mail-clinet/astroid: update to version 0.16Karel Kočí2021-11-11
|
* dev-vcs/python-gitlab: remove in favor of upstream versionKarel Kočí2021-11-11
|
* x11-misc/compton: enable newer python3 versionsKarel Kočí2021-11-11
|
* profiles: add desktop/streamingKarel Kočí2021-11-10
|
* profiles/devel: add mypyKarel Kočí2021-11-02
|
* sys-kernel/linux: update to 5.14.15Karel Kočí2021-10-28
|
* sys-kernel/linux: update to 5.14.11Karel Kočí2021-10-11
|
* dev-util/ccls: remove as upstream has the newer versionKarel Kočí2021-10-05
|
* dev-libs/paho-mqtt: update to 1.3.9Karel Kočí2021-10-05
|
* dev-libs/logc: update to version 0.4.0Karel Kočí2021-10-05
|
* dev-libs/base64c: update to 0.2.1Karel Kočí2021-10-05
|
* dev-embedded/bigclown-firmware-tool: update to 1.7.0Karel Kočí2021-10-05
|
* dev-python/pyftdi: add new packageKarel Kočí2021-10-05
|
* app-misc/mako: removed as it is un upstreamKarel Kočí2021-10-05
|
* profiles/desktop/wayland: add screenshot utilitiesKarel Kočí2021-10-05
|
* app-dicts/stardict-en-cz: update to 20210402Karel Kočí2021-10-05
|
* sys-kernel/linux: update to 5.14.9Karel Kočí2021-10-05
|
* profiles/desktop/wayland: add kanshiKarel Kočí2021-10-02
|
* gui-apps/myswaylock: add new packageKarel Kočí2021-10-02
|
* profiles/laptop: enable use for wavemonKarel Kočí2021-09-29
|
* profiles/base: mask pam for busybox instead of disableKarel Kočí2021-09-29
|
* profiles/base: disable pam for busyboxKarel Kočí2021-09-29
|
* dev-libs/picosat: add missing manifestKarel Kočí2021-09-20
|
* profiles/desktop/x: add autorandrKarel Kočí2021-09-20
|
* dev-libs/picosat: add new packageKarel Kočí2021-09-20
|
* sys-kernel/linux: update to 5.13.18Karel Kočí2021-09-17
|
* acct-user/cynerd: add to dialout groupKarel Kočí2021-09-13
|
* dev-util/laminar: update to 1.1Karel Kočí2021-09-12
|
* sys-kernel/linux: use intel-uc.img on intel instead of ucode.cpioKarel Kočí2021-09-10
|
* profiles/desktop: fix invalid use nameKarel Kočí2021-09-07
|
* profiles/base/gpu/amd: drop vaap and vdpauiKarel Kočí2021-09-07
| | | | | This seems like invalid and was suppose to be vaapi and vdpau. At the same time we have this already in desktop profile.
* profiles/base/gpu/intel: add irisKarel Kočí2021-09-07
|
* profiles/base: add thunderbolt toolsKarel Kočí2021-09-06
|
* sys-kernel/linux: update to 5.13.14Karel Kočí2021-09-05
|
* profiles/host-dean: the dean is now laptop and thus no dmiKarel Kočí2021-09-04
|
* sys-boot/myinitramfs: revert changesKarel Kočí2021-09-04
| | | | | | | | | | | | | | As it seems the issue is somewhere else. The lock is now in /run/cryptsetup and /run is present. The code to include libgcc_s.so does not work as there are two more levels to include and the biggest issue is that it won't help anyway. I tested it by adding those files to filesystem and chrooting to it. The error was same. I even copied whole /usr and /lib and /lib64 and the error was same. This seems like there is something rotten deep. The root cause seems to be in the used algorithm. The default now is argon2 but when I use pbkdf2 the issue is gone. The issue seems to be with libargon2.so as it seems.