Next | Query returned 129 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2009-06-08 11:30:17 by Matthias Scheler | Files touched by this commit (8)
Log message:
Add upstream patch (taken from Debian bug report) to fix crashes
caused by bad audio files.
   2009-05-14 14:58:27 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 1.0.20:
* Fix potential heap overflow in VOC file parser.
   2009-05-02 19:25:03 by Thomas Klausner | Files touched by this commit (1)
Log message:
pkglint fix -- use -e in SUBST_SED.
   2009-05-02 19:24:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add octave option, based on PR 41307 by Rumko.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-04 17:47:05 by Tobias Nygren | Files touched by this commit (2)
Log message:
Update to libsndfile-1.0.19.

Version 1.0.19 (2009-03-02)
  * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
  * Huge number of minor bug fixes as a result of static analysis.
   2009-02-21 14:20:45 by Thomas Klausner | Files touched by this commit (9) | Package removed
Log message:
Update to 1.0.18:

Version 1.0.18 (2009-02-07)
  * Add Ogg/Vorbis support (thanks to John ffitch).
  * Remove captive FLAC library.
  * Many new features and bug fixes.
  * Generate Win32 and Win64 pre-compiled binaries.

Add ogg and vorbis dependencies to bl3.mk and increase ABI depends.
   2009-01-13 13:13:46 by Matthias Drochner | Files touched by this commit (6) | Package removed
Log message:
remove some patches which were intended to make the code compile
on older compilers but cause crashes (and possible security problems)
instead
bump PKGREVISION
   2008-07-25 00:39:30 by OBATA Akio | Files touched by this commit (2)
Log message:
Fix improper PKG_SUGGESTED_OPTIONS and fix build failure on some platforms.

* Should not try to use OSS for unknown OSes, PR 39197,
  only for having buitin OSS.
* for Solaris, ${OPSYS} != "Solaris", it's "SunOS".
  Fixed to use sunaudio instead of oss.

Bump PKGREVISION.
   2008-04-07 17:36:19 by Blair Sadewitz | Files touched by this commit (4) | Package updated
Log message:
Add a 'sun' option and update patch-ac to support native audio output
on NetBSD, OpenBSD, and Solaris.  This option takes precedence (by default)
over OSS in the NetBSD/OpenBSD case.

Bump rev.

Next | Query returned 129 messages, browsing 61 to 70 | Previous