Commit graph

39 commits

Author SHA1 Message Date
Weijia Wang cd33d53e60
Merge pull request #220102 from r-ryantm/auto-update/libmbim
libmbim: 1.28.2 -> 1.28.4
2023-03-11 19:33:08 +02:00
Artturin f69a8fabf1 treewide: withIntrospection (host == build) -> (host.emulatorAvailable buildPackages)
cross-os (like linux -> *BSD) doesn't have emulators
2023-03-10 17:05:10 +02:00
Mario Rodas a8da8df295 libmbim: add changelog to meta 2023-03-08 05:13:00 +00:00
R. Ryantm 9eb7621cbb libmbim: 1.28.2 -> 1.28.4 2023-03-08 05:12:16 +00:00
Jan Tojnar a1e8dfcdf4 libmbim: 1.26.4 → 1.28.2
- Autotools no longer supported.
- Tarballs no longer available.

https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001193.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001195.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001196.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001197.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-November/001198.html
2023-02-02 00:52:01 +01:00
Jan Tojnar 650b3f97cd libmbim: 1.26.2 → 1.26.4
https://lists.freedesktop.org/archives/libmbim-devel/2022-April/001188.html
2022-07-25 17:03:33 +02:00
R. RyanTM 1b67f41ce5
libmbim: 1.26.0 -> 1.26.2 (#150000) 2021-12-25 17:04:24 -05:00
Florian Klink e59d302e25 libmbim: update license to gpl2Plus
As per
https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/master/meson.build#L7.
2021-08-02 22:07:10 +02:00
Florian Klink 41e55422d5 libmbim: 1.24.8 -> 1.26.0
Overview of changes in libmbim 1.26
----------------------------------------

 * Build now requires GLib/GObject/GIO 2.56.

 * The GUdev optional build/runtime requirement is now fully dropped, it's no
   longer used.

 * Building from git no longer requires autoconf-archive, the needed AX_ macros
   are now shipped inside m4/.

 * In addition to building from a source release tarball, or building from git
   checkouts using the GNU autotools suite (autoconf/automake/libtool), this
   release includes the initial support for the meson build system. The meson
   port is not fully complete yet, as there are some missing things in the doc
   generation steps, but for system integration or development purposes, the
   port should be fully operational. This major release, including all its
   stable updates in the 1.26.x series, will be the last ones providing support
   for GNU autotools. The next major release will likely be a meson-only one,
   and will therefore not be based on a source release tarball any more, but
   on specific git tags instead.

 * Implemented new link management operations, exclusively for the cdc_mbim
   driver for now. These new operations allow creating or deleting VLAN network
   interfaces in order to run multiplexed data sessions over one single physical
   network interface.

 * Added support for the Microsoft-defined SAR service, including the following
   operations:
   ** MBIM_CID_MS_SAR_CONFIG
   ** MBIM_CID_MS_SAR_TRANSMISSION_STATUS

 * Added support for the Microsoft-defined UICC Low Level Access service,
   including the following operations:
   ** MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_ATR
   ** MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_OPEN_CHANNEL
   ** MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_CLOSE_CHANNEL
   ** MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_APDU
   ** MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_TERMINAL_CAPABILITY
   ** MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_RESET

 * Added support for the Qualcomm-defined QDU service, including the following
   operations:
   ** MBIM_CID_QDU_UPDATE_SESSION
   ** MBIM_CID_QDU_FILE_OPEN
   ** MBIM_CID_QDU_FILE_WRITE

 * Extended the Microsoft-defined Basic Connect Extensions service, including
   the following operations:
   ** MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_DEVICE_CAPS
   ** MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_SYS_CAPS
   ** MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_SLOT_INFO_STATUS
   ** MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_DEVICE_SLOT_MAPPINGS

 * libmbim-glib:
   ** Logic updated to make sure full packets are written at once, instead of
      writing them in chunks.
   ** Updated the "LTE attach status" APIs in order to avoid creating unneeded
      struct types in the interface. The older methods have been deprecated and
      maintained in the library for compatibility purposes only.

 * mbim-proxy:
   ** Internal buffer size updated from 512 bytes to 4096 bytes.

 * mbimcli:
   ** New '--ms-set-sar-config' and '--ms-query-sar-config' actions.
   ** New '--ms-set-transmission-status' and '--ms-query-transmission-status'
      actions.
   ** Updated '--enter-pin', '--disable-pin' and '--unlock-pin' to allow other
      PIN types, not just assuming PIN1.
   ** New '--link-add', '--link-delete', '--link-list' and '--link-delete-all'
      actions.
   ** New '--ms-query-sys-caps' action.
   ** New '--ms-query-slot-info-status' action.
   ** New '--ms-query-device-slot-mappings' and '--ms-set-device-slot-mappings'
      actions.
   ** Renamed '--ms-query-lte-attach-status' to '--ms-query-lte-attach-info',
      and kept the old name for compatibility purposes.

 * mbim-network:
   ** When using the mbim-proxy, skip trying to manage the MBIM session and
      transaction ids as that is implicitly done by the proxy already.

 * Several other minor improvements and fixes.

The following features which were backported to 1.24.x releases are also present
in libmbim 1.26.0:

 * Fixed merged subscribe list reporting and handling in the proxy.
 * Fixed transaction id handling when multiple fragments are involved.
 * Fixed read overflows on malformed messages.
 * Skip warnings if descriptors file cannot be read, as in new MBIM backends
   other than cdc_mbim.
2021-08-02 21:49:19 +02:00
github-actions[bot] ea28ef6cc7
Merge staging-next into staging 2021-06-18 12:04:59 +00:00
Alyssa Ross 309a4d2e99
libmbim: fix cross by disabling introspection 2021-06-17 21:46:25 +00:00
R. RyanTM ccc7bfa853 libmbim: 1.24.6 -> 1.24.8 2021-06-17 16:53:39 +00:00
R. RyanTM f3c02f462f libmbim: 1.24.4 -> 1.24.6 2021-02-11 09:13:53 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM 289ff52b8e libmbim: 1.24.2 -> 1.24.4 2020-11-10 15:04:57 +01:00
R. RyanTM c6825953c0 libmbim: 1.24.0 -> 1.24.2 2020-08-15 09:05:27 +02:00
Jan Tojnar 3abffce0d6 libmbim: 1.23.900 -> 1.24.0
* Enable introspection
* Clean up

https://lists.freedesktop.org/archives/libmbim-devel/2020-June/001105.html
2020-07-09 00:38:42 +02:00
R. RyanTM fc94ec9baf libmbim: 1.22.0 -> 1.23.900 2020-06-13 11:11:27 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 44295cc16b libmbim: 1.20.4 -> 1.22.0 2020-02-05 10:43:39 +01:00
R. RyanTM 753c6417a9 libmbim: 1.20.2 -> 1.20.4 2019-12-23 13:35:21 -08:00
R. RyanTM d024d38619 libmbim: 1.20.0 -> 1.20.2 2019-12-01 18:49:45 +01:00
Tor Hedin Brønner 1edd898ffd libmbim: 1.18.2 -> 1.20.0
fix build with glib 2.62
2019-09-30 19:39:47 +02:00
worldofpeace 59e68d3b74 treewide: don't use single quotes with placeholder 2019-09-03 13:01:42 -04:00
R. RyanTM e1b3aacd8d libmbim: 1.18.0 -> 1.18.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmbim/versions
2019-05-01 18:02:08 +02:00
worldofpeace 005c3cffc1 libmbim: 1.16.2 -> 1.18.0 2019-03-15 13:37:30 -04:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
R. RyanTM 8d5c22c989 libmbim: 1.16.0 -> 1.16.2 (#45201)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmbim/versions.
2018-08-21 19:58:12 +02:00
Ryan Mulligan d45a6a3e0d libmbim: 1.14.2 -> 1.16.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbim-network -h` got 0 exit code
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbim-network --help` got 0 exit code
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbim-network --version` and found version 1.16.0
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbimcli -h` got 0 exit code
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbimcli --help` got 0 exit code
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbimcli -V` and found version 1.16.0
- ran `/nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0/bin/mbimcli --version` and found version 1.16.0
- found 1.16.0 with grep in /nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0
- found 1.16.0 in filename of file in /nix/store/qp1xvvasv2abihckhlv8ygl6fgdgqdpw-libmbim-1.16.0

cc "@wkennington"
2018-03-04 18:34:21 +00:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Gabriel Ebner eee86b1ba5 libmbim: 1.14.0 -> 1.14.2 2017-09-29 08:34:55 +02:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Tuomas Tynkkynen 1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Alexander Ried 70a4644659 libmbim: 1.12.2 -> 1.14.0 (#19304) 2016-10-08 07:15:11 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Vladimír Čunát c1768cc8ef libmbim: split dev and doc outputs 2015-10-14 14:27:06 +02:00
Eelco Dolstra 7af1e0ae92 libmbim: Use libgudev 2015-09-08 20:21:18 +02:00
William A. Kennington III e41037ae04 libmbim: 1.6.0 -> 1.12.2 2015-03-26 12:44:17 -07:00
Domen Kožar b17edbac57 ModemManager: 0.5.4.0 -> 0.7.991 2014-02-08 20:17:00 +01:00