OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src         Date:   30-Jul-2002 15:02:31
  Branch: HEAD                             Handle: 2002073014023001

  Modified files:
    openpkg-src/openssl     openssl.patch openssl.spec
    openpkg-web             news.txt

  Log:
    upgrade to security fixed version

  Summary:
    Revision    Changes     Path
    1.4         +0  -85     openpkg-src/openssl/openssl.patch
    1.24        +4  -5      openpkg-src/openssl/openssl.spec
    1.1068      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-src/openssl/openssl.patch
  ============================================================
  $ cvs diff -u -r1.3 -r1.4 openssl.patch
  --- openpkg-src/openssl/openssl.patch 30 Jun 2002 08:21:56 -0000      1.3
  +++ openpkg-src/openssl/openssl.patch 30 Jul 2002 13:02:31 -0000      1.4
  @@ -1,18 +1,5 @@
   --- config.orig      Fri Mar 15 17:47:23 2002
   +++ config   Sat Jun 29 09:55:45 2002
  -@@ -381,9 +381,11 @@
  - 
  - # figure out if gcc is available and if so we use it otherwise
  - # we fallback to whatever cc does on the system
  --GCCVER=`(gcc --version) 2>/dev/null`
  -+GCCVER=`(gcc --version) 2>/dev/null | head -1`
  - if [ "$GCCVER" != "" ]; then
  -   CC=gcc
  -+  # then strip off whatever prefix GCC 3.1 and higher prepends the number with...
  -+  GCCVER=`echo $GCCVER | sed 's/^gcc (GCC) //'`
  -   # then strip off whatever prefix Cygnus prepends the number with...
  -   GCCVER=`echo $GCCVER | sed 's/^[a-z]*\-//'`
  -   # peak single digit before and after first dot, e.g. 2.95.1 gives 29
   @@ -562,6 +564,7 @@
      *-freebsd[1-2]*) OUT="FreeBSD" ;;
      *86*-*-netbsd) OUT="NetBSD-x86" ;;
  @@ -23,45 +10,6 @@
      alpha*-*-openbsd) OUT="OpenBSD-alpha" ;;
   --- Configure.orig   Fri May 10 01:05:49 2002
   +++ Configure        Sat Jun 29 09:56:35 2002
  -@@ -119,10 +119,10 @@
  - "debug-ben-debug",  "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -g3 -O2 -pedantic -Wall -Wshadow -Werror 
-pipe::(unknown):::::",
  - "debug-ben-strict", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual 
-Wwrite-strings -pipe::(unknown):::::",
  - "debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::(unknown)::BN_LLONG 
