pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/rpm2pkg



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Sep  5 15:51:56 UTC 2010

Modified Files:
        pkgsrc/pkgtools/rpm2pkg: Makefile
        pkgsrc/pkgtools/rpm2pkg/files: rpm2pkg.c

Log Message:
Update "rpm2pkg" package to version 3.1.3:
- Avoid handling RPMs with uncompress data via "lzcat -f".
- Improve handling of LZMA compression via "lzcat":
  - Fail early if the child process fails to start "lzcat".
  - Don't try to kill the chld process blindly when we close the parent
    end of the pipe. Check first whether it already terminated which
    is the normal case.

Handling of RPM files with LZMA compression is now tested.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/pkgtools/rpm2pkg/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/pkgtools/rpm2pkg/files/rpm2pkg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index