Frederik Rietdijk
0a7bcb3b03
Merge staging into staging-next
2019-04-24 18:38:11 +02:00
Vladyslav M
ad4f7dd90e
cargo-outdated: init at unstable-2019-04-13 ( #59893 )
...
cargo-outdated: init at unstable-2019-04-13
2019-04-24 13:44:35 +03:00
Sondre Nilsen
67d03fec53
cargo-outdated: init at unstable-2019-04-13
2019-04-24 12:46:19 +03:00
xrelkd
e452aa0de7
youtube-dl: 2019.04.17 -> 2019.04.24
2019-04-24 11:36:43 +08:00
Matthew Bauer
84d00355e8
Merge remote-tracking branch 'NixOS/master' into staging
2019-04-23 22:00:42 -04:00
Austin Seipp
6088a4793f
Merge pull request #60128 from lilyball/xv
...
xv: init at 0.1.0
2019-04-23 20:05:44 -05:00
Lily Ballard
35e2c2d6dd
xv: init at 0.1.0
2019-04-23 17:32:28 -07:00
Franz Pletz
dc552fd2ff
Merge pull request #59807 from dtzWill/update/dhcpcd-7.2.0
...
dhcpcd: 7.1.1 -> 7.2.0
2019-04-23 23:18:44 +00:00
Robert Scott
b30f1e9ebb
appleseed: 1.9.0-beta -> 2.0.5-beta
...
this also fixes the build, provided we set -Wno-unused-but-set-variable
2019-04-23 23:38:07 +01:00
Silvan Mosberger
508fd8f133
Merge pull request #55413 from msteen/bitwarden_rs
...
bitwarden_rs: init at 1.8.0
2019-04-24 00:25:08 +02:00
Matthijs Steen
8a0a9710b0
bitwarden_rs: init at 1.8.0
2019-04-23 21:25:46 +02:00
Michael Weiss
e0e5dca235
html-proofer: Update the dependencies (security, CVE-2019-11068)
2019-04-23 21:19:12 +02:00
Michael Weiss
60e59b75ba
maim: 5.5.2 -> 5.5.3
2019-04-23 16:38:33 +02:00
Jan Tojnar
60b382822f
networkmanager: port to Meson ( #59916 )
...
networkmanager: port to Meson
2019-04-23 02:41:26 +02:00
Silvan Mosberger
ed569c1492
Merge pull request #60007 from marsam/update-pgmetrics
...
pgmetrics: 1.6.1 -> 1.6.2
2019-04-23 00:41:45 +02:00
Will Dietz
39278d93a1
Merge pull request #58657 from dtzWill/update/salt-peper-2019-03
...
salt: 2018.3 -> 2019.2, pepper: 0.5.5 -> 0.7.5
2019-04-22 17:28:35 -05:00
Silvan Mosberger
496d945a76
Merge pull request #60023 from mnacamura/sl
...
sl: use appropriate compiler
2019-04-23 00:21:08 +02:00
Silvan Mosberger
a73f3c801f
Merge pull request #59942 from erictapen/neopg-0.0.5
...
neopg: 0.0.4 -> 0.0.6
2019-04-22 23:45:58 +02:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
...
HTTPS urls
2019-04-22 23:37:07 +02:00
Daniel Schaefer
92cccb6f83
treewide: Use HTTPS for readthedocs URLs
2019-04-22 20:46:18 +02:00
Renaud
78f3e9f068
Merge pull request #59918 from lilyball/ffsend
...
ffsend: 0.2.42 -> 0.2.45
2019-04-22 18:15:33 +02:00
Justin Humm
81176f4314
neopg: 0.0.4 -> 0.0.6
2019-04-22 17:57:17 +02:00
xrelkd
c4f7d4c78f
gifsicle: 1.91 -> 1.92 ( #59961 )
2019-04-22 17:20:29 +02:00
Mitsuhiro Nakamura
bcce173f25
sl: use appropriate compiler
2019-04-22 23:39:34 +09:00
Aaron Andersen
c3f69d1373
Merge pull request #59381 from aanderse/automysqlbackup
...
automysqlinit: init at 3.0_rc6
2019-04-22 08:30:23 -04: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
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
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
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
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
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
Vaibhav Sagar
3e8f2062a6
aws-okta: 0.19.0 -> 0.20.1
2019-04-21 10:29:22 -04:00
Michael Weiss
97d35b251b
lf: 11 -> 12
...
And switch to buildGoModule.
2019-04-21 11:48:08 +02:00
Renaud
77916109ed
Merge pull request #59532 from r-ryantm/auto-update/haproxy
...
haproxy: 1.9.3 -> 1.9.6
2019-04-21 02:02:24 +02:00
Renaud
ec5ed925b8
Merge pull request #59437 from r-ryantm/auto-update/acpica-tools
...
acpica-tools: 20190215
-> 20190405
2019-04-21 01:41:08 +02:00
Matthew Bauer
799fa4d404
Merge remote-tracking branch 'origin/master' into staging
2019-04-20 19:31:35 -04:00
Renaud
30aeb6c320
Merge pull request #59617 from r-ryantm/auto-update/openfortivpn
...
openfortivpn: 1.8.1 -> 1.9.0
2019-04-21 00:49:54 +02:00
Daniel Schaefer
18a71fbdd4
chipsec: 1.3.6 -> 1.3.7
2019-04-20 22:39:48 +02:00
Daniel Schaefer
75e08f26f1
chipsec: init at 1.3.6
2019-04-20 22:39:48 +02:00
mt_caret
5ffe382afc
dejsonlz4: init at 1.1 ( #51373 )
...
* dejsonlz4: init at 1.1
* fix description
Co-Authored-By: mt-caret <mtakeda.enigsol@gmail.com>
2019-04-20 20:50:47 +02:00
Timo Kaufmann
0e8177ad10
Merge pull request #57169 from timokau/appimage-improvements
...
appimage-run improvements
2019-04-20 18:27:00 +02:00
Jan Tojnar
d3259ed673
Merge branch 'master' into staging
2019-04-20 12:49:01 +02:00
Timo Kaufmann
19e075b53b
appimage-run: pass arguments to appimage
2019-04-20 12:32:09 +02:00
Timo Kaufmann
6af25fd1ad
appimage-run: add usage message
2019-04-20 12:31:44 +02:00
Michael Weiss
e34c5309b6
wallutils: init at 5.7.2 ( #59878 )
2019-04-19 21:43:04 +02:00
Maximilian Bosch
ebdf7368f7
Merge pull request #59588 from r-ryantm/auto-update/mimeo
...
mimeo: 2018.12 -> 2019.3
2019-04-19 01:24:27 +02:00
markuskowa
1e7af9f9ae
Merge pull request #56666 from r-ryantm/auto-update/fwup
...
fwup: 1.2.7 -> 1.3.0
2019-04-18 21:49:57 +02:00