Commit Graph

24576 Commits

Author SHA1 Message Date
Anderson Torres
37381f6e60
Merge pull request #76682 from AndersonTorres/update/luckybackup
luckybackup: init at 0.5.0
2020-01-22 07:45:40 -03:00
Mario Rodas
ec8fd9cc34
Merge pull request #78165 from r-ryantm/auto-update/glusterfs
glusterfs: 7.1 -> 7.2
2020-01-22 05:35:28 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
c9c3b9d602 plantuml: 1.2019.13 -> 1.2020.0 2020-01-22 10:15:38 +00:00
Mario Rodas
03884c3fe1
Merge pull request #78164 from servalcatty/v2ray
v2ray: 4.22.0 -> 4.22.1
2020-01-22 05:14:58 -05:00
Mario Rodas
9613cc8104
Merge pull request #78230 from r-ryantm/auto-update/mcfly
mcfly: 0.3.1 -> 0.3.6
2020-01-22 05:04:30 -05:00
zimbatm
546fe02875
h: init at 1.0.0 (#78017)
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-22 09:49:54 +00:00
R. RyanTM
cc7267143b pdsh: 2.33 -> 2.34 2020-01-22 09:47:39 +00:00
Matt Layher
228425978d corerad: 0.1.8 -> 0.1.9 2020-01-22 01:19:35 -08:00
Jonathan Ringer
1474940ea4 ansible_2_8: 2.8.6 -> 2.8.7 2020-01-22 01:12:28 -08:00
Jonathan Ringer
3444d76c1b ansible_2_*: overridePythonAttrs -> overrideAttrs 2020-01-22 01:12:28 -08:00
Jonathan Ringer
99eb9231d4 ansible_2_9: init at 2.9.2 2020-01-22 01:12:28 -08:00
R. RyanTM
2176d2fc8d argyllcms: 2.1.1 -> 2.1.2 2020-01-22 01:01:11 -08:00
Mario Rodas
a06cbffd16
mcfly: enable on darwin 2020-01-21 23:00:00 -05:00
R. RyanTM
10b05a9b77
mcfly: 0.3.1 -> 0.3.6 2020-01-21 23:05:22 -05:00
R. RyanTM
8ea2027f65 munge: 0.5.13 -> 0.5.14 2020-01-22 03:24:53 +00:00
Mario Rodas
8500d560a4
Merge pull request #76367 from r-ryantm/auto-update/pspg
pspg: 2.6.0 -> 2.6.4
2020-01-21 20:01:54 -05:00
Will Dietz
61381b2f88
ocrmypdf: 9.4.0 -> 9.5.0 2020-01-21 18:17:30 -06:00
Will Dietz
6b1937818e
ocrmypdf: prefer patch + substituteAll 2020-01-21 18:14:49 -06:00
Mario Rodas
248b42757b
Merge pull request #76216 from r-ryantm/auto-update/asciidoctorj
asciidoctorj: 2.1.0 -> 2.2.0
2020-01-21 18:52:26 -05:00
Mario Rodas
9e6868b782
Merge pull request #78071 from r-ryantm/auto-update/diffoscope
diffoscope: 133 -> 135
2020-01-21 18:30:26 -05:00
Mario Rodas
e4ba0822a5
Merge pull request #78064 from marsam/init-mutagen
mutagen: init at 0.10.2
2020-01-21 18:27:37 -05:00
R. RyanTM
be5c93605a languagetool: 4.7 -> 4.8 2020-01-21 19:51:48 +00:00
Jan Hrnko
7ccb1dbb41 morph: add openssh to PATH 2020-01-21 18:44:35 +01:00
Maximilian Bosch
dea2f98262
wireguard-tools: 1.0.20200102 -> 1.0.20200121
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004869.html
2020-01-21 17:55:09 +01:00
R. RyanTM
dbc61de005 hwinfo: 21.67 -> 21.68 2020-01-21 16:51:30 +00:00
Ryan Mulligan
5c5d9efdd1
Merge pull request #78078 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.13.0 -> 3.15.0
2020-01-21 07:48:00 -08:00
Ryan Mulligan
53c681d7e2
Merge pull request #78147 from dwarfmaster/rename
Renamed maintainer lucas8 -> dwarfmaster
2020-01-21 07:47:20 -08:00
Evan Stoll
ac6524dc7f cargo-about: init at 0.1.1 2020-01-21 10:42:06 -05:00
R. RyanTM
f0da790b6d glusterfs: 7.1 -> 7.2 2020-01-21 14:13:32 +00:00
Serval
39ee33c832
v2ray: 4.22.0 -> 4.22.1 2020-01-21 21:51:44 +08:00
zimbatm
f8df74be4b
vncdo: fix build 2020-01-21 13:16:01 +01:00
talyz
62af7804ef nomachine-client: 6.8.1 -> 6.9.2 2020-01-21 10:29:39 +01:00
Mario Rodas
8af54fcfae
pspg: enable on darwin 2020-01-21 04:20:00 -05:00
Mario Rodas
64699cadea
pspg: 2.6.4 -> 2.6.6 2020-01-21 04:20:00 -05:00
lewo
2b4753182e
Merge pull request #77851 from zowoq/saldl
saldl: init at 40
2020-01-21 08:43:05 +01:00
lewo
5c50fe54a6
Merge pull request #78114 from cust0dian/tmuxinator-1.1.4
tmuxinator: 1.1.0 -> 1.1.4
2020-01-21 08:40:33 +01:00
DwarfMaster
227a3f4383 Renamed maintainer lucas8 -> dwarfmaster 2020-01-21 16:39:52 +10:00
Renaud
11294261bb
Merge pull request #77489 from dtzWill/update/fail2ban-0.10.5
fail2ban: 0.10.4 -> 0.10.5
2020-01-20 22:47:27 +01:00
R. RyanTM
651e73484e facter: 3.14.6 -> 3.14.7 (#78083) 2020-01-20 22:10:24 +01:00
Michael Weiss
4a7f07e2b9
html-proofer: 3.15.0 -> 3.15.1 2020-01-20 21:50:19 +01:00
Serg Nesterov
d1e502ba7e
tmuxinator: 1.1.0 -> 1.1.4 2020-01-20 19:59:53 +03:00
Mario Rodas
7c2a51cdf1 du-dust: 0.4.2 -> 0.4.4 2020-01-20 16:06:37 +01:00
Noah Loomans
79cf2c25fb hakuneko: 5.0.8 -> 6.1.7 2020-01-20 15:40:50 +01:00
Maximilian Bosch
d06b5daac1
Merge pull request #78086 from r-ryantm/auto-update/graylog
graylog: 3.1.3 -> 3.1.4
2020-01-20 13:53:18 +01:00
Mario Rodas
49f0e33892
Merge pull request #77735 from r-ryantm/auto-update/dar
dar: 2.6.6 -> 2.6.7
2020-01-20 07:45:57 -05:00
Mario Rodas
949c5f8451
Merge pull request #78068 from r-ryantm/auto-update/acme.sh
acme-sh: 2.8.3 -> 2.8.5
2020-01-20 07:36:58 -05:00
Mario Rodas
c0c1b9d64e
Merge pull request #78063 from marsam/update-nfpm
nfpm: 1.1.8 -> 1.1.10
2020-01-20 07:35:27 -05:00
AndersonTorres
7c4f845551 luckybackup: init at 0.5.0 2020-01-20 07:39:01 -03:00
Peter Simons
6cc43ee38c
Merge pull request #78069 from r-ryantm/auto-update/asymptote
asymptote: 2.61 -> 2.62
2020-01-20 10:15:44 +01:00
R. RyanTM
0928c40c29 graylog: 3.1.3 -> 3.1.4 2020-01-20 08:51:55 +00:00
R. RyanTM
d7e04bb440 fanficfare: 3.13.0 -> 3.15.0 2020-01-20 07:38:24 +00:00
R. RyanTM
cc1bed5919 diffoscope: 133 -> 135 2020-01-20 03:48:35 +00:00
R. RyanTM
68ee1de5d2 asymptote: 2.61 -> 2.62 2020-01-20 03:07:05 +00:00
R. RyanTM
02fad0d598 acme-sh: 2.8.3 -> 2.8.5 2020-01-20 03:00:35 +00:00
Mario Rodas
4a5c337397
nfpm: 1.1.8 -> 1.1.10 2020-01-19 20:20:20 -05:00
Mario Rodas
a58ddbe232
Merge pull request #77902 from r-ryantm/auto-update/sewer
sewer: 0.7.0 -> 0.7.3
2020-01-19 08:58:08 -05:00
Mario Rodas
622e1b083a
Merge pull request #77921 from r-ryantm/auto-update/zfs-replicate
zfs-replicate: 1.1.11 -> 1.1.14
2020-01-19 08:57:17 -05:00
Mario Rodas
f13b85643b
Merge pull request #77889 from r-ryantm/auto-update/nix-bundle
nix-bundle: 0.2.0 -> 0.3.0
2020-01-19 08:50:36 -05:00
Mario Rodas
5b55493939
Merge pull request #77895 from r-ryantm/auto-update/pipreqs
pipreqs: 0.4.9 -> 0.4.10
2020-01-19 08:43:11 -05:00
Mario Rodas
30a7902609
sewer: enable on darwin 2020-01-19 04:20:00 -05:00
Mario Rodas
fc408d55e6 sewer: 0.7.3 -> 0.7.9 2020-01-19 04:20:00 -05:00
worldofpeace
282b79a885
Merge pull request #77993 from ericnorris/master
rpm: fix helper script paths
2020-01-18 20:46:16 -05:00
zowoq
5679caf3ef fuse-overlayfs: 0.7.4 -> 0.7.5 2020-01-19 08:28:52 +10:00
Marek Mahut
d5f9a98e06
Merge pull request #77974 from marsam/init-rage
rage: init at 0.2.0
2020-01-18 23:07:49 +01:00
Eric Norris
e5d007e86a
rpm: fix helper script paths 2020-01-18 15:59:30 -05:00
Mario Rodas
e517c5251e
Merge pull request #77976 from filalex77/nebula-1.1.0
nebula: 1.0.0 -> 1.1.0
2020-01-18 15:04:56 -05:00
edef
201d9b8916
Merge pull request #77956 from helsinki-systems/upd/zopfli
zopfli: 1.0.2 -> 1.0.3
2020-01-18 13:44:13 +00:00
Will Dietz
b873eb7317 packagekit: 1.1.12 -> 1.1.13 (#77498)
* packagekit: 1.1.12 -> 1.1.13

https://github.com/hughsie/PackageKit/blob/PACKAGEKIT_1_1_13/NEWS

* packagekit: set systemd user unit dir, minor touchups

While visiting:
* drop trailing slash in system unit dir
* prefer placeholder over escaping

* packagekit: dbus dir fixup (thanks @worldofpeace!)

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-01-18 08:34:18 -05:00
Maximilian Bosch
1470109737
bandwhich: 0.9.0 -> 0.10.0
https://github.com/imsnif/bandwhich/releases/tag/0.10.0
2020-01-18 13:51:58 +01:00
Oleksii Filonenko
ae3ba80c6d
nebula: 1.0.0 -> 1.1.0 2020-01-18 13:50:53 +02:00
Jan Tojnar
07b8ab4ff7
python2.pkgs.nixpart0: use correct libselinux bindings
Sine 56e557257d libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
2020-01-18 11:20:40 +01:00
Mario Rodas
2d0a6808d7
rage: init at 0.2.0 2020-01-18 04:20:00 -05:00
Niklas Hambüchen
5cda7099ae
Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11
ibus-engines.table-others: 1.3.9 -> 1.3.11
2020-01-18 02:26:04 +01:00
Niklas Hambüchen
8fb62abe8a
Merge pull request #77604 from srhb/ceph-14.2.6
ceph: 14.2.5 -> 14.2.6
2020-01-18 02:15:02 +01:00
ajs124
782ea12568 zopfli: 1.0.2 -> 1.0.3 2020-01-17 23:29:26 +01:00
Mario Rodas
ee3458392b
Merge pull request #77916 from r-ryantm/auto-update/wakatime
wakatime: 13.0.2 -> 13.0.3
2020-01-17 17:06:18 -05:00
Michael Raskin
bff47db030
Merge pull request #77918 from r-ryantm/auto-update/wavemon
wavemon: 0.9.0 -> 0.9.1
2020-01-17 22:01:32 +00:00
zowoq
531eb30f6b saldl: init at 40 2020-01-18 08:01:19 +10:00
worldofpeace
d165c28984
Merge pull request #77923 from Synthetica9/version-formats
various: fix version formatting
2020-01-17 14:04:19 -05:00
worldofpeace
a1628d9805
Merge pull request #77811 from jluttine/fix-yle-dl-setuptools
yle-dl: add setuptools dependency
2020-01-17 13:43:07 -05:00
Florian Klink
61dc31d25d
Merge pull request #77920 from r-ryantm/auto-update/xsecurelock
xsecurelock: 1.6.0 -> 1.7.0
2020-01-17 18:06:02 +01:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Will Dietz
f0ce34634a
Merge pull request #77862 from dtzWill/update/broot-0.11.9
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
2020-01-17 09:34:38 -06:00
Peter Hoeg
248a4fe37a
Merge pull request #77905 from zowoq/fuse-overlayfs
fuse-overlayfs: 0.7.3 -> 0.7.4
2020-01-17 22:07:47 +08:00
Ryan Mulligan
7ed93fc8b9
Merge pull request #77876 from r-ryantm/auto-update/jumpapp
jumpapp: 1.0 -> 1.1
2020-01-17 05:53:51 -08:00
R. RyanTM
944d340c1e zfs-replicate: 1.1.11 -> 1.1.14 2020-01-17 12:44:07 +00:00
Silvan Mosberger
0866527ec1
zfsnap: init at 2.0.0-beta3 (#70234)
zfsnap: init at 2.0.0-beta3
2020-01-17 13:40:44 +01:00
R. RyanTM
f9bf683062 xsecurelock: 1.6.0 -> 1.7.0 2020-01-17 12:37:14 +00:00
Will Dietz
8572179033 xlayoutdisplay: 1.1.0 -> 1.1.1 2020-01-17 12:33:08 +00:00
R. RyanTM
34cec31015 wavemon: 0.9.0 -> 0.9.1 2020-01-17 12:26:58 +00:00
R. RyanTM
9584607d52 wakatime: 13.0.2 -> 13.0.3 2020-01-17 12:23:54 +00:00
R. RyanTM
354bcfeab0 video2midi: 0.3.9.6 -> 0.4.0.1 2020-01-17 12:08:42 +00:00
R. RyanTM
153934acfc snabb: 2018.01.2 -> 2019.11 2020-01-17 11:03:57 +00:00
zowoq
0553f2a56b fuse-overlayfs: 0.7.3 -> 0.7.4
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.4
2020-01-17 20:56:34 +10:00
Frank Doepper
7b920bc35b zfsnap: init at 2.0.0-beta3
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-01-17 11:49:23 +01:00
R. RyanTM
d97a34cfcf sewer: 0.7.0 -> 0.7.3 2020-01-17 10:44:46 +00:00
Marek Mahut
e62408bbff
Merge pull request #77873 from r-ryantm/auto-update/fsmon
fsmon: 1.5 -> 1.6.1
2020-01-17 10:55:28 +01:00
R. RyanTM
702dd2573b pipreqs: 0.4.9 -> 0.4.10 2020-01-17 09:52:29 +00:00
R. RyanTM
a58a6de1b4 nix-bundle: 0.2.0 -> 0.3.0 2020-01-17 08:49:43 +00:00
R. RyanTM
3f2c224ff1 jumpapp: 1.0 -> 1.1 2020-01-17 07:32:17 +00:00
R. RyanTM
9d35bc0cdf fsmon: 1.5 -> 1.6.1 2020-01-17 06:01:30 +00:00
R. RyanTM
73eb46726c bitwarden_rs-vault: 2.12.0 -> 2.12.0b 2020-01-17 04:58:13 +00:00
Will Dietz
afdfd68afa
lcdf-typetools: init at 2.108 2020-01-16 22:44:30 -06:00
Will Dietz
567655c200
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
https://github.com/Canop/broot/releases/tag/v0.11.9
2020-01-16 22:38:12 -06:00
Benjamin Hipple
39700a65ef texlive: touchup documentation (#77718)
The `bash` pragma gives syntax highlighting on the file, and removing the
prompts allows a user to just copy-paste the entire block into the terminal to
run the update.
2020-01-16 23:30:20 -05:00
Wael Nasreddine
2628f20267
topgrade: fix, add darwin Foundation framework (#77700)
topgrade: fix, add darwin Foundation framework
2020-01-16 18:25:16 -08:00
Mario Rodas
af2f66e9ce
Merge pull request #77533 from zowoq/fuse-overlayfs
fuse-overlayfs: 0.7.2 -> 0.7.3
2020-01-16 20:45:52 -05:00
Matt Layher
9c66687ef1 corerad: 0.1.4 -> 0.1.8 (#77848) 2020-01-16 16:44:30 -08:00
Will Dietz
81aafb22ff
Merge pull request #77697 from dtzWill/fix/pfetch-minor-dontbuild-touchup
pfetch: dontbuild -> dontBuild, installPhase touchup, stdenvNoCC
2020-01-16 17:43:47 -06:00
Robin Gloster
aa489adfd8
Merge pull request #77686 from alyssais/urllib3
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
2020-01-17 00:38:52 +01:00
Marek Mahut
9660e1211c
Merge pull request #77810 from peterhoeg/fix_nix_prefetch_contrib
nix-prefetch: 0.1.0 -> 0.3.0
2020-01-16 23:21:46 +01:00
Matthias Beyer
df4ec23bc7 gnused: 4.7 -> 4.8
Upstream announcement:
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00002.html

For the lazy:

> * Noteworthy changes in release 4.8 (2020-01-14) [stable]
>
> ** Bug fixes
>
>   "sed -i" now creates temporary files with correct umask (limited to u=rwx).
>   Previously sed would incorrectly set umask on temporary files, resulting
>   in problems under certain fuse-like file systems.
>   [bug introduced in sed 4.2.1]
>
> ** Release
>
>   distribute gzip-compressed tarballs once again
>
> ** Improvements
>
>   a year's worth of gnulib development, including improved DFA performance

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-16 21:40:10 +00:00
Will Dietz
e2cf972dd9 vmtouch: 1.3.0 -> 1.3.1
Also fixup pname/name, and drop '-git-' in the middle of the two.
(missed when moving off git revisions)
2020-01-16 21:38:47 +00:00
Will Dietz
0d5b21e9ba lftp: 4.9.0 -> 4.9.1
https://lftp.yar.ru/news.html
(cherry picked from commit 6c545f25f02a4dccf9fc2ceef3a15267d9eb53c5)
2020-01-16 21:38:19 +00:00
Akira Komamura
1e70a7e5a8 unoconv: 0.6 -> 0.8.2
Change the source from dag.wieers.com to github, which seems to
officially host the source code of the project now.

Update unoconv from 0.6 to 0.8.2, which includes several important
changes.

Delete the patch, since it has already become part of the project.
2020-01-16 21:34:29 +00:00
Silvan Mosberger
7869cd26b3
iperf3: fix compilation to support authentication creds (#77592)
iperf3: fix compilation to support authentication creds
2020-01-16 22:20:06 +01:00
Patrick Hilhorst
f8eb39bc3b
mcfly: correctly format version 2020-01-16 20:33:13 +01:00
Patrick Hilhorst
57d90bd04c
xcape: correctly format version 2020-01-16 20:09:18 +01:00
Hugo Reeves
212e7ea2f1
topgrade: add maintainer, hugoreeves 2020-01-17 07:08:43 +13:00
Hugo Reeves
8bef4113ce
topgrade: fix, add darwin Foundation framework 2020-01-17 07:07:29 +13:00
Renaud
404d9529e1 jdupes: 1.13.2 -> 1.14.0 2020-01-16 16:55:50 +00:00
Will Dietz
6daba66152 txr: 230 -> 231
Drop header fixup, release notes indicate this was fixed.
2020-01-16 16:54:04 +00:00
Merlin Göttlinger
b9e7d34c1d mu: fixed incorrect substitution
The string to substitute was wrong.
2020-01-16 15:52:57 +01:00
Hugo Reeves
3697d7c523 cassowary: init at v0.3.0 2020-01-16 15:47:30 +01:00
Oleksii Filonenko
f7afe54cc3 subfinder: 2.2.4 -> 2.3.0 2020-01-16 14:38:20 +01:00
Mario Rodas
a2f1215b2b
Merge pull request #77809 from davidtwco/starship-0.33.1
starship: 0.33.0 -> 0.33.1
2020-01-16 08:03:44 -05:00
Bjørn Forsman
acca4bcbe5
Merge pull request #77775 from dtzWill/fix/fpart-musl-fts
fpart: fts (fix w/musl)
2020-01-16 13:15:03 +01:00
Maximilian Bosch
e89c6aeabc
grim: 1.2.0 -> 1.3.0
https://github.com/emersion/grim/releases/tag/v1.3.0
2020-01-16 13:13:40 +01:00
Jaakko Luttinen
080da6a65f
yle-dl: add setuptools dependency
yle-dl was failing with the following error:

  ImportError: No module named pkg_resources

Adding setuptools to propagatedBuildInputs fixes this issue.
2020-01-16 13:09:01 +02:00
David Wood
ab648a8955
starship: 0.33.0 -> 0.33.1 2020-01-16 10:09:44 +00:00
Peter Hoeg
bec2162099 nix-prefetch: 0.1.0 -> 0.3.0 2020-01-16 17:17:00 +08:00
Maximilian Bosch
d5e9b7d5a7
Merge pull request #77713 from xrelkd/update/youtube-dl
youtube-dl: 2019.12.25 -> 2020.01.15
2020-01-16 03:59:00 +01:00
Mario Rodas
588e1c61cb
Merge pull request #77717 from marsam/update-fluent-bit
fluent-bit: 1.3.5 -> 1.3.6
2020-01-15 20:00:10 -05:00
Mario Rodas
83ce75d4d6
Merge pull request #77723 from r-ryantm/auto-update/bindfs
bindfs: 1.14.2 -> 1.14.3
2020-01-15 19:52:25 -05:00
Mario Rodas
a6c2c42049
Merge pull request #77763 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.28.1 -> 0.29.0
2020-01-15 19:45:51 -05:00
Mario Rodas
6d24724adc
Merge pull request #77728 from dywedir/skim
skim: 0.6.9 -> 0.7.0
2020-01-15 19:30:00 -05:00
Mario Rodas
6e86e4059f
gcsfuse: use buildGoPackage 2020-01-15 18:18:18 -05:00
Domen Kožar
acadaa800b
chrome-token-signing: fix qt runtime error 2020-01-15 21:32:13 +01:00
Silvan Mosberger
fbbe3f9b7e
Merge pull request #75172 from ivan/libimobiledevice-bump
libimobiledevice: 2019-04-04 -> 2019-11-29, usbmuxd: 2019-03-05 -> 2019-11-11
2020-01-15 18:31:41 +01:00
Jörg Thalheim
a98371adb3
httpie: 1.0.3 -> 2.0.0 (#77722)
httpie: 1.0.3 -> 2.0.0
2020-01-15 17:19:25 +00:00
Will Dietz
5c4bebfd66
fpart: fts (fix w/musl) 2020-01-15 11:12:42 -06:00
R. RyanTM
4851555ea0 fpart: 1.1.0 -> 1.2.0 2020-01-15 17:19:39 +01:00
Bruno Bigras
8858cc1821 httpie: 1.0.3 -> 2.0.0 2020-01-15 10:45:12 -05:00
Jörg Thalheim
04750438fc
nmap: fix zenmap, reduce vendored libraries (#77753)
nmap: fix zenmap, reduce vendored libraries
2020-01-15 15:35:21 +00:00
R. RyanTM
b13514f964 gcsfuse: 0.28.1 -> 0.29.0 2020-01-15 13:35:49 +00:00
Jörg Thalheim
c08aa3c2a8
nmap: fix zenmap, reduce vendored libraries 2020-01-15 13:20:25 +00:00
Mario Rodas
80f14ba77f
Merge pull request #77747 from filalex77/pg_flame-1.2
pg_flame: 1.1 -> 1.2
2020-01-15 08:01:38 -05:00
Jörg Thalheim
4d7da1d72d
nmapsi4: fix startup by adding wrapQtAppsHook 2020-01-15 10:58:54 +00:00
Oleksii Filonenko
611b8ca7d2
pg_flame: 1.1 -> 1.2 2020-01-15 12:10:50 +02:00
Mario Rodas
75eb9599a4
Merge pull request #77729 from r-ryantm/auto-update/bfs
bfs: 1.5.1 -> 1.5.2
2020-01-15 05:00:07 -05:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Bastian Köcher
320a4c1526 coreutils: Fix cross compilation for Android 2020-01-15 09:44:10 +01:00
R. RyanTM
478fd057df pcsclite: 1.8.25 -> 1.8.26 2020-01-15 09:41:28 +01:00
zowoq
3cccbaa980 curl: 7.67.0 -> 7.68.0
https://curl.haxx.se/changes.html#7_68_0
2020-01-15 09:40:40 +01:00
Will Dietz
61f12eb907 ethtool: 5.3 -> 5.4 2020-01-15 09:26:10 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
R. RyanTM
51f055f277 dar: 2.6.6 -> 2.6.7 2020-01-15 08:14:12 +00:00
R. RyanTM
13f08afb52 bfs: 1.5.1 -> 1.5.2 2020-01-15 06:55:24 +00:00
Vladyslav M
3c6a559406
skim: 0.6.9 -> 0.7.0 2020-01-15 08:51:32 +02:00
R. RyanTM
50e40630ce bindfs: 1.14.2 -> 1.14.3 2020-01-15 05:38:04 +00:00
Michael Raskin
c1d011a689
Merge pull request #77721 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.4 -> 5.4.1
2020-01-15 05:33:26 +00:00
R. RyanTM
0e7417e49a btrfs-progs: 5.4 -> 5.4.1 2020-01-15 04:57:16 +00:00
Mario Rodas
dd7b9846a7
fluent-bit: 1.3.5 -> 1.3.6 2020-01-14 22:22:22 -05:00
Mario Rodas
5f586605df
Merge pull request #77670 from amarrella/update/eksctl
eksctl: 0.11.1 -> 0.12.0
2020-01-14 21:49:58 -05:00
xrelkd
2f6687d02e youtube-dl: 2019.12.25 -> 2020.01.15 2020-01-15 09:56:18 +08:00
worldofpeace
470037f15f
Merge pull request #76205 from worldofpeace/network-manager/update
networkmanager: 1.20.8 -> 1.22.4, modemmanager: 1.10.6 -> 1.12.2
2020-01-14 18:05:26 -05:00
John Wiegley
ff3f9d83e2
Disable further pass tests that end up relying on gpg-agent on… (#77634)
Disable further pass tests that end up relying on gpg-agent on Darwin
2020-01-14 13:54:44 -08:00
Matthieu Coudron
ece829033b
Merge pull request #77666 from LnL7/darwin-diffoscope
diffoscope: enable on darwin
2020-01-14 22:08:42 +01:00
Will Dietz
1ff48dce3a
pfetch: use stdenvNoCC for smaller build-time closure 2020-01-14 14:27:23 -06:00
Will Dietz
8e48bafca1
pfetch: fix 'dontbuild' attribute (-> "dontBuild"), touchup installPhase 2020-01-14 14:18:04 -06:00
Maximilian Bosch
4490cfad6c
bandwhich: 0.8.0 -> 0.9.0
https://github.com/imsnif/bandwhich/releases/tag/0.9.0
2020-01-14 18:25:54 +01:00
Renaud
f4c645a3a4
Merge pull request #77650 from jonringer/bump-azure-cli
azure-cli: 2.0.79 -> 2.0.80
2020-01-14 18:01:14 +01:00
Alyssa Ross
76af9e8438
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
This reverts commit a1eacb900e.

Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.
2020-01-14 16:00:00 +00:00
David Wood
cfc2ead8b3 mdcat: 0.14.0 -> 0.15.0 2020-01-14 16:42:15 +01:00
Frederik Rietdijk
05a965896d
Merge pull request #77047 from NixOS/staging-next
Staging next
2020-01-14 15:44:15 +01:00
Alessandro Marrella
730371336b
eksctl: 0.11.1 -> 0.12.0 2020-01-14 11:55:10 +00:00
Daiderd Jordan
ef09cebc96
diffoscope: enable on darwin 2020-01-14 10:56:52 +01:00
Frederik Rietdijk
05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Jonathan Ringer
32b5c579b0 azure-cli: 2.0.79 -> 2.0.80 2020-01-13 14:27:30 -08:00
Markus Kowalewski
e664a142bf
snapper: 0.8.7 -> 8.8.8 2020-01-13 22:42:56 +01:00
Luka Blaskovic
83069e18e6 maxscale: build with bison3 2020-01-13 21:35:19 +00:00
Noah Loomans
60d72d12de hakuneko: 1.4.2 -> 5.0.8
HakuNeko switched to electron. Since this is the latest release the
broken status can be dropped. The original maintainer (Ruben Astudillo)
dropped support for the package so I decided to pick it up.

I based this on the simplenote package, and implemented the setuid fix
from the slack package.

Closes #45332
2020-01-13 20:11:53 +01:00
worldofpeace
4b332228ff modemmanager: 1.10.6 -> 1.12.2
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.12.2/NEWS
2020-01-13 13:05:12 -05:00
worldofpeace
0ec87b8aca networkmanager: 1.20.8 -> 1.22.4
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.22.4/NEWS
2020-01-13 13:05:00 -05:00
Pass Automated Testing Suite
669318bd02
Disable further pass tests that end up relying on gpg-agent on Darwin
Fixes #58975
2020-01-13 09:39:54 -08:00
Frederik Rietdijk
ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Lio李欧
c926ef804f axel: enable darwin (#77593)
This derivation appears to work fine on Darwin.
2020-01-13 10:04:58 +00:00
Sarah Brofeldt
fe4d213091 ceph: 14.2.5 -> 14.2.6 2020-01-13 08:57:06 +01:00
Sergey Lukjanov
eabc138cb9 iperf3: fix compilation to support authentication creds
Service iperf3 defines authorizedUsersFile and rsaPrivateKey to
enable authenticated iperf server. It requires iperf to be compiled
with openssl.

https://nixos.org/nixos/options.html#services.iperf3.authorizedusersfile
2020-01-12 17:57:48 -08:00
Will Dietz
24c14a8fc9
ocrmypdf: fix patching of leptonica lib path 2020-01-12 17:25:27 -06:00
Evan Stoll
ba820a4f77 broot: 0.10.2 -> 0.11.8 2020-01-12 16:10:42 -05:00
Evan Stoll
68a5f9f073 broot: install newly-added shell completions
- add installShellFiles dependency
2020-01-12 16:09:55 -05:00
Evan Stoll
22674e9b43 broot: fix hardlinks during postPatch phase
- add coreutils dependency
2020-01-12 15:55:56 -05:00
Marek Mahut
48b537e127
Merge pull request #74780 from prusnak/fido2luks
fido2luks: init at 0.2.2
2020-01-12 16:47:46 +01:00
Robert Helgesson
b108fd5843
jwt-cli: fix build on Darwin 2020-01-12 15:11:17 +01:00
Frederik Rietdijk
b3245241d8 Merge staging-next into staging 2020-01-12 09:47:43 +01:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
zowoq
e5672143d8 shfmt: 2.6.4 -> 3.0.1 (#77537) 2020-01-11 23:33:16 -08:00
Niklas Hambüchen
2ddf7c0a6f
Merge pull request #77096 from raboof/ms-sys-reproducibility
ms-sys: avoid leaking the build timestamp into the manpage
2020-01-12 04:55:51 +01:00
Arnout Engelen
b0ec8d6d2a ms-sys: avoid the build timestamp from leaking into the manpage
Also proposed upstream as https://sourceforge.net/p/ms-sys/patches/8/
2020-01-12 04:52:34 +01:00
Niklas Hambüchen
b0649e2ed9
Merge pull request #77187 from r-ryantm/auto-update/pstoedit
pstoedit: 3.74 -> 3.75
2020-01-12 04:24:06 +01:00
Tom Bereknyei
621bb74bd8 Update 2020-01-11 19:54:23 -05:00
Graham Christensen
85bb15a662
Merge pull request #77530 from grahamc/python3/diceware
diceware: pythonPackages -> python3Packages
2020-01-11 18:03:19 -05:00
Florian Klink
1ec5d8249c davfs2: substitute ps command
umount.davfs2 uses ps to get a process list to terminate gracefully.

On NixOS, this currently fails:

```
sh: ps: command not found
/run/current-system/sw/bin/umount.davfs:
  can't find mount.davfs-process with pid 4085;
  trying to unmount anyway.
  you propably have to remove /var/run/mount.davfs/root-x.pid manually
sh: umount: command not found
```

Fix this by patching ${procps}/bin/ps into the ps_command.

Afterwards:

```
umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK
```
2020-01-12 00:01:59 +01:00
zowoq
9ce498e301 fuse-overlayfs: 0.7.2 -> 0.7.3 2020-01-12 08:59:11 +10:00
Graham Christensen
062615d96a
diceware: pythonPackages -> python3Packages 2020-01-11 17:10:51 -05:00
Florian Klink
f5f06128b4 mongodb-tools: use default openssl
https://github.com/NixOS/nixpkgs/issues/77503
2020-01-11 13:01:21 -08:00
Will Dietz
2e33f671bf dhcp: fix homepage, quote 2020-01-11 12:57:32 -08:00
Pavol Rusnak
865fc6c97b
fido2luks: init at 0.2.2 2020-01-11 17:23:00 +01:00
Nguyễn Gia Phong
a498f3363f ibus-engines.table-others: 1.3.9 -> 1.3.11 2020-01-11 22:17:01 +07:00
Robert Helgesson
a8d1f3233b
jwt-cli: init at 2.5.1 2020-01-11 12:34:35 +01:00
jD91mZM2
884cbc5d5d powerline-rs: 0.1.9 -> 0.2.0
Now *finally* uses crate2nix because it's awesome!

----------------

Squashed with:

Apply suggestions from code review

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-11 02:53:25 -08:00
Frederik Rietdijk
263bc67bda Merge staging-next into staging 2020-01-11 09:33:08 +01:00
Frederik Rietdijk
1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Will Dietz
1cab2551b9
ocrmypdf: 9.2.0 -> 9.4.0 2020-01-11 00:11:29 -06:00
Will Dietz
f4f3213b57
fail2ban: 0.10.4 -> 0.10.5
https://github.com/fail2ban/fail2ban/blob/0.10.5/ChangeLog

Drop included patch.
2020-01-10 23:58:41 -06:00
Will Dietz
3dd3376491
acpica-tools,iasl: 20191213 -> 20200110
Actually, we apparently managed to bump iasl separately
so acpica-tools are upgraded from 20191018.
2020-01-10 23:53:06 -06:00
Mario Rodas
6bd6f26835
Merge pull request #77369 from filalex77/cargo-deb-1.23.1
cargo-deb: 1.23.0 -> 1.23.1
2020-01-10 20:30:12 -05:00
Mario Rodas
f136282935
Merge pull request #77411 from marsam/update-shadowsocks-libev
shadowsocks-libev: 3.3.3 -> 3.3.4
2020-01-10 19:28:22 -05:00
Frederik Rietdijk
348eaa280b Merge master into staging-next 2020-01-10 18:32:07 +01:00
Andreas Rammhold
f21a5ad683
Merge pull request #77431 from flokli/morph-1.4.0
morph: 1.3.1 -> 1.4.0
2020-01-10 15:09:30 +01:00
Ryan Mulligan
25e45c77dd
Merge pull request #76236 from r-ryantm/auto-update/calamares
calamares: 3.2.16 -> 3.2.17.1
2020-01-10 06:07:21 -08:00
Florian Klink
e735ef2fbd morph: 1.3.1 -> 1.4.0 2020-01-10 11:57:53 +01:00
Florian Klink
fe414f371f
Merge pull request #77380 from curiousleo/lorri-unstable-2020-01-09
lorri: unstable-2019-10-30 -> unstable-2020-01-09
2020-01-10 11:45:22 +01:00
Florian Klink
f29e259efe
Merge pull request #77417 from petabyteboy/feature/gradle-cleanup
remove old gradle versions
2020-01-10 11:27:47 +01:00
Leonhard Markert
c976dc165b lorri: unstable-2019-10-30 -> unstable-2020-01-09
`rustfmt` is now a compile time dependency because the varlink generated
code is formatted with it.
2020-01-10 11:26:38 +01:00
edef
178ac3cb99 google-cloud-sdk: include openssl(1) in PATH (#77277)
Otherwise, it might fail with a mysterious error:

    ERROR: (gcloud.beta.compute.reset-windows-password) Your platform does not support OpenSSL.
2020-01-10 09:42:37 +00:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Milan Pässler
eac1713781 jd-gui: 1.6.5 -> 1.6.6 2020-01-10 04:21:18 +01:00
Milan Pässler
2e6053dade jd-gui: use gradle from nixpkgs
It builds just fine with the packaged gradle, no reason to pull in
another impure dependency.
2020-01-10 04:21:18 +01:00
Mario Rodas
86654205ee
shadowsocks-libev: 3.3.3 -> 3.3.4
Changelog: https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.4
2020-01-09 20:52:00 -05:00
Vladimír Čunát
9e0c8f0cbe
ppp: remove falsifian from meta.maintainers
https://github.com/NixOS/nixpkgs/pull/66528#issuecomment-572762705
2020-01-09 22:52:11 +01:00
markuskowa
4c1e1bba84
Merge pull request #77085 from r-ryantm/auto-update/geekbench
geekbench: 5.0.4 -> 5.1.0
2020-01-09 21:57:41 +01:00
Maximilian Bosch
7ee263e699
bandwhich: 0.7.0 -> 0.8.0
https://github.com/imsnif/bandwhich/releases/tag/0.8.0
2020-01-09 21:50:46 +01:00
Jonathan Ringer
3ad5206263 obexfs: add missing bluez dep 2020-01-09 12:30:31 -08:00
Jonathan Ringer
26aa690447 azure-cli: 2.0.78 -> 2.0.79 2020-01-09 10:09:02 -08:00
Jonathan Ringer
94dea31ea2 azure-cli: freeze azure-mgmt-iotcentral 2020-01-09 10:09:02 -08:00
Florian Klink
2603d15a4d
Merge pull request #77167 from srhb/ceph-14_2_5
ceph: 14.2.4 -> 14.2.5
2020-01-09 18:39:05 +01:00
Joachim F
f301375d88
Merge pull request #77342 from dtzWill/update/tor-0.4.2.5
tor: 0.4.1.6 -> 0.4.2.5
2020-01-09 17:25:11 +00:00
Oleksii Filonenko
8ab57a2bb4
cargo-deb: 1.23.0 -> 1.23.1 2020-01-09 15:32:11 +02:00
Oleksii Filonenko
7d93381ced emplace: 0.2.8 -> 0.2.10 (#76581)
* emplace: 0.2.8 -> 0.2.9

* emplace: 0.2.9 -> 0.2.10
2020-01-09 13:57:14 +01:00
Mario Rodas
b8f7bb5c16
Merge pull request #76366 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.2.0 -> 9.2.1
2020-01-09 05:49:02 -05:00
Mario Rodas
3769f88a2a
Merge pull request #76352 from r-ryantm/auto-update/osm2pgsql
osm2pgsql: 1.2.0 -> 1.2.1
2020-01-09 05:37:55 -05:00
Mario Rodas
ef7ae51401
Merge pull request #77024 from r-ryantm/auto-update/davfs2
davfs2: 1.5.5 -> 1.5.6
2020-01-09 05:26:25 -05:00
Mario Rodas
f8a2f323e0
Merge pull request #77161 from r-ryantm/auto-update/obexftp
obexftp: 0.24 -> 0.24.2
2020-01-09 05:25:34 -05:00
Mario Rodas
edef947871
Merge pull request #77179 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.4 -> 1.5.5
2020-01-09 05:06:50 -05:00
Mario Rodas
459ec6d127
Merge pull request #77176 from r-ryantm/auto-update/ocserv
ocserv: 0.12.5 -> 0.12.6
2020-01-09 05:02:47 -05:00
Jaka Hudoklin
139daee494
Merge pull request #77073 from plumelo/auto-update/elasticsearch
elk stack: 7.3.1 -> 7.5.1
2020-01-09 09:48:24 +00:00
Sarah Brofeldt
c373fc3b80 ceph: 14.2.4 -> 14.2.5 2020-01-09 08:00:00 +01:00