${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
  --"debug-bodo",       "gcc:-DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG 
-DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -DBIO_PAIR_DEBUG -g -m486 -pedantic 
-Wshadow -Wall::-D_REENTRANT::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
  --"debug-ulf",        "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG 
-DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -Wall -Werror -Wshadow 
-pipe::-D_REENTRANT::${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
  --"debug-steve",      "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Werror 
-Wshadow -pipe::-D_REENTRANT::${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
  --"debug-levitte-linux-elf","gcc:-DUSE_ALLOCATING_PRINT -DRL_DEBUG -DREF_CHECK 
-DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DNO_ASM -DL_ENDIAN -DTERMIO 
-D_POSIX_SOURCE -ggdb -g3 -m486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 
-pipe::-D_REENTRANT:-ldl:::::::::::dlfcn",
  -+"debug-bodo",       "gcc:-DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG 
-DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -DBIO_PAIR_DEBUG -g -march=i486 
-pedantic -Wshadow -Wall::-D_REENTRANT::BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_elf_asm}",
  -+"debug-ulf",        "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG 
-DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -march=i486 -Wall -Werror 
-Wshadow -pipe::-D_REENTRANT::${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
  -+"debug-steve",      "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -march=i486 -pedantic -Wall 
-Werror -Wshadow -pipe::-D_REENTRANT::${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
  -+"debug-levitte-linux-elf","gcc:-DUSE_ALLOCATING_PRINT -DRL_DEBUG -DREF_CHECK 
-DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DNO_ASM -DL_ENDIAN -DTERMIO 
-D_POSIX_SOURCE -ggdb -g3 -march=i486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 
-pipe::-D_REENTRANT:-ldl:::::::::::dlfcn",
  - "dist",             "cc:-O::(unknown):::::",
  - 
  - # Basic configs that should work on any (32 and less bit) box
  -@@ -135,7 +135,7 @@
  - # surrounds it with #APP #NO_APP comment pair which (at least Solaris
  - # 7_x86) /usr/ccs/bin/as fails to assemble with "Illegal mnemonic"
  - # error message.
  --"solaris-x86-gcc","gcc:-O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN 
-DNO_INLINE_ASM::-D_REENTRANT:-lsocket -lnsl -ldl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_sol_asm}:dlfcn:solaris-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  -+"solaris-x86-gcc","gcc:-O3 -fomit-frame-pointer -march=i486 -Wall -DL_ENDIAN 
-DNO_INLINE_ASM::-D_REENTRANT:-lsocket -lnsl -ldl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_sol_asm}:dlfcn:solaris-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  - 
  - #### Solaris x86 with Sun C setups
  - "solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT:-lsocket -lnsl -ldl:BN_LLONG 
RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR::::::::::dlfcn:solaris-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  -@@ -334,10 +334,10 @@
  - 
  - # The intel boxes :-), It would be worth seeing if bsdi-gcc can use the
  - # bn86-elf.o file file since it is hand tweaked assembler.
  --"linux-elf",        "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 
-Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  --"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall::-D_REENTRANT:-lefence 
-ldl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  --"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall::-D_REENTRANT:-ldl:BN_LLONG 
${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
  --"linux-aout",       "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 
-Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}",
  -+"linux-elf",        "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 
-Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  -+"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT:-lefence 
-ldl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  -+"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT:-ldl:BN_LLONG 
${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
  -+"linux-aout",       "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 
-Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}",
  - "linux-mipsel",   "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer 
-Wall::(unknown)::BN_LLONG:::",
  - "linux-mips",   "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer 
-Wall::(unknown)::BN_LLONG:::",
  - "linux-ppc",        "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer 
-Wall::-D_REENTRANT:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 
DES_UNROLL::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
   @@ -346,12 +346,13 @@
    "linux-s390x", "gcc:-DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer 
-Wall::-D_REENTRANT::SIXTY_FOUR_BIT_LONG:::::::::::linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
    "linux-ia64",   "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer 
-Wall::-D_REENTRANT:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK 
RC4_CHAR:asm/ia64.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  @@ -81,36 +29,3 @@
    "nextstep", "cc:-O -Wall:<libc.h>:(unknown)::BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:::",
    "nextstep3.3",      "cc:-O3 -Wall:<libc.h>:(unknown)::BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:::",
    # NCR MP-RAS UNIX ver 02.03.01
  -@@ -379,7 +380,7 @@
  - "unixware-7","cc:-O -DFILIO_H -Kalloca::-Kthread:-lsocket -lnsl:BN_LLONG MD2_CHAR 
RC4_INDEX ${x86_gcc_des}::",
  - "unixware-7-pentium","cc:-O -DFILIO_H -Kalloca -Kpentium::-Kthread:-lsocket 
-lnsl:BN_LLONG MD2_CHAR RC4_INDEX ${x86_gcc_des}::",
  - "unixware-7-pentium_pro","cc:-O -DFILIO_H -Kalloca 
-Kpentium_pro::-Kthread:-lsocket -lnsl:BN_LLONG MD2_CHAR RC4_INDEX ${x86_gcc_des}::",
  --"unixware-7-gcc","gcc:-DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -m486 
-Wall::-D_REENTRANT:-lsocket -lnsl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}::::::::::dlfcn:gnu-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  -+"unixware-7-gcc","gcc:-DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=i486 
-Wall::-D_REENTRANT:-lsocket -lnsl:BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}::::::::::dlfcn:gnu-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  - 
  - # OpenUNIX 8
  - "OpenUNIX-8","cc:-O -DFILIO_H -Kalloca::-Kthread:-lsocket -lnsl:BN_LLONG MD2_CHAR 
