177523 Commits

Author SHA1 Message Date
worldofpeace
186fc20392
pythonPackages.cryptography: vectors are checkInputs 2019-04-22 12:29:34 +02:00
Michael Weiss
047af233cd
python37Packages.cryptography: 2.5 -> 2.6.1
Changelog:
https://cryptography.io/en/latest/changelog/#v2-6-1

Important changes:
- BACKWARDS INCOMPATIBLE: Removed
  cryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature
  and
  cryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature,
  which had been deprecated for nearly 4 years. Use
  encode_dss_signature() and decode_dss_signature() instead.
- BACKWARDS INCOMPATIBLE: Removed cryptography.x509.Certificate.serial,
  which had been deprecated for nearly 3 years. Use serial_number
  instead.
2019-04-22 12:29:34 +02:00
Michael Weiss
22714ad6d0
python37Packages.cryptography: Improve the test vectors integration
This should make the management easier. The package cryptography_vectors
contains the test vectors for cryptography and should therefore always
have the same version. By linking the version of cryptography_vectors to
cryptography, this simply cannot be forgotten.
2019-04-22 12:29:34 +02:00
Jan Tojnar
a961a289a9
networkmanager: port to Meson
All hail Meson!

One serious issue is that building docs does not work.

We patch gobject-introspection to use absolute paths for shared libraries
in GIR files. Building the NetworkManager docs relies on the produced
introspection data but since the library is not yet installed
at the time the docs are generated, the build will fail.

It works in Autotools for some reason; they probably use
the pregenerated GIRs from the tarball.

Disabling the docs completely is not possible at the moment either,
since nmc [depends on them][1].

I have decided to fix this by pointing the installed location to the one
in the build directory using libredirect. Unfortunately, we cannot just set
the environment variables directly, since the build system runs
the documentation generator in a clean environment.

I have also added man, doc and devdoc outputs so the generated files have
somewhere to go.

Secondly, since Nix store is immutable, we also cannot use the package prefix
for configuration and mutable state data. At the same time, we cannot write
to the appropriate global directories during build. Autotools allowed to change
this in installFlags but Meson lacks similar mechanism so we need to patch
the build files.

Finally, I also removed the at_console patch since the permission has been
removed in 0.9.10.

