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:   29-Dec-2008 09:13:57
  Branch: HEAD                             Handle: 2008122908135700

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

  Log:
    upgrading package: libarchive 2.5.5 -> 2.6.0

  Summary:
    Revision    Changes     Path
    1.10        +6  -27     openpkg-src/libarchive/libarchive.patch
    1.115       +2  -2      openpkg-src/libarchive/libarchive.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libarchive/libarchive.patch
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 libarchive.patch
  --- openpkg-src/libarchive/libarchive.patch   4 Jul 2008 07:47:21 -0000       
1.9
  +++ openpkg-src/libarchive/libarchive.patch   29 Dec 2008 08:13:57 -0000      
1.10
  @@ -1,7 +1,7 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2008-07-03 08:06:42 +0200
  -+++ Makefile.in      2008-07-04 09:45:01 +0200
  -@@ -461,7 +461,7 @@
  +--- Makefile.in.orig 2008-12-28 21:09:38 +0100
  ++++ Makefile.in      2008-12-29 09:10:01 +0100
  +@@ -482,7 +482,7 @@
    #
    lib_LTLIBRARIES = libarchive.la
    man_MANS = $(libarchive_man_MANS) $(bsdtar_man_MANS) $(bsdcpio_man_MANS)
  @@ -11,9 +11,9 @@
    # Always build and test both bsdtar and bsdcpio as part of 'distcheck'
    DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
   Index: cpio/cpio.c
  ---- cpio/cpio.c.orig 2008-07-03 07:28:35 +0200
  -+++ cpio/cpio.c      2008-07-04 09:44:38 +0200
  -@@ -54,6 +54,9 @@
  +--- cpio/cpio.c.orig 2008-12-28 21:08:16 +0100
  ++++ cpio/cpio.c      2008-12-29 09:10:01 +0100
  +@@ -60,6 +60,9 @@
    #ifdef HAVE_UNISTD_H
    #include <unistd.h>
    #endif
  @@ -23,24 +23,3 @@
    
    #include "cpio.h"
    #include "matching.h"
  -Index: tar/write.c
  ---- tar/write.c.orig 2008-06-25 07:13:31 +0200
  -+++ tar/write.c      2008-07-04 09:44:38 +0200
  -@@ -720,7 +720,7 @@
  -                     continue;
  - #endif
  - 
  --#ifdef __linux
  -+#if defined(__linux) && defined(EXT2_IOC_GETFLAGS) && 
defined(EXT2_NODUMP_FL)
  -             /*
  -              * Linux has a nodump flag too but to read it
  -              * we have to open() the file/dir and do an ioctl on it...
  -@@ -909,7 +909,7 @@
  -             archive_entry_set_fflags(entry, st->st_flags, 0);
  - #endif
  - 
  --#ifdef __linux
  -+#if defined(__linux) && defined(EXT2_IOC_GETFLAGS)
  -     if ((S_ISREG(st->st_mode) || S_ISDIR(st->st_mode)) &&
  -         ((fd = open(accpath, O_RDONLY|O_NONBLOCK)) >= 0) &&
  -         ((r = ioctl(fd, EXT2_IOC_GETFLAGS, &stflags)), close(fd), (fd = 
-1), r) >= 0 &&
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libarchive/libarchive.spec
  ============================================================================
  $ cvs diff -u -r1.114 -r1.115 libarchive.spec
  --- openpkg-src/libarchive/libarchive.spec    4 Jul 2008 07:47:21 -0000       
1.114
  +++ openpkg-src/libarchive/libarchive.spec    29 Dec 2008 08:13:57 -0000      
1.115
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Archiver
   License:      MIT-style
  -Version:      2.5.5
  -Release:      20080704
  +Version:      2.6.0
  +Release:      20081229
   
   #   list of sources
   Source0:      
http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to