Blame SPECS/sudo.spec

46eb58
Summary: Allows restricted root access for specified users
46eb58
Name: sudo
46eb58
Version: 1.8.23
46eb58
Release: 7%{?dist}
46eb58
License: ISC
46eb58
Group: Applications/System
46eb58
URL: http://www.courtesan.com/sudo/
46eb58
Source0: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
46eb58
Source1: sudoers
46eb58
Source2: sudo-ldap.conf
46eb58
Source3: sudo.conf
46eb58
Requires: /etc/pam.d/system-auth
46eb58
Requires: /usr/bin/vi
46eb58
46eb58
BuildRequires: /usr/sbin/sendmail
46eb58
BuildRequires: autoconf
46eb58
BuildRequires: automake
46eb58
BuildRequires: bison
46eb58
BuildRequires: flex
46eb58
BuildRequires: gettext
46eb58
BuildRequires: groff
46eb58
BuildRequires: libtool
46eb58
BuildRequires: audit-libs-devel
46eb58
BuildRequires: libcap-devel
46eb58
BuildRequires: libgcrypt-devel
46eb58
BuildRequires: libgcrypt-devel
46eb58
BuildRequires: libselinux-devel
46eb58
BuildRequires: openldap-devel
46eb58
BuildRequires: pam-devel
46eb58
BuildRequires: zlib-devel
46eb58
46eb58
# don't strip
46eb58
Patch1: sudo-1.6.7p5-strip.patch
46eb58
# configure.in fix
46eb58
Patch2: sudo-1.7.2p1-envdebug.patch
46eb58
# 881258 - rpmdiff: added missing sudo-ldap.conf manpage
46eb58
Patch3: sudo-1.8.23-sudoldapconfman.patch
46eb58
# 1247591 - Sudo taking a long time when user information is stored externally.
46eb58
Patch4: sudo-1.8.23-legacy-group-processing.patch
46eb58
# 1135539 - sudo with ldap doesn't work with 'user id' in sudoUser option
46eb58
Patch5: sudo-1.8.23-ldapsearchuidfix.patch
46eb58
# 1312486 - RHEL7 sudo logs username "root" instead of realuser in /var/log/secure
46eb58
Patch6: sudo-1.8.6p7-logsudouser.patch
46eb58
# 840980 - sudo creates a new parent process
46eb58
# Adds cmnd_no_wait Defaults option
46eb58
Patch7: sudo-1.8.23-nowaitopt.patch
46eb58
# 1533964 - sudo skips PAM account module in case NOPASSWD is used in sudoers
46eb58
#  This is fix of a regression in the referenced feature request. It was fixed
46eb58
#  in newer versions of sudo and we backport it to prevent future regression
46eb58
#  bz in RHEL. The feature itself was delivered via the rebase to 1.8.23.
46eb58
Patch8: sudo-1.8.23-Ignore-PAM_NEW_AUTHTOK_REQD-and-PAM_AUTHTOK_EXPIRED.patch
46eb58
# 1547974 - (sudo-rhel-7.6-rebase) Rebase sudo to latest stable upstream version
46eb58
Patch9: sudo-1.8.23-fix-double-quote-parsing-for-Defaults-values.patch
46eb58
46eb58
# 1647678 - sudo access denied with pam_access and pts terminal configurations
46eb58
# 1672876 - Backporting sudo bug with expired passwords - this is included in in this patch
46eb58
Patch10: sudo-1.8.23-pam_access-and-terminals.patch
46eb58
46eb58
# 1665285 - Problem with sudo-1.8.23 and 'who am i'
46eb58
Patch11: sudo-1.8.23-who-am-i.patch
46eb58
46eb58
# 1738841 - Crash in do_syslog() while doing sudoedit
46eb58
Patch12: sudo-1.8.23-fix_empty_username_in_do_syslog.patch
46eb58
46eb58
%description
46eb58
Sudo (superuser do) allows a system administrator to give certain
46eb58
users (or groups of users) the ability to run some (or all) commands
46eb58
as root while logging all commands and arguments. Sudo operates on a
46eb58
per-command basis.  It is not a replacement for the shell.  Features
46eb58
include: the ability to restrict what commands a user may run on a
46eb58
per-host basis, copious logging of each command (providing a clear
46eb58
audit trail of who did what), a configurable timeout of the sudo
46eb58
command, and the ability to use the same configuration file (sudoers)
46eb58
on many different machines.
46eb58
46eb58
%package        devel
46eb58
Summary:        Development files for %{name}
46eb58
Group:          Development/Libraries
46eb58
Requires:       %{name} = %{version}-%{release}
46eb58
46eb58
%description    devel
46eb58
The %{name}-devel package contains header files developing sudo
46eb58
plugins that use %{name}.
46eb58
46eb58
%prep
46eb58
%setup -q
46eb58
46eb58
%patch1 -p1 -b .strip
46eb58
%patch2 -p1 -b .envdebug
46eb58
%patch3 -p1 -b .sudoldapconfman
46eb58
%patch4 -p1 -b .legacy-group-processing
46eb58
%patch5 -p1 -b .ldapsearchuidfix
46eb58
%patch6 -p1 -b .logsudouser
46eb58
%patch7 -p1 -b .nowaitopt
46eb58
%patch8 -p1 -b .pam-mgmt-ignore-errors
46eb58
%patch9 -p1 -b .defaults-double-quote-fix
46eb58
46eb58
%patch10 -p1 -b .pam_access-and-terminals
46eb58
46eb58
%patch11 -p1 -b .who-am-i
46eb58
%patch12 -p1 -b .do_syslog-username
46eb58
46eb58
%build
46eb58
autoreconf -I m4 -fv --install
46eb58
46eb58
%ifarch s390 s390x sparc64
46eb58
F_PIE=-fPIE
46eb58
%else
46eb58
F_PIE=-fpie
46eb58
%endif
46eb58
46eb58
export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" SHLIB_MODE=755
46eb58
46eb58
%configure \
46eb58
        --prefix=%{_prefix} \
46eb58
        --sbindir=%{_sbindir} \
46eb58
        --libdir=%{_libdir} \
46eb58
        --docdir=%{_datadir}/doc/%{name}-%{version} \
46eb58
        --with-logging=syslog \
46eb58
        --with-logfac=authpriv \
46eb58
        --with-pam \
46eb58
        --with-pam-login \
