Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evolution-ews: 3.36.5 -> 3.38.3 #104115

Merged
merged 4 commits into from Feb 1, 2021

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for evolution-ews is: "Evolution connector for Microsoft Exchange Server protocols"

meta.homepage for evolution-ews is: "https://gitlab.gnome.org/GNOME/evolution-ews"

meta.changelog for evolution-ews is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
evolution-ews
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/qz3ah31c0271rab24wvm5np3cp7ppa4n-evolution-ews-3.38.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A evolution-ews https://github.com/r-ryantm/nixpkgs/archive/147bb7bd9c137a409d715b33e8e00769e4cffbf9.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/qz3ah31c0271rab24wvm5np3cp7ppa4n-evolution-ews-3.38.1
ls -la /nix/store/qz3ah31c0271rab24wvm5np3cp7ppa4n-evolution-ews-3.38.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package failed to build:
  • evolution-ews

Maintainer pings

cc @dasj19 for testing.

Copy link
Contributor

@dasj19 dasj19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this on my system and it works as expected

Changelog


Evolution-EWS 3.38.1 2020-10-02
-------------------------------

Bug Fixes:
	I#120 - Created public folder not visible after restart (Milan Crha)
	I#123 - Show HTML Description in calendar entries, when available (Milan Crha)
	evo-I#1097 - Provide HTML invitation description, when available (Milan Crha)

Miscellaneous:
	Allow OAuth2 for any server, not only for outlook.office365.com (Milan Crha)

Translations:
	Marek Černocký (cs)

@jtojnar
Copy link
Contributor

jtojnar commented Jan 31, 2021

Full changelog:

Evolution-EWS 3.37.1 2020-04-24

Bug Fixes:

  • I#45 - Event time shifted by an hour after edit for some time zones (Milan Crha)

Evolution-EWS 3.37.2 2020-05-29

Bug Fixes:

  • I#99 - All-day events date shown by one day off (Milan Crha)
  • I#102 - Hidden folders are displayed normally in the UI (Milan Crha)
  • I#103 - Can't subscribe to a folder of a user whom is not in GAL (Milan Crha)

Miscellaneous:

  • SetupBuildFlags.cmake: Use -Werror=implicit-function-declaration only for C code compilation (Milan Crha)
  • EEwsNotification: Change how subscription to server change notifications work (Milan Crha)
  • Add parameter check into ews_get_error_code() (Milan Crha)

Evolution-EWS 3.37.3 2020-07-03

Bug Fixes:

  • evo-I#982 - 'Message contains'-search broken in 3.36.3 (Milan Crha)

Miscellaneous:

  • PrintableOptions.cmake: Sync the file with Evolution changes (Milan Crha)
  • camel_ews_folder_new: Remove useless reference on the CamelSettings (Milan Crha)

Translations:

  • Daniel Șerbănescu (ro)

Evolution-EWS 3.37.90 2020-08-07

Bug Fixes:

  • I#66 - Adapt the timezones test (Milan Crha)
  • I#66 - Correct how tests use uhttpmock (Milan Crha)
  • I#111 - Correct license comments in the source files (Milan Crha)

Miscellaneous:

  • Provided SoupAuth might not be always used by libsoup (Milan Crha)
  • Add (disabled by default) Microsoft 365 (Graph API) connector (Milan Crha)

Evolution-EWS 3.37.92 2020-09-04

Bug Fixes:

  • I#117 - Task completion date shifted by user's zone UTC offset (Milan Crha)
  • I#118 - Camel: Claim required credentials when authentication fails (Milan Crha)
  • eds-I#208 - Avoid race condition when refreshing collection backend (Milan Crha)

Translations:

  • Yuri Chornoivan (uk)
  • Zander Brown (en_GB)
  • Piotr Drąg (pl)
  • Daniel Mustieles (es)
  • Rafael Fontenelle (pt_BR)

Evolution-EWS 3.38.0 2020-09-11

Translations:

  • Mario Blättermann (de)
  • Aurimas Černius (lt)

Evolution-EWS 3.38.1 2020-10-02

Bug Fixes:

  • I#120 - Created public folder not visible after restart (Milan Crha)
  • I#123 - Show HTML Description in calendar entries, when available (Milan Crha)
  • evo-I#1097 - Provide HTML invitation description, when available (Milan Crha)

Miscellaneous:

  • Allow OAuth2 for any server, not only for outlook.office365.com (Milan Crha)

Translations:

  • Marek Černocký (cs)

Evolution-EWS 3.38.2 2020-11-20

Bug Fixes:

  • I#132 - Server-side deleted calendar does not disappear (Milan Crha)

