Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/30/2006 21:07:48
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Mar 30 21:07:48 UTC 2006

Modified Files:
	pkgsrc/audio/gnome-vfs2-cdda: Makefile
	pkgsrc/net/gnome-vfs2-smb: Makefile
	pkgsrc/sysutils/gnome-vfs2: Makefile Makefile.common PLIST distinfo
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ah patch-ar patch-ax
Added Files:
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ac patch-aj
Removed Files:
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ag

Log Message:
Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:

gnome-vfs 2.14.0
	* Fix circular dependency on gnome-mount
	* Fix some details in gnome_vfs_xfer callbacks
	* Avoid crash with symlinks that has ':' in them
	* Update hal volume manager policies
	* Fix leaks
	* Better smb authentication code
	* Fix permission reading bug introduced in 2.13.92

gnome-vfs 2.13.92
	* Build fixes
	* Fix memory leaks
	* Some optimizations
	* New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns
	  filenames (not stat info).
	* use pmount in /media if not using gnome-mount or hal-mount
	* Fixes for encrypted drives/volumes in hal backend
	* Mime detection fix for multiple magic matches of same prio
	* HAL volume operation fixes
	* More robust gnome_vfs_make_uri_from_input_internal
	* Fix Avahi resolving of non-local hostnames

gnome-vfs 2.13.91
	* Eject fixes for volume manager
	* Windows 2000 portability fixes
	* Revert overwrite error dialog change that caused problems
	* ssh fixes for newer BSD and OSX releases

gnome-vfs 2.13.4
	* Add support for gnome-mount
	* Re-add thread prioritizing
	* Add gnome_vfs_get_mime_type_for_name_and_data () and
          gnome_vfs_get_mime_type_for_name ()
	* Deprecate gnome_vfs_mime_type_from_name ()
	* Skip attempts to overwrite a file onto itself in
          gnome_vfs_xfer and friends.
	* Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers
	* inotify: Fix various crashers and bugs
	* ftp-method: Basic support for proxies
	* http-method: Fix SSL support
	* http-mehtod: Fix bugs introduced during the neon upgrade
	* Various hal related volume fixes
	* Hide some more private functions
	* Some documentation updates
	* Translation updates

gnome-vfs 2.13.3
        * load modules with BIND_LOCAL
	* inotify fix

gnome-vfs 2.13.2
	* Support Avahi 0.6
	* Support passwords in mount
	* Inotify support
	* Update neon import to 0.25
	* Leak fixes
	* Win32 fixes
	* Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid
	* Update to lates xdgmime
	* Use the glib GThreadPool code instead of our own threadpool

gnome-vfs 2.13.1
	* Support for recent samba
	* Fix bug when resolving nested symlinks
	* Sync to upstream xdg-mime code
	* Various fixes to gnomevfs-* apps
	* New functions gnome_vfs_exists, gnome_vfs_get_slow_mime
	* Better ls parsing for ftp
	* Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled
	* Add avahi support
	* Fix problem when mounting cd multiple times
	* Hide private symbols
	* Better docs
	* Fix metadata removal issue with deletion in Nautilus


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/audio/gnome-vfs2-cdda/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/gnome-vfs2-smb/Makefile
cvs rdiff -r1.59 -r1.60 pkgsrc/sysutils/gnome-vfs2/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/sysutils/gnome-vfs2/Makefile.common
cvs rdiff -r1.19 -r1.20 pkgsrc/sysutils/gnome-vfs2/PLIST
cvs rdiff -r1.47 -r1.48 pkgsrc/sysutils/gnome-vfs2/distinfo
cvs rdiff -r0 -r1.9 pkgsrc/sysutils/gnome-vfs2/patches/patch-ac
cvs rdiff -r1.8 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ag
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/gnome-vfs2/patches/patch-ah
cvs rdiff -r0 -r1.6 pkgsrc/sysutils/gnome-vfs2/patches/patch-aj
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/gnome-vfs2/patches/patch-ar \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-ax

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