Пакет alterator-module-executor: Информация

    Исходный пакет: alterator-module-executor
    Версия: 0.1.34-alt1
    Последняя версия по данным Repology
    Собран:  21 апреля 2026 г. 18:52 в задании #415857
    Сообщить об ошибке в пакете
    Лицензия: GPL-2
    О пакете: Alterator-manager module for running executable files and scripts
    Описание: 
    Alterator-manager module for running executable files and scripts.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    alterator-module-executor (x86_64, i586, aarch64)
    alterator-module-executor-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Ivan Savin

    Список участников:
    Ivan Savin
    Kirill Sharov
    Evgeny Sinelnikov


      1. libsystemd-devel
      2. libtomlc99-devel
      3. cmake
      4. gcc
      5. alterator-manager-devel >= 0.1.30
      6. libpolkit-devel
      7. rpm-macros-cmake
      8. libgio-devel
      9. libjson-c-devel

    Последнее изменение


    21 апреля 2026 г. Ivan Savin 0.1.34-alt1
    - Fix forced process termination and its child processes. Before this fix,
      when the spawned process was forcefully terminated, its child processes were
      not terminated.
    14 апреля 2026 г. Ivan Savin 0.1.33-alt1
    - Add the ability to emit unicast signals upon request from an executable
      file. Signals are sent to the user who called the method. The executable
      file sends a message in JSON format to file descriptor number 3. The message
      specifies the name and body of the signal.
    10 апреля 2026 г. Ivan Savin 0.1.32-alt2
    - Update secret scan action to use alterator fork (the-nexi@).