Blame SPECS/sudo.spec

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