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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   09-Jul-2009 11:33:48
  Branch: HEAD                             Handle: 2009070910334800

  Modified files:
    openpkg-src/dpkg        dpkg.patch dpkg.spec

  Log:
    upgrading package: dpkg 1.15.3 -> 1.15.3.1

  Summary:
    Revision    Changes     Path
    1.11        +10 -10     openpkg-src/dpkg/dpkg.patch
    1.33        +3  -3      openpkg-src/dpkg/dpkg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dpkg/dpkg.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 dpkg.patch
  --- openpkg-src/dpkg/dpkg.patch       21 May 2009 17:53:21 -0000      1.10
  +++ openpkg-src/dpkg/dpkg.patch       9 Jul 2009 09:33:48 -0000       1.11
  @@ -1,6 +1,6 @@
   Index: lib/dpkg-db.h
  ---- lib/dpkg-db.h.orig       2009-05-12 20:30:33 +0200
  -+++ lib/dpkg-db.h    2009-05-21 19:07:17 +0200
  +--- lib/dpkg-db.h.orig       2009-07-08 11:06:36 +0200
  ++++ lib/dpkg-db.h    2009-07-09 11:29:46 +0200
   @@ -29,6 +29,7 @@
    
    #include <sys/types.h>
  @@ -10,8 +10,8 @@
    struct versionrevision {
      unsigned long epoch;
   Index: lib/tarfn.c
  ---- lib/tarfn.c.orig 2009-05-02 17:20:48 +0200
  -+++ lib/tarfn.c      2009-05-21 19:07:17 +0200
  +--- lib/tarfn.c.orig 2009-07-08 11:06:36 +0200
  ++++ lib/tarfn.c      2009-07-09 11:29:46 +0200
   @@ -66,7 +66,9 @@
        int     len;
        char *  str;
  @@ -22,10 +22,10 @@
   +        len = size;
        str = m_malloc(len + 1);
        memcpy(str, s, len);
  -     str[len] = 0;
  +     str[len] = '\0';
   Index: man/Makefile.in
  ---- man/Makefile.in.orig     2009-05-21 06:49:55 +0200
  -+++ man/Makefile.in  2009-05-21 19:50:34 +0200
  +--- man/Makefile.in.orig     2009-07-08 11:28:41 +0200
  ++++ man/Makefile.in  2009-07-09 11:29:46 +0200
   @@ -197,7 +197,7 @@
    top_srcdir = @top_srcdir@
    
  @@ -45,9 +45,9 @@
    # FIXME: Use a stamp file until po4a supports them internally.
    man.stamp:
   Index: scripts/Makefile.in
  ---- scripts/Makefile.in.orig 2009-05-21 06:49:55 +0200
  -+++ scripts/Makefile.in      2009-05-21 19:07:17 +0200
  -@@ -736,8 +736,8 @@
  +--- scripts/Makefile.in.orig 2009-07-08 11:28:41 +0200
  ++++ scripts/Makefile.in      2009-07-09 11:29:46 +0200
  +@@ -739,8 +739,8 @@
        $(INSTALL_SCRIPT) install-info $(DESTDIR)$(sbindir)
    
    install-data-local:
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/dpkg/dpkg.spec
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 dpkg.spec
  --- openpkg-src/dpkg/dpkg.spec        28 Jun 2009 17:33:35 -0000      1.32
  +++ openpkg-src/dpkg/dpkg.spec        9 Jul 2009 09:33:48 -0000       1.33
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_tarball   1.15.3
  -%define       V_subdir    1.15.3
  +%define       V_tarball   1.15.3.1
  +%define       V_subdir    1.15.3.1
   
   #   package information
   Name:         dpkg
  @@ -36,7 +36,7 @@
   Group:        Archiver
   License:      GPL
   Version:      %{V_tarball}
  -Release:      20090628
  +Release:      20090709
   
   #   list of sources
   Source0:      
http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to