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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Feb-2006 10:25:35
  Branch: OPENPKG_2_5_SOLID                Handle: 2006021809253500

  Added files:              (Branch: OPENPKG_2_5_SOLID)
    openpkg-src/sudo        sudo.patch
  Modified files:           (Branch: OPENPKG_2_5_SOLID)
    openpkg-src/sudo        sudo.spec

  Log:
    Security Fix (CAN-2005-2959)

  Summary:
    Revision    Changes     Path
    1.1.10.1    +18 -0      openpkg-src/sudo/sudo.patch
    1.79.2.3    +3  -1      openpkg-src/sudo/sudo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1.10.1 sudo.patch
  --- /dev/null 2006-02-18 10:24:56 +0100
  +++ sudo.patch        2006-02-18 10:25:35 +0100
  @@ -0,0 +1,18 @@
  +Security Fix (CAN-2005-2959)
  +
  +Index: env.c
  +--- env.c.orig       2005-02-06 16:37:01 +0100
  ++++ env.c    2006-02-18 10:21:09 +0100
  +@@ -124,6 +124,12 @@
  +     "TERMCAP",                      /* XXX - only if it starts with '/' */
  +     "ENV",
  +     "BASH_ENV",
  ++    "PS4",
  ++    "SHELLOPTS",
  ++    "JAVA_TOOL_OPTIONS",
  ++    "PERLLIB",
  ++    "PERL5LIB",
  ++    "PERL5OPT",
  +     NULL
  + };
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.79.2.2 -r1.79.2.3 sudo.spec
  --- openpkg-src/sudo/sudo.spec        24 Oct 2005 12:30:52 -0000      1.79.2.2
  +++ openpkg-src/sudo/sudo.spec        18 Feb 2006 09:25:35 -0000      1.79.2.3
  @@ -33,7 +33,7 @@
   Group:        System
   License:      BSD
   Version:      1.6.8p9
  -Release:      2.5.1
  +Release:      2.5.2
   
   #   package options
   %option       with_fsl    yes
  @@ -43,6 +43,7 @@
   Source0:      ftp://ftp.courtesan.com/pub/sudo/sudo-%{version}.tar.gz
   Source1:      rc.sudo
   Source2:      fsl.sudo
  +Patch0:       sudo.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -74,6 +75,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
       %{l_shtool} subst \
           -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
           configure
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to