Miscellaneous:

  • Listen for change notifications only on user folders (Milan Crha)
  • Calendar: Copy 'X-MICROSOFT-SKYPETEAMSMEETINGURL' into 'URL' property (Milan Crha)
  • Preset OAuth2 Client ID for Office365 (EWS) (Milan Crha)

Translations:

  • Andika Triwidada (id)
  • Anders Jonsson (sv)

Evolution-EWS 3.38.3 2021-01-08

Bug Fixes:

  • eds-I#286 - Skip collection account refresh when parts disabled (Milan Crha)

Miscellaneous:

  • EEwsNotification: Use proxy settings from the connection object (Milan Crha)

@jtojnar jtojnar added the 8.has: upstream changes reviewed Reviewer checked the changelogs/commit logs associated with the release and did not find any issues. label Jan 31, 2021
@jtojnar jtojnar enabled auto-merge (rebase) January 31, 2021 12:02
@jtojnar jtojnar disabled auto-merge January 31, 2021 12:02
@jtojnar jtojnar changed the title evolution-ews: 3.36.5 -> 3.38.1 evolution-ews: 3.36.5 -> 3.38.3 Jan 31, 2021
@jtojnar
Copy link
Contributor

jtojnar commented Jan 31, 2021

Resolved the merge conflict and bumped it further.

Copy link
Contributor

@dasj19 dasj19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires evolution-data-server version 3.38.3 with the package hash: 19rwgvjicfmd5zgabr5ns42rg8cqa05p8qf7684prajjna8gcclp; and evolution-3.38.3 with package hash: 1kfshljvkpbh965rjlyy1qjjm0ic3rdxisyy9c5jjvv2qlk65b3z
Otherwise it would not compile

@ofborg ofborg bot added the 6.topic: GNOME GNOME desktop environment and its underlying platform label Jan 31, 2021
@dasj19
Copy link
Contributor

dasj19 commented Jan 31, 2021

@jtojnar It works with evolution 3.38.3, apparently we need to upgrade the whole chain of packages ( evolution, evolution-ews and evolution-data-server)

@jtojnar jtojnar merged commit 6460671 into NixOS:master Feb 1, 2021
@jtojnar
Copy link
Contributor

jtojnar commented Feb 1, 2021

Evo and e-d-s changes look fine too so merging as you confirmed it works:

Evolution 3.38.3 2021-01-08

Bug Fixes:

  • I#1242 - Tasks: "Uncompleted Tasks" filter does not work as expected (Milan Crha)
  • I#1243 - tnef-attachment: Fails to decode some TNEF event attachments (Milan Crha)
  • I#1259 - Composer: Body from mailto: URI not enclosed in paragraphs (Milan Crha)
  • I#1262 - Composer: Forward -> Redirect includes account signature (Milan Crha)
  • I#1266 - Alternative Reply: Do not ellipsize template names (Milan Crha)
  • I#1286 - WebView: Change how scheme handlers are registered (Milan Crha)
  • I#1309 - templates: Remove signature in $ORIG[quoted-body] (Milan Crha)
  • I#1312 - templates: Reply-To field is not copied to the new message (Milan Crha)

Miscellaneous:

  • Add Kabyle translation into the e_supported_locales array (Milan Crha)
  • Composer: UL/OL not wrapped properly in Plain Text mode (Milan Crha)
  • EABContactFormatter: Remove obsolete WebKitGTK code (Milan Crha)

Translations:

  • Carmen Bianca BAKKER (eo)
  • Kjartan Maraas (nb)
  • Onno Giesmann (de)
  • Andika Triwidada (id)
  • Jordi Mas (ca)

Evolution-Data-Server 3.38.3 2021-01-08

Bug Fixes:

  • I#277 - Reminders: Preselect a reminder in the notification window (Milan Crha)
  • I#286 - Skip collection account refresh when parts disabled (Milan Crha)

Miscellaneous:

  • e-categories: Show migration runtime warning only if the file exists (Milan Crha)
  • DataCalView: Created objects could be notified twice (Milan Crha)
  • EReminderWatcher: Add detailed debug prints about the scheduled reminders (Milan Crha)
  • EReminderWatcher: Catch a race condition when creating a calendar view (Milan Crha)
  • alarm-notify: Provide application reference in canberra calls (Milan Crha)
  • CamelMimeFilterToHTML: Change how empty
    is recognized (Milan Crha)
  • Addressbook:file backend: Prevent percent letter in photo filename (Milan Crha)

Translations:

  • Juliano de Souza Camargo (pt)
  • Hugo Carvalho (pt)
  • Jordi Mas (ca)

@r-ryantm r-ryantm deleted the auto-update/evolution-ews branch February 2, 2021 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 8.has: upstream changes reviewed Reviewer checked the changelogs/commit logs associated with the release and did not find any issues. 10.rebuild-darwin: 1-10 10.rebuild-linux: 11-100
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants