OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Apr-2005 12:34:15
  Branch: HEAD                             Handle: 2005042211341400

  Modified files:
    openpkg-src/sudo        sudo.spec

  Log:
    correct path to sudo_noexec.[la|so] files, used to prevent shell
    escapes (man sudoers for more info)

  Summary:
    Revision    Changes     Path
    1.77        +3  -2      openpkg-src/sudo/sudo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.76 -r1.77 sudo.spec
  --- openpkg-src/sudo/sudo.spec        31 Mar 2005 17:22:59 -0000      1.76
  +++ openpkg-src/sudo/sudo.spec        22 Apr 2005 10:34:14 -0000      1.77
  @@ -33,7 +33,7 @@
   Group:        System
   License:      BSD
   Version:      1.6.8p8
  -Release:      20050331
  +Release:      20050422
   
   #   package options
   %option       with_fsl    yes
  @@ -98,6 +98,7 @@
       ./configure \
           --prefix=%{l_prefix} \
           --sysconfdir=%{l_prefix}/etc/sudo \
  +        --with-noexec=%{l_prefix}/libexec/sudo \
           --with-logpath=%{l_prefix}/var/sudo/sudo.log \
           --with-timedir=%{l_prefix}/var/sudo \
   %if "%{with_fsl}" == "yes"
  @@ -131,7 +132,7 @@
           Makefile
       %{l_make} %{l_mflags} install \
           prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -        exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +        noexecdir=$RPM_BUILD_ROOT%{l_prefix}/libexec/sudo \
           sysconfdir=$RPM_BUILD_ROOT%{l_prefix}/etc/sudo
   
       #   install run-command script
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to