Пакет shadow-utils: Информация

  • Default inline alert: Версия в репозитории: 4.5-alt5

Бинарный пакет: shadow-utils
Версия: 4.4-alt1
Архитектура: i586
Собран:  7 марта 2017 г. 20:01 в задании #179282
Исходный пакет: shadow
Категория: Система/База
Сообщить об ошибке в пакете
Домашняя страница: ftp://ftp.pld.org.pl/software/shadow

Лицензия: BSD-style
О пакете: Utilities for managing shadow password files and user/group accounts
Описание: 
This package includes utilities for managing shadow password files and
user/group accounts:
+ useradd: creates a new user or updates default new user information;
+ userdel: deletes a user account and related files;
+ usermod: modifies a user account;
+ groupadd: creates a new group;
+ groupdel: deletes a group;
+ groupmod: modifies a group;
+ newusers: updates and creates new users in batch;
+ chpasswd: updates password file in batch.

Сопровождающий: Mikhail Efremov

Список участников:
Mikhail Efremov
Dmitry V. Levin
Grigory Batalov
qa-robot
Stanislav Ievlev

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


3 марта 2017 г. Mikhail Efremov 1:4.4-alt1
- Don't own %_sysconfdir/default/ (closes: #32541).
- Fix possible crash if gmtime() returns NULL.
- chsh: Fix duplicate warning.
- Enable audit support.
- Don't package ChangeLog/NEWS files.
- Spec cleanup.
- submap: Add control scripts for newuidmap/newgidmap.
- Fix build: ignore write() return value.
- configure.ac: Drop man/po/Makefile.
- Drop FORCE_SHADOW.
- Don't create missing files.
- Fixes from usptream git:
  + Keep the permissions of the original file when creating a backup.
  + useradd: Read defaults after changing root directories.
  + Don't crash on bogus keys in login.defs if PAM is enabled.
  + Last bits of enabling subuids.
  + Make login.def files valid ASCII instead of UTF-8.
  + include getdef.h for getdef_bool prototype.
  + Print error message if SELinux file context manipulation fails.
  + Fix regression in useradd not loading defaults properly.
  + */Makefile.am: Replace INCLUDES with AM_CPPFLAGS.
- Updated to 4.4 (fixes CVE-2016-6252).
26 февраля 2016 г. Mikhail Efremov 1:4.2.1-alt6
- E2K: avoid -Werror (lcc) (by Michael Shigorin).
- Fix build on x32.
- Fix build without selinux again.
24 февраля 2016 г. Mikhail Efremov 1:4.2.1-alt5
- Don't treat cpp warnings as error.
- Fix build without selinux support.