diff options
author | jmmv <jmmv> | 2004-10-26 21:01:06 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-10-26 21:01:06 +0000 |
commit | 1d51d29f11d63abe19b643d048a9680aadb18ce0 (patch) | |
tree | 739c386eb26bfbaa64efa8c0ba5bc6c67cdb0df0 /sysutils/gnome-vfs2 | |
parent | a025c3a9ffc0c9eb560080c07f6f5093e45a67f0 (diff) | |
download | pkgsrc-1d51d29f11d63abe19b643d048a9680aadb18ce0.tar.gz |
Update gnome-vfs2{,-cdda,-smb} to 2.8.2:
gnome-vfs 2.8.2
* Bugs fixed:
+ performance increase in gnome-vfs-volume-monitor
+ Update to latest eggdesktopentries.c, fixing leaks
+ Fix problem with http leak fix in last version
+ Fix leaks
+ Make folders open with components, to make run-dialog work for
folders
+ Add support for additional headers to http backend
+ API docs updates
+ Default to the workgroup specified in smb.conf for network://
+ Fix queue handling for monitoring events
+ Add --disable-howl flag
+ Ignore smb files with empty names when enumerating
gnome-vfs 2.8.1
* Bugs fixed:
+ ftp-method: Don't ask for password if hostname wrong
+ fix detection of and build with kerberos
+ allow unref of the volume monitor after shutdown
+ Fix http issues with gtik
+ Fix leaks
+ Fix default application handling. Now user defaults override
system defaults.
+ Don't keep re-reading /etc/fstab
+ Read the right fstab file on solaris
+ sftp-method: use password if in uri
+ http-method: fix seek to end of file
+ http-method: various webdav fixes
+ Handle empty but non-null http proxy hostname.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile.common | 6 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 2723ac44fa8..da90b4ae28d 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.4 2004/09/21 16:45:47 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/10/26 21:01:06 jmmv Exp $ # -DISTNAME= gnome-vfs-2.8.0 +DISTNAME= gnome-vfs-2.8.2 PKGNAME= ${DISTNAME:S/vfs/vfs2/} CATEGORIES?= sysutils CATEGORIES+= gnome @@ -70,7 +70,7 @@ SUBST_STAGE.libs= pre-configure SUBST_FILES.libs= modules/Makefile.in SUBST_SED.libs= -e 's|../libgnomevfs/libgnomevfs-2.la|${BUILDLINK_PREFIX.gnome-vfs2}/lib/libgnomevfs-2.la|g' -BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.8.0 +BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.8.2 .include "../../sysutils/gnome-vfs2/buildlink3.mk" PRINT_PLIST_AWK+= /^@dirrm lib\/gnome-vfs-2.0\/modules$$/ \ diff --git a/sysutils/gnome-vfs2/distinfo b/sysutils/gnome-vfs2/distinfo index 09936bf7ea5..0b20b236633 100644 --- a/sysutils/gnome-vfs2/distinfo +++ b/sysutils/gnome-vfs2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2004/10/24 18:03:24 recht Exp $ +$NetBSD: distinfo,v 1.26 2004/10/26 21:01:06 jmmv Exp $ -SHA1 (gnome-vfs-2.8.0.tar.bz2) = 849b8ffeae6e1595f080b4d56104ffa53e3c9aaf -Size (gnome-vfs-2.8.0.tar.bz2) = 1860847 bytes +SHA1 (gnome-vfs-2.8.2.tar.bz2) = 6e0e1985fa539267cbe9d67e9b8911bfeaeda945 +Size (gnome-vfs-2.8.2.tar.bz2) = 1904430 bytes SHA1 (patch-aa) = 5bddba16ab0d57c48234ca427417ebf2cd563aab SHA1 (patch-ab) = 9fc885b1ef1e9dd05f4b3041963df298dbfba582 SHA1 (patch-ad) = 326e835c7fd1d2e25ac2ae4736347d38ffe8ea06 |