aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/modem-manager (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modemmanager: 1.12.8 -> 1.12.10R. RyanTM2020-05-221-2/+2
|
* Merge staging-next into stagingFrederik Rietdijk2020-04-211-0/+2
|\
| * modemmanager: enableParallelBuildingAlyssa Ross2020-04-191-0/+2
| | | | | | | | Seems to work fine for me at -j48.
* | modemmanager: 1.12.6 -> 1.12.8R. RyanTM2020-04-061-2/+2
|/
* modemmanager: 1.12.4 -> 1.12.6R. RyanTM2020-03-031-3/+3
|
* modemmanager: 1.12.2 -> 1.12.4R. RyanTM2020-02-081-2/+2
|
* modemmanager: 1.10.6 -> 1.12.2worldofpeace2020-01-131-2/+2
| | | | https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.12.2/NEWS
* modemmanager: 1.10.4 -> 1.10.6R. RyanTM2019-11-031-2/+2
|
* Merge pull request #68762 from dtzWill/update/modemmanager-1.10.4worldofpeace2019-09-151-3/+3
|\ | | | | modemmanager: 1.10.0 -> 1.10.4
| * modemmanager: 1.10.0 -> 1.10.4Will Dietz2019-09-151-3/+3
| | | | | | | | | | | | | | | | | | Update dbus-sys-dir to not use deprecated directory. https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.10.4/NEWS https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.10.2/NEWS Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | networkmanager,modemmanager: fix service symlinks for systemd v243Will Dietz2019-09-141-7/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | Fixes problems such as: systemd[1]: Failed to put bus name to hashmap: File exists systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation. Problem is that systemd treats symlinks to files outside the service path differently, causing our old workaround to look like two separate services. These symlinks are intended to be a means for manually emulating the behavior of the `Alias=` directive in these services. Unfortunately even making these symlinks relative isn't enough, since they don't make it to where it matters-- that only makes the links in /etc/static/systemd/system/* relative, with systemd still being shown non-relative links in /etc/systemd/system/*. To fix this, drop all of this at the package level and instead simply specify the aliases in the NixOS modules. Also handle the same for modemmanager, since the networkmanager NixOS module also handles that.
* treewide: don't use single quotes with placeholderworldofpeace2019-09-031-3/+3
|
* Revert "modemmanager: rename ModemManager.service to modem-manager.service"Jörg Thalheim2019-03-191-4/+1
| | | | This reverts commit c6882b2cf9fa13579f64d5c33cbc071fa5d5e884.
* modemmanager: 1.7.990 -> 1.10.0worldofpeace2019-03-151-27/+15
| | | | | | | | | | | | | * Add flags for systemd [0] * Enable tests Though I actually didn't look to see how they're performed, only effort done was to get a success- ful build. * Enable vala bindings [0]: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.8.0/NEWS#L21
* modem-manager: don't define inconsistent pnamePatrick Hilhorst2018-11-061-2/+2
|
* modemmanager: remove unneeded dependencyJan Tojnar2018-08-251-2/+2
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-281-1/+1
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* modemmanager: rename ModemManager.service to modem-manager.serviceFlorian Klink2018-03-231-0/+64
This is in line with NetworkManager.service being renamed to network-manager.service fixes #30452