[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][upstream/latest] 73 commits: Update Friulian translation

Chris Talbot (@kop316) gitlab at salsa.debian.org
Wed Feb 14 18:04:09 GMT 2024



Chris Talbot pushed to branch upstream/latest at Debian On Mobile / gnome-calls


Commits:
958d63df by Fabio Tomat at 2023-04-28T08:36:57+00:00
Update Friulian translation

- - - - -
61b81a28 by Evangelos Ribeiro Tzaras at 2023-05-01T09:35:10+02:00
mm-provider: Don't warn about cancelled mm_manager_new()

It is cancelled when disposing and does not warrant a warning.

- - - - -
4fa54275 by Florian Weimer at 2023-05-03T14:40:22+00:00
test-sip: Use su_random() (not su_random64())

su_random64() is not exposed in the freeswitch fork of sofia-sip.

- - - - -
8eb46de6 by Дилян Палаузов at 2023-05-03T17:05:58+02:00
srtp-utils: Remove unused variable srtp_crypto_suites

- - - - -
b550617d by Evangelos Ribeiro Tzaras at 2023-05-09T09:16:11+02:00
ci: Allow flatpak jobs to fail

They have been a bit flaky lately, especially the arm64 job.

- - - - -
e80abf71 by Evangelos Ribeiro Tzaras at 2023-05-09T07:44:09+00:00
tests: Use g_test_init instead of gtk_test_init

gtk_test_init() ends up calling gtk_init() which tries opening
the default display. CI jobs sometimes seem to trip over this
even when run through xvfb-run. Therefore we use g_test_init()
instead.

- - - - -
509456cb by Evangelos Ribeiro Tzaras at 2023-05-09T07:44:09+00:00
ci: Build tarball for tags

- - - - -
037d2c55 by Evangelos Ribeiro Tzaras at 2023-05-09T09:23:39+00:00
srtp-utils: Pass MKI length into error message

Fixes: 493772354172d418ae8d79118090e75cd8c1be80

- - - - -
cfd371d7 by Дилян Палаузов at 2023-05-09T13:23:43+00:00
srtp-utils: Strip padding characters in crypto attribute lines

https://www.rfc-editor.org/rfc/rfc4568.html#section-6.1 says:
 When base64 decoding the key and salt, padding characters (i.e.,
 one or two "=" at the end of the base64-encoded data) are discarded
 (see [RFC3548] for details).

https://www.rfc-editor.org/rfc/rfc3548#section-2.2 says:
 In some circumstances, the use of padding ("=") in base encoded data
 is not required nor used.  In the general case, when assumptions on
 size of transported data cannot be made, padding is required to yield
 correct decoded data.

- - - - -
3db2c5db by Дилян Палаузов at 2023-05-09T13:23:43+00:00
srtp-utils: Add implicit padding characters explicitly

Otherwise base64 decoding will give us a wrong key.

- - - - -
e6bfa6d9 by Дилян Палаузов at 2023-05-09T13:23:43+00:00
srtp-utils: Reuse existing function to get expected key length

This avoids unnecessary and potentially error-prone duplication.

- - - - -
8ca35976 by Дилян Палаузов at 2023-05-09T13:23:43+00:00
sdp-crypto: Include "ICM" in crypto suite enums

This indicates integer counter mode being used and
helps disambiguate additional crypto suites in the future.

Renamed CALLS_SRTP_SUITE_AES_128_SHA1_80 → CALLS_SRTP_SUITE_AES_128_ICM_SHA1_80
and CALLS_SRTP_SUITE_AES_128_SHA1_32 → CALLS_SRTP_SUITE_AES_128_ICM_SHA1_32

- - - - -
267eecf0 by Дилян Палаузов at 2023-05-09T13:23:43+00:00
srtp-utils: Add support for AES 256 bit crypto suites

As specified by RFC 6188.

- - - - -
378da62c by Дилян Палаузов at 2023-05-09T13:23:43+00:00
srtp-utils: Add skeleton code to ease adding crypto suites

With this in place enabling an additional crypto suite
would only require two changes:
- Adding GStreamer capability mapping
- Add case in calls_srtp_parse_sdp_crypto_attribute()

- - - - -
3e699275 by Evangelos Ribeiro Tzaras at 2023-05-10T18:00:42+00:00
mm-origin: Don't unref origin in call_deleted_cb

Fixes: 72a85d62fad3b6bfbceedd93f8122926de699503
Closes: #573

- - - - -
b32f3185 by Evangelos Ribeiro Tzaras at 2023-05-10T20:37:41+02:00
ci: Allow nightly jobs to fail

Apparently the publish jobs try to run even though the needed flatpak
job failed, so disable these too.

Fixes: b550617de208b8606717559973eb78c67b9e549e