RC4_INDEX ${x86_gcc_des}::",
  -@@ -468,11 +469,11 @@
  - # Mingw32
  - # (Note: the real CFLAGS for Windows builds are defined by util/mk1mf.pl
  - # and its library files in util/pl/*)
  --"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG 
${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
  -+"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall::::BN_LLONG 
${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
  - 
  - # Cygwin
  --"Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -m486 
-Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
  --"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -m486 
-Wall::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared:::.dll",
  -+"Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -march=i486 
-Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
  -+"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -march=i486 
-Wall::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared:::.dll",
  - 
  - # Ultrix from Bernhard Simon <[EMAIL PROTECTED]>
  - "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown)::::::",
  -@@ -482,7 +483,7 @@
  - 
  - # Some OpenBSD from Bob Beck <[EMAIL PROTECTED]>
  - "OpenBSD-alpha","gcc:-DTERMIOS -O3 
-fomit-frame-pointer::(unknown)::SIXTY_FOUR_BIT_LONG DES_INT DES_PTR 
DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  --"OpenBSD-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer 
-m486::(unknown)::BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_out_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  -+"OpenBSD-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer 
-march=i486::(unknown)::BN_LLONG ${x86_gcc_des} 
${x86_gcc_opts}:${x86_out_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  - "OpenBSD",      "gcc:-DTERMIOS -O3 -fomit-frame-pointer::(unknown)::BN_LLONG 
RC2_CHAR RC4_INDEX 
DES_UNROLL::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  - "OpenBSD-mips","gcc:-O2 -DL_ENDIAN::(unknown):BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR 
DES_UNROLL DES_RISC2 DES_PTR 
BF_PTR:::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  - 
  Index: openpkg-src/openssl/openssl.spec
  ============================================================
  $ cvs diff -u -r1.23 -r1.24 openssl.spec
  --- openpkg-src/openssl/openssl.spec  28 Jul 2002 18:41:25 -0000      1.23
  +++ openpkg-src/openssl/openssl.spec  30 Jul 2002 13:02:31 -0000      1.24
  @@ -32,13 +32,12 @@
   Distribution: OpenPKG [REL]
   Group:        Cryptography
   License:      BSD-style
  -Version:      0.9.6d
  -Release:      20020728
  +Version:      0.9.6e
  +Release:      20020730
   
   #   list of sources
  -Source0:      ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
  +Source0:      ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz
   Patch0:       openssl.patch
  -Patch1:       ftp://ftp.openssl.org/???/openssl-0.9.6d-sec.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -60,7 +59,7 @@
   %prep
       %setup -q
       %patch0 -p0
  -    %patch1 -p0
  +    %{l_shtool} subst -e 's;-m486;-march=i486;g' Configure
   
   %build
       PATH="%{l_prefix}/bin:$PATH"; export PATH
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.1067 -r1.1068 news.txt
  --- openpkg-web/news.txt      30 Jul 2002 11:30:41 -0000      1.1067
  +++ openpkg-web/news.txt      30 Jul 2002 13:02:30 -0000      1.1068
  @@ -1,3 +1,4 @@
  +30-Jul-2002: Upgraded package: P<openssl-0.9.6e-20020730>
   30-Jul-2002: Upgraded package: P<inn-2.3.3-20020730>
   30-Jul-2002: Upgraded package: P<docbook-4.2-20020730>
   29-Jul-2002: Upgraded package: P<fsl-0.1.11-20020729>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to