251119 Commits

Author SHA1 Message Date
R. RyanTM
5535343769 gitAndTools.git-gone: 0.3.6 -> 0.3.7 2020-11-01 02:35:57 +00:00
R. RyanTM
0c77c15642 gitAndTools.git-trim: 0.4.0 -> 0.4.2 2020-11-01 01:10:34 +00:00
Cyryl Płotnicki
e687a4d233 genpass: 0.4.1 -> 0.4.9
* caught up with the newest released version
* genpass main repo moved to sourcehut
2020-11-01 00:56:18 +00:00
arcnmx
e2ade56177 prosody: install prosody-migrator tool 2020-10-31 17:56:10 -07:00
R. RyanTM
155896c0cd gnu-pw-mgr: 2.4.2 -> 2.7.4 2020-11-01 00:41:26 +00:00
Austin Seipp
b57adad085
Merge pull request #101673 from r-ryantm/auto-update/libndctl
libndctl: 69 -> 70.1
2020-10-31 19:35:32 -05:00
Austin Seipp
4e57249fc3
Merge pull request #102185 from bbigras/chrony
chrony: 3.5.1 -> 4.0
2020-10-31 19:32:29 -05:00
Jan Tojnar
2785a1e08e
Merge pull request #102122 from SuperSandro2000/libthai 2020-11-01 01:25:51 +01:00
Austin Seipp
c1a8104f11
Merge pull request #102026 from r-ryantm/auto-update/checksec
checksec: 2.2.3 -> 2.4.0
2020-10-31 19:22:14 -05:00
Austin Seipp
09ff423bef
Merge pull request #102030 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.10.0 -> 2020.10.2
2020-10-31 19:21:45 -05:00
R. RyanTM
3408bddacf gitAndTools.git-extras: 6.0.0 -> 6.1.0 2020-11-01 00:15:25 +00:00
Ryan Mulligan
d7b437ab67
Merge pull request #102095 from r-ryantm/auto-update/armadillo
armadillo: 10.1.0 -> 10.1.1
2020-10-31 17:10:10 -07:00
Ryan Mulligan
3099c681bf
Merge pull request #102279 from r-ryantm/auto-update/ffsend
ffsend: 0.2.65 -> 0.2.68
2020-10-31 17:08:33 -07:00
Benjamin Asbach
e65953742b openjdk: 11.0.8 -> 11.0.9 2020-11-01 01:00:13 +01:00
R. RyanTM
1a130e752a flyway: 6.5.5 -> 7.1.1 2020-10-31 23:47:06 +00:00
R. RyanTM
db986689ca facter: 3.14.13 -> 3.14.14 2020-10-31 23:36:02 +00:00
Mario Rodas
705b159498
Merge pull request #102180 from cole-h/zoxide
zoxide: 0.4.3 -> 0.5.0
2020-10-31 18:31:41 -05:00
R. RyanTM
a70df2c2cc fnotifystat: 0.02.06 -> 0.02.07 2020-10-31 23:18:01 +00:00
Sandro Jäckel
dfe9e0e458
pango: build with libthai 2020-11-01 00:13:38 +01:00
Sandro Jäckel
0b884cec25
ibus-engines.libthai: init at 0.1.4 2020-11-01 00:13:37 +01:00
Sandro Jäckel
e0e37f4261
libthai: init at 0.1.28 2020-11-01 00:13:37 +01:00
Sandro Jäckel
6b72fd5c3b
libdatrie: init at 0.2.12 2020-11-01 00:13:36 +01:00
R. RyanTM
172f396f7b fet-sh: 1.7 -> 1.8 2020-10-31 22:53:19 +00:00
zimbatm
6cc483b6c2
autogen: make reproducible (#102280) 2020-10-31 23:27:12 +01:00
R. RyanTM
ac20715948 geekbench: 5.2.3 -> 5.2.5 2020-10-31 21:59:10 +00:00
R. RyanTM
ddefc77782 ffsend: 0.2.65 -> 0.2.68 2020-10-31 21:38:01 +00:00
zimbatm
c409f69480
pythonPackages.pip: make reproducible (#102222)
The previous attempt wasn't covering all of the bases. It relied on
invoking that pip-install-hook, and didn't apply to pip itself.

The core issue is that the generated .pyc files embed some of the
temporary paths, which are randomly generated. See
https://r13y.com/diff/bf8c3ca3148ebff9ecf41f294cc60b9f209c006d49699e356969ff32d736f1c6-8806a7cca91fdd300e48736bfcd57c4d0b54c1cc2fd61609f35143170862b59c.html

In this new attempt, the approach is to patch the TempFile
implementation directly, so that it creates stable temporary
directories. We also assume that if SOURCE_DATE_EPOCH is set, we are in
a scenario where reproducible builds are desirable and enter that
branch.

See also https://github.com/pypa/pip/issues/7808
2020-10-31 21:24:36 +01:00
Andreas Rammhold
fd0b3839b2
Merge pull request #102249 from rnhmjoj/firefox-audio
nixos/tests/firefox: add audio subtest
2020-10-31 21:23:10 +01:00
zimbatm
7d834eff6c
nixos/manual: make reproducible (#102234) 2020-10-31 21:18:16 +01:00
zimbatm
8f2be9ac36
nss: make reproducible (#102156)
According to
c1fad130dc/build.sh (l129)
the FIPS mode is not enabled by default. Yet we generate the .chk files
that are only meant to be used for that mode. I have a sense that those
have been cargo-culted around.

Adding FIPS is still possible but you have to explictily build the lib
with `pkgs.nss.override { enableFIPS = true; }`

More info on what FIPS is:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note6

Other distros wrangling with the same issue:
https://bugzilla.opensuse.org/show_bug.cgi?id=1081723
2020-10-31 21:17:26 +01:00
rnhmjoj
f7904ca45b
nixos/tests/firefox: add audio subtest 2020-10-31 20:53:15 +01:00
Philipp Kern
ec6b0950ef
nixos/prometheus: Support environmentFile (#97933)
For the same reason Alertmanager supports environmentFile to pass
secrets along, it is useful to support the same for Prometheus'
configuration to store bearer tokens outside the Nix store.
2020-10-31 20:52:13 +01:00
WORLDofPEACE
eaaf9254aa
Merge pull request #100520 from hyperfekt/patch-3
nixos-install: add passthrough --keep-going flag
2020-10-31 15:19:51 -04:00
R. RyanTM
a7a7641e19 fio: 3.22 -> 3.23 2020-10-31 19:16:58 +00:00
Vincent Laporte
39dbc77b99 ocamlPackages.hex: 1.3.0 → 1.4.0 2020-10-31 20:04:15 +01:00
Vincent Laporte
6f8621dea6 ocamlPackages.fiat-p256: use Dune 2 2020-10-31 20:04:15 +01:00
Andreas Rammhold
fdbdd72f5f
firefox-bin: 82.0 -> 82.0.2 2020-10-31 19:53:34 +01:00
Matthieu Coudron
36ac62c6d7
Merge pull request #102231 from teto/neovim_fix
neovim: revert change to extraMakeWrapperArgs
2020-10-31 19:36:49 +01:00
Andreas Rammhold
f4490bb28a
firefox: 82.0 -> 82.0.2 2020-10-31 19:34:23 +01:00
R. RyanTM
04640b31e5 datovka: 4.15.2 -> 4.15.5 2020-10-31 18:04:36 +00:00
Michele Guerini Rocco
f93de9dea3
Merge pull request #102170 from rnhmjoj/bdf2psf
bdf2psf: 1.197 -> 1.198
2020-10-31 18:53:08 +01:00
Maximilian Bosch
b18d189ab2
Merge pull request #102177 from Ma27/bump-matrix-synapse
matrix-synapse: 1.22.0 -> 1.22.1
2020-10-31 18:47:28 +01:00
rnhmjoj
2aaf963019
cshatag: init at 2019-12-03 2020-10-31 18:43:15 +01:00
Niklas Hambüchen
02d0df518e
Merge pull request #97512 from lf-/StartLimitIntervalSec
nixos/modules: fix systemd start rate-limits
2020-10-31 18:13:23 +01:00
Niklas Hambüchen
441abe9949 release notes: Document deprecation warning for StartLimitInterval in [Service] 2020-10-31 18:11:03 +01:00
Denny Schäfer
bb6dfa91c4 vimPlugins: update 2020-10-31 09:58:43 -07:00
Nicolai Kellerer
a103c58bab python3Packages.toolz: 0.10.0 -> 0.11.1 2020-10-31 09:55:25 -07:00
Nicolai Kellerer
c1cf4abe6d pythonPackages.toolz: create Python 2 package 2020-10-31 09:55:25 -07:00
Maximilian Bosch
a64f9cfab4
Merge pull request #102207 from Frostman/hugo-0.77.0
hugo: 0.76.5 -> 0.77.0
2020-10-31 17:34:54 +01:00
Mario Rodas
2faef82610
Merge pull request #101986 from mweinelt/loki2
grafana-loki: 1.6.1 -> 2.0.0
2020-10-31 11:28:05 -05:00