Maintainer Evgeny Sinelnikov in the p10_e2k branch: Information
Maintainer name: Evgeny Sinelnikov (sin)
Built source packages in this branch: 51
Last changes
Feb 3, 2025, 06:31 PM
pam-config
Jan 17, 2025, 02:57 AM
samba
Version: 4.19.9-alt4
Summary: The Samba4 CIFS and AD client and server suite
Changelog:
- gse_krb5: gain root privilege during get server keytab (thx Ivan Volchenko). Fix PAM Winbind kerberos auth requires user access to keytab (Samba#12491).
Jan 14, 2025, 04:40 PM
sssd
Version: 2.9.6-alt3
Summary: System Security Services Daemon
Changelog:
- Fix typo in sss_ec_get_key() for OpenSSL older than 3.0.
Dec 26, 2024, 04:01 AM
diag-domain-controller
Version: 0.0.1-alt2
Summary: Domain Controller Diagnostic Tool
Changelog:
- initial first build for Sisyphus
Dec 25, 2024, 02:02 PM
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@)
Dec 25, 2024, 11:19 AM
cifs-utils
Version: 7.1-alt1
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
Changelog:
- Update to latest stable release supported latest kernel 6.11. - Major fixes from upstream: + LDAP Ping capability (to find the closest site); + smbinfo adds gettconinfo command (allowed dumping session and tcon id); + Various improvements to man pages. - Backport bash completion support for smbinfo (with filestreaminfo, keys, gettconinfo) from Fedora.
Dec 24, 2024, 09:08 PM
libldb
Version: 2.8.2-alt1
Summary: A schema-less, ldap like, API and database
Changelog:
- Update to the 2.8.2 for samba-4.19.9 and later releases
Dec 24, 2024, 08:59 PM
socket_wrapper
Version: 1.4.3-alt1
Summary: A library passing all socket communications through Unix sockets
Changelog:
- Updates to new version 1.4.3 (released 2024-06-12) - Fixes from upstream: + Fixed socket_wrapper running with jemalloc compiled binaries + Fixed thread sanitizer on modern Linux Kernels + Fixed swrap_fake_uid_wrapper test
Dec 24, 2024, 08:55 PM
uid_wrapper
Version: 1.3.1-alt1
Summary: A wrapper for privilege separation
Changelog:
- Updated to new version 1.3.1 (released 2024-06-12) - Fixes from upstream: + Added support to find libc via LIBC_SO define + Fixed uid_wrapper running with jemalloc compiled binaries + Fixed socket_wrapper interaction test + Fixed thread sanitizer on modern Linux Kernels
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, 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: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
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
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
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.
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 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
Apr 16, 2020, 07:19 PM
python3-module-contextvars
Version: 2.3-alt1
Summary: PEP 567 Backport
Changelog:
- Initial build for Sisyphus
Jun 29, 2019, 11:00 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)