Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431166 - net-misc/networkmanager-0.9.6.0 (and plugins) version bump
Summary: net-misc/networkmanager-0.9.6.0 (and plugins) version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Robert Piasek (RETIRED)
URL: https://mail.gnome.org/archives/netwo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 01:04 UTC by Manuel Rüger (RETIRED)
Modified: 2012-09-14 05:15 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2012-08-13 01:04:35 UTC
From announce mail:
"I'm pleased to announce the release of NetworkManager 0.9.6, and
network-manager-applet 0.9.6.2.  This release includes many IPv6 fixes,
IPv6 VPN support, cli enhancements, ADSL modem support, on-demand WiFi
scan support, Vala language bindings, customized dnsmasq local caching
nameserver configurations, documentation updates, stability fixes, GNOME
Bluetooth plugin fixes, enhanced PKCS#12 certificate support, use of
GSettings instead of GConf, and more.  Thanks to everyone who
contributed [1], and thanks to all our translators too!

You'll notice that network-manager-applet and NetworkManager-openconnect
are at version 0.9.6.2, due to two bugs that were found and fixed right
after the release.  The rest of the components remain at version
0.9.6.0."

v0.9.6.0
net-misc/networkmanager
net-misc/networkmanager-openswan
net-misc/networkmanager-openvpn
net-misc/networkmanager-pptp
net-misc/networkmanager-vpnc

v0.9.6.2
gnome-extra/nm-applet
net-misc/networkmanager-openconnect

Please add it to the tree.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-09-13 09:59:31 UTC
modemmanager-0.6.0.0, networkmanager-0.9.6.0, and friends are now in portage. Sorry for the wait!

>*networkmanager-0.9.6.0 (13 Sep 2012)
>
>  13 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  -files/10-openrc-status-r1, -networkmanager-0.8-r1.ebuild,
>  -files/networkmanager-0.8-confchanges.patch,
>  -files/networkmanager-0.8-nscd-clear-cache.patch,
>  -files/networkmanager-0.8-read-hostname.patch, -networkmanager-0.9.0.ebuild,
>  -files/networkmanager-0.9.1.95-force-libnl1.1.patch,
>  -networkmanager-0.9.2.0-r5.ebuild,
>  -files/networkmanager-0.9.2.0-ifnet-ignore-user-connections.patch,
>  -files/networkmanager-0.9.2.0-ifnet-openrc-style.patch,
>  -files/networkmanager-0.9.2.0-ifnet-password-truncated.patch,
>  -files/networkmanager-0.9.2.0-ifnet-remove-system-prefix.patch,
>  -files/networkmanager-0.9.2.0-ifnet-unquote-hostname.patch,
>  -files/networkmanager-0.9.2.0-init-provide-net.patch,
>  +networkmanager-0.9.6.0.ebuild,
>  +files/networkmanager-0.9.6.0-cached-ipv6-routes-1.patch,
>  +files/networkmanager-0.9.6.0-cached-ipv6-routes-2.patch,
>  +files/networkmanager-0.9.6.0-daemon-signals.patch,
>  -files/NetworkManagerDispatcher, -files/nm-system-settings.conf,
>  metadata.xml:
>  Version bump with various fixes. No longer saves thousands of temporary ipv6
>  routes (bug #428274, thanks to Matthias Nagel). No longer installs dispatcher
>  and init scripts when USE=systemd to avoid annoying systemd users (bug
>  #434692, thanks to Arne Stäcker). Drop old.
Comment 2 Raffaello D. Di Napoli 2012-09-14 04:23:39 UTC
Shouldn’t the dependency on vala-common be conditional on USE=vala ?
I just emerged nm without vala-common (or anything vala) in my system, and it works just fine.

This is the change I made:

  vala? ( $(vala_depend) dev-libs/vala-common )
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-09-14 05:15:53 UTC
(In reply to comment #2)
Thanks for noticing! I had added the vala-common dependency because networkmanager-0.9.6.0 needs vapigen.m4 for eautoreconf, but I didn't notice that the networkmanager-0.9.6.0 release tarball already contains its own copy of vapigen.m4.

>  14 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  networkmanager-0.9.6.0.ebuild:
>  Remove vala-common dependency since tarball includes m4/vapigen.m4; bug
>  #431166, thanks to Raffaello D. Di Napoli.