Next | Query returned 69 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2010-09-05 03:22:30 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.1.2 (*sigh*):
Fix bug in last change which broke extracting RPMs via "lzcat" (which is
now also used for uncompressed RPMs).
   2010-09-05 02:24:30 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.1.1:
- Fix start of "lzcat" if "LZCAT" is not defined as a full \ 
pathname.
- Handle short reads on the pipe to "lzcat".
   2010-09-04 21:23:00 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.1:
- Implement a minimal parser for the RPM header section and use it to
  skip to the data section instead of searching for BZip2 or GZip
  magic headers.
- Add untested support for LZMA compression. It currently uses "lzcat"
  from the "xz" package which is what "pkgsrc" itself uses \ 
to handle
  ".lzma" files.
   2010-06-15 21:52:02 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.0.2. Changes since 3.0.1:
Avoid problems on 32-bit platforms by gently hinting the compiler how
to do type expansion properly.

This fixes PR pkg/43478 by Greg Oster.
   2010-06-14 13:24:48 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" to version 3.0.1. Changes since 3.0:
- Fix detection of BZip2/GZip signature which would have failed if the
  signature was located behind a prefix of the signature.
- Increase I/O buffer size so that "rpm2pkg" will usually find the data
  section after only one read(2) system call.
   2010-06-13 15:08:52 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" to version 3.0. Changes since version 2.3:
- Don't use the original "rpm" libraries. All we need to do is to identify
  a file as an RPM file and afterwards find the BZip2 or GZip compressed
  section at the end of the file.
- Use C99's "stdbool.h" instead of home-grown defines.
   2009-06-15 00:44:34 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Drop @dirrm related logic. Bump version.
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-04-23 23:38:02 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 2.2. Changes since version 2.1.1:
- Switch to 2-clause BSD license.
- Compile with extra warnings (again) if GCC is used as the compiler.
- Fix build warnings reported by "-Wsign-compare".
   2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109)
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Next | Query returned 69 messages, browsing 31 to 40 | Previous