2005-06-02 19:10:10 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Fix gnome-vfs2-cdda build under Dragonfly. Patch from Joerg Sonnenberger.
|
2005-05-31 20:28:44 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Fix build on DragonFly (errno conflicts).
Patch provided by Joerg Sonnenberger in private mail.
|
2005-05-22 23:43:22 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced $f with ${f} to emphasize a Makefile variable is meant, not a
shell variable.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-18 20:50:19 by Jeremy C. Reed | Files touched by this commit (1) | |
Log message:
Bump BUILDLINK_RECOMMENDED.gnome-vfs2 to gnome-vfs2>=2.10.1. Its
dependency gnutls had an SONAME change, so 2.10.0 could have been
built before and after this and so could have two diffferent packages
with same package name. This happened a couple weeks ago. The
update for gnome-vfs2 2.10.1 happened after this.
(I never checked other software that may use libgnutls.)
|
2005-05-18 18:08:17 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Make gnome-vfs2-{cdda,smb} depend on gnome-vfs2>=2.10.1 to avoid possible
problems due to "desynchronization".
|
2005-04-26 20:03:18 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.10.1
changes:
-Fixed some leaks
-Translation updates
|
2005-04-15 03:59:29 by Rene Hexel | Files touched by this commit (1) |
Log message:
Set BUILDLINK_RECOMMENDED to 2.10.0 or higher due to CDDB vulnerability:
http://secunia.com/advisories/14877/
|
2005-04-12 22:12:02 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Apply patch from Gentoo to fix security problem in the cdda module. Bump
gnome-vfs2-cdda's module to 1.
Quoting the Gentoo advisory: "The GnomeVFS and libcdaudio libraries contain
a buffer overflow that can be triggered by a large CDDB response, potentially
allowing the execution of arbitrary code."
See http://www.gentoo.org/security/en/glsa/glsa-200504-07.xml and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706 for more
information.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|