Las Safin
12bc6bff40
connman: 1.39 -> 1.40
2021-06-18 18:50:28 +00:00
Alyssa Ross
b0372cefc4
connman: set sysconfdir to /etc
...
If sysconfdir is set to something in connman's prefix, it's not
possible to change the configuration (at least without providing a
flag to connman).
2021-04-06 16:09:47 +00:00
R. RyanTM
0122f51d9e
connman: 1.38 -> 1.39
2021-02-09 23:47:03 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Martin Milata
9d1b3a1555
connman-ncurses: support json_c-0.14
2020-07-02 18:30:23 +02:00
Jörg Thalheim
d45bece61d
connmanui: remove
...
no update since 2015.
The software never left alpha stage
2020-04-28 09:46:49 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Doron Behar
bffec3d884
nixos/connman: add TODOs regarding connman + network-manager
2020-03-28 12:28:29 +03:00
Doron Behar
b03bf779ae
connman: remove unneeded deps from nativeBuildInputs
2020-03-27 10:43:51 +03:00
Doron Behar
aa44c23c7a
connman: reverse order of build flavors declaration
2020-03-27 10:43:51 +03:00
Doron Behar
22b27dd635
connman: remove import of networkmanager
2020-03-27 10:43:51 +03:00
Doron Behar
a3d2e48a62
connmanMinimal: remove use of lowPrio
2020-03-27 10:43:51 +03:00
Doron Behar
fa5f7b89c4
connman: Switch to postPatch from patchPhase
2020-03-27 10:43:51 +03:00
Doron Behar
3b89674dc3
connman: declare build flavors idiomaticly
...
Use tesseract as a source for inspiration - rename default.nix ->
connman.nix and declare build flavors in default.nix .
2020-03-27 10:43:51 +03:00
Doron Behar
be59cb3be8
connman: Use patchPhase instead of preConfigure
2020-03-27 10:43:51 +03:00
Doron Behar
e59deafc2d
connman: Use global reference to lib.optionals
2020-03-27 10:43:51 +03:00
Doron Behar
cdc20ac30e
connman: Fix comments after @erikarvstedt's comments
2020-03-27 10:43:51 +03:00
Doron Behar
53d8831b62
connman: cleanup build from the groundup
2020-03-27 10:43:51 +03:00
Doron Behar
50ce1e6469
connman: doCheck and split outputs
2020-03-27 10:43:51 +03:00
Doron Behar
a0e966d797
connman: upgrade to readline latest
2020-03-27 10:43:50 +03:00
Doron Behar
e55ad4897d
connman: quote homepage
2020-03-27 10:43:50 +03:00
Doron Behar
e9569a0a03
connman: quote out in configure flag
2020-03-27 10:43:50 +03:00
Doron Behar
184d741292
connman: remove unneeded hooks
2020-03-27 10:43:50 +03:00
Doron Behar
bc4d2abac8
connman: remove unneeded deps
2020-03-27 10:43:50 +03:00
Doron Behar
7cdd874589
connman: 1.37 -> 1.38
2020-03-27 10:43:50 +03:00
Doron Behar
59613f5ca5
connman: format argument lists and inputs
2020-03-27 10:43:50 +03:00
José Romildo Malaquias
9f1b240f9d
connman-notify: 2014-06-23 -> 2019-10-05
2019-12-04 00:49:58 -03:00
worldofpeace
8ce26c7971
connman: Move D-Bus conf file to share/dbus-1/system.d
...
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:47 -04:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
f8388d04c9
connman: 1.36 -> 1.37
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/connman/versions
2019-04-01 00:05:16 -07:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vladyslav M
3a6fd647e5
connman: 1.35 -> 1.36 ( #40775 )
2018-05-19 18:49:18 +02:00
Matthew Bauer
1592e03aba
treewide: rename bad filenames
...
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00
Michael Alan Dorman
2977296f37
connman: fix build with upstream patch
...
This is needed for newer kernels, apparently.
Fixes #35332 .
2018-02-22 07:55:10 -05:00
José Romildo Malaquias
fe502b0fad
connman: enable support for Wireless daemon for Linux (iwd)
2017-12-19 08:34:11 -02:00
Franz Pletz
7753daa204
connman: 1.34 -> 1.35
...
Fixes CVE-2017-12865, see http://connmando.nri-secure.co.jp/index.html .
Fixes #28967 .
2017-09-05 11:58:58 +02:00
romildo
ac8698b7d1
connman: 1.33 -> 1.34
2017-05-01 23:35:18 -03:00
Joachim Fasting
10be782f25
connman: meta cleanup
2016-09-28 20:01:37 +02:00
Herwig Hochleitner
cc60ee187a
connman: 1.32 -> 1.33
2016-09-14 18:44:48 +02:00
Alexander Ried
d74335da85
connman: make dependency on awk explicit
2016-05-03 20:10:58 +02:00
Alexander Ried
b95eebec65
connman: 1.31 -> 1.32
...
fetch release tarball instead of git checkout and drop autotools
This update is compatible with iptables 1.6.0 (see #12178 )
2016-05-03 20:10:54 +02:00
Alexander V. Nikolaev
745a11fad5
connman: 1.30 -> 1.31
2016-02-15 08:34:15 +02:00
Vladimír Čunát
b7658f3f8b
connman: drop policykit dependency, refactor meta
...
PolicyKit is long obsoleted by PolKit and it didn't seem used here.
/cc maintainer @matejc.
2016-01-02 09:02:05 +01:00
devhell
10d5d9acf4
connman: 1.28 -> 1.30
...
Built fine, couldn't test though as I don't have a laptop around me at
the moment.
From the changelog:
```
Fix issue with pending DNS request during server change.
Fix issue with empty strings in nameservers configuration.
Fix issue with time servers during IP configuration change.
Fix issue with 4-way handshake during roaming.
Fix issue with open WiFi networks security.
Fix issue with support for WiFi AnonymousIdentity.
Fix issue with memory leak and DHCPv6 DUID handling.
Fix issue with DHCP client and P2P interaction.
Fix issue with handling provision file updates.
Fix issue with VPN state updates.
Disable 6to4 support by default.
```
2015-08-31 19:19:14 +01:00
devhell
968571af95
connman: 1.26 -> 1.28
...
ConnMan 1.28 was released Sunday, February 1st, 2015.
Upgrading ConnMan is strongly encouraged as this release fixes an issue
with DHCPv6 retransmission timer calculation that causes system load to
jump to 100%. In addition, all WiFi P2P issues encountered with Miracast
have been addressed thanks to persistent the reporting and fixing by
Jussi Kukkonen, Tomasz Bursztyka and Jukka Rissanen.
ConnMan no longer hands off foreground autoscanning to wpa_supplicant as
it causes issues when finding hidden WiFi networks. As a result, the
previously recommended build time option has be removed from the
documentation. wpa_supplicant can still be built with autoscan enabled
but as ConnMan no longer enables it run time the issue is mitigated.
Other changes and fixes include:
* Several fixes for handling IPv6 contexts via oFono (Pasi Sjöholm)
* Fix memory deallocation in exit code paths (Hannu Mallat)
* Use OPEN auth_alg for wpa_supplicant open WiFi networks (Slava Monich)
* A WiFi Access Point with unknown strength now has a proper minimum value
which translates to a service 'Strenght' property of 30 (Patrik Flykt)
* Fix byte order in DHCP server identifier (Jukka Rissanen)
* Properly cancel an ongoing service connect if the Agent exits
(Patrik Flykt)
2015-02-03 16:12:47 +00:00
Matej Cotman
94f8f28433
connman: update to 1.26
2014-12-08 12:47:00 +01:00