- - - - -
9c15568e by Pablo Correa Gómez at 2023-05-11T11:45:30+00:00
Update Spanish translation

- - - - -
9c5d7a58 by Evangelos Ribeiro Tzaras at 2023-05-12T18:06:34+02:00
sip-provider: Add debugging to password lookup

- - - - -
e26e6640 by Evangelos Ribeiro Tzaras at 2023-05-12T16:46:30+00:00
test-application: Use dummy plugin

The test should not try communicating with any modem through ModemManager.

Fixes: #576

- - - - -
4598eaa0 by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
test-manager: Codestyle

- - - - -
22bcd46a by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
build: Define po_dir variable

- - - - -
42b456f0 by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
po: Add plugin desktop files

Calls preferences will show the name and description of a plugin,
so they should be translatable.

- - - - -
c2375a0c by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
sip: Reword plugin information

- - - - -
18c186b7 by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
ofono: Reword plugin information

- - - - -
3a7b5f0c by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
mm: Reword plugin information

- - - - -
daf2981d by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
dummy: Reword plugin information

- - - - -
3f5d570d by Evangelos Ribeiro Tzaras at 2023-05-15T09:56:28+02:00
Introduce CallsPlugin

A convenience class to query information about plugins and to allow
loading and unloading.

- - - - -
1b3f8ca2 by Evangelos Ribeiro Tzaras at 2023-05-20T04:04:48+02:00
Introduce CallsPluginManager

- - - - -
37b208f0 by Evangelos Ribeiro Tzaras at 2023-05-20T04:04:50+02:00
test-plugins: Switch to CallsPluginManager

- - - - -
d3e42c93 by Evangelos Ribeiro Tzaras at 2023-05-20T04:04:50+02:00
refactor: Switch to CallsPluginManager

- - - - -
7d3b5afa by Evangelos Ribeiro Tzaras at 2023-05-20T04:04:50+02:00
application: Reindent struct members

Split into separate commit to reduce diff noise.

- - - - -
1f34765d by Jordi Mas i Hernandez at 2023-05-28T05:41:32+00:00
Update Catalan translation

- - - - -
ba81d751 by Sabri Ünal at 2023-05-29T12:26:03+00:00
Update Turkish translation

- - - - -
512da7ed by Jordi Mas i Hernandez at 2023-06-02T13:14:30+00:00
Update Catalan translation

- - - - -
34a6c027 by Dušan Kazik at 2023-06-12T13:00:15+00:00
Update Slovak translation

(cherry picked from commit de3c7072a24b625d244d600e190a1ddb8fbc6b45)

- - - - -
6987d0f1 by Evangelos Ribeiro Tzaras at 2023-06-13T18:56:03+02:00
plugin-manager: Add debugging to init()

- - - - -
0b0dc680 by Evangelos Ribeiro Tzaras at 2023-06-13T18:56:03+02:00
build: Install .plugin files

Without them we cannot load plugins from the installed location.

Closes: #585

Fixes: 42b456f03a3396ca0ba3b27ef8648dae11e80777

- - - - -
f93d8675 by Bruce Cowan at 2023-07-02T19:54:21+00:00
Update British English translation

(cherry picked from commit 48bd0c19f479433f585db9554ec5d604f3623b4f)

- - - - -
09bf6005 by Boyuan Yang at 2023-07-04T14:14:06+00:00
Update Chinese (China) translation

- - - - -
1ef5df6a by Fabio Tomat at 2023-07-20T21:14:44+00:00
Update Friulian translation

- - - - -
40f6b0a3 by Balázs Úr at 2023-07-25T21:40:51+00:00
Update Hungarian translation

- - - - -
ab185645 by Ekaterine Papava at 2023-07-28T04:13:22+00:00
Update Georgian translation

- - - - -
4597bc21 by Yosef Or Boczko at 2023-07-28T07:08:04+00:00
Update Hebrew translation

- - - - -
78ab1646 by Yuri Chornoivan at 2023-07-28T14:04:10+00:00
Update Ukrainian translation

- - - - -
c5993768 by Jürgen Benvenuti at 2023-07-28T18:45:40+00:00
Update German translation

- - - - -
9600d1eb by Danial Behzadi at 2023-07-28T23:23:03+00:00
Update Persian translation

- - - - -
dfcab571 by Efstathios Iosifidis at 2023-07-29T06:55:56+00:00
Update Greek translation

- - - - -
88d99095 by Vasil Pupkin at 2023-07-29T13:28:28+00:00
Update Belarusian translation

- - - - -
b2920e2a by Matej Urbančič at 2023-07-29T14:54:06+00:00
Update Slovenian translation

- - - - -
9bd87445 by Hugo Carvalho at 2023-07-31T10:54:56+00:00
Update Portuguese translation

