Commit Graph

17078 Commits

Author SHA1 Message Date
Greg Hale
24fa3c20c5 aws-okta: init at 0.19.0 2018-08-10 10:42:39 -04:00
Yegor Timoshenko
4b61b7814e qdigidoc: fetch TSL info 2018-08-10 14:02:25 +03:00
Jörg Thalheim
781986d1b6
Merge pull request #44862 from jfrankenau/update-pass
pass: 1.7.2 -> 1.7.3
2018-08-10 11:15:49 +01:00
Yegor Timoshenko
02644780d2 qdigidoc: enableParallelBuilding = false 2018-08-10 13:02:23 +03:00
Yegor Timoshenko
c47995a4e3 qdigidoc: 3.12.0.1442 -> 3.13.6 2018-08-10 13:02:23 +03:00
Johannes Frankenau
3a18a03f0a pass: 1.7.2 -> 1.7.3 2018-08-10 09:56:27 +02:00
Maximilian Bosch
b93d8a0837 opentimestamps-client: fix build (#44844)
Build was broken as release-0.6.0 didn't support opentimestamps-0.4.0.
Applying the patch which relaxes the version contraints in `setup.py`
helps.

Furthermore the tests were broken as they missed the `git` executable.
2018-08-10 00:10:55 +02:00
Silvan Mosberger
14fc982e0c
uudeview: fix build 2018-08-09 20:35:25 +02:00
Jan Tojnar
c83e929b94
Merge pull request #44689 from jtojnar/gnome-cleanup
GNOME2 cleanup
2018-08-09 18:55:59 +02:00
Uli Baum
28dc72f7da biber: 2.7 -> 2.10
2.10 is the appropriate version for latest texlive 2017.
2018-08-09 18:52:28 +02:00
Benjamin Hipple
c9d55ae426 Set xindy HOME to . 2018-08-09 18:49:35 +02:00
Benjamin Hipple
7c5fd6801b texlive: 2017 -> 2017-final
This commit rebuilds texlive 2017 with the final release of 2017. As described
in these issues [1][2][3], the upstream CTAN mirrors are a continuously moving
rolling release without historical archives.

This particular FTP server is also a rolling release folling CTAN for the latest
version, but it has snapshots of the final texlive releases; it appears that the
2017 distribution has been unmodified since texlive-2018 was released earlier
this year.

Along the way, we needed to fix several issues:
- xindy: if $HOME is unset, it will try to mkdir /homeless-shelter, which fails
  due to insufficient permissions.
- scheme-infraonly: this scheme had symlinks into other releases that were
  read-only, so it couldn't patch and modify the scripts. This commit removes it
  for now, but that's not a particularly satisfying solution. Ideas?

This also adds some documentation on the upgrade process to prepare for
texlive-2018 [4].

This commit also replaces the sha1 hashes with upstream's standard sha512 hashes.
It appears the motivation for the shorter hashes was to save disk space in the
derivations; in master, the size of this directory is 1012K; in this commit it
is 1600K. The difference is not particularly large, and the downsides to using
our own sha1 hashes are:

- More nix code to maintain
- Multi-step upgrade process for maintainers: the maintainer first has to
  download all upstream tarballs by sha512 hash, then run the fix script, then
  rebuild with sha1 hashes.
- Less transparent. If we use the upstream sha512 hashes, any user can
  immediately verify that the hashes we're providing match upstream, or match
  the snapshot in time.
- Easier to debug. Since upstream is rolling and packages may disappear or fail
  to build, it's useful to be able to determine if the sha mismatch is because
  of an update or not; if we have a sha1 mismatch and no tarball to pull, we
  can't figure out which sha512sum would have produced that sha1.
- Less trust required. Due to the above, users don't have to trust the
  content-addressed mirrors on IPFS and @veprbl's servers as much.
- Easier to cobble together a source distribution from a variety of sources. It
  seems some FTP servers have more/less than others, or older/newer packages. If
  we know what we're looking for beforehand and we're just missing a few
  packages whose hashes match the advertised hashes upstream, it's easier to find.

[1] https://github.com/NixOS/nixpkgs/issues/24683
[2] https://github.com/NixOS/nixpkgs/issues/10026
[3] https://github.com/NixOS/nixpkgs/issues/34490
[4] https://github.com/NixOS/nixpkgs/issues/40232
2018-08-09 18:49:35 +02:00
Frederik Rietdijk
d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Jan Tojnar
86254f07b8
networkmanager_strongswan: 1.4.3 → 1.4.4 2018-08-09 18:17:40 +02:00
Jan Tojnar
87cf73bd1a
networkmanager-openconnect: clean up 2018-08-09 18:17:40 +02:00
Jan Tojnar
93d728b2ed
networkmanager-fortisslvpn: clean up 2018-08-09 18:17:34 +02:00
Jan Tojnar
cb32ca2645
networkmanager-iodine: clean up 2018-08-09 18:17:32 +02:00
Jan Tojnar
3fa8a478e3
networkmanager-l2tp: 1.2.8 → 1.2.10 2018-08-09 18:17:32 +02:00
Jan Tojnar
7f175f2ad7
networkmanager-vpnc: clean up 2018-08-09 18:17:26 +02:00
Jan Tojnar
bababf31c0
networkmanager-openconnect: move to a subdirectory 2018-08-09 18:16:43 +02:00
Jan Tojnar
73539d3939
networkmanager-fortisslvpn: move to a subdirectory 2018-08-09 17:37:12 +02:00
Jan Tojnar
1f6f4e69d1
networkmanager-iodine: move to a subdirectory 2018-08-09 17:37:12 +02:00
Jan Tojnar
3fb05d10d0
networkmanager-l2tp: move to a subdirectory 2018-08-09 17:37:11 +02:00
Jan Tojnar
cbbf0f1447
networkmanager-vpnc: move to a subdirectory 2018-08-09 17:37:10 +02:00
Jan Tojnar
11b4c9cb8e
networkmanager-openvpn: cleanup 2018-08-09 17:37:10 +02:00
Jan Tojnar
d2f75c32de
networkmanagerapplet: clean up 2018-08-09 17:37:09 +02:00
Jan Tojnar
635f4a2938
appdata-tools: drop 2018-08-09 17:36:46 +02:00
Fahad Sadah
8c7fa1e836 youtube-dl: 2018.07.10 -> 2018.08.04 (#44817) 2018-08-09 17:16:17 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann
8915ed06b3
networkmanager-fortisslvpn: add license
see issue #43716
2018-08-09 13:03:31 +02:00
Pascal Wittmann
97d28586c1
nixops: add license
see issue #43716
2018-08-09 12:51:48 +02:00
Pascal Wittmann
76ce4751d0
p7zip: add license
see issue #43716
2018-08-09 12:41:06 +02:00
Pascal Wittmann
1d4de0d552
Merge pull request #44813 from markuskowa/licenses-zip
Add licenses: libzip, minizip, bzip2, zip
2018-08-09 12:15:33 +02:00
Markus Kowalewski
3bc155dfd0
bzip2: update license 2018-08-09 11:44:34 +02:00
Markus Kowalewski
0aed6cc572
zip: add license 2018-08-09 11:44:29 +02:00
Cole Mickens
ca79107a79 keybase-gui: 2.3.0 -> 2.5.0 (#44705) 2018-08-09 11:00:30 +02:00
Cole Mickens
1611d1d158 kbfs: 2.1.1 -> 2.5.0 (#44697) 2018-08-09 10:46:36 +02:00
Frederik Rietdijk
786cbba7be
Merge pull request #44447 from NixOS/staging-next
Staging next
2018-08-09 09:04:03 +02:00
Vladimír Čunát
94e608d587
Merge branch 'master' into staging-next 2018-08-09 08:48:04 +02:00
Jonathan Mettes
237c956b0a ncview: init at 2.1.8 (#44778) 2018-08-09 08:41:12 +02:00
R. RyanTM
45216f9468 efibootmgr: 16 -> 17 (#44786)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/efibootmgr/versions.
2018-08-09 08:22:01 +02:00
adisbladis
ea3310c944 ansible_2_6: init at 2.6.2 (#44673) 2018-08-09 08:19:55 +02:00
Jörg Thalheim
3dbc44b00c
Merge pull request #44794 from r-ryantm/auto-update/ccrypt
ccrypt: 1.10 -> 1.11
2018-08-09 07:07:55 +01:00
adisbladis
8ab945be1c
Merge pull request #44775 from r-ryantm/auto-update/hashcat
hashcat: 4.1.0 -> 4.2.1
2018-08-09 13:55:12 +08:00
adisbladis
67d61b429c
Merge pull request #44808 from r-ryantm/auto-update/blueman
blueman: 2.0.5 -> 2.0.6
2018-08-09 13:53:22 +08:00
Michael Raskin
a4a4550500
Merge pull request #44806 from r-ryantm/auto-update/asymptote
asymptote: 2.44 -> 2.46
2018-08-09 05:13:09 +00:00
Michael Raskin
2690a9c4da
Merge pull request #44761 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.1 -> 3.1.2
2018-08-09 05:12:40 +00:00
R. RyanTM
fe95720fc2 blueman: 2.0.5 -> 2.0.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/blueman/versions.
2018-08-08 20:30:40 -07:00
R. RyanTM
38ba8e9d78 asymptote: 2.44 -> 2.46
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asymptote/versions.
2018-08-08 20:24:53 -07:00
R. RyanTM
5c173bd880 ccrypt: 1.10 -> 1.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ccrypt/versions.
2018-08-08 18:59:31 -07:00
R. RyanTM
500319c4b6 hashcat: 4.1.0 -> 4.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hashcat/versions.
2018-08-08 16:15:05 -07:00
Vladyslav M
ce3e962031 wireguard: 0.0.20180708 -> 0.0.20180802 (#44490) 2018-08-09 00:54:10 +02:00
R. RyanTM
a31ab46499 plantuml: 1.2018.8 -> 1.2018.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/plantuml/versions.
2018-08-09 00:40:40 +02:00
R. RyanTM
54b14db807 lftp: 4.8.3 -> 4.8.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lftp/versions.
2018-08-09 00:33:45 +02:00
Bob van der Linden
326157bb4e zopfli: 1.0.1 -> 1.0.2 (#44769) 2018-08-08 23:42:35 +02:00
R. RyanTM
829786a566 ttfautohint: 1.8.1 -> 1.8.2 (#44682)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ttfautohint/versions.
2018-08-08 23:20:21 +02:00
R. RyanTM
90b9c56821 pacman: 5.1.0 -> 5.1.1 (#44730)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pacman/versions.
2018-08-08 23:18:43 +02:00
R. RyanTM
f46814fbb7 ipmiutil: 3.1.1 -> 3.1.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ipmiutil/versions.
2018-08-08 13:44:45 -07:00
Vladyslav M
93b6d5f9e7 geekbench: 4.1.1 -> 4.2.3 (#44709) 2018-08-08 15:39:33 +02:00
Peter Hoeg
83a096d042 fio: 3.7 -> 3.8 2018-08-08 19:10:29 +08:00
Jörg Thalheim
6e21704e34
Merge pull request #44692 from dotlambda/restic-0.9.2
restic: 0.9.1 -> 0.9.2
2018-08-08 11:41:28 +01:00
Robert Schütz
6342ab656c
Merge pull request #44446 from rnhmjoj/python2->python3
Make python{2,3} version explicit
2018-08-08 11:18:21 +02:00
Robert Schütz
823374dbab restic: 0.9.1 -> 0.9.2 2018-08-08 11:00:57 +02:00
R. RyanTM
542b8ed589 spectre-meltdown-checker: 0.37 -> 0.38 (#44688)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spectre-meltdown-checker/versions.
2018-08-08 10:49:37 +02:00
Mario Rodas
6af6fec22d wal-g: 0.1.8pre240_966f3c5f4 -> 0.1.10 (#44656) 2018-08-08 10:03:47 +02:00
R. RyanTM
42c56458eb vips: 8.6.4 -> 8.6.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vips/versions.
2018-08-08 01:03:06 -07:00
Jörg Thalheim
22f35b975d
Merge pull request #44664 from r-ryantm/auto-update/zerotierone
zerotierone: 1.2.10 -> 1.2.12
2018-08-08 06:36:56 +01:00
R. RyanTM
81712b8b5a zerotierone: 1.2.10 -> 1.2.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zerotierone/versions.
2018-08-07 20:58:42 -07:00
rnhmjoj
43bb45136f
speedtest-cli: use python3 2018-08-08 02:20:55 +02:00
rnhmjoj
0683a72e35
nox: remove pythonPackages references 2018-08-08 02:20:54 +02:00
rnhmjoj
f428ac60eb
asciinema: remove pythonPackages alias 2018-08-08 02:20:54 +02:00
rnhmjoj
026ec8cfb5
offlineimap: use python2 2018-08-08 02:20:54 +02:00
Tim Steinbach
b55c02e878
rsyslog: 8.21.0 -> 8.37.0 2018-08-07 19:49:58 -04:00
Austin Seipp
a240276ccb zstdmt: remove (dupe, unmaintainable)
The user who wrote this code on GitHub has since deleted their account,
making any updates impossible. Furthermore, this package is redundant
anyway: Zstandard has been shipping a compatible 'zstdmt' binary, API,
and stable multi-threading support for over a year now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Cole Mickens
f84394025e megatools: v2017-10-26 -> v1.10.2 (#44597) 2018-08-07 23:10:38 +02:00
Jan Tojnar
c0bd2946da
networkmanagerapplet: 1.8.14 → 1.8.16
Closes: https://github.com/NixOS/nixpkgs/issues/44253
2018-08-07 20:01:13 +02:00
Michael Weiss
b9c047be3e scdoc: 1.3.4 -> 1.4.1 2018-08-07 19:43:48 +02:00
Patrick Hilhorst
90e1bccdaf silver-searcher: 2.1.0 -> 2.2.0 (#44613) 2018-08-07 16:06:49 +02:00
Jan Tojnar
8bd8c09f98
x11_ssh_askpass: clean up & add man page 2018-08-07 12:08:10 +02:00
Michael Weiss
1c14829a67 fwknop: 2.6.9 -> 2.6.10 2018-08-07 11:19:52 +02:00
Kévin Rauscher
a85d324503 duply: 1.9.2 -> 2.1 (#44596) 2018-08-07 11:08:49 +02:00
Robert Schütz
746aae0e55
Merge pull request #44571 from kalbasit/nixpkgs-update-mycli
mycli: 1.6.0 -> 1.17.0
2018-08-07 10:49:37 +02:00
Wael M. Nasreddine
e9cb147a37
mycli: 1.6.0 -> 1.17.0 2018-08-07 00:29:25 -07:00
adisbladis
6bf0d9f7ed
Merge pull request #44584 from Mic92/nix-review
nix-review: 0.3.0 -> 0.4.0
2018-08-07 14:22:53 +08:00
Silvan Mosberger
593fdd6933
Merge pull request #44585 from symphorien/osquery-platform
osquery: do not rebuild at each nixpkgs commit
2018-08-07 05:52:34 +02:00
Symphorien Gibol
a85fedab2e osquery: do not rebuild at each nixpkgs commit 2018-08-07 02:43:40 +02:00
Jörg Thalheim
5397f056ab nix-review: 0.3.0 -> 0.4.0
- add option to build pull request branch instead of merge.
2018-08-07 01:14:12 +01:00
xeji
bd758ed746
Merge pull request #44533 from Chiiruno/dev/bcachefs
linux_testing_bcachefs: 4.15.2018.04.14 -> 4.15.2018.08.03
2018-08-07 00:37:07 +02:00
WilliButz
354a477f0f nvtop: init at 0.2.2 2018-08-06 22:44:29 +02:00
Matthew Bauer
0590b3106b
Merge pull request #44520 from oxij/pkg/appimagekit
appimagekit: init at 20180727
2018-08-06 11:14:59 -04:00
Okina Matara
2d82b2625f bcachefs-tools: 2018-04-10 -> 2018-07-21 2018-08-06 08:58:12 -05:00
Yegor Timoshenko
0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
Yegor Timoshenko
dbdbdaf1c6
b2sum: use fetchzip, clean up 2018-08-06 14:47:29 +03:00
Pascal Wittmann
77d5aff75e
moreutils: add license
see issue #43716
2018-08-06 12:42:49 +02:00
Pascal Wittmann
2e57556e62
multitail: add license
see issue #43716
2018-08-06 12:41:40 +02:00
Pascal Wittmann
934c71f806
riemann-tools: add meta-data
see issue #43716
2018-08-06 12:29:24 +02:00
Pascal Wittmann
94d090ba8c
refind: add license
see issue #43716
2018-08-06 12:21:56 +02:00
Pascal Wittmann
21b81f41ae
renameutils: add license
see issue #43716
2018-08-06 12:20:53 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00