lp://staging/~penguin359/ubuntu/precise/network-manager/fix-for-1005091-precise
- Get this branch:
- bzr branch lp://staging/~penguin359/ubuntu/precise/network-manager/fix-for-1005091-precise
Branch merges
- Mathieu Trudel-Lapierre: Disapprove
- Ubuntu branches: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifieddebian/ifblacklist_migrate.sh (+1/-1)
Branch information
- Owner:
- Loren M. Lang
- Status:
- Development
Recent revisions
- 163. By Loren M. Lang
-
Fixed issue when installing NetworkManager with IPv6 enabled
When NetworkManager is installed while there are automatic interfaces
with both inet dhcp and inet6 auto (IPv6-enabled) interfaces,
NetworkManager would disable the dhcp lines without disabling the auto
lines for IPv6 preventing NetworkManager from actually taking over
management of the interface. - 162. By Mathieu Trudel-Lapierre
-
* upstream snapshot 2012-03-15 20:01:30 (GMT)
+ 04b2a7433662540c87b5b5e58c7b1b 5f9314f253
+ Bugfix only snapshot.
- wifi: yet another nl80211 processing fix (LP: #956349)
- docs: libnm-glib docs fixes for recent additions
- docs: fix 'make distcheck' API doc xslt paths
- core: fix carrier-triggered state re-entrancy issue (rh #800690)
- core: fix queued state change debug message
- cli: use nm_device_connection_ valid() function from libnm-glib
- libnm-glib: two object uniqueness fixes
- libnm-util: don't assert on buggy drivers with no WEP cipher capabilities
- libnm-glib: fix leaked NMDevice objects due to circular refcounting
- libnm-glib: ensure nm_device_set_device_ type() stays private
- libnm-glib: prevent possible access of freed memory
- Fix names of error enum values
- po: updated Slovenian translation (bgo #671242)
- trivial: fix completed VLAN connection name
- cli: fix VLAN priority map listing
- build: make VLAN code compatible with older kernels
- wifi: fix typo in wifi detection code (bgo #671276)
* debian/patches/ git_nm_ device_ set_device_ type_private. patch,
debian/patches/ git_libnm- util_wep_ caps_assert_ bb6da99. patch,
debian/patches/ git_glib_ enum_dbus_ nicks_54ef8f3. patch: dropped, applied
upstream and included in this snapshot. - 161. By Mathieu Trudel-Lapierre
-
* upstream snapshot 2012-03-08 18:48:46 (GMT) (LP: #950313)
+ bba834f8428934608b58eb96aa2b81 e413430346
- Added VLAN support.
- Added bonding support.
- Added Firewalld support.
- Added support for IP connectivity checking.
- Updated translations for Ukrainian, Slovenian, Hungarian, Malayalam,
Polish and Brazilian Portugese.
- Miscellaneous bugfixes.
* debian/patches/ nm-change- dnsmasq- parameters. diff: refreshed, dropped the
disabling of --strict-order, since that change made it upstream.
* debian/patches/ avoid-periodic- disk-wakeups. patch: dropped, this was fixed
slightly differently upstream, keeping periodic updates of the timestamps
in memory but avoiding to flush the changes to disk, see commit 0be930c.
* debian/patches/ manage- privacy- extensions. patch: dropped, applied upstream;
the only part that wasn't applied is to default to privacy extensions being
enabled...
* debian/patches/ enable- ipv6-privacy. patch: since we dropped the previous
patch, update the defaults for PROP_IP6_PRIVACY to make sure IPv6 privacy
extensions are enabled by default, to retain the same behavior we already
had.
* debian/patches/ git_libnm- glib_ensure_ device_ state_aef4340. patch: dropped,
applied upstream.
* debian/patches/ dnsmasq- dont-read- hosts.patch: dropped, applied upstream.
* debian/patches/ dnsmasq- dnssec- passthrough. patch: refreshed.
* debian/patches/ git_nm_ device_ set_device_ type_private. patch: make sure
nm_device_set_device_ type() stays private.
* debian/libnm-glib4. symbols: add new symbols:
+ nm_device_bond_get_ carrier@ Base
+ nm_device_bond_get_ hw_address@ Base
+ nm_device_bond_get_ type@Base
+ nm_device_bond_new@ Base
+ nm_device_olpc_mesh_ get_active_ channel@ Base
+ nm_device_olpc_mesh_ get_companion@ Base
+ nm_device_olpc_mesh_ get_hw_ address@ Base
+ nm_device_olpc_mesh_ get_type@ Base
+ nm_device_olpc_mesh_ new@Base
+ nm_device_vlan_get_ carrier@ Base
+ nm_device_vlan_get_ hw_address@ Base
+ nm_device_vlan_get_ type@Base
+ nm_device_vlan_get_ vlan_id@ Base
+ nm_device_vlan_new@ Base
* debian/libnm-util2. symbols: add new symbols:
+ nm_connection_get_setting_ vlan@Base
+ nm_setting_bond_get_ option_ default@ Base
+ nm_setting_bond_get_ valid_options@ Base
+ nm_setting_ip6_config_ get_ip6_ privacy@ Base (renamed from
nm_setting_ ip6_config_ get_enable_ ip6_privacy@ Base)
+ nm_setting_ip6_config_ privacy_ get_type@ Base
+ nm_setting_vlan_*
+ nm_vlan_flags_get_ type@Base
+ nm_vlan_priority_ map_get_ type@Base
* debian/network- manager. install: install the debug-helper.py script as a way
for our users to change wpasupplicant, NetworkManager and ModemManager log
levels easily; as /usr/lib/NetworkManager/ debug-helper. py.
* debian/control: add python to Suggests because the debug-helper.py script
does require it, but leave it as just a Suggests because the script is
simply there to make people's life easier when reporting bugs.
* debian/patches/ git_glib_ enum_dbus_ nicks_54ef8f3. patch: make sure the nicks
for NM enums are properly set rather than defaulting to the automatic
values from glib-mkenums; this should fix the nm-connection-editor bug
with editing various types of connections. (LP: #951464, #953522)
* debian/patches/ git_libnm- util_wep_ caps_assert_ bb6da99. patch: fix asserts
in nm_util_security_ valid() when devices (like those which use ipw2200)
report no WEP capabilities. (LP: #908380) - 160. By Mathieu Trudel-Lapierre
-
debian/
ifblacklist_ migrate. sh: simplify the script and fix the logic to
comment out any configuration under devices that are configured
automatically to use DHCP, since in those cases NetworkManager will pick
things up. (LP: #948217) - 159. By Mathieu Trudel-Lapierre
-
debian/
patches/ dnsmasq- dnssec- passthrough. patch: have dnsmasq proxy DNSSEC
data; otherwise we'll get DNSSEC-enabled sites show as non-DNSSEC in
browsers (which would be a regression from the behavior of the libc
resolver). (LP: #946093) - 158. By Mathieu Trudel-Lapierre
-
* debian/
patches/ git_libnm- glib_ensure_ device_ state_aef4340. patch: make sure
we also update the device state in libnm-glib when the state-changed signal
gets fired. (LP: #934117)
* debian/control: update Vcs-Bzr; renamed the packaging branch.
* debian/patches/ dnsmasq- dont-read- hosts.patch: avoid dnsmasq caching old
entries from /etc/hosts because they were listed when dnsmasq was started:
have dnsmasq not read /etc/hosts at all, the libc resolver can properly
take care of it on its own. (LP: #943339) - 157. By Mathieu Trudel-Lapierre
-
[ Gabor Kelemen ]
* debian/network- manager. upstart: Make NM aware of the locale. (LP: #875017) [ Mathieu Trudel-Lapierre ]
* debian/patches/ lp936712_ dnsmasq_ ip6_ns_ ordering. patch: order IPv6
nameservers before IPv4 ones in dnsmasq config: dnsmasq is able to properly
deal with broken IPv6 nameservers (or routers). (LP: #936712)
* debian/control: add Conflicts: connman to network-manager. (LP: #659460)
* debian/patches/ manage- privacy- extensions. patch: set the default for using
IPv6 Privacy extensions to TRUE; this is just correcting an oversight from
adapting the upstream patch. (LP: #176125) - 156. By Rico Tzschichholz
-
debian/
libnm-* -dev.install: add missing -enum.h files now that upstream
uses glib-mkenums. (LP: #934505) - 155. By Mathieu Trudel-Lapierre
-
debian/control: add missing Build-Depends on python-gobject-2 and
python-dbus which somehow appears to be required for tests. - 154. By Mathieu Trudel-Lapierre
-
* upstream snapshot 2012-02-16 18:54:47 (GMT)
+ 8572ecfd7cc823097ff80de54ed6d7 e17059c4fb
* debian/patches/ nl3-default- ip6-route. patch: refreshed.
* debian/patches/ manage- privacy- extensions. patch: allow NM to manage privacy
extensions on a per-connection basis.
* debian/libnm-util2. symbols: add/update symbols:
+ nm_setting_ip6_config_ get_enable_ ip6_privacy@ Base
+ nm_setting_802_1x_ ck_format_ get_type@ Base
+ nm_setting_802_1x_ ck_scheme_ get_type@ Base
+ nm_setting_bond_add_ option@ Base
+ nm_setting_bond_get_ num_options@ Base
+ nm_setting_bond_get_ option@ Base
+ nm_setting_bond_get_ option_ by_name@ Base
+ nm_setting_bond_remove_ option@ Base
+ nm_setting_compare_ flags_get_ type@Base
+ nm_setting_diff_result_ get_type@ Base
+ nm_setting_gsm_network_ band_get_ type@Base
+ nm_setting_gsm_network_ type_get_ type@Base
+ nm_setting_hash_flags_ get_type@ Base
+ nm_setting_secret_ flags_get_ type@Base
+ nm_utils_security_ type_get_ type@Base
+ nm_wep_key_type_ get_type@ Base
* debian/libnm-glib4. symbols: add new symbols:
+ nm_client_permission_ get_type@ Base
+ nm_client_permission_ result_ get_type@ Base
+ nm_secret_agent_get_ secrets_ flags_get_ type@Base
+ nm_wimax_nsp_network_ type_get_ type@Base
* debian/patches/ add_sendsigs_ omissions. patch: move NM pid files for dhclient
and dnsmasq (and also dhcpcd and named if they were used) to the
/run/sendsigs. omit.d directory and with a slightly different name. This
will let us skip over those processes as shutdown since they will be killed
by NetworkManager when its upstart job stops. (LP: #869635)
* debian/rules: re-enable tests; run them inside dbus-test-runner.
* debian/control: Build-Depends on dbus-test-runner for tests.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/quantal/network-manager