diff -u gnome-vfs-2.24.1/debian/control gnome-vfs-2.24.1/debian/control --- gnome-vfs-2.24.1/debian/control +++ gnome-vfs-2.24.1/debian/control @@ -1,17 +1,17 @@ Source: gnome-vfs Section: libs Priority: optional -Maintainer: Josselin Mouette -Uploaders: Debian GNOME Maintainers , Sebastian Dröge +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: Debian GNOME Maintainers , Josselin Mouette Build-Depends: cdbs, - quilt, - type-handling, - gtk-doc-tools (>= 1.0), + quilt, + gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.9.3), libgconf2-dev (>= 2.8.0-1), libxml2-dev (>= 2.6.0), libbz2-dev, - libfam-dev (>= 2.6.9-4) [!hurd-i386], + libgamin-dev | libfam-dev (>= 2.6.9-4) [!hurd-i386], libsmbclient-dev [!hurd-i386], gettext, debhelper (>= 5.0.13), @@ -58,7 +58,7 @@ libgnomevfs2-common (>= ${gnome:Version}), libgnomevfs2-common (<< ${gnome:NextVersion}) Recommends: libgnomevfs2-extra, gnome-mount, dbus-x11 -Suggests: libgnomevfs2-bin, fam +Suggests: libgnomevfs2-bin, gamin | fam Replaces: libgnomevfs2-common (<< 2.12.2-4) Conflicts: libbonobo2-0 (<< 2.15.0) Description: GNOME Virtual File System (runtime libraries) @@ -134,6 +134,7 @@ libavahi-glib-dev (>= 0.6) | hurd, libdbus-1-dev | hurd, libselinux1-dev | not+linux-gnu +Replaces: libgnomevfs2-common (<< 1:2.20.0-0ubuntu2) Description: GNOME Virtual File System library (development files) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with diff -u gnome-vfs-2.24.1/debian/changelog gnome-vfs-2.24.1/debian/changelog --- gnome-vfs-2.24.1/debian/changelog +++ gnome-vfs-2.24.1/debian/changelog @@ -1,3 +1,29 @@ +gnome-vfs (1:2.24.1-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #369395) + * debian/control: + - don't Build-Depends on type-handling + - Build-Depends and Recommends gamin before fam + - libgnomevfs2-dev Replaces libgnomevfs2-common (<< 1:2.20.0-0ubuntu2) + * renamed debian/libgnomevfs2-common.links debian/libgnomevfs2-dev.links + * debian/libgnomevfs2-common.install, + debian/libgnomevfs2-dev.install: + - install the API documentation in the dev package + * debian/libgnomevfs2-common.gconf-defaults: + - firefox is the default Ubuntu webbrowser + * debian/patches/11_network-volumes-in-network.patch: + - ubuntu changes + * debian/patches/16_improve_volume_labels.patch: + - Ignore '/' volume labels, they lead to much confusion. + * debian/patches/21_proxy_ignore_local.patch: + - ignore .local for proxy + * debian/patches/23_ignore_ltspfs_volumes.patch: + - Ignore ltspfs mounts since the current ltspfs implementation creates + associated bind mounts to /media. This prevents generating two volumes + for the same mount. + + -- Andreas Moog Wed, 29 Apr 2009 15:52:21 +0200 + gnome-vfs (1:2.24.1-1) unstable; urgency=low * Fix debug package section. @@ -8,6 +34,12 @@ -- Josselin Mouette Thu, 09 Apr 2009 19:58:59 +0200 +gnome-vfs (1:2.24.1-0ubuntu1) jaunty; urgency=low + + * New upstream version + + -- Sebastien Bacher Tue, 17 Mar 2009 16:12:58 +0100 + gnome-vfs (1:2.24.0-3) unstable; urgency=low * Add libglib2.0-doc to b-d-i to ensure proper xrefs. @@ -29,6 +61,50 @@ -- Josselin Mouette Wed, 25 Feb 2009 17:57:18 +0100 +gnome-vfs (1:2.24.0-1ubuntu3) jaunty; urgency=low + + * No-change rebuild to get .schema translations stripped. + + -- Martin Pitt Mon, 09 Mar 2009 17:30:28 +0100 + +gnome-vfs (1:2.24.0-1ubuntu2) jaunty; urgency=low + + * No-change rebuild to fix incorrect libfam0 dependency on armel. + + -- Colin Watson Tue, 18 Nov 2008 23:12:30 +0000 + +gnome-vfs (1:2.24.0-1ubuntu1) jaunty; urgency=low + + * Sync on Debian + * debian/control.in: + - don't Build-Depends on type-handling + - don't use quilt + - Build-Depends and Recommends gamin before fam + - libgnomevfs2-dev Replaces libgnomevfs2-common (<< 1:2.20.0-0ubuntu2) + - update maintainer information + * debian/libgnomevfs2-common.install, + debian/libgnomevfs2-common.links: + - don't install the default list of apps, this is Debian specific. + * renamed debian/libgnomevfs2-common.links debian/libgnomevfs2-dev.links + * debian/libgnomevfs2-common.install, + debian/libgnomevfs2-dev.install: + - install the API documentation in the dev package + * debian/libgnomevfs2-common.gconf-defaults: + - firefox is the default Ubuntu webbrowser + * debian/patches/03_usr_share_gnome_applications.patch: + - dropped, Debian specific change. + * debian/patches/11_network-volumes-in-network.patch: + - ubuntu changes + * debian/patches/17_improve_volume_labels.patch: + - Ignore '/' volume labels, they lead to much confusion. Closes: LP#38764 + * debian/patches/21_proxy_ignore_local.patch: + - ignore .local for proxy + * debian/patches/23_ignore_ltspfs_volumes.patch: Ignore ltspfs mounts + since the current ltspfs implementation creates associated bind mounts to + /media. This prevents generating two volumes for the same mount. + + -- Sebastien Bacher Wed, 12 Nov 2008 17:28:27 +0100 + gnome-vfs (1:2.24.0-1) experimental; urgency=low * New upstream bugfix release. @@ -1542 +1617,0 @@ - diff -u gnome-vfs-2.24.1/debian/libgnomevfs2-common.install gnome-vfs-2.24.1/debian/libgnomevfs2-common.install --- gnome-vfs-2.24.1/debian/libgnomevfs2-common.install +++ gnome-vfs-2.24.1/debian/libgnomevfs2-common.install @@ -5 +4,0 @@ -debian/tmp/usr/share/gtk-doc/html/gnome-vfs-2.0/* usr/share/doc/libgnomevfs2-common/html/ diff -u gnome-vfs-2.24.1/debian/libgnomevfs2-common.preinst gnome-vfs-2.24.1/debian/libgnomevfs2-common.preinst --- gnome-vfs-2.24.1/debian/libgnomevfs2-common.preinst +++ gnome-vfs-2.24.1/debian/libgnomevfs2-common.preinst @@ -21,8 +21,10 @@ } -if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1:2.24.0-3; then - # The defaults.list file is now in /etc/gnome, in gnome-session - rm_conffile libgnomevfs2-common /etc/gnome-vfs-2.0/defaults.list -fi +case "$1" in + install|upgrade) + # The https method is now described in extra-modules.conf + rm_conffile libgnomevfs2-common /etc/gnome-vfs-2.0/modules/ssl-modules.conf + ;; +esac #DEBHELPER# diff -u gnome-vfs-2.24.1/debian/libgnomevfs2-dev.install gnome-vfs-2.24.1/debian/libgnomevfs2-dev.install --- gnome-vfs-2.24.1/debian/libgnomevfs2-dev.install +++ gnome-vfs-2.24.1/debian/libgnomevfs2-dev.install @@ -6,0 +7 @@ +debian/tmp/usr/share/gtk-doc/html/gnome-vfs-2.0/* usr/share/doc/libgnomevfs2-common/html/ diff -u gnome-vfs-2.24.1/debian/control.in gnome-vfs-2.24.1/debian/control.in --- gnome-vfs-2.24.1/debian/control.in +++ gnome-vfs-2.24.1/debian/control.in @@ -1,17 +1,17 @@ Source: gnome-vfs Section: libs Priority: optional -Maintainer: Josselin Mouette +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Josselin Mouette Uploaders: @GNOME_TEAM@ Build-Depends: cdbs, - quilt, - type-handling, - gtk-doc-tools (>= 1.0), + quilt, + gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.9.3), libgconf2-dev (>= 2.8.0-1), libxml2-dev (>= 2.6.0), libbz2-dev, - libfam-dev (>= 2.6.9-4) [!hurd-i386], + libgamin-dev | libfam-dev (>= 2.6.9-4) [!hurd-i386], libsmbclient-dev [!hurd-i386], gettext, debhelper (>= 5.0.13), @@ -58,7 +58,7 @@ libgnomevfs2-common (>= ${gnome:Version}), libgnomevfs2-common (<< ${gnome:NextVersion}) Recommends: libgnomevfs2-extra, gnome-mount, dbus-x11 -Suggests: libgnomevfs2-bin, fam +Suggests: libgnomevfs2-bin, gamin | fam Replaces: libgnomevfs2-common (<< 2.12.2-4) Conflicts: libbonobo2-0 (<< 2.15.0) Description: GNOME Virtual File System (runtime libraries) @@ -134,6 +134,7 @@ libavahi-glib-dev (>= 0.6) | hurd, libdbus-1-dev | hurd, libselinux1-dev | not+linux-gnu +Replaces: libgnomevfs2-common (<< 1:2.20.0-0ubuntu2) Description: GNOME Virtual File System library (development files) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with diff -u gnome-vfs-2.24.1/debian/libgnomevfs2-common.gconf-defaults gnome-vfs-2.24.1/debian/libgnomevfs2-common.gconf-defaults --- gnome-vfs-2.24.1/debian/libgnomevfs2-common.gconf-defaults +++ gnome-vfs-2.24.1/debian/libgnomevfs2-common.gconf-defaults @@ -1,3 +1,3 @@ -/desktop/gnome/url-handlers/http/command "sensible-browser %s" -/desktop/gnome/url-handlers/https/command "sensible-browser %s" +/desktop/gnome/url-handlers/http/command "firefox %s" +/desktop/gnome/url-handlers/https/command "firefox %s" /desktop/gnome/url-handlers/h323/command "ekiga -c %s" reverted: --- gnome-vfs-2.24.1/debian/libgnomevfs2-common.links +++ gnome-vfs-2.24.1.orig/debian/libgnomevfs2-common.links @@ -1 +0,0 @@ -usr/share/doc/libgnomevfs2-common/html/ usr/share/gtk-doc/html/gnome-vfs-2.0 diff -u gnome-vfs-2.24.1/debian/patches/series gnome-vfs-2.24.1/debian/patches/series --- gnome-vfs-2.24.1/debian/patches/series +++ gnome-vfs-2.24.1/debian/patches/series @@ -8,15 +8,19 @@ 09_gnomevfs_mount_selection.patch 10_configuration_loop.patch 11_mime_text_parent.patch +11_network-volumes-in-network.patch 12_user_visible_drives.patch 13_resolve_fstab_symlinks.patch 14_app_cdda.patch 15_uuid_mount.patch +16_improve_volume_labels.patch 16_no_extra_dbus_messages.patch 17_xdg_utf8.patch 19_hurd_path_max.patch 20_dont_register_keys_for_gaim.patch +21_proxy_ignore_local.patch 22_ignore_inaccessible_volumes.patch +23_ignore_ltspfs_volumes.patch 23_improve_volume_labels.patch 24_home_dir_fakeroot.patch 30_nfs4.patch only in patch2: unchanged: --- gnome-vfs-2.24.1.orig/debian/libgnomevfs2-dev.links +++ gnome-vfs-2.24.1/debian/libgnomevfs2-dev.links @@ -0,0 +1 @@ +usr/share/doc/libgnomevfs2-common/html/ usr/share/gtk-doc/html/gnome-vfs-2.0 only in patch2: unchanged: --- gnome-vfs-2.24.1.orig/debian/patches/23_ignore_ltspfs_volumes.patch +++ gnome-vfs-2.24.1/debian/patches/23_ignore_ltspfs_volumes.patch @@ -0,0 +1,17 @@ +diff -Nur gnome-vfs2-2.15.92/libgnomevfs/gnome-vfs-volume-monitor-daemon.c gnome-vfs2-2.15.92.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c +--- gnome-vfs2-2.15.92/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2006-08-22 14:36:33.000000000 +0200 ++++ gnome-vfs2-2.15.92.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2006-08-22 14:38:20.000000000 +0200 +@@ -1064,6 +1064,13 @@ + if (mount->mount_path && g_access (mount->mount_path, R_OK) != 0) + continue; + ++ /* Ubuntu LTSP special case: Ignore ltspfs devices ++ * since every ltspfs mount has an associated bind ++ * mount in /media. */ ++ if (mount->device_path && !strcmp (mount->device_path, "ltspfs") && ++ mount->mount_path && strncmp(mount->mount_path, "/media/", 7)) ++ continue; ++ + dev_t unix_device = GPOINTER_TO_UINT (ld->data); + + vol = create_vol_from_mount (volume_monitor, mount); only in patch2: unchanged: --- gnome-vfs-2.24.1.orig/debian/patches/11_network-volumes-in-network.patch +++ gnome-vfs-2.24.1/debian/patches/11_network-volumes-in-network.patch @@ -0,0 +1,240 @@ +diff -Nur modules.orig/computer-method.c modules/computer-method.c +--- gnome-vfs-2.22.0/modules.orig/computer-method.c 2004-08-12 11:08:56.000000000 +0200 ++++ gnome-vfs-2.22.0/modules/computer-method.c 2005-02-09 23:46:57.697485936 +0100 +@@ -260,12 +260,14 @@ + if (gnome_vfs_volume_is_user_visible (volume)) { + drive = gnome_vfs_volume_get_drive (volume); + if (drive == NULL) { ++ if (gnome_vfs_volume_get_volume_type (volume) != GNOME_VFS_VOLUME_TYPE_CONNECTED_SERVER) { + file = computer_file_new (COMPUTER_VOLUME); + name = gnome_vfs_volume_get_display_name (volume); + file->file_name = build_file_name (name, ".volume"); + g_free (name); + file->volume = gnome_vfs_volume_ref (volume); + computer_file_add (dir, file); ++ } + } else { + file = get_drive_file (dir, drive); + if (file != NULL) { +@@ -360,10 +362,11 @@ + file->file_name = g_strdup ("Filesystem.desktop"); + computer_file_add (dir, file); + ++ /* + file = computer_file_new (COMPUTER_NETWORK_LINK); + file->file_name = g_strdup ("Network.desktop"); + computer_file_add (dir, file); +- ++ */ + volumes = gnome_vfs_volume_monitor_get_mounted_volumes (monitor); + drives = gnome_vfs_volume_monitor_get_connected_drives (monitor); + +@@ -384,12 +387,14 @@ + if (gnome_vfs_volume_is_user_visible (volume)) { + drive = gnome_vfs_volume_get_drive (volume); + if (drive == NULL) { ++ if (gnome_vfs_volume_get_volume_type (volume) != GNOME_VFS_VOLUME_TYPE_CONNECTED_SERVER) { + file = computer_file_new (COMPUTER_VOLUME); + name = gnome_vfs_volume_get_display_name (volume); + file->file_name = build_file_name (name, ".volume"); + g_free (name); + file->volume = gnome_vfs_volume_ref (volume); + computer_file_add (dir, file); ++ } + } + gnome_vfs_drive_unref (drive); + } +diff -Nur modules.orig/network-method.c modules/network-method.c +--- gnome-vfs-2.22.0/modules.orig/network-method.c 2004-10-07 17:08:38.000000000 +0200 ++++ gnome-vfs-2.22.0/modules/network-method.c 2005-02-09 23:46:37.620538096 +0100 +@@ -51,6 +51,7 @@ + char *icon; + char *target_uri; + char *filename; ++ gint vol_id; + } NetworkLink; + + typedef struct { +@@ -154,7 +155,8 @@ + static char * + get_data_for_link (const char *uri, + const char *display_name, +- const char *icon) ++ const char *icon, ++ gint vol_id) + { + char *data; + +@@ -163,10 +165,13 @@ + "Name=%s\n" + "Type=FSDevice\n" + "Icon=%s\n" +- "URL=%s\n", ++ "URL=%s\n" ++ "%sX-Gnome-Volume=%d\n", + display_name, + icon, +- uri); ++ uri, ++ vol_id >= 0 ? "" : "#", ++ vol_id); + return data; + } + +@@ -235,7 +240,8 @@ + add_link (const char *filename, + const char *target_uri, + const char *display_name, +- const char *icon) ++ const char *icon, ++ gint vol_id) + { + NetworkLink *link; + +@@ -244,6 +250,7 @@ + link->target_uri = g_strdup (target_uri); + link->display_name = g_strdup (display_name); + link->icon = g_strdup (icon); ++ link->vol_id = vol_id; + + active_links = g_list_prepend (active_links, link); + do_link_event (filename, +@@ -264,7 +271,8 @@ + add_link (filename, + link_uri, + domain, +- "gnome-fs-network"); ++ "gnome-fs-network", ++ -1); + g_free (filename); + g_free (link_uri); + } +@@ -356,7 +364,8 @@ + { + return get_data_for_link (link->target_uri, + link->display_name, +- link->icon); ++ link->icon, ++ link->vol_id); + } + + /* Call with lock held */ +@@ -477,6 +486,63 @@ + + } + ++/* functions to handle volumes */ ++static char * ++build_volume_filename (GnomeVFSVolume *volume) ++{ ++ char *name, *escaped, *ret; ++ ++ name = gnome_vfs_volume_get_display_name (volume); ++ escaped = gnome_vfs_escape_string (name); ++ ret = g_strconcat ("volume-", escaped, NULL); ++ g_free(escaped); ++ g_free(name); ++ ++ return ret; ++} ++ ++static void ++volume_mounted (GnomeVFSVolumeMonitor *monitor, ++ GnomeVFSVolume *volume, ++ gpointer user_data) ++{ ++ char *volume_file, *volume_uri; ++ char *volume_name, *volume_icon; ++ ++ G_LOCK (network); ++ if (gnome_vfs_volume_is_user_visible (volume) && ++ gnome_vfs_volume_get_volume_type (volume) == GNOME_VFS_VOLUME_TYPE_CONNECTED_SERVER) { ++ volume_file = build_volume_filename (volume); ++ volume_uri = gnome_vfs_volume_get_activation_uri (volume); ++ volume_name = gnome_vfs_volume_get_display_name (volume); ++ volume_icon = gnome_vfs_volume_get_icon (volume); ++ ++ add_link (volume_file, volume_uri, ++ volume_name, volume_icon, ++ gnome_vfs_volume_get_id (volume)); ++ g_free (volume_icon); ++ g_free (volume_name); ++ g_free (volume_uri); ++ g_free (volume_file); ++ } ++ G_UNLOCK (network); ++} ++ ++static void ++volume_unmounted (GnomeVFSVolumeMonitor *volume_monitor, ++ GnomeVFSVolume *volume, ++ gpointer user_data) ++{ ++ char *volume_file; ++ ++ G_LOCK (network); ++ ++ volume_file = build_volume_filename (volume); ++ remove_link (volume_file); ++ g_free (volume_file); ++ ++ G_UNLOCK (network); ++} + + static GnomeVFSResult + do_open (GnomeVFSMethod *method, +@@ -1338,6 +1404,8 @@ + GConfClient *gconf_client; + GnomeVFSURI *uri; + char *workgroup_uri, *workgroup_escaped, *setting; ++ GnomeVFSVolumeMonitor *monitor; ++ GList *volumes, *l; + + gconf_client = gconf_client_get_default (); + +@@ -1394,10 +1462,43 @@ + add_link ("smblink-root", + "smb://", + _("Windows Network"), +- "gnome-fs-network"); ++ "gnome-fs-network", ++ -1); + } + +- ++ /* add non-drive volumes to network:/// folder */ ++ monitor = gnome_vfs_get_volume_monitor (); ++ volumes = gnome_vfs_volume_monitor_get_mounted_volumes (monitor); ++ for (l = volumes; l != NULL; l = l->next) { ++ GnomeVFSVolume *volume = l->data; ++ ++ if (gnome_vfs_volume_is_user_visible (volume) && ++ gnome_vfs_volume_get_volume_type (volume) == GNOME_VFS_VOLUME_TYPE_CONNECTED_SERVER) { ++ gchar *volume_file, *volume_uri; ++ gchar *volume_name, *volume_icon; ++ ++ volume_file = build_volume_filename (volume); ++ volume_uri = gnome_vfs_volume_get_activation_uri (volume); ++ volume_name = gnome_vfs_volume_get_display_name (volume); ++ volume_icon = gnome_vfs_volume_get_icon (volume); ++ ++ add_link (volume_file, volume_uri, ++ volume_name, volume_icon, ++ gnome_vfs_volume_get_id (volume)); ++ g_free (volume_icon); ++ g_free (volume_name); ++ g_free (volume_uri); ++ g_free (volume_file); ++ } ++ } ++ g_list_foreach (volumes, (GFunc) gnome_vfs_volume_unref, NULL); ++ g_list_free (volumes); ++ ++ g_signal_connect (monitor, "volume_mounted", ++ G_CALLBACK (volume_mounted), NULL); ++ g_signal_connect (monitor, "volume_unmounted", ++ G_CALLBACK (volume_unmounted), NULL); ++ + return &method; + } + only in patch2: unchanged: --- gnome-vfs-2.24.1.orig/debian/patches/16_improve_volume_labels.patch +++ gnome-vfs-2.24.1/debian/patches/16_improve_volume_labels.patch @@ -0,0 +1,23 @@ +diff -Nur -x '*.orig' -x '*~' gnome-vfs-2.20.1/libgnomevfs/gnome-vfs-hal-mounts.c gnome-vfs-2.20.1.new/libgnomevfs/gnome-vfs-hal-mounts.c +--- gnome-vfs-2.20.1/libgnomevfs/gnome-vfs-hal-mounts.c 2007-11-15 18:55:58.000000000 +0100 ++++ gnome-vfs-2.20.1.new/libgnomevfs/gnome-vfs-hal-mounts.c 2007-11-15 18:56:07.000000000 +0100 +@@ -344,7 +344,7 @@ + + /* use label if available */ + label = libhal_volume_get_label (hal_volume); +- if (label != NULL && strlen (label) > 0) { ++ if (label != NULL && strlen (label) > 0 && strcmp(label, "/")) { + name = g_strdup (label); + goto out; + } +@@ -491,8 +491,8 @@ + drive_type = libhal_drive_get_type (hal_drive); + volume_label = libhal_volume_get_label (hal_volume); + +- /* Use volume label if available */ +- if (volume_label != NULL) { ++ /* Use volume label if available, but ignore '/' */ ++ if (volume_label != NULL && strlen (volume_label) && strcmp (volume_label, "/")) { + name = g_strdup (volume_label); + goto out; + } only in patch2: unchanged: --- gnome-vfs-2.24.1.orig/debian/patches/21_proxy_ignore_local.patch +++ gnome-vfs-2.24.1/debian/patches/21_proxy_ignore_local.patch @@ -0,0 +1,22 @@ +--- gnome-vfs-2.22.0/schemas/system_http_proxy.schemas.in.old 2006-05-19 07:59:12.616000000 +0200 ++++ gnome-vfs-2.22.0/schemas/system_http_proxy.schemas.in 2006-05-19 07:59:38.792000000 +0200 +@@ -78,7 +78,7 @@ + gnome-vfs + list + string +- [localhost,127.0.0.0/8] ++ [localhost,127.0.0.0/8,*.local] + + Non-proxy hosts + This key contains a list of hosts which are connected to +--- gnome-vfs-2.22.0/schemas/system_http_proxy.schemas.old 2006-05-19 07:59:06.396000000 +0200 ++++ gnome-vfs-2.22.0/schemas/system_http_proxy.schemas 2006-05-19 07:59:28.812000000 +0200 +@@ -2000,7 +2000,7 @@ + gnome-vfs + list + string +- [localhost,127.0.0.0/8] ++ [localhost,127.0.0.0/8,*.local] + + Non-proxy hosts + This key contains a list of hosts which are connected to