Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2001 01:21:41 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/create perform.c pl.c src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c src/usr.sbin/pkg_install/lib version.c Makefile lib.h plist.c
Message-ID:  <200110100821.f9A8Lf079381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2001/10/10 01:21:41 PDT

  Modified files:
    usr.sbin/pkg_install/create perform.c pl.c 
    usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 
                              show.c 
    usr.sbin/pkg_install/lib Makefile lib.h plist.c 
  Added files:
    usr.sbin/pkg_install/lib version.c 
  Log:
  - Introduce a notion of `packing list format version'. This allows making
    non-backward compatible changes in the format of packing list and handle
    them gracefully;
  - fix a longstanding issue with symlinks handling. Instead of recording
    checksum for the file symlink points to, record checksum for the value
    returned by readlink(2). For backward compatibility increase packing list
    format minor version number and provide a fallback to a previous behaviour,
    if package in question was created with older version of pkg_* tools;
  
  Submitted by:	Alec Wolman <wolman@cs.washington.edu>, sobomax
  
  - don't record MD5 checksum for device nodes, fifo's and other non-regular
    files.
  
  Submitted by:	nbm
  MFC in:		2 weeks
  
  Revision  Changes    Path
  1.61      +7 -0      src/usr.sbin/pkg_install/create/perform.c
  1.20      +13 -1     src/usr.sbin/pkg_install/create/pl.c
  1.21      +2 -0      src/usr.sbin/pkg_install/info/info.h
  1.33      +6 -2      src/usr.sbin/pkg_install/info/main.c
  1.44      +2 -0      src/usr.sbin/pkg_install/info/perform.c
  1.41      +4 -2      src/usr.sbin/pkg_install/info/pkg_info.1
  1.24      +9 -0      src/usr.sbin/pkg_install/info/show.c
  1.11      +2 -1      src/usr.sbin/pkg_install/lib/Makefile
  1.40      +8 -0      src/usr.sbin/pkg_install/lib/lib.h
  1.36      +45 -11    src/usr.sbin/pkg_install/lib/plist.c
  1.1       +48 -0     src/usr.sbin/pkg_install/lib/version.c (new)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110100821.f9A8Lf079381>