Maintainer Evgeny Sinelnikov in the p10_e2k branch: Information

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

Last changes


Feb 22, 2024, 07:13 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.
Feb 22, 2024, 06:21 AM

sssd

Version: 2.9.4-alt1
Summary: System Security Services Daemon
Changelog:
- Update to latest 2.9 major release in long-term maintenance (LTM) phase.
- Fixes from upstream:
  + A crash when PAM passkey processing incorrectly handles non-passkey data.
  + A workaround was implemented to handle gracefully misbehaving applications
    that destroy internal state of SSSD client librarires.
  + An error when rotating KCM's logs was fixed.
  + Group membership handling when members are coming from different forest
    domains and using ldap token groups is prohibited.
  + Files provider was erroneously taking into consideration local_auth_policy
    config option, thus breaking smartcard authentication of local user in
    setups that didn't explicitly specify this option.
Feb 22, 2024, 05:50 AM

samba

Version: 4.19.4-alt1
Summary: The Samba4 CIFS and AD client and server suite
Changelog:
- Update to stable release of Samba 4.19
- Fixes from upstream:
  + net changesecretpw cannot set the machine account password if secrets.tdb
    is empty (Samba#13577).
  + Following intermediate abolute share-local symlinks is broken (Samba#15505).
    ctdb RELEASE_IP causes a crash in release_ip if a connection to a non-public
    address disconnects first (Samba#15523).
  + shadow_copy2 broken when current fileset's directories are removed (Samba#15544).
  + 'force user = localunixuser' doesn't work if 'allow trusted domains = no'
    is set (Samba#15469).
  + smbget: debug logging doesn't work (Samba#15525), username in the smburl and
    interactive password entry doesn't work (Samba#15532), auth function doesn't
    set values for password prompt correctly (Samba#15538).
  + Unable to copy and write files from clients to Ceph cluster via SMB Linux
    gateway with Ceph VFS module (Samba#15440).
  + Multichannel refresh network information (Samba#15547).
Feb 22, 2024, 03:21 AM

libldb

Version: 2.8.0-alt1
Summary: A schema-less, ldap like, API and database
Changelog:
- Update to the 2.8.0 for samba-4.19.x releases
Feb 22, 2024, 03:12 AM

uid_wrapper

Version: 1.3.0-alt3
Summary: A wrapper for privilege separation
Changelog:
- Fix cmocka >= 1.1.6 find_package()
Feb 22, 2024, 03:10 AM

resolv_wrapper

Version: 1.1.8-alt2
Summary: A wrapper for dns name resolving or dns faking
Changelog:
- Fix cmocka >= 1.1.6 find_package()
Feb 22, 2024, 03:08 AM

nss_wrapper

Version: 1.1.15-alt2
Summary: A wrapper for the user, group and hosts NSS API
Changelog:
- Fix cmocka >= 1.1.6 find_package()
Feb 22, 2024, 03:05 AM

socket_wrapper

Version: 1.4.2-alt1
Summary: A library passing all socket communications through Unix sockets
Changelog:
- Fixed LFS issues on 32bit platforms
- Fixed issue with fnctl() on 32bit
- Added openat64() to detect stale fds
Feb 22, 2024, 03:01 AM

libtevent

Version: 0.15.0-alt1
Summary: The tevent library
Changelog:
- New version for samba-4.19
Feb 22, 2024, 02:57 AM

libtdb

Version: 1.4.9-alt1
Summary: A trivial database system
Changelog:
- Update to release for samba-4.19
Feb 22, 2024, 02:50 AM

libtalloc

Version: 2.4.1-alt1
Summary: The talloc library
Changelog:
- Update to latest release for samba-4.19
Feb 5, 2024, 01:15 AM

oddjob-gpupdate

Version: 0.2.2-alt1
Summary: An oddjob helper which applies group policy objects
Changelog:
- Add debug and dbus_timeout options to pam_oddjob_gpupdate (thx liannnix@)
Dec 7, 2023, 04:28 AM

cepces

Version: 0.3.7-alt1
Summary: Certificate Enrollment through CEP/CES
Changelog:
- Add support the openssl security level
Dec 6, 2023, 02:32 PM

sudo

Version: 1.9.15p1-alt1
Summary: Allows command execution as another user
Changelog:
- Update to latest stable bugfix and security release (fixes: CVE-2023-42465):
 + The sudoers plugin has been modified to make it more resilient to ROWHAMMER
   attacks on authentication and policy matching.
 + The sudoers plugin now constructs the user time stamp file path name using
   the user-ID instead of the user name. This avoids a potential problem with
   user names that contain a path separator ('/') being interpreted as part of
   the path name. A similar issue in sudo-rs has been assigned CVE-2023-42456.
- Fixes in behavior:
 + The visudo utility will no longer create an empty file when the specified
   sudoers file does not exist and the user exits the editor without making any
   changes (GitHub#294).
 + Fixed a bug where output could go to the wrong terminal if "use_pty" is
   enabled (the default) and the standard input, output or error is redirected
   to a different terminal. Bug #1056.
 + A path separator ('/') in a user, group or host name is now replaced with an
   underbar character ('_') when expanding escapes in @include and @includedir
   directives as well as the "iolog_file" and "iolog_dir" sudoers Default
   settings.
- Fixes in user output:
 + Running "sudo -ll command" now produces verbose output that includes matching
   rule as well as the path to the sudoers file the matching rule came from.
 + Changes to terminal settings are now performed atomically, where possible.
   If the command is being run in a pseudo-terminal and the user's terminal is
   already in raw mode, sudo will not change the user's terminal settings. This
   prevents concurrent sudo processes from restoring the terminal settings to
   the wrong values (GitHub#312).
 + Better log message when rejecting a command if the "intercept" option is
   enabled and the "intercept_allow_setid" option is disabled. Previously,
   "command not allowed" would be logged and the user had no way of knowing
   what the actual problem was.
- Fixes in logging:
 + The sudoers source is now logged in the JSON event log. This makes it
   possible to tell which rule resulted in a match.
 + Sudo will now log the invoking user's environment as "submitenv" in the JSON
   logs. The command's environment ("runenv") is no longer logged for commands
   rejected by the sudoers file or an approval plugin.
 + The sudo_logsrvd server will now raise its open file descriptor limit to the
   maximum allowed value when it starts up. Each connection can require up to
   nine open file descriptors so the default soft limit may be too low.
- Fixed regressions:
 + Fixed the warning message for "sudo -l command" when the command is not
   permitted. There was a missing space between "list" and the actual command
   due to changes in sudo 1.9.14.
 + The "intercept_verify" sudoers option is now only applied when the
   "intercept" option is set in sudoers. Previously, it was also applied when
   "log_subcmds" was enabled. Sudo 1.9.14 contained an incorrect fix for this.
 + Reverted a change from sudo 1.9.4 that resulted in PAM session modules being
   called with the environment of the command to be run instead of the
   environment of the invoking user (GitHub#318).
Oct 12, 2023, 01:45 PM

pam_propperpwnam

Version: 0.0.1-alt1
Summary: PAM module that uses login name configured through NSS
Changelog:
- Initial build for Sisyphus.
Sep 25, 2023, 07:28 PM

dconf-profile

Version: 0.1-alt1
Summary: Dconf-profile configuration
Changelog:
- Initial release
Feb 17, 2023, 10:50 AM

schroot

Version: 1.6.10-alt2
Summary: Execute commands in a chroot environment
Changelog:
- Fix man building
Dec 29, 2022, 03:41 PM

admx-firefox

Version: 4.4-alt1
Summary: Firefox-specific ADMX policy templates
Changelog:
- Update Policy templates for Firefox 106 and Firefox ESR 102.4
- This release contains some typo fixes and new Russian translations
  thanks to lepata@
Dec 29, 2022, 03:40 PM

admx-chromium

Version: 106.0-alt1
Summary: Chromium-specific ADMX policy templates
Changelog:
- Update to latest release 106.0-5249.119
Dec 7, 2022, 11:27 PM

alterator-default-configs

Version: 0.0.3-alt1
Summary: default configs for alterator modules
Changelog:
- Update samba defaults from samba-4.16.6-alt1 release.
- Update restore script with default configuration files actually placed in
  default directory as in the user's system.
Oct 20, 2022, 11:57 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.
Oct 2, 2022, 05:49 AM

synergy

Version: 2.0.12-alt1.beta.1
Summary: Mouse and keyboard sharing utility
Changelog:
- NMU: spec: adapted to new cmake macros.
Oct 2, 2022, 05:42 AM

synergy1

Version: 1.12.0-alt2
Summary: Mouse and keyboard sharing utility
Changelog:
- NMU: spec: adapt to new cmake macros.
Oct 1, 2022, 07:51 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
Sep 29, 2022, 05:55 AM

photoflare

Version: 1.6.5-alt1
Summary: Simple but powerful Cross Platform Image Editor
Changelog:
- Initial build for Sisyphus
Sep 27, 2022, 05:33 PM

noip

Version: 2.1.9-alt2
Summary: Linux client for the no-ip.com dynamic DNS service
Changelog:
- Add options to initscript
Sep 25, 2022, 08:04 AM

lesstif

Version: 0.95.2-alt3
Summary: LessTif - a free replacement of OSF/Motif
Changelog:
- Fixed build: remove RPATH entry from libtool
Sep 25, 2022, 04:06 AM

krb5user

Version: 0.1.2-alt3.qa4
Summary: User helper library for MIT Kerberos
Changelog:
- Rebuilt with boost-1.76.0.
Sep 24, 2022, 09:19 PM

kbibtex

Version: 0.9-alt1.1
Summary: A BibTeX editor for Qt5 and KDE5
Changelog:
- require libkbibtexpart9 again
- obsoletes libkbibtexpart4 (needed for upgrade)
- fix descriptions
Sep 23, 2022, 03:50 AM

gsoap

Version: 2.8.102-alt1
Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
Changelog:
- Update to latest release
Sep 16, 2022, 02:17 PM

admx-lint

Version: 0.1.0-alt1
Summary: ADMX/ADML verification tool.
Changelog:
- Initial build
Sep 15, 2022, 11:51 AM

pam_wrapper

Version: 1.1.4-alt1
Summary: A tool to test PAM applications and PAM modules
Changelog:
- new version 1.1.4
Sep 8, 2022, 10:09 AM

cifs-utils

Version: 6.15-alt1
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
Changelog:
- Update to stable release 6.15 (Samba#15025, Samba#15026)
- mount.cifs: fix length check for ip option parsing (fixes: CVE-2022-27239)
- mount.cifs: fix verbose messages on option parsing (fixes: CVE-2022-29869)
Jul 7, 2022, 11:21 PM

libv

Version: 1.90-alt11
Summary: V is a free, multiple platform C++ graphical user interface framework
Changelog:
- Build on aarch64 fixed
Jul 6, 2022, 06:34 AM

libftdi1

Version: 1.5-alt2
Summary: Library to program and control the FTDI USB serial controllers
Changelog:
- fix broken libftdi1.pc file
- built python3 bindings
Jul 5, 2022, 03:32 AM

python-module-kerberos

Version: 1.3.0-alt2
Summary: A high-level wrapper for Kerberos (GSSAPI) operations
Changelog:
- Disable ubt macros due binary package identity change
Jul 3, 2022, 01:17 PM

python3-module-immutables

Version: 0.11-alt1
Summary: A high-performance immutable mapping type for Python.
Changelog:
- Build new version for python3.8.
Jul 1, 2022, 02:07 PM

libnss-fallback

Version: 0.0.1-alt2.qa1
Summary: NSS library module for localhost fallback
Changelog:
- NMU: rebuilt for debuginfo.
Jun 30, 2022, 03:17 AM

alterator-gpupdate

Version: 1.3-alt1
Summary: Alterator module for group policy settings
Changelog:
- Add support of alterator web interface aka ajax support
- Remove BuildArch is noarch due ajax part of module
Jun 25, 2022, 01:47 PM

pam_krb5

Version: 4.8-alt1
Summary: A Pluggable Authentication Module for Kerberos 5.
Changelog:
- Update to latest 4.x release
Jun 24, 2022, 06:48 PM

mcpp

Version: 2.7.2-alt3
Summary: Alternative C/C++ preprocessor
Changelog:
- add fix for Ice build
Jun 24, 2022, 12:48 AM

liblmdb

Version: 0.9.23-alt1
Summary: Symas Lightning Memory-Mapped Database
Changelog:
- Updated to 0.9.23.
Jun 21, 2022, 07:52 PM

fuse3

Version: 3.10.2-alt1
Summary: a tool for creating virtual filesystems
Changelog:
- update to latest release requires by newest gvfs from gnome project (fixes: 39759)
Aug 9, 2021, 11:10 PM

python3-module-trio

Version: 0.10.0-alt2
Summary: Trio - Pythonic async I/O for humans and snake people
Changelog:
- don't pack tests (ALT bug 39239)
Aug 9, 2021, 11:08 PM

python3-module-sniffio

Version: 1.0.0-alt2
Summary: Sniff out which async library your code is running under
Changelog:
- exclude tests from package due to excessive reqs
Aug 9, 2021, 09:57 PM

python3-module-async_generator

Version: 1.10-alt2
Summary: Making it easy to write async iterators in Python 3.5
Changelog:
- Moved tests into separate package.
Aug 7, 2021, 12:56 AM

python3-module-docutils

Version: 0.17.1-alt1
Summary: Docutils -- Python Documentation Utilities
Changelog:
- 0.17.1
Jul 19, 2021, 05:18 PM

admx-msi-setup

Version: 0.1.0-alt3
Summary: ADMX msi file downloader and extractor
Changelog:
- Don't stop with error if DESTDIR already exists
Jul 7, 2021, 02:16 AM

sos

Version: 3.5-alt9.1
Summary: A set of tools to gather troubleshooting information from a system
Changelog:
- FTBFS: fix install using %__python.
Oct 15, 2020, 08:37 AM

python3-module-outcome

Version: 1.0.0-alt1
Summary: Capture the outcome of Python function calls
Changelog:
- Initial build for Sisyphus