- - - - -
15188dca by Vittorio Monti at 2023-07-31T14:04:42+00:00
Update Italian translation

- - - - -
51f28228 by Artur So at 2023-08-02T09:34:34+00:00
Update Russian translation

- - - - -
8d9f4245 by Asier Sarasua Garmendia at 2023-08-05T08:39:04+00:00
Update Basque translation

- - - - -
62706125 by Daniel Rusek at 2023-08-06T13:06:21+00:00
Update Czech translation

- - - - -
2eef2ab6 by Piotr Drąg at 2023-08-06T17:52:54+02:00
Update Polish translation

- - - - -
07e7bc24 by Daniel Șerbănescu at 2023-08-07T16:09:20+00:00
Update Romanian translation

- - - - -
4e993943 by Daniel Mustieles at 2023-08-08T08:14:57+02:00
Updated Spanish translation

- - - - -
72236378 by Kukuh Syafaat at 2023-08-09T13:00:05+00:00
Update Indonesian translation

- - - - -
610b39ce by Fran Dieguez at 2023-08-11T20:01:22+00:00
Update Galician translation

- - - - -
277b1ed5 by Aurimas Černius at 2023-08-15T19:26:33+00:00
Update Lithuanian translation

- - - - -
e1dbc728 by Sabri Ünal at 2023-08-16T18:37:44+00:00
Update Turkish translation

- - - - -
2f13695d by Jiri Grönroos at 2023-08-17T10:46:18+00:00
Update Finnish translation

- - - - -
6395f22d by Anders Jonsson at 2023-08-18T21:49:05+00:00
Update Swedish translation

- - - - -
b8c659fa by Amn Alam at 2023-08-20T18:35:00+00:00
Add Punjabi translation

- - - - -
b38d2050 by Alan Mortensen at 2023-09-01T18:17:07+00:00
Update Danish translation

- - - - -
471f3ec4 by Evangelos Ribeiro Tzaras at 2023-09-02T11:24:04+02:00
Document and release 45~rc.0

- - - - -
3a9b24c4 by Nathan Follens at 2023-09-03T13:29:25+00:00
Update Dutch translation

- - - - -
e4146d17 by Changwoo Ryu at 2023-09-07T16:58:50+00:00
Update Korean translation

- - - - -
25528219 by Irénée THIRION at 2023-09-11T19:30:28+00:00
Update French translation

- - - - -
42c6176a by Leônidas Araújo at 2023-09-12T14:10:08+00:00
Update Brazilian Portuguese translation

- - - - -
4cc20a30 by Kristjan SCHMIDT at 2023-09-14T11:18:36+00:00
Update Esperanto translation

- - - - -
936d3628 by Evangelos Ribeiro Tzaras at 2023-09-24T07:21:29+02:00
Document and release 45.0

- - - - -
ed1a4fa1 by Chris Talbot at 2024-02-14T11:02:49-07:00
New upstream version 45.0
- - - - -


30 changed files:

- .gitlab-ci.yml
- NEWS
- data/meson.build
- data/org.gnome.Calls.metainfo.xml
- debian/changelog
- meson.build
- plugins/provider/dummy/dummy.plugin.in → plugins/provider/dummy/dummy.plugin.in.in
- plugins/provider/dummy/meson.build
- plugins/provider/mm/calls-mm-origin.c
- plugins/provider/mm/calls-mm-provider.c
- plugins/provider/mm/meson.build
- plugins/provider/mm/mm.plugin.in → plugins/provider/mm/mm.plugin.in.in
- plugins/provider/ofono/meson.build
- plugins/provider/ofono/ofono.plugin.in → plugins/provider/ofono/ofono.plugin.in.in
- plugins/provider/sip/calls-sdp-crypto-context.c
- plugins/provider/sip/calls-sip-provider.c
- plugins/provider/sip/calls-srtp-utils.c
- plugins/provider/sip/calls-srtp-utils.h
- plugins/provider/sip/meson.build
- plugins/provider/sip/sip.plugin.in → plugins/provider/sip/sip.plugin.in.in
- plugins/provider/tests/test-call.c
- plugins/provider/tests/test-media.c
- plugins/provider/tests/test-origin.c
- plugins/provider/tests/test-provider.c
- plugins/provider/tests/test-sdp-crypto.c
- plugins/provider/tests/test-sip.c
- plugins/provider/tests/test-srtp.c
- po/LINGUAS
- po/POTFILES.in
- po/be.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/f56964e1e3693f87d0ac5ca403f2a0fde8780aa9...ed1a4fa1cbcc15c806874d73946216291ab6265e

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/f56964e1e3693f87d0ac5ca403f2a0fde8780aa9...ed1a4fa1cbcc15c806874d73946216291ab6265e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20240214/15ee1d5a/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list