Next | Query returned 69 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2011-01-19 12:49:18 by Matthias Scheler | Files touched by this commit (1)
Log message:
Set "NEED_OWN_INSTALL_TARGET" to get unpriviliged installation under
NetBSD to work. This should fix PR pkg/44415 by Hauke Fath.
   2011-01-12 09:47:52 by Matthias Scheler | Files touched by this commit (1)
Log message:
Include "string.h" not "strings.h" (a typo anyway) to fix \ 
the build under
DragonFly. Patch supplied by Peter Avalos in PR pkg/44373.
   2011-01-12 07:09:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
New sentence, new line. Bump date for previous.
   2011-01-12 01:26:33 by Matthias Scheler | Files touched by this commit (15)
Log message:
Update "rpm2pkg" package to version 3.2.0. Changes since 3.1.8:
- Major overhaul of the source code to make maintenance and support
  for new compression formats easier.
- Use "liblzma" instead of "xzcat" for dealing with LZMA \ 
compressed RPMs.
   2010-12-30 01:39:16 by Matthias Scheler | Files touched by this commit (1)
Log message:
Update "rpm2pkg" package to version 3.1.8. Changes since 3.1.7:
Drop unnecessary dependences on "gettext-lib" and Berkeley DB. Neither
of them have been necessary when this package stopped depending on the
"rpm" package.

Approved by Thomas Klausner.
   2010-12-22 10:36:35 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.1.7. Changes since 3.1.6:
- Use "xzcat" instead of "lzcat". This package now doesn't \ 
depend on the
  "archivers/xz" package under NetBSD-current because \ 
"xzcat" is part of
  the base distribution.
   2010-11-11 14:07:34 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.1.6. Changes since version 3.1.5:
- Don't apply the strip count (option "-s") to entries that we will
  ignore ("-i" option). This should fix PR pkg/44082 by Dr. W. Stukenbrock.
   2010-09-09 00:41:39 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" package to version 3.1.5:
- Use "@pkgdir" instead of "@exec mkdir ..." to create empty \ 
directories.
- Don't add "@dirrm" lines for empty directories as they are now deleted
  automatically.

Based on a suggestion by Thomas Klausner in private e-mail.
   2010-09-07 19:32:05 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "rpm2pkg" to version 3.1.4:
Always treat symbolic links like file when generating the package list.
A long time ago "pkg_install" didn't like symbolic links which is why
"rpm2pkg" created "@exec" and "@unexec" lines in \ 
the package list.
This does however cause false positive reported by the "CHECK_FILES" check.

This should fix a part of PR pkg/41191.
   2010-09-05 17:51:56 by Matthias Scheler | Files touched by this commit (2)
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.

Next | Query returned 69 messages, browsing 21 to 30 | Previous