Maintainer Evgeny Sinelnikov in the sisyphus_loongarch64 branch: Information

Maintainer name: Evgeny Sinelnikov (sin)
Built source packages in this branch: 109

Last changes


Oct 24, 2025, 04:05 PM

samba

Version: 4.21.9-alt1
Summary: The Samba4 CIFS and AD client and server suite
Changelog:
- Update to security release of Samba 4.21
- Security fixes (Fixes: CVE-2025-9640, CVE-2025-10230):
  + CVE-2025-9640:  Uninitialized memory disclosure via vfs_streams_xattr.
                    https://www.samba.org/samba/security/CVE-2025-9640.html
  + CVE-2025-10230: Command injection via WINS server hook script.
                    https://www.samba.org/samba/security/CVE-2025-10230.html
Oct 17, 2025, 07:30 AM

distro-licenses

Version: 1.4.0-alt1
Summary: Texts of various distribution licenses
Changelog:
- Prepare licenses for new product releases.
- Fix typos in licenses (thx Alexey Ossotoff):
  + ALT_Domain_License
  + ALT_Product_License
  + ALT_Regular_License
  + ALT_Container_OS_License
  + ALT_Orchestra_License english
  + ALT_SP_License
  + ALT_Server_License
  + ALT_Product_License english
  + ALT_SP_Container_License
  + ALT_Container_License
- Add open license (thx Alexey Ossotoff):
  + ALT_Community_License
  + ALT_Orchestra_License
  + ALT_Simply_License
  + ALT_Product_License
Oct 15, 2025, 04:44 PM

apt-gpgkeys-pki

Version: 0.1-alt1
Summary: APT PKI for external GnuPG keys
Changelog:
- Initial APT PKI for external GnuPG keys.
Oct 12, 2025, 09:18 PM

python3-module-immutables

Version: 0.21-alt1
Summary: A high-performance immutable mapping type for Python.
Changelog:
- Automatically updated to 0.21.
Oct 11, 2025, 08:59 PM

libtevent

Version: 0.16.1-alt1
Summary: The tevent library
Changelog:
- New version for samba-4.20
Oct 11, 2025, 07:04 PM

sudo

