figsoda
98b9e41f61
pkgs: fix typos
2023-05-19 22:31:04 -04:00
Robert Scott
6936f33c1b
connman: add patch for CVE-2023-28488
2023-05-07 20:59:28 +01:00
Robert Scott
37fee8c509
connman: fix build with ppp 2.5.0 using upstream patch
2023-05-07 20:57:41 +01:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
rnhmjoj
fed3e4cc87
connman: add NixOS tests to passthru
2023-01-30 07:48:51 +01:00
AndersonTorres
ad4e35bc15
connmanPackages: group all connman-related expressions
2022-11-10 23:26:43 -03:00
AndersonTorres
aaa6a5cf0b
connman: move its expression to a dedicated directory
...
It is a typical pattern of Nixpkgs, and also helps when adding extra files like
updating scripts, custom patches &c.
2022-11-10 07:41:02 -03:00
Renaud
7ccbd82a42
connman: update homepage
...
And use SPDX 3.0 license identifier
2022-02-06 15:10:20 +01:00
Thomas Gerbet
e9ac83ebb5
connman: 1.40 -> 1.41
...
Fixes CVE-2022-23096
Changelog:
https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=4a27c58ad8b1afd980ebe122ca178c7f659c025e
2022-02-02 22:10:22 +01:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version ( #145396 )
2021-11-10 16:21:47 -05:00
Alyssa Ross
02a01828c5
pkgsMusl.connmanMinimal: fix build with Alpine patch
2021-11-05 14:51:49 +00:00
Alyssa Ross
e76aa52b2f
connmanMinimal: fix cross compilation
...
Move inputs from `nativeBuildInputs`.
2021-11-04 16:08:10 +02:00
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