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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   06-Oct-2003 20:56:09
  Branch: HEAD                             Handle: 2003100619560801

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

  Log:
    move patching into patch file and add security bugfix from RedHat
    here, too.

  Summary:
    Revision    Changes     Path
    1.1         +33 -0      openpkg-src/m4/m4.patch
    1.25        +3  -4      openpkg-src/m4/m4.spec
    1.6888      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/m4/m4.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 m4.patch
  --- /dev/null 2003-10-06 20:56:09.000000000 +0200
  +++ m4.patch  2003-10-06 20:56:09.000000000 +0200
  @@ -0,0 +1,33 @@
  +Index: src/m4.c
  +--- src/m4.c.orig    2000-01-10 05:13:56.000000000 +0100
  ++++ src/m4.c 2003-10-06 20:53:59.000000000 +0200
  +@@ -445,7 +445,7 @@
  + 
  +       case 'o':
  +     if (!debug_set_output (optarg))
  +-      error (0, errno, optarg);
  ++      error (0, errno, "%s", optarg);
  +     break;
  + 
  +       case 's':
  +@@ -575,7 +575,7 @@
  +         fp = path_search (argv[optind], &filename);
  +         if (fp == NULL)
  +           {
  +-            error (0, errno, argv[optind]);
  ++            error (0, errno, "%s", argv[optind]);
  +             exit_status = EXIT_FAILURE;
  +             continue;
  +           }
  +Index: doc/Makefile.in
  +--- doc/Makefile.in.orig     2000-01-10 05:41:05.000000000 +0100
  ++++ doc/Makefile.in  2003-10-06 20:54:54.000000000 +0200
  +@@ -103,7 +103,7 @@
  + 
  + info_TEXINFOS = m4.texinfo
  + 
  +-man_MANS = m4.1
  ++man_MANS =
  + 
  + EXTRA_DIST = helptoman.pl # $(MANS)
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/m4/m4.spec
  ============================================================================
  $ cvs diff -u -r1.24 -r1.25 m4.spec
  --- openpkg-src/m4/m4.spec    23 Jul 2003 19:19:55 -0000      1.24
  +++ openpkg-src/m4/m4.spec    6 Oct 2003 18:56:09 -0000       1.25
  @@ -33,11 +33,12 @@
   Group:        Language
   License:      GPL
   Version:      1.4o
  -Release:      20030723
  +Release:      20031006
   
   #   list of sources
   Source0:      ftp://ftp.seindal.dk/pub/rene/gnu/m4-%{version}.tar.gz
   Source1:      m4.1
  +Patch0:       m4.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -56,9 +57,7 @@
   
   %prep
       %setup -q
  -    %{l_shtool} subst \
  -        -e 's;/\(man_MANS =\).*;\1;' \
  -        doc/Makefile.in
  +    %patch -p0
   
   %build
       #   configure package
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6887 -r1.6888 news.txt
  --- openpkg-web/news.txt      6 Oct 2003 18:41:34 -0000       1.6887
  +++ openpkg-web/news.txt      6 Oct 2003 18:56:08 -0000       1.6888
  @@ -1,3 +1,4 @@
  +06-Oct-2003: Upgraded package: P<m4-1.4o-20031006>
   06-Oct-2003: Upgraded package: P<xemacs-21.4.14-20031006>
   06-Oct-2003: Upgraded package: P<xine-lib-1rc1-20031006>
   06-Oct-2003: Upgraded package: P<nessus-tool-2.0.8a-20031006>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to