Subject: CVS commit: pkgsrc/sysutils/gnome-vfs2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/15/2006 15:07:41
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Sep 15 15:07:41 UTC 2006

Modified Files:
	pkgsrc/sysutils/gnome-vfs2: Makefile Makefile.common PLIST
	    buildlink3.mk distinfo
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ae patch-ax
Removed Files:
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ac patch-ad patch-ag patch-ah
	    patch-aj patch-ak patch-al patch-as patch-at patch-av patch-aw
	    patch-az

Log Message:
Update gnome-vfs2* to 2.16.0:

gnome-vfs 2.16.0
	  * http: Fix crash on some redirects
	  * http: Ignore fragment identifiers in URIs
	  * support --disable-selinux
	  * Fix gnome_vfs_mime_type_is_equal
	  * inotify monitoring fixes

gnome-vfs 2.15.92
	  * Remove old unused code
	  * Better sniffing of text files
	  * Tweak xfer callbacks for better performance

gnome-vfs 2.15.91

	* Avoid slow I/O looking for trash on remote shares
	* Inotify updates to avoid polling as much.
	* Build fix

gnome-vfs 2.15.90

	* Don't use deprectated dbus calls
	* Always dispatch monitor events
	* Add gnome_vfs_drive_needs_eject function.
	* Add support for compile time version checking.
	* Add GNOME_VFS_ERROR_INVALID_FILENAME error
	* Handle ENAMETOOLONG when converting from errno
	* Initialize SSL lazily
	* Fix error reporting in dns resolver code
	* Robustness fixes
	* Clean up code and fix warnings
	* dav fixes
	* ftp: fixes for IIS virtual directories
	* sftp: Support setting symlinks

gnome-vfs 2.15.3 'Kill the monkeys'

	Note: The moniker code was moved to a seperate module
	called gnome-vfs-monikers. We need to keep that in the
	platform to be API/ABI compatible.
	Also note that bonobo mime related functions have been
	moved to libbonobo.
	This relase is free of Bonobos :)

	* Replace bonobo by DBus as IPC mechanism between clients
	  and the daemon: Remove all references and dependencies
          on bonobo. (Initial work done by Richard Hult and Mikael
	  Hallendal from Imendio)

	* Massive API documentation update.
	* INotify: fixes for remote (i.e. NFS) filesystems
	* INotify: Updates to the timers used (see ChangeLog)
	* Convert all use of pop to GOption
	* Fix non ACL file method build
	* OSX fix for GnomeVFSAddress
	* Handle %% escaping % in desktop files. (#343632)
	* Check for later version of libselinux. (#344349)

gnome-vfs 2.15.2
	* win32 fixes
	* Don't hide smb shares that end with $
	* ACL support
	* Support for reading selinux context
	* Fix bug in gnome_vfs_uri_hash

gnome-vfs 2.15.1
	* Fix sftp symlink support
	* Fix smb connecting many times to the server
	* Add authentication to command line utils
	* Escape "?" in paths, as this is a special char in uris
	* Fix up symlink resolving in some cases
	* Portability fixes for the cdda method
	* Fix up locking around the xdg mime code where missing
	* Better handling of existing files in create/makedir for ftp
	* Shut down vfs backends on shutdown
	* Handle ftp anon login failure better
	* Handle more % expansions in Exec lines in desktop files
	* Make GnomeVFSDrive user_visible only if it supports media check
	* Fix ftp handling of large files


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 pkgsrc/sysutils/gnome-vfs2/Makefile
cvs rdiff -r1.37 -r1.38 pkgsrc/sysutils/gnome-vfs2/Makefile.common
cvs rdiff -r1.22 -r1.23 pkgsrc/sysutils/gnome-vfs2/PLIST
cvs rdiff -r1.24 -r1.25 pkgsrc/sysutils/gnome-vfs2/buildlink3.mk
cvs rdiff -r1.57 -r1.58 pkgsrc/sysutils/gnome-vfs2/distinfo
cvs rdiff -r1.12 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ac
cvs rdiff -r1.6 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ad \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-aj
cvs rdiff -r1.12 -r1.13 pkgsrc/sysutils/gnome-vfs2/patches/patch-ae
cvs rdiff -r1.10 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ag
cvs rdiff -r1.7 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ah
cvs rdiff -r1.8 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ak \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-al
cvs rdiff -r1.4 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-as
cvs rdiff -r1.3 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-at \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-aw
cvs rdiff -r1.5 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-av
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/gnome-vfs2/patches/patch-ax
cvs rdiff -r1.1 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-az

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