46eb58
        --with-editor=/usr/bin/vi \
46eb58
        --with-env-editor \
46eb58
        --enable-gcrypt \
46eb58
        --with-ignore-dot \
46eb58
        --with-tty-tickets \
46eb58
        --with-ldap \
46eb58
        --with-ldap-conf-file="%{_sysconfdir}/sudo-ldap.conf" \
46eb58
        --with-selinux \
46eb58
        --with-passprompt="[sudo] password for %p: " \
46eb58
        --with-linux-audit \
46eb58
        --with-sssd
46eb58
46eb58
make
46eb58
46eb58
%check
46eb58
make check
46eb58
46eb58
%install
46eb58
rm -rf %{buildroot}
46eb58
46eb58
# Update README.LDAP (#736653)
46eb58
sed -i 's|/etc/ldap\.conf|%{_sysconfdir}/sudo-ldap.conf|g' README.LDAP
46eb58
46eb58
make install DESTDIR="%{buildroot}" install_uid=`id -u` install_gid=`id -g` sudoers_uid=`id -u` sudoers_gid=`id -g`
46eb58
46eb58
chmod 755 %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}/*
46eb58
install -p -d -m 700 %{buildroot}%{_localstatedir}/db/sudo
46eb58
install -p -d -m 700 %{buildroot}%{_localstatedir}/db/sudo/lectured
46eb58
install -p -d -m 750 %{buildroot}%{_sysconfdir}/sudoers.d
46eb58
install -p -c -m 0440 %{SOURCE1} %{buildroot}%{_sysconfdir}/sudoers
46eb58
install -p -c -m 0640 %{SOURCE3} %{buildroot}%{_sysconfdir}/sudo.conf
46eb58
install -p -c -m 0640 %{SOURCE2} %{buildroot}%{_sysconfdir}/sudo-ldap.conf
46eb58
46eb58
# Remove upstream sudoers file
46eb58
rm -f %{buildroot}%{_sysconfdir}/sudoers.dist
46eb58
46eb58
# Remove all .la files
46eb58
find %{buildroot} -name '*.la' -exec rm -f {} ';'
46eb58
46eb58
%find_lang sudo
46eb58
%find_lang sudoers
46eb58
46eb58
cat sudo.lang sudoers.lang > sudo_all.lang
46eb58
rm sudo.lang sudoers.lang
46eb58
46eb58
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
46eb58
cat > %{buildroot}%{_sysconfdir}/pam.d/sudo << EOF
46eb58
#%%PAM-1.0
46eb58
auth       include      system-auth
46eb58
account    include      system-auth
46eb58
password   include      system-auth
46eb58
session    optional     pam_keyinit.so revoke
46eb58
session    include      system-auth
46eb58
EOF
46eb58
46eb58
cat > %{buildroot}%{_sysconfdir}/pam.d/sudo-i << EOF
46eb58
#%%PAM-1.0
46eb58
auth       include      sudo
46eb58
account    include      sudo
46eb58
password   include      sudo
46eb58
session    optional     pam_keyinit.so force revoke
46eb58
session    include      sudo
46eb58
EOF
46eb58
46eb58
%clean
46eb58
rm -rf %{buildroot}
46eb58
46eb58
%files -f sudo_all.lang
46eb58
%defattr(-,root,root)
46eb58
%attr(0440,root,root) %config(noreplace) %{_sysconfdir}/sudoers
46eb58
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/sudo.conf
46eb58
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/sudo-ldap.conf
46eb58
%attr(0750,root,root) %dir %{_sysconfdir}/sudoers.d/
46eb58
%config(noreplace) %{_sysconfdir}/pam.d/sudo
46eb58
%config(noreplace) %{_sysconfdir}/pam.d/sudo-i
46eb58
%attr(0644,root,root) %{_tmpfilesdir}/sudo.conf
46eb58
%dir %{_localstatedir}/db/sudo
46eb58
%dir %{_localstatedir}/db/sudo/lectured
46eb58
%attr(4111,root,root) %{_bindir}/sudo
46eb58
%{_bindir}/sudoedit
46eb58
%{_bindir}/cvtsudoers
46eb58
%attr(0111,root,root) %{_bindir}/sudoreplay
46eb58
%attr(0755,root,root) %{_sbindir}/visudo
46eb58
%attr(0755,root,root) %{_libexecdir}/sudo/sesh
46eb58
%attr(0644,root,root) %{_libexecdir}/sudo/sudo_noexec.so
46eb58
%attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
46eb58
%attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
46eb58
%attr(0644,root,root) %{_libexecdir}/sudo/system_group.so
46eb58
%attr(0644,root,root) %{_libexecdir}/sudo/libsudo_util.so.?.?.?
46eb58
%{_libexecdir}/sudo/libsudo_util.so.?
46eb58
%{_libexecdir}/sudo/libsudo_util.so
46eb58
%{_mandir}/man5/sudoers.5*
46eb58
%{_mandir}/man5/sudoers.ldap.5*
46eb58
%{_mandir}/man5/sudo-ldap.conf.5*
46eb58
%{_mandir}/man5/sudo.conf.5*
46eb58
%{_mandir}/man8/sudo.8*
46eb58
%{_mandir}/man8/sudoedit.8*
46eb58
%{_mandir}/man8/sudoreplay.8*
46eb58
%{_mandir}/man8/visudo.8*
46eb58
%{_mandir}/man1/cvtsudoers.1.gz
46eb58
%{_mandir}/man5/sudoers_timestamp.5.gz
46eb58
%dir %{_docdir}/sudo-%{version}
46eb58
%{_docdir}/sudo-%{version}/*
46eb58
46eb58
# Make sure permissions are ok even if we're updating
46eb58
%post
46eb58
/bin/chmod 0440 %{_sysconfdir}/sudoers || :
46eb58
46eb58
%files devel
46eb58
%defattr(-,root,root,-)
46eb58
%doc plugins/sample/sample_plugin.c
46eb58
%{_includedir}/sudo_plugin.h
46eb58
%{_mandir}/man8/sudo_plugin.8*
46eb58
46eb58
%changelog
46eb58
46eb58
* Thu Aug 22 2019 Marek Tamaskovic <mtamasko@redhat.com> 1.8.23-7
46eb58
- RHEL-7.8 erratum
46eb58
  Resolves: rhbz#1738841 Crash in do_syslog() while doing sudoedit
46eb58
46eb58
* Mon Aug 19 2019 Marek Tamaskovic <mtamasko@redhat.com> 1.8.23-6
46eb58
- RHEL-7.8 erratum
46eb58
  Resolves: rhbz#1647678 sudo access denied with pam_access and pts terminal configurations
46eb58
46eb58
* Mon Aug 12 2019 Marek Tamaskovic <mtamasko@redhat.com> 1.8.23-5
46eb58
- RHEL-7.8 erratum
46eb58
  Resolves: rhbz#1711997 sudo is super slow when /etc/security/limits.conf contains many entries
46eb58
46eb58
* Wed Feb 20 2019 Radovan Sroka <rsroka@redhat.com> 1.8.23-4
46eb58
- RHEL-7.7 erratum
46eb58
  Resolves: rhbz#1672876 - Backporting sudo bug with expired passwords
46eb58
  Resolves: rhbz#1665285 - Problem with sudo-1.8.23 and 'who am i'
46eb58
46eb58
* Mon Sep 24 2018 Daniel Kopecek <dkopecek@redhat.com> 1.8.23-3
46eb58
- RHEL-7.6 erratum
46eb58
  Resolves: rhbz#1547974 - Rebase sudo to latest stable upstream version
46eb58
46eb58
* Fri Sep 21 2018 Daniel Kopecek <dkopecek@redhat.com> 1.8.23-2
46eb58
- RHEL-7.6 erratum
46eb58
  Resolves: rhbz#1533964 - sudo skips PAM account module in case NOPASSWD is used in sudoers
46eb58
  Resolves: rhbz#1506025 - Latest update broke sudo for ldap users.
46eb58
  Resolves: rhbz#1502630 - inclusion of system-auth for session hooks missing in sudo PAM snippets
46eb58
46eb58
* Thu Jun 28 2018 Daniel Kopecek <dkopecek@redhat.com> 1.8.23-1
46eb58
- RHEL-7.6 erratum
46eb58
  Resolves: rhbz#1547974 - Rebase sudo to latest stable upstream version (1.8.23)
46eb58
  Resolves: rhbz#1502630 - inclusion of system-auth for session hooks missing in sudo PAM snippets
46eb58
  Resolves: rhbz#1506025 - Latest update broke sudo for ldap users.
46eb58
  Resolves: rhbz#1533964 - sudo skips PAM account module in case NOPASSWD is used in sudoers
46eb58
  Resolves: rhbz#1548380 - RFE: Create flag to filter to sudo -l output
46eb58
  Resolves: rhbz#1510002 - Ensure that the command input (stdin) eating behaviour of Default log_input is documented
46eb58
  Resolves: rhbz#1596032 - Why does sudo package depend on vim-minimal?
46eb58
46eb58
* Thu Nov 30 2017 Radovan Sroka <rsroka@redhat.com> 1.8.19p2-13
46eb58
- RHEL 7.5 erratum
46eb58
- Fixed sudo -l checking results whether user should be authenticated
46eb58
- Enabled LDAP filter patch
46eb58
- Fixed double free in sssd
46eb58
46eb58
  Resolves: rhbz#1505409
46eb58
  Resolves: rhbz#1511850
46eb58
  Resolves: rhbz#1518104
46eb58
46eb58
* Mon Oct 02 2017 Radovan Sroka <rsroka@redhat.com> 1.8.19p2-12
46eb58
- RHEL 7.5 erratum
46eb58
- Fixed exit codes for `sudo -l -U <user>`
46eb58
- Fixed truncated output when log_output is enabled
46eb58
- Updated use_pty and IO logging manpage
46eb58
46eb58
  Resolves: rhbz#1458696
46eb58
  Resolves: rhbz#1454571
46eb58
  Resolves: rhbz#1490358
46eb58
46eb58
- Fixed second pass LDAP filter expression in the sudoers ldap backend
46eb58
  - inclomplete patch for rhbz#1485397
46eb58
46eb58
* Mon Aug 14 2017 Daniel Kopecek <dkopecek@redhat.com> - 1.8.19p2-11
46eb58
- Moved libsudo_util.so from the -devel sub-package to main package
46eb58
  Resolves: rhbz#1481225
46eb58
46eb58
* Wed Jun 07 2017 Daniel Kopecek <dkopecek@redhat.com> - 1.8.19p2-10
46eb58
- RHEL 7.4 erratum
46eb58
- Fix CVE-2017-1000368
46eb58
  Resolves: rhbz#1459411
46eb58
46eb58
* Tue Jun 06 2017 Radovan Sroka <rsroka@redhat.com> - 1.8.19p2-9
46eb58
- RHEL 7.4 erratum
46eb58
- removed patch for output truncation (1454571) which introduced regression
46eb58
  Resolves: rhbz#1360687
46eb58
46eb58
* Thu May 25 2017 Jakub Jelen <jjelen@redhat.com> - 1.8.19p2-8
46eb58
- RHEL 7.4 erratum
46eb58
- Fixes CVE-2017-1000367: Privilege escalation in via improper get_process_ttyname() parsing
46eb58
  Resolves: rhbz#1455402
46eb58
46eb58
* Tue May 23 2017 Daniel Kopecek <dkopecek@redhat.com> - 1.8.19p2-7
46eb58
- RHEL 7.4 erratum
46eb58
- added patch to fix output truncation (in some cases) when log_output
46eb58
  option is enabled
46eb58
  Resolves: rhbz#1454571
46eb58
46eb58
* Thu May 04 2017 Radovan Sroka <rsroka@redhat.com> - 1.8.19p2-6
46eb58
- RHEL 7.4 erratum
46eb58
- added patch that fixes lecture option used as bolean
46eb58
  Resolves rhbz#1360687
46eb58
46eb58
* Tue Apr 25 2017 Radovan Sroka <rsroka@redhat.com> - 1.8.19p2-5
46eb58
- RHEL 7.4 erratum
46eb58
- added doc patch about sudo lookup issue
46eb58
  Resolves: rhbz#1293306
46eb58
- added test suite patch
46eb58
  Resolves: rhbz#1360687
46eb58
- fixed use after free fqdn problem
46eb58
  Resolves: rhbz#1360687
46eb58
46eb58
* Tue Mar 21 2017 Tomas Sykora <tosykora@redhat.com> - 1.8.19p2-4
46eb58
- RHEL 7.4 erratum
46eb58
- fixed cmnd_no_wait patch
46eb58
- backported iolog_flush sudoers default
46eb58
  Resolves: rhbz#1369856
46eb58
  Resolves: rhbz#1425853
46eb58
46eb58
* Wed Mar 08 2017 Tomas Sykora <tosykora@redhat.com> - 1.8.19p2-3
46eb58
- RHEL 7.4 eratum
46eb58
- Fixes semicolon typo in digest backport patch from the previous build
46eb58
  Resolves: rhbz#1360687
46eb58
46eb58
* Wed Mar 08 2017 Tomas Sykora <tosykora@redhat.com> - 1.8.19p2-2
46eb58
- RHEL 7.4 erratum
46eb58
- Fixes coverity scan issues created by our patches:
46eb58
  - fixed resource leaks and a compiler warning in digest backport patch
46eb58
  - removed needless code from cmnd_no_wait patch causing clang warning
46eb58
  - format of the last changelog message causes problems to rhpkg push,
46eb58
    so don't use that as a commit message
46eb58
  Resolves: rhbz#1360687
46eb58
46eb58
* Wed Mar 01 2017 Tomas Sykora <tosykora@redhat.com> - 1.8.19p2-1
46eb58
- RHEL 7.4 erratum
46eb58
  - Resolves: rhbz#1360687 - rebase to 1.8.19p2
46eb58
  - Resolves: rhbz#1123526 - performance improvement
46eb58
  - Resolves: rhbz#1308789 - add MAIL and NOMAIL tags
46eb58
  - Resolves: rhbz#1348504 - sudo now parses sudoers with sudoers locale
46eb58
  - Resolves: rhbz#1374417 - "sudo -l command" indicated that the command
46eb58
    was runnable even if denied by sudoers when using LDAP or SSSD backend.
46eb58
  - Resolves: rhbz#1387303 - add ignore_iolog_errors option
46eb58
  - Resolves: rhbz#1389360 - wrong log file group ownership
46eb58
  - Resolves: rhbz#1389735 - add iolog_group, iolog_mode, iolog_user options
46eb58
  - Resolves: rhbz#1397169 - maxseq and ignore_iolog_errors options
46eb58
  - Resolves: rhbz#1403051 - add support for querying netgroups directly via LDAP
46eb58
  - Resolves: rhbz#1410086 - race condition while creating /var/log/sudo-io dir
46eb58
  - Resolves: rhbz#1413160 - add ignore_unknown_defaults flag
46eb58
  - Resolves: rhbz#1254772 - ability to export sudoers in json format
46eb58
  - Resolves: rhbz#1417187 - wrong reference to config file in systax error message
46eb58
  - Resolves: rhbz#1424575 - visudo was not printing severity of error/warning message
46eb58
46eb58
* Wed Nov 23 2016 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-21
46eb58
- Update noexec syscall blacklist
46eb58
- Fixes CVE-2016-7032 and CVE-2016-7076
46eb58
  Resolves: rhbz#1391940
46eb58
46eb58
* Tue Jul 19 2016 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-20
46eb58
- RHEL 7.3 erratum
46eb58
  - fixed visudo's -q flag
46eb58
  Resolves: rhbz#1350828
46eb58
46eb58
* Tue Jun 14 2016 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-19
46eb58
- RHEL 7.3 erratum
46eb58
  - removed INPUTRC from env_keep to prevent a potential info leak
46eb58
  Resolves: rhbz#1340700
46eb58
46eb58
* Wed May 11 2016 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-18
46eb58
- RHEL 7.3 erratum
46eb58
  - removed requiretty flag from the default sudoers policy
46eb58
  - backported pam_service and pam_login_service defaults options
46eb58
  - implemented netgroup_tuple defaults option for changing netgroup
46eb58
    processing semantics
46eb58
  - fixed user matching logic in the LDAP nss backend
46eb58
  - don't allow visudo to accept an invalid sudoers file
46eb58
  - fixed a bug causing that non-root users can list privileges of
46eb58
    other users
46eb58
  - modified digest check documentation to mention the raciness of
46eb58
    the checking mechanism
46eb58
  Resolves: rhbz#1196451
46eb58
  Resolves: rhbz#1247230
46eb58
  Resolves: rhbz#1334331
46eb58
  Resolves: rhbz#1334360
46eb58
  Resolves: rhbz#1261998
46eb58
  Resolves: rhbz#1313364
46eb58
  Resolves: rhbz#1312486
46eb58
  Resolves: rhbz#1268958
46eb58
  Resolves: rhbz#1335039
46eb58
  Resolves: rhbz#1335042
46eb58
  Resolves: rhbz#1335045
46eb58
  Resolves: rhbz#1273243
46eb58
  Resolves: rhbz#1299883
46eb58
46eb58
* Mon Feb 15 2016 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-17
46eb58
- fixed bug in closefrom_override defaults option
46eb58
  Resolves: rhbz#1297062
46eb58
46eb58
* Tue Sep  1 2015 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-16
46eb58
- RHEL 7.2 erratum
46eb58
  - show the digest type in warning messages
46eb58
  Resolves: rhbz#1183818
46eb58
46eb58
* Tue Sep  1 2015 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-15
46eb58
- RHEL 7.2 erratum
46eb58
  - fixed compilation of testing binaries during make check
46eb58
  - added legacy group processing patch
46eb58
  - replaced buggy base64 decoder with a public domain implementation
46eb58
  Resolves: rhbz#1254621
46eb58
  Resolves: rhbz#1183818
46eb58
  Resolves: rhbz#1247591
46eb58
46eb58
* Tue Jul  7 2015 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-14
46eb58
- RHEL 7.2 erratum
46eb58
  - backported command digest specification
46eb58
  - fixed CVE-2014-9680 sudo: unsafe handling of TZ environment variable
46eb58
  - fixed typos in sudoers.ldap man page
46eb58
  - fixed handling of double-quoted sudoOption values in ldap, sssd sources
46eb58
  - fixed numeric uid specification support in ldap source
46eb58
  - fixed authentication flag logic in ldap source
46eb58
  - added the systemctl command to the SERVICES alias in the default sudoers file
46eb58
  Resolves: rhbz#1144446
46eb58
  Resolves: rhbz#1235570
46eb58
  Resolves: rhbz#1138259
46eb58
  Resolves: rhbz#1183818
46eb58
  Resolves: rhbz#1233607
46eb58
  Resolves: rhbz#1144419
46eb58
  Resolves: rhbz#1135539
46eb58
  Resolves: rhbz#1215400
46eb58
46eb58
* Tue Sep 30 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-13
46eb58
- RHEL 7.1 erratum
46eb58
  - fixed issues found by covscan/clang-analyzer
46eb58
  Resolves: rhbz#1147616
46eb58
46eb58
* Mon Sep 29 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-12
46eb58
- RHEL 7.1 erratum
46eb58
  - don't retry authentication when ctrl-c pressed
46eb58
  - fix double-quote processing in Defaults options
46eb58
  - handle the "(none)" hostname correctly
46eb58
  - SSSD: fix sudoUser netgroup specification filtering
46eb58
  - SSSD: list correct user when -U <user> -l specified
46eb58
  - SSSD: show rule names on long listing (-ll)
46eb58
  - fix infinite loop when duplicate entries are specified on the
46eb58
    sudoers nsswitch.conf line
46eb58
  Resolves: rhbz#1084488
46eb58
  Resolves: rhbz#1088464
46eb58
  Resolves: rhbz#1088825
46eb58
  Resolves: rhbz#1092499
46eb58
  Resolves: rhbz#1093099
46eb58
  Resolves: rhbz#1096813
46eb58
  Resolves: rhbz#1147497
46eb58
  Resolves: rhbz#1147557
46eb58
46eb58
* Wed Feb 26 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-11
46eb58
- Fixed incorrect login shell path construction in sesh
46eb58
  (thanks fkrska@redhat.com for the patch)
46eb58
  Resolves: rhbz#1065418
46eb58
46eb58
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.8.6p7-10
46eb58
- Mass rebuild 2014-01-24
46eb58
46eb58
* Wed Jan 15 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-9
46eb58
- allow the wheel group to use sudo
46eb58
  Resolves: rhbz#994623
46eb58
46eb58
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.8.6p7-8
46eb58
- Mass rebuild 2013-12-27
46eb58
46eb58
* Fri Nov 08 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-7
46eb58
- dropped wrong patch and fixed patch comments
46eb58
  Resolves: rhbz#1000389
46eb58
46eb58
* Thu Nov 07 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-6
46eb58
- fixed alias cycle detection code
46eb58
- added debug messages for tracing of netgroup matching
46eb58
- fixed aborting on realloc when displaying allowed commands
46eb58
- sssd: filter netgroups in the sudoUser attribute
46eb58
- parse uids/gids more strictly
46eb58
- added debug messages to trace netgroup matching
46eb58
  Resolves: rhbz#1026904
46eb58
  Resolves: rhbz#1026890
46eb58
  Resolves: rhbz#1007014
46eb58
  Resolves: rhbz#1026894
46eb58
  Resolves: rhbz#1000389
46eb58
  Resolves: rhbz#994566
46eb58
46eb58
* Mon Aug 05 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-5
46eb58
- added standalone manpage for sudo.conf and sudo-ldap.conf
46eb58
- spec file cleanup
46eb58
  Resolves: rhbz#881258
46eb58
46eb58
* Mon Jul 29 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-4
46eb58
- added RHEL 6 patches
46eb58
46eb58
* Wed Jul 24 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-3
46eb58
- synced sudoers, configure options & configuration files with
46eb58
  expected RHEL configuration
46eb58
  Resolves: rhbz#969373
46eb58
  Resolves: rhbz#971009
46eb58
  Resolves: rhbz#965124
46eb58
  Resolves: rhbz#971013
46eb58
  Resolves: rhbz#839705
46eb58
46eb58
* Thu Apr 11 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-2
46eb58
- depend on /usr/sbin/sendmail instead of the sendmail package
46eb58
  Resolves: rhbz#927842
46eb58
46eb58
* Thu Feb 28 2013 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p7-1
46eb58
- update to 1.8.6p7
46eb58
- fixes CVE-2013-1775 and CVE-2013-1776
46eb58
- fixed several packaging issues (thanks to ville.skytta@iki.fi)
46eb58
  - build with system zlib.
46eb58
  - let rpmbuild strip libexecdir/*.so.
46eb58
  - own the %%{_docdir}/sudo-* dir.
46eb58
  - fix some rpmlint warnings (spaces vs tabs, unescaped macros).
46eb58
  - fix bogus %%changelog dates.
46eb58
46eb58
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.6p3-3
46eb58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
46eb58
46eb58
* Mon Nov 12 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p3-2
46eb58
- added upstream patch for a regression
46eb58
- don't include arch specific files in the -devel subpackage
46eb58
- ship only one sample plugin in the -devel subpackage
46eb58
46eb58
* Tue Sep 25 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6p3-1
46eb58
- update to 1.8.6p3
46eb58
- drop -pipelist patch (fixed in upstream)
46eb58
46eb58
* Thu Sep  6 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.6-1
46eb58
- update to 1.8.6
46eb58
46eb58
* Thu Jul 26 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.5-4
46eb58
- added patches that fix & improve SSSD support (thanks to pbrezina@redhat.com)
46eb58
- re-enabled SSSD support
46eb58
- removed libsss_sudo dependency
46eb58
46eb58
* Tue Jul 24 2012 Bill Nottingham <notting@redhat.com> - 1.8.5-3
46eb58
- flip sudoers2ldif executable bit after make install, not in setup
46eb58
46eb58
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.5-2
46eb58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
46eb58
46eb58
* Thu May 17 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.5-1
46eb58
- update to 1.8.5
46eb58
- fixed CVE-2012-2337
46eb58
- temporarily disabled SSSD support
46eb58
46eb58
* Wed Feb 29 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.3p1-6
46eb58
- fixed problems with undefined symbols (rhbz#798517)
46eb58
46eb58
* Wed Feb 22 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.3p1-5
46eb58
- SSSD patch update
46eb58
46eb58
* Tue Feb  7 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.3p1-4
46eb58
- added SSSD support
46eb58
46eb58
* Thu Jan 26 2012 Daniel Kopecek <dkopecek@redhat.com> - 1.8.3p1-3
46eb58
- added patch for CVE-2012-0809
46eb58
46eb58
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3p1-2
46eb58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
46eb58
46eb58
* Thu Nov 10 2011 Daniel Kopecek <dkopecek@redhat.com> - 1.8.3p1-1
46eb58
- update to 1.8.3p1
46eb58
- disable output word wrapping if the output is piped
46eb58
46eb58
* Wed Sep  7 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.1p2-2
46eb58
- Remove execute bit from sample script in docs so we don't pull in perl
46eb58
46eb58
* Tue Jul 12 2011 Daniel Kopecek <dkopecek@redhat.com> - 1.8.1p2-1
46eb58
- rebase to 1.8.1p2
46eb58
- removed .sudoi patch
46eb58
- fixed typo: RELPRO -> RELRO
46eb58
- added -devel subpackage for the sudo_plugin.h header file
46eb58
- use default ldap configuration files again
46eb58
46eb58
* Fri Jun  3 2011 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p5-4
46eb58
- build with RELRO
46eb58
46eb58
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4p5-3
46eb58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
46eb58
46eb58
* Mon Jan 17 2011 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p5-2
46eb58
- rebase to 1.7.4p5
46eb58
- fixed sudo-1.7.4p4-getgrouplist.patch
46eb58
- fixes CVE-2011-0008, CVE-2011-0010
46eb58
46eb58
* Tue Nov 30 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-5
46eb58
- anybody in the wheel group has now root access (using password) (rhbz#656873)
46eb58
- sync configuration paths with the nss_ldap package (rhbz#652687)
46eb58
46eb58
* Wed Sep 29 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-4
46eb58
- added upstream patch to fix rhbz#638345
46eb58
46eb58
* Mon Sep 20 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-3
46eb58
- added patch for #635250
46eb58
- /var/run/sudo -> /var/db/sudo in .spec
46eb58
46eb58
* Tue Sep  7 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-2
46eb58
- sudo now uses /var/db/sudo for timestamps
46eb58
46eb58
* Tue Sep  7 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-1
46eb58
- update to new upstream version
46eb58
- new command available: sudoreplay
46eb58
- use native audit support
46eb58
- corrected license field value: BSD -> ISC
46eb58
46eb58
* Wed Jun  2 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p6-2
46eb58
- added patch that fixes insufficient environment sanitization issue (#598154)
46eb58
46eb58
* Wed Apr 14 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p6-1
46eb58
- update to new upstream version
46eb58
- merged .audit and .libaudit patch
46eb58
- added sudoers.ldap.5* to files
46eb58
46eb58
* Mon Mar  1 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p5-2
46eb58
- update to new upstream version
46eb58
46eb58
* Tue Feb 16 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p2-5
46eb58
- fixed no valid sudoers sources found (#558875)
46eb58
46eb58
* Wed Feb 10 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p2-4
46eb58
- audit related Makefile.in and configure.in corrections
46eb58
- added --with-audit configure option
46eb58
- removed call to libtoolize
46eb58
46eb58
* Wed Feb 10 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p2-3
46eb58
- fixed segfault when #include directive is used in cycles (#561336)
46eb58
46eb58
* Fri Jan  8 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.7.2p2-2
46eb58
- Add /etc/sudoers.d dir and use it in default config (#551470).
46eb58
- Drop *.pod man page duplicates from docs.
46eb58
46eb58
* Thu Jan 07 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p2-1
46eb58
- new upstream version 1.7.2p2-1
46eb58
- commented out unused aliases in sudoers to make visudo happy (#550239)
46eb58
46eb58
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.7.1-7
46eb58
- rebuilt with new audit
46eb58
46eb58
* Thu Aug 20 2009 Daniel Kopecek <dkopecek@redhat.com> 1.7.1-6
46eb58
- moved secure_path from compile-time option to sudoers file (#517428)
46eb58
46eb58
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-5
46eb58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
46eb58
46eb58
* Thu Jul 09 2009 Daniel Kopecek <dkopecek@redhat.com> 1.7.1-4
46eb58
- moved the closefrom() call before audit_help_open() (sudo-1.7.1-auditfix.patch)
46eb58
- epoch number sync
46eb58
46eb58
* Mon Jun 22 2009 Daniel Kopecek <dkopecek@redhat.com> 1.7.1-1
46eb58
- updated sudo to version 1.7.1
46eb58
- fixed small bug in configure.in (sudo-1.7.1-conffix.patch)
46eb58
46eb58
* Tue Feb 24 2009 Daniel Kopecek <dkopecek@redhat.com> 1.6.9p17-6
46eb58
- fixed building with new libtool
46eb58
- fix for incorrect handling of groups in Runas_User
46eb58
- added /usr/local/sbin to secure-path
46eb58
46eb58
* Tue Jan 13 2009 Daniel Kopecek <dkopecek@redhat.com> 1.6.9p17-3
46eb58
- build with sendmail installed
46eb58
- Added /usr/local/bin to secure-path
46eb58
46eb58
* Tue Sep 02 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p17-2
46eb58
- adjust audit patch, do not scream when kernel is
46eb58
  compiled without audit netlink support (#401201)
46eb58
46eb58
* Fri Jul 04 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p17-1
46eb58
- upgrade
46eb58
46eb58
* Wed Jun 18 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-7
46eb58
- build with newer autoconf-2.62 (#449614)
46eb58
46eb58
* Tue May 13 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-6
46eb58
- compiled with secure path (#80215)
46eb58
46eb58
* Mon May 05 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-5
46eb58
- fix path to updatedb in /etc/sudoers (#445103)
46eb58
46eb58
* Mon Mar 31 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-4
46eb58
- include ldap files in rpm package (#439506)
46eb58
46eb58
* Thu Mar 13 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-3
46eb58
- include [sudo] in password prompt (#437092)
46eb58
46eb58
* Tue Mar 04 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-2
46eb58
- audit support improvement
46eb58
46eb58
* Thu Feb 21 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-1
46eb58
- upgrade to the latest upstream release
46eb58
46eb58
* Wed Feb 06 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p12-1
46eb58
- upgrade to the latest upstream release
46eb58
- add selinux support
46eb58
46eb58
* Mon Feb 04 2008 Dennis Gilmore <dennis@ausil.us> 1.6.9p4-6
46eb58
- sparc64 needs to be in the -fPIE list with s390
46eb58
46eb58
* Mon Jan 07 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p4-5
46eb58
- fix complains about audit_log_user_command(): Connection
46eb58
  refused (#401201)
46eb58
46eb58
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.6.9p4-4
46eb58
- Rebuild for deps
46eb58
46eb58
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.6.9p4-3
46eb58
- Rebuild for openssl bump
46eb58
46eb58
* Thu Aug 30 2007 Peter Vrabec <pvrabec@redhat.com> 1.6.9p4-2
46eb58
- fix autotools stuff and add audit support
46eb58
46eb58
* Mon Aug 20 2007 Peter Vrabec <pvrabec@redhat.com> 1.6.9p4-1
46eb58
- upgrade to upstream release
46eb58
46eb58
* Thu Apr 12 2007 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-14
46eb58
- also use getgrouplist() to determine group membership (#235915)
46eb58
46eb58
* Mon Feb 26 2007 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-13
46eb58
- fix some spec file issues
46eb58
46eb58
* Thu Dec 14 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-12
46eb58
- fix rpmlint issue
46eb58
46eb58
* Thu Oct 26 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-11
46eb58
- fix typo in sudoers file (#212308)
46eb58
46eb58
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-10
46eb58
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
46eb58
46eb58
* Thu Sep 21 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-9
46eb58
- fix sudoers file, X apps didn't work (#206320)
46eb58
46eb58
* Tue Aug 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-8
46eb58
- use Red Hat specific default sudoers file
46eb58
46eb58
* Sun Jul 16 2006 Karel Zak <kzak@redhat.com> 1.6.8p12-7
46eb58
- fix #198755 - make login processes (sudo -i) initialise session keyring
46eb58
  (thanks for PAM config files to David Howells)
46eb58
- add IPv6 support (patch by Milan Zazrivec)
46eb58
46eb58
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-6.1
46eb58
- rebuild
46eb58
46eb58
* Mon May 29 2006 Karel Zak <kzak@redhat.com> 1.6.8p12-6
46eb58
- fix #190062 - "ssh localhost sudo su" will show the password in clear
46eb58
46eb58
* Tue May 23 2006 Karel Zak <kzak@redhat.com> 1.6.8p12-5
46eb58
- add LDAP support (#170848)
46eb58
46eb58
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-4.1
46eb58
- bump again for double-long bug on ppc(64)
46eb58
46eb58
* Wed Feb  8 2006 Karel Zak <kzak@redhat.com> 1.6.8p12-4
46eb58
- reset env. by default
46eb58
46eb58
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-3.1
46eb58
- rebuilt for new gcc4.1 snapshot and glibc changes
46eb58
46eb58
* Mon Jan 23 2006 Dan Walsh <dwalsh@redhat.com> 1.6.8p12-3
46eb58
- Remove selinux patch.  It has been decided that the SELinux patch for sudo is
46eb58
- no longer necessary.  In tageted policy it had no effect.  In strict/MLS policy
46eb58
- We require the person using sudo to execute newrole before using sudo.
46eb58
46eb58
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
46eb58
- rebuilt
46eb58
46eb58
* Fri Nov 25 2005 Karel Zak <kzak@redhat.com> 1.6.8p12-1
46eb58
- new upstream version 1.6.8p12
46eb58
46eb58
* Tue Nov  8 2005 Karel Zak <kzak@redhat.com> 1.6.8p11-1
46eb58
- new upstream version 1.6.8p11
46eb58
46eb58
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com> 1.6.8p9-6
46eb58
- use include instead of pam_stack in pam config
46eb58
46eb58
* Tue Oct 11 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-5
46eb58
- enable interfaces in selinux patch
46eb58
- merge sudo-1.6.8p8-sesh-stopsig.patch to selinux patch
46eb58
46eb58
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-4
46eb58
- fix debuginfo
46eb58
46eb58
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-3
46eb58
- fix #162623 - sesh hangs when child suspends
46eb58
46eb58
* Mon Aug 1 2005 Dan Walsh <dwalsh@redhat.com> 1.6.8p9-2
46eb58
- Add back in interfaces call, SELinux has been fixed to work around
46eb58
46eb58
* Tue Jun 21 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-1
46eb58
- new version 1.6.8p9 (resolve #161116 - CAN-2005-1993 sudo trusted user arbitrary command execution)
46eb58
46eb58
* Tue May 24 2005 Karel Zak <kzak@redhat.com> 1.6.8p8-2
46eb58
- fix #154511 - sudo does not use limits.conf
46eb58
46eb58
* Mon Apr  4 2005 Thomas Woerner <twoerner@redhat.com> 1.6.8p8-1
46eb58
- new version 1.6.8p8: new sudoedit and sudo_noexec
46eb58
46eb58
* Wed Feb  9 2005 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-31
46eb58
- rebuild
46eb58
46eb58
* Mon Oct  4 2004 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-30.1
46eb58
- added missing BuildRequires for libselinux-devel (#132883)
46eb58
46eb58
* Wed Sep 29 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-30
46eb58
- Fix missing param error in sesh
46eb58
46eb58
* Mon Sep 27 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-29
46eb58
- Remove full patch check from sesh
46eb58
46eb58
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-28
46eb58
- Fix selinux patch to switch to root user
46eb58
46eb58
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
46eb58
- rebuilt
46eb58
46eb58
* Tue Apr 13 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-26
46eb58
- Eliminate tty handling from selinux
46eb58
46eb58
* Thu Apr  1 2004 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-25
46eb58
- fixed spec file: sesh in file section with selinux flag (#119682)
46eb58
46eb58
* Tue Mar 30 2004 Colin Walters <walters@redhat.com> 1.6.7p5-24
46eb58
- Enhance sesh.c to fork/exec children itself, to avoid
46eb58
  having sudo reap all domains.
46eb58
- Only reinstall default signal handlers immediately before
46eb58
  exec of child with SELinux patch
46eb58
46eb58
* Thu Mar 18 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-23
46eb58
- change to default to sysadm_r
46eb58
- Fix tty handling
46eb58
46eb58
* Thu Mar 18 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-22
46eb58
- Add /bin/sesh to run selinux code.
46eb58
- replace /bin/bash -c with /bin/sesh
46eb58
46eb58
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-21
46eb58
- Hard code to use "/bin/bash -c" for selinux
46eb58
46eb58
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-20
46eb58
- Eliminate closing and reopening of terminals, to match su.
46eb58
46eb58
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-19
46eb58
- SELinux fixes to make transitions work properly
46eb58
46eb58
* Fri Mar  5 2004 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-18
46eb58
- pied sudo
46eb58
46eb58
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
46eb58
- rebuilt
46eb58
46eb58
* Tue Jan 27 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-16
46eb58
- Eliminate interfaces call, since this requires big SELinux privs
46eb58
- and it seems to be useless.
46eb58
46eb58
* Tue Jan 27 2004 Karsten Hopp <karsten@redhat.de> 1.6.7p5-15
46eb58
- visudo requires vim-minimal or setting EDITOR to something useful (#68605)
46eb58
46eb58
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-14
46eb58
- Fix is_selinux_enabled call
46eb58
46eb58
* Tue Jan 13 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-13
46eb58
- Clean up patch on failure
46eb58
46eb58
* Tue Jan 6 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-12
46eb58
- Remove sudo.te for now.
46eb58
46eb58
* Fri Jan 2 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-11
46eb58
- Fix usage message
46eb58
46eb58
* Mon Dec 22 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-10
46eb58
- Clean up sudo.te to not blow up if pam.te not present
46eb58
46eb58
* Thu Dec 18 2003 Thomas Woerner <twoerner@redhat.com>
46eb58
- added missing BuildRequires for groff
46eb58
46eb58
* Tue Dec 16 2003 Jeremy Katz <katzj@redhat.com> 1.6.7p5-9
46eb58
- remove left-over debugging code
46eb58
46eb58
* Tue Dec 16 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-8
46eb58
- Fix terminal handling that caused Sudo to exit on non selinux machines.
46eb58
46eb58
* Mon Dec 15 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-7
46eb58
- Remove sudo_var_run_t which is now pam_var_run_t
46eb58
46eb58
* Fri Dec 12 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-6
46eb58
- Fix terminal handling and policy
46eb58
46eb58
* Thu Dec 11 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-5
46eb58
- Fix policy
46eb58
46eb58
* Thu Nov 13 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-4.sel
46eb58
- Turn on SELinux support
46eb58
46eb58
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-3
46eb58
- Add support for SELinux
46eb58
46eb58
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
46eb58
- rebuilt
46eb58
46eb58
* Mon May 19 2003 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-1
46eb58
46eb58
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
46eb58
- rebuilt
46eb58
46eb58
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.6.6-2
46eb58
- remove absolute path names from the PAM configuration, ensuring that the
46eb58
  right modules get used for whichever arch we're built for
46eb58
- don't try to install the FAQ, which isn't there any more
46eb58
46eb58
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> 1.6.6-1
46eb58
- update to 1.6.6
46eb58
46eb58
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
46eb58
- automated rebuild
46eb58
46eb58
* Thu May 23 2002 Tim Powers <timp@redhat.com>
46eb58
- automated rebuild
46eb58
46eb58
* Thu Apr 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.5p2-2
46eb58
- Fix bug #63768
46eb58
46eb58
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.5p2-1
46eb58
- 1.6.5p2
46eb58
46eb58
* Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.5p1-1
46eb58
- 1.6.5p1
46eb58
- Hope this "a new release per day" madness stops ;)
46eb58
46eb58
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.5-1
46eb58
- 1.6.5
46eb58
46eb58
* Tue Jan 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.4p1-1
46eb58
- 1.6.4p1
46eb58
46eb58
* Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.4-1
46eb58
- Update to 1.6.4
46eb58
46eb58
* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.3p7-2
46eb58
- Add build requirements (#49706)
46eb58
- s/Copyright/License/
46eb58
- bzip2 source
46eb58
46eb58
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
46eb58
- update to 1.6.3p7
46eb58
- use %%{_tmppath}
46eb58
46eb58
* Fri Feb 23 2001 Bernhard Rosenkraenzer <bero@redhat.com>
46eb58
- 1.6.3p6, fixes buffer overrun
46eb58
46eb58
* Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
46eb58
- 1.6.3p5
46eb58
46eb58
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
46eb58
- automatic rebuild
46eb58
46eb58
* Tue Jun 06 2000 Karsten Hopp <karsten@redhat.de>
46eb58
- fixed owner of sudo and visudo
46eb58
46eb58
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
46eb58
- modify PAM setup to use system-auth
46eb58
- clean up buildrooting by using the makeinstall macro
46eb58
46eb58
* Tue Apr 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
46eb58
- initial build in main distrib
46eb58
- update to 1.6.3
46eb58
- deal with compressed man pages
46eb58
46eb58
* Tue Dec 14 1999 Preston Brown <pbrown@redhat.com>
46eb58
- updated to 1.6.1 for Powertools 6.2
46eb58
- config files are now noreplace.
46eb58
46eb58
* Thu Jul 22 1999 Tim Powers <timp@redhat.com>
46eb58
- updated to 1.5.9p2 for Powertools 6.1
46eb58
46eb58
* Wed May 12 1999 Bill Nottingham <notting@redhat.com>
46eb58
- sudo is configured with pam. There's no pam.d file. Oops.
46eb58
46eb58
* Mon Apr 26 1999 Preston Brown <pbrown@redhat.com>
46eb58
- upgraded to 1.59p1 for powertools 6.0
46eb58
46eb58
* Tue Oct 27 1998 Preston Brown <pbrown@redhat.com>
46eb58
- fixed so it doesn't find /usr/bin/vi first, but instead /bin/vi (always installed)
46eb58
46eb58
* Thu Oct 08 1998 Michael Maher <mike@redhat.com>
46eb58
- built package for 5.2
46eb58
46eb58
* Mon May 18 1998 Michael Maher <mike@redhat.com>
46eb58
- updated SPEC file
46eb58
46eb58
* Thu Jan 29 1998 Otto Hammersmith <otto@redhat.com>
46eb58
- updated to 1.5.4
46eb58
46eb58
* Tue Nov 18 1997 Otto Hammersmith <otto@redhat.com>
46eb58
- built for glibc, no problems
46eb58
46eb58
* Fri Apr 25 1997 Michael Fulbright <msf@redhat.com>
46eb58
- Fixed for 4.2 PowerTools
46eb58
- Still need to be pamified
46eb58
- Still need to move stmp file to /var/log
46eb58
46eb58
* Mon Feb 17 1997 Michael Fulbright <msf@redhat.com>
46eb58
- First version for PowerCD.