Version: 1.9.17p1-alt1
Summary: Allows command execution as another user
Changelog:
- Update to latest stable bugfix and security release
  (upstream fix of CVE-2025-32462, CVE-2025-32463 applied in 1.9.16p2-alt3):
 + Fixed a crash in sudo which could occur if there was a fatal error after the
   user was validated but before the command was actually run.
 + Fixed a problem with the pwfeedback option where an initial backspace would
   reduce the maximum length allowed for the password (GitHub#439).
 + Fixed a bug where a user could avoid entering a password for sudo -l command
   if they specified their own user or group name via the -u or -g options.
 + Avoid potential password guessing based on timing attacks on the strcmp()
   function on systems without PAM or a crypt() function where plaintext
   passwords are stored in the shadow password file.
 + Fixed a potential information leak where sudo -l command could be used to
   determine whether an executable exists in a directory that they do not have
   search access to.
 + Fixed a problem running sudo from a serial console on Linux when the command
   is run in a pseudo-terminal (the default).
 + Fixed a bug where the ALL command in a sudoers rule would override a previous
   NOSETENV tag. Command tags are inherited from previous Cmnds in a
   Cmnd_Spec_List. There is a special case for the SETENV tag with the ALL
   command, where SETENV is implied if no explicit SETENV or NOSETENV tag is
   specified. This special case did not take into account that a NOSETENV tag
   that was inherited should override this behavior.
- Fixes in behavior:
 + The ignore_dot sudoers setting is now on by default.
 + If sudo is run via ssh without a terminal and a password is required, it now
   suggest using ssh's -t option.
 + Sudo uses TCSAFLUSH, not TCSADRAIN, when disabling echo once again. A long
   time ago sudo changed from using TCSAFLUSH to TCSADRAIN due to some systems
   having bugs related to TCSAFLUSH. That should no longer be a concern. Using
   TCSAFLUSH ensures that password input that has been received by the kernel,
   but not yet read by sudo, will be discarded and not echoed.
 + Added the SUDO_TTY environment variable if the user has a terminal. This can
   be used to find the user's original tty device when sudo runs the command in
   its own pseudo-terminal (GitHub#447).
Oct 11, 2025, 10:30 AM

libtdb

Version: 1.4.12-alt1
Summary: A trivial database system
Changelog:
- Update to release for samba-4.21.0 (after rc2).
Oct 11, 2025, 10:28 AM

libtalloc

Version: 2.4.2-alt1
Summary: The talloc library
Changelog:
- Update to latest release for samba-4.20
Oct 11, 2025, 03:56 AM

libftdi1

Version: 1.5-alt3.2
Summary: Library to program and control the FTDI USB serial controllers
Changelog:
- NMU: fixed FTBFS
Sep 12, 2025, 10:31 PM

diag-domain-client

Version: 0.5-alt2
Summary: Active Directory domain environment diagnostic tool
Changelog:
- spec: exclude warnings SC2329 as error
Sep 10, 2025, 09:14 AM

uid_wrapper

Version: 1.3.2-alt1
Summary: A wrapper for privilege separation
Changelog:
- Updated to new version 1.3.2 (released 2025-07-24)
- Fixes from upstream:
  + Fixed binding the getresgid glibc symbol
Sep 10, 2025, 09:07 AM

socket_wrapper

Version: 1.5.0-alt1
Summary: A library passing all socket communications through Unix sockets
Changelog:
- Updates to new version 1.5.0 (released 2025-05-06)
- Fixes from upstream:
  + Added support for quic_ko_wrapper
  + Fixed pcap frames generation for recv(m)msg and recvfrom
  + Fixed setsockopt(SO_REUSEPORT) with glibc 2.40 (from version 1.4.4)
Jul 23, 2025, 07:19 AM

alterator-entry

Version: 0.4.4-alt1
Summary: Common files for Alterator Entry specification
Changelog:
- Add short_display_name for components and categories (thx Michael Chernigin)
Apr 7, 2025, 05:33 PM

python3-module-django-auth-ldap

Version: 5.1.0-alt1
Summary: Django authentication backend that authenticates against an LDAP service.
Changelog:
- 4.8.0 -> 5.1.0
Mar 25, 2025, 10:53 AM

cifs-utils

Version: 7.3-alt1
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
Changelog:
- Update to latest stable release.
- Major fixes from upstream:
  + Security enhancements including support for password rotation, better
    credential management, and namespaces.
    * getcifsacl: fix return code check for getting full ACL.
    * cifs-utils: support and document password2 mount option.
    * cifs-utils: Skip TGT check if valid service ticket is already available.
    * Do not pass passwords with sec=none and sec=krb5.
  + Various improvements to man pages.
Feb 20, 2025, 05:26 PM

fuse3

Version: 3.16.2-alt2
Summary: a tool for creating virtual filesystems
Changelog:
- added the ability to select the fusermount3/fuserumount3 version using
  alternatives by default (thx Korney Gedert) (fixes: 52316).
Feb 20, 2025, 05:25 PM

fuse

Version: 2.9.9-alt5
Summary: a tool for creating virtual filesystems
Changelog:
- Added the ability to select the fusermount2/fuserumount2 version using
  alternatives-manual (thx Korney Gedert).
Jan 28, 2025, 12:14 AM

dconf-profile

Version: 0.2-alt1
Summary: Dconf-profile configuration
Changelog:
- Add support distr profile layer
- Add service specific system profile template
- Update obsoletes default user profile during upgrade
Dec 27, 2024, 06:02 PM

sos

Version: 4.6.0-alt4
Summary: A set of tools to gather troubleshooting information from a system
Changelog:
- Removed dependency on pipes.
Dec 20, 2024, 04:01 PM

pam-config

Version: 1.9.1-alt1
Summary: Systemwide PAM config files for Linux-PAM
Changelog:
- Added pam_canonicalize_user.so to system-auth-common (closes: #47426).
- Added pam_canonicalize_user control (closes: #47713).
- Disabled legacy pam_propperpwnam.so in system-auth-common during upgrade.
Dec 15, 2024, 12:08 PM

lesstif

Version: 0.95.2-alt5
Summary: LessTif - a free replacement of OSF/Motif
Changelog:
- Fix FTBS by CFLAGS="-Wno-incompatible-pointer-types"
Oct 30, 2024, 07:40 AM

jose

Version: 14-alt1
Summary: C-language implementation of Javascript Object Signing and Encryption
Changelog:
- Updated to 14 version (fixes: CVE-2023-50967)
Oct 26, 2024, 10:10 PM

admx-lint

Version: 0.1.0-alt1
Summary: ADMX/ADML verification tool.
Changelog:
- Initial build
Oct 25, 2024, 08:54 AM

liblmdb

Version: 0.9.33-alt1
Summary: Symas Lightning Memory-Mapped Database
Changelog:
- Updated to 0.9.33.
- Major fixes from upstream:
  + mdb_page_search: fix error code when DBI record is missing (ITS#9037);
  + Fix meta page usage by read only tools (ITS#10212).
Sep 30, 2024, 11:05 PM

apt-conf-tmp-cache

Version: 1.0-alt2
Summary: Temporary cache configuration files for apt
Changelog:
- Move executable script to bindir.
- Update systemd unit.
Sep 5, 2024, 12:39 PM

accountsservice

Version: 23.13.9-alt5
Summary: D-Bus interfaces for querying and manipulating user account information
Changelog:
- Fixed problem with local users definition (difference with previous
  release - fixed path to /etc/tcb/ is removed, which allows to work
  with nsswitch.conf) (thx Maria Alexeeva) (ALT#47499).
Aug 9, 2024, 07:35 AM

oddjob-gpupdate

Version: 0.2.3-alt1
Summary: An oddjob helper which applies group policy objects
Changelog:
- Added additional methods on the bus for forced downloading of gpt (thx greh@)
Jul 15, 2024, 09:04 AM

nss_wrapper

Version: 1.1.16-alt1
Summary: A wrapper for the user, group and hosts NSS API
Changelog:
- Updated to new version 1.1.16 (released 2024-07-05)
- Fixes from upstream:
  + Fixed copy&paste error in the destructor
  + Fixed thread sanitizer on modern Linux Kernels
  + Fixed building with newer cmocka versions
Jul 8, 2024, 11:16 PM

gsoap

Version: 2.8.135-alt1
Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
Changelog:
- 2.8.102 -> 2.8.135
May 23, 2024, 09:35 AM

ghc8.6.4-cabal-install

Version: 2.4.0.0-alt1
Summary: The command-line interface for Cabal and Hackage.
Changelog:
- Spec created by cabal2rpm 0.20_11
May 20, 2024, 11:29 PM

adcli

Version: 0.9.2-alt1
Summary: Active Directory enrollment
Changelog:
- Add support LDAP add/mod operation to set/change password:
 + fix unable to join to active directory after KB5008380/CVE-2021-42287 with
   option '--ldap-passwd';
 + https://gitlab.freedesktop.org/realmd/adcli/-/issues/27
- Add support fall back to LDAPS if CLDAP ping was not successful
 + If the --use-ldaps option is used and there is no reply on the CLDAP 389/udp
   port adcli will try to send the request to the LDAPS port 636/tcp.
- Fix write SID before secret to Samba's db looks like 'net changesecretpw'
- Add passwd-user sub-command for (re)set a user password.
- Add dont-expire-password option for computer.
May 11, 2024, 07:21 AM

admx-msi-setup

Version: 0.1.1-alt1
Summary: ADMX msi file downloader and extractor
Changelog:
- Update Administrative Templates (.admx) default source URL:
  Windows 10 October 2020 Update -> Windows 10 2022 Update (22H2).
Feb 29, 2024, 06:09 AM

local-policy

Version: 0.6.3-alt1
Summary: ALT Local Policies Default templates
Changelog:
- Improve oddjob-gpupdate-dbus-timeout control.
- Initial support build for debian.
Feb 19, 2024, 10:17 AM

netcmdplus

Version: 0.1.3-alt1
Summary: Extended samba-tool (netcmd) version
Changelog:
- Add compatibility with stable releases of samba-4.18 and later (closes: 49404).
- Replace python3 build to new pyproject_build process.
Dec 13, 2023, 11:50 AM

pam_propperpwnam

Version: 0.0.1-alt2
Summary: PAM module that uses login name configured through NSS
Changelog:
- Add control pam_propperpwnam for support module in system authentication (ALT#47713).
Oct 22, 2023, 05:58 PM

mki-build

Version: 0.1.1-alt2
Summary: Scripts used to build mkimage-based images
Changelog:
- Fixed prepare-vm script dependency to gpasswd.
Oct 22, 2023, 02:00 PM

distro_check

Version: 0.0.3-alt1
Summary: distribution checker for Sisyphus
Changelog:
- Fix check of mime type for images.
Oct 22, 2023, 01:35 PM

cabal2rpm

Version: 0.20.10-alt1
Summary: converts Haskell Cabal descriptions into RPM specs
Changelog:
- Update spec template to newest rpm-build-haskel supports haskell(abi)
Oct 22, 2023, 12:59 PM

apt-conf-etersoft-common

Version: 2.0-alt2
Summary: Etersoft vendor configuration files for apt
Changelog:
- add requires to apt-gpgkeys with Etersoft keys
Oct 22, 2023, 06:17 AM

uisp

Version: 20050207-alt2
Summary: Universal In-System Programmer for Atmel AVR and 8051
Changelog:
- Updated spec to allow any compression of man page
Oct 22, 2023, 04:29 AM

synergy1

Version: 1.12.0-alt2
Summary: Mouse and keyboard sharing utility
Changelog:
- NMU: spec: adapt to new cmake macros.
Oct 22, 2023, 04:27 AM

synergy

Version: 2.0.12-alt1.beta.1
Summary: Mouse and keyboard sharing utility
Changelog:
- NMU: spec: adapted to new cmake macros.
Oct 21, 2023, 08:54 PM

noip

Version: 2.1.9-alt2
Summary: Linux client for the no-ip.com dynamic DNS service
Changelog:
- Add options to initscript
Oct 21, 2023, 06:54 PM

libv

Version: 1.90-alt11
Summary: V is a free, multiple platform C++ graphical user interface framework
Changelog:
- Build on aarch64 fixed
Oct 21, 2023, 08:39 AM

google-guest-oslogin

Version: 20220721.00-alt1
Summary: Google Cloud Guest OS Login
Changelog:
- Initial build for Sisyphus
Sep 27, 2023, 06:54 PM

ghc8.6.4-aeson

Version: 1.4.3.0-alt1
Summary: Fast JSON parsing and encoding
Changelog:
- updated with the help of cabal2gear.
Sep 27, 2023, 06:54 PM

ghc8.6.4-co-log

Version: 0.3.0.0-alt1
Summary: Composable Contravariant Comonadic Logging Library
Changelog:
- Spec created by cabal2rpm 0.20_11
Sep 27, 2023, 06:51 PM

ghc8.6.4-adldap

Version: 0.1.0.0-alt1
Summary: High level interface to Active Directory via LDAP
Changelog:
- Initial from upstream with Spec created by cabal2rpm 0.20_11
Sep 27, 2023, 06:44 PM

ghc8.6.4-chronos

Version: 1.0.7-alt2
Summary: A performant time library
Changelog:
- Fix build on 32-bits platforms
Sep 27, 2023, 06:35 PM

ghc8.6.4-aeson-pretty

Version: 0.8.7-alt1
Summary: JSON pretty-printing library and command-line tool.
Changelog:
- Spec created by cabal2rpm 0.20_11