[1]: https://bugzilla.gnome.org/show_bug.cgi?id=796755
2019-04-22 12:10:10 +02:00
Matthieu Coudron
2a3c7bf04f protobuf: 3.7.0 -> 3.7.1
Required bump by mozc
2019-04-22 18:55:22 +09:00
Elis Hirwing
fe691b13b2
gitea: 1.7.6 -> 1.8.0
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.8.0
2019-04-22 11:41:57 +02:00
Elis Hirwing
1f9943bcb0
Merge pull request #59973 from aanderse/super-tux-kart
superTuxKart: 0.9.3 -> 1.0
2019-04-22 11:19:11 +02:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Joachim F
0109c84f71
Merge pull request #52988 from JohnAZoidberg/chipsec
chipsec: init at 1.3.7
2019-04-22 08:09:27 +00:00
Vladyslav M
6adda5c34c
weechatScripts.weechat-autosort: unstable-2018-01-11 -> 3.4 2019-04-22 11:06:02 +03:00
Gabriel Ebner
9458ddb8ec fcitx-engines.mozc: pin to protobuf 3.6
See https://github.com/NixOS/nixpkgs/pull/59662
2019-04-22 10:02:10 +02:00
Kevin Rauscher
918edecca9 mopidy-iris: 3.33.0 -> 3.36.0 2019-04-22 09:35:28 +02:00
Vladyslav M
364290da9c
mako: 1.2 -> 1.3 (#59890)
mako: 1.2 -> 1.3
2019-04-22 09:57:11 +03:00
Lily Ballard
5457c041ea ffsend: 0.2.42 -> 0.2.45 2019-04-21 21:30:35 -07:00
Will Dietz
54084dd821 shadowfox: 1.5.2 -> 1.7.20, move to buildGoModule (#59972) 2019-04-21 21:06:31 -07:00
Mario Rodas
64ed902a33
pgmetrics: 1.6.1 -> 1.6.2 2019-04-21 23:00:00 -05:00
worldofpeace
eb60ddb5d2
Merge pull request #59968 from markuskowa/fix-guake
guake: fix by setting strictDeps to false
2019-04-21 23:26:49 -04:00
worldofpeace
5f39726ce4 librsvg: 2.44.12 -> 2.44.13
https://gitlab.gnome.org/GNOME/librsvg/blob/2.44.13/NEWS
2019-04-21 22:53:54 -04:00
Matthew Bauer
bf0c56eb89
Merge pull request #59998 from matthewbauer/librsvg-revert
Revert "librsvg: 2.44.12 -> 2.45.5"
2019-04-21 22:45:18 -04:00
Matthew Bauer
4cb7743b09 Revert "librsvg: 2.44.12 -> 2.45.5"
This reverts commit 43f21c58eafd62d20138f9a6a8286f54d3db8d0b.
2019-04-21 22:04:12 -04:00
worldofpeace
ae294ea97a
Merge pull request #59995 from jonafato/gnomeExtensions.icon-hider-v23
gnomeExtensions.icon-hider: 21 -> 23
2019-04-21 21:47:11 -04:00
Ivan Kozik
cf2d0ed49a Remove prometheus-statsd-bridge alias
The executable name and arguments are different in prometheus-statsd-exporter.
2019-04-22 00:39:57 +00:00
Jon Banafato
4916f338b5 gnomeExtensions.icon-hider: 21 -> 23
Upgrade to the latest version, now with GNOME 3.32 support. Mark as not
broken. Full changelog available at
https://github.com/ikalnytskyi/gnome-shell-extension-icon-hider/compare/v21...v23
2019-04-21 20:39:34 -04:00
Matthew Bauer
2b0c513ff4
aws-c-event-stream: add libexecinfo on musl 2019-04-21 20:29:10 -04:00
Malo Bourgon
1b972aa8de vimPlugins.deoplete-fish: init at 2018-09-15 2019-04-21 16:38:06 -07:00
Malo Bourgon
2aa505b5d9 vimPlugins.vim-choosewin: init at 2018-06-11 2019-04-21 16:33:35 -07:00
worldofpeace
ce14f9a9be lightlocker: compile schemas 2019-04-21 19:32:15 -04:00
Daniel Schaefer
1636f11f12 chipsec: Kernel driver only works on x86_64-linux
See: https://github.com/chipsec/chipsec/issues/461

Noticed that when ofBorg failed to build the kernel driver on ARM.
2019-04-22 01:32:13 +02:00
Malo Bourgon
8e3eccccba vimPlugins.NeoSolarized: init at 2018-05-07 2019-04-21 16:31:18 -07:00
Malo Bourgon
0a43d78ed9 vimPlugins.vim-fish: init at 2017-11-22 2019-04-21 16:29:04 -07:00
Malo Bourgon
9bc3eb7a66 vimPlugins: update 2019-04-21 16:25:46 -07:00
Will Dietz
68e7656ddb
Merge pull request #59970 from dtzWill/update/bash-5.0-p7
bash_5: 5.0-p2 -> 5.0-p7
2019-04-21 18:24:37 -05:00
Will Dietz
f0beeee4fb
Merge pull request #59971 from dtzWill/update/teeworlds-0.7.3
teeworlds: 0.7.2 -> 0.7.3
2019-04-21 18:24:00 -05:00
Will Dietz
bcc9858699
Merge pull request #59813 from dtzWill/update/zstd-1.4.0
zstd: 1.3.8 -> 1.4.0
2019-04-21 18:22:48 -05:00
Timo Kaufmann
41d594b448
python.pkgs.gmpy2: backport upstream bugfixes (#59987) 2019-04-22 00:09:33 +02:00
Yurii Izorkin
5ba8811758 nginxMainline: 1.15.10 -> 1.15.12 (#59950) 2019-04-22 00:08:08 +02:00
Andreas Rammhold
ee3b96cf9b
Merge pull request #57017 from akru/cargo-vendor-update
cargo-vendor: 0.1.13 -> 0.1.23
2019-04-22 00:02:26 +02:00
Ivan Kozik
3ff4e1af8f snscrape: 0.1.3 -> 0.2.0 2019-04-21 21:29:48 +00:00
markuskowa
034d6739a6
Merge pull request #59899 from nyanloutre/steam-update-runtime
steamrt: fix update script
2019-04-21 22:23:04 +02:00
Ivan Kozik
46ce4fac18 prometheus-statsd-exporter: 0.4.0 -> 0.9.0 2019-04-21 20:15:12 +00:00
volth
b0193379e5
make-derivation.nix: minor
it seems to change nothing (.platform is always there), just to be consisted with the style of other checks
2019-04-21 20:05:13 +00:00
volth
b1c3581b46
make-derivation.nix: @matthewbauer's review 2019-04-21 19:16:28 +00:00
Thomas Tuegel
63e5b23bd3
Merge pull request #59504 from dtzWill/update/kde-frameworks-5.57
kdeFrameworks: 5.56 -> 5.57
2019-04-21 13:58:12 -05:00
Thomas Tuegel
94c4cda207
Merge pull request #59751 from dtzWill/feature/knotes
knotes: init
2019-04-21 13:46:11 -05:00
Will Dietz
21feddd76a nghttp2: 1.37.0 -> 1.38.0
https://nghttp2.org/blog/2019/04/18/nghttp2-v1-38-0/
2019-04-21 11:57:14 -05:00
Aaron Andersen
61067916d0 superTuxKart: 0.9.3 -> 1.0 2019-04-21 12:56:28 -04:00
Renaud
9bf85fc595
Merge pull request #59790 from vaibhavsagar/bump-aws-okta
aws-okta: 0.19.0 -> 0.20.1
2019-04-21 18:55:46 +02:00
Will Dietz
e31fabe2a3 teeworlds: 0.7.2 -> 0.7.3 2019-04-21 11:50:52 -05:00
Will Dietz
95f7deffec bash_5: 5.0-p2 -> 5.0-p7 2019-04-21 11:47:25 -05:00
volth
5d87bc2650 fix bootstrap when platform.gcc.arch=="skylake" 2019-04-21 16:37:49 +00:00