-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: ce0d9d638ded
head repository: NixOS/nixpkgs-channels
compare: 4647755b9fd4
- 20 commits
- 81 files changed
- 15 contributors
Commits on Apr 23, 2018
-
(cherry picked from commit 380171c)
Configuration menu - View commit details
-
Copy full SHA for d6cfc78 - Browse repository at this point
Copy the full SHA d6cfc78View commit details -
(cherry picked from commit 7a77439)
Configuration menu - View commit details
-
Copy full SHA for a0bd25d - Browse repository at this point
Copy the full SHA a0bd25dView commit details -
I've rebuild all packages that depend on gpgme and everything seems fine so far (there are a few failures but the ones I've checked are unrelated to gpgme). Upstream release notes (Noteworthy changes in version 1.11.1): * Fixed build problems in the 1.11.0 release. * Added C++ interfaces which were planned for 1.11.0. The 1.11.0 release came with these changes: * New encryption API to support direct key specification including hidden recipients option and taking keys from a file. This also allows to enforce the use of a subkey. * New encryption flag for the new API to enforce the use of plain mail addresses (addr-spec). * The import API can now tell whether v3 keys are skipped. These old and basically broken keys are not anymore supported by GnuPG 2.1. * The decrypt and verify API will now return the MIME flag as specified by RFC-4880bis. * The offline mode now has an effect on gpg by disabling all network access. [#3831] * A failed OpenPGP verification how returns the fingerprint of the intended key if a recent gpg version was used for signature creation. * New tool gpgme-json as native messaging server for web browsers. As of now public key encryption and decryption is supported. Requires Libgpg-error 1.29. * New context flag "request-origin" which has an effect when used with GnuPG 2.2.6 or later. * New context flag "no-symkey-cache" which has an effect when used with GnuPG 2.2.7 or later. * New convenience constant GPGME_KEYLIST_MODE_LOCATE. * Improved the Python documentation. * Fixed a potential regression with GnuPG 2.2.6 or later. * Fixed a crash in the Python bindings on 32 bit platforms. [#3892] * Various minor fixes. (cherry picked from commit f76c842)
Configuration menu - View commit details
-
Copy full SHA for 2f680ff - Browse repository at this point
Copy the full SHA 2f680ffView commit details -
systemd: cherry-pick 848e863acc51ecfb0f3955c498874588201d9130
fixes build after bump of libgpg-error from 1.27 to 1.28.
Configuration menu - View commit details
-
Copy full SHA for 00dca0e - Browse repository at this point
Copy the full SHA 00dca0eView commit details
Commits on Apr 24, 2018
-
Merge pull request #39369 from flokli/notmuch-18.03
gpgme: 1.10.0 -> 1.11.1
Configuration menu - View commit details
-
Copy full SHA for df29e69 - Browse repository at this point
Copy the full SHA df29e69View commit details
Commits on Apr 25, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/notmuch/versions. These checks were done: - built on NixOS - ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch --help’ got 0 exit code - ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch help’ got 0 exit code - ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch --version’ and found version 0.26.1 - found 0.26.1 with grep in /nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1 - directory tree listing: https://gist.github.com/adeae189f9ac416571a7c0e3beca712f
Configuration menu - View commit details
-
Copy full SHA for 35f3da5 - Browse repository at this point
Copy the full SHA 35f3da5View commit details -
notmuch: fix /bin/sh impurity in ./configure
(cherry picked from commit d974161)
Configuration menu - View commit details
-
Copy full SHA for a9252c6 - Browse repository at this point
Copy the full SHA a9252c6View commit details -
Following legacy packing conventions, `isArm` was defined just for 32-bit ARM instruction set. This is confusing to non packagers though, because Aarch64 is an ARM instruction set. The official ARM overview for ARMv8[1] is surprisingly not confusing, given the overall state of affairs for ARM naming conventions, and offers us a solution. It divides the nomenclature into three levels: ``` ISA: ARMv8 {-A, -R, -M} / \ Mode: Aarch32 Aarch64 | / \ Encoding: A64 A32 T32 ``` At the top is the overall v8 instruction set archicture. Second are the two modes, defined by bitwidth but differing in other semantics too, and buttom are the encodings, (hopefully?) isomorphic if they encode the same mode. The 32 bit encodings are mostly backwards compatible with previous non-Thumb and Thumb encodings, and if so we can pun the mode names to instead mean "sets of compatable or isomorphic encodings", and then voilà we have nice names for 32-bit and 64-bit arm instruction sets which do not use the word ARM so as to not confused either laymen or experienced ARM packages. [1]: https://developer.arm.com/products/architecture/a-profile (cherry picked from commit ba52ae5)
Configuration menu - View commit details
-
Copy full SHA for b9acfb4 - Browse repository at this point
Copy the full SHA b9acfb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbb138 - Browse repository at this point
Copy the full SHA 2cbb138View commit details -
Merge pull request #39481 from flokli/notmuch-18.03-patch-shebangs
notmuch: add missing "patchShebangs configure"
Configuration menu - View commit details
-
Copy full SHA for 71bf440 - Browse repository at this point
Copy the full SHA 71bf440View commit details -
Merge pull request #39487 from bfortz/staging-18.03-notmuch-0.26.1
notmuch: 0.26 -> 0.26.1
Configuration menu - View commit details
-
Copy full SHA for dc3dc33 - Browse repository at this point
Copy the full SHA dc3dc33View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fd6d360 - Browse repository at this point
Copy the full SHA fd6d360View commit details -
Merge pull request #39703 from samueldr/dbeaver/18.03/5.0.4
dbeaver: 5.0.3 -> 5.0.4 (18.03)
Configuration menu - View commit details
-
Copy full SHA for 27c6eaa - Browse repository at this point
Copy the full SHA 27c6eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for df4afa8 - Browse repository at this point
Copy the full SHA df4afa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a6b4d - Browse repository at this point
Copy the full SHA 26a6b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bafd695 - Browse repository at this point
Copy the full SHA bafd695View commit details
Commits on May 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 00e6e39 - Browse repository at this point
Copy the full SHA 00e6e39View commit details -
Merge pull request #39787 from obsidiansystems/aarch32-for-18.03
treewide: isArm -> isAarch32
Configuration menu - View commit details
-
Copy full SHA for e1c7e99 - Browse repository at this point
Copy the full SHA e1c7e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c36c0a - Browse repository at this point
Copy the full SHA 4c36c0aView commit details -
nixos-install manual: remove --chroot option
This option has been removed from the tool in favour of nixos-enter. (cherry picked from commit 152454d)
Configuration menu - View commit details
-
Copy full SHA for 4647755 - Browse repository at this point
Copy the full SHA 4647755View commit details
There are no files selected for viewing