1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00
Commit graph

23266 commits

Author SHA1 Message Date
Renaud d4ceb13953
Merge pull request #72747 from Azulinho/nfstrace
nfstrace: init at 0.4.3.2
2019-11-05 11:03:15 +01:00
R. RyanTM 4e60c4731b yad: 0.42.0 -> 5.0 2019-11-05 01:46:06 -08:00
Azulinho 7c723450a1
nfstrace: init at 0.4.3.2
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
Co-authored-by: Nick Partridge <nkpart@gmail.com>
2019-11-05 09:19:34 +00:00
xrelkd a17cda6ddf youtube-dl: 2019.10.29 -> 2019.11.05 2019-11-05 08:08:53 +08:00
Jan Tojnar 3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01:00
Robin Gloster fa7d7eb95b
Merge pull request #71266 from philandstuff/add-gnupg-pkcs11-scd
gnupg-pkcs11-scd: init at 0.9.2
2019-11-04 22:14:38 +01:00
Renaud c4821a82f8
theharvester: 3.0.6 -> 3.1
+ use buildPythonApplication now that upstream ships a setup.py

(#72748)
2019-11-04 19:41:24 +01:00
Marek Mahut ba765155b4
Merge pull request #72738 from dduan/tre
tre-command: init at 0.2.2
2019-11-04 19:07:25 +01:00
gnidorah 2632156cf5 phodav: 2.2 -> 2.3 2019-11-04 08:54:02 -08:00
gnidorah 7a17d2df56 video2midi: 0.3.9.5 -> 0.3.9.6 2019-11-04 08:54:02 -08:00
José Luis Lafuente 7622f30ed2
pulumi: install providers and add update script
Without providers (also called plugins) pulumi doesn't do much. The way
they work, if you want to use a provider, pulimi will look for it in
your PATH, and if not found it will download it. Providers are just
executables, but third party binaries usually don't work on nixos unless
they are patched with the patchelf utility. Because of that, I'm
installing some patched providers with the main pulumi binary.

I'm also adding a small script helper to generate the hashes for all the
binaries.
2019-11-04 16:03:58 +01:00
Daniel Duan fcd88c820d tre: init at 0.2.2
tre is a improved version of the command `tree`. Its main additions:

1. colored output
2. ignores paths specified in .gitignore
3. editor alias for each entity listed

Source/Homepage: https://github.com/dduan/tre
2019-11-03 13:18:13 -08:00
R. RyanTM 049c47c6f6 wpgtk: 6.0.9 -> 6.0.11 2019-11-03 19:59:50 +01:00
Vadim-Valdis Yudaev 3894ec0a50 keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
2019-11-03 13:09:39 -05:00
Ruud van Asseldonk a7b49ef140 acme-client: 0.1.16 -> 0.2.4
* acme-client: 0.1.16 -> 0.2.3 (#71853)

The upstream acme-client that used to be at [1] has now been integrated
into OpenBSD, and the portable version that it links to at [2] is marked
as unmaintained. However, letsencrypt.org links to [3] for a portable
version, and indeed, that repository contains a version that has recent
activity, so I switched over to that.

It is hard to tell what the difference is between the OpenBSD version
and what is on Github, and even if that would be easy, there are a lot
of Linux-specific changes. This program is dealing with certificates, so
I feel it is important to at least check that thare are no obviously
unintended differences between the previous version and the new, but I
don't know of a good way of doing that at this point. I will continue
to investigate before I open a pull request.

[1]: https://kristaps.bsd.lv/acme-client/
[2]: https://github.com/kristapsdz/acme-client-portable
[3]: https://github.com/graywolf/acme-client-portable

* acme-client: fix Linux build of new upstream

The new source does not include a configure script in the repository,
but we can generate it with automake. Also, the new acme-client-portable
has an OpenSSL compatibility layer, but that actually breaks building
against LibreSSL. Avoid this issue by patching the compatibility layer
to be less eager to define things when linking against LibreSSL. I will
also submit a pull request for that upstream.

I don't expect this to work on Darwin, and the current package suggests
it does, but if the upstream (portable) version is no longer maintained,
for Darwin, perhaps we should just drop support for it. But maybe it
will just work, CI or somebody with a Darwin system will have to try.

* acme-client: 0.2.3 -> 0.2.4

My LibreSSL compatibility patch has been merged upstream into
acme-client-portable, and version 0.2.4 that includes it has been
released, so we can remove the patch here.

* acme-client: address review feedback

 * Replace the manual autoreconf invocation with autoreconfHook.
 * Remove DEFAULT_CA_FILE, which no longer affects the build.
2019-11-03 16:23:11 +01:00
Franz Pletz c424a9dec5
sshfs: fix fetchpatch hash 2019-11-03 14:58:56 +01:00
Mario Rodas 9920076549
Merge pull request #72688 from marsam/update-du-dust
du-dust: 0.2.3 -> 0.4.1.2
2019-11-03 08:47:12 -05:00
Franz Pletz 286bfac78c
libksi: 2015-07-03 -> 3.20.3025 2019-11-03 14:33:50 +01:00
Michael Weiss 3f0d188f65
sshfs: 3.5.2 -> 3.6.0
The patch prevents the following error:
[2/7] Generating manpages with a custom command.
../sshfs.rst:210: (ERROR/3) Unexpected indentation.
../sshfs.rst:211: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
2019-11-03 14:21:43 +01:00
Frederik Rietdijk 9d59d57d45 Merge staging-next into staging 2019-11-03 14:01:28 +01:00
Frederik Rietdijk f3bc4373dc
Merge pull request #72224 from NixOS/staging-next
Staging next
2019-11-03 13:31:58 +01:00
R. RyanTM 4c5687356c man: 2.8.6.1 -> 2.8.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/man-db/versions
2019-11-03 10:40:54 +01:00
Frederik Rietdijk 76b16d05e6 Merge staging-next into staging 2019-11-03 10:24:24 +01:00
R. RyanTM 93a2c2ee98 s3ql: 3.3 -> 3.3.2 2019-11-03 10:22:46 +01:00
Mario Rodas 7efb823404
du-dust: 0.2.3 -> 0.4.1.2 2019-11-03 04:20:00 -05:00
Frederik Rietdijk 0caf36def0 Merge master into staging-next 2019-11-03 10:15:58 +01:00
R. RyanTM 7e5ea6f440 modemmanager: 1.10.4 -> 1.10.6 2019-11-03 10:13:36 +01:00
R. RyanTM a5e7b47f3d parallel: 20190922 -> 20191022 2019-11-03 10:10:15 +01:00
R. RyanTM 7e4bf89408 ps_mem: 3.12 -> 3.13 2019-11-03 10:08:40 +01:00
R. RyanTM a6294b53b7 unrar: 5.8.2 -> 5.8.3 2019-11-03 10:02:50 +01:00
Peter Hoeg 4bff595c1c
Merge pull request #72411 from peterhoeg/f/john
john: build with python3
2019-11-03 14:19:16 +08:00
R. RyanTM 8be907f3de pdf2djvu: 0.9.13 -> 0.9.14 (#72613) 2019-11-03 00:29:07 +01:00
Mario Rodas 4386a87bf5
Merge pull request #72435 from marsam/update-chezmoi
chezmoi: 1.5.5 -> 1.7.2
2019-11-02 18:25:09 -05:00
R. RyanTM 8eb5b27504 gmic: 2.7.4 -> 2.7.5 (#72517) 2019-11-03 00:17:52 +01:00
Gabriel Ebner 311656e640 marlin-calc: 2019-06-04 -> 2019-10-17 2019-11-02 23:12:19 +01:00
Julien Dehos 41778dd605 pfstools: add netpbm support (fix #60841) (#61083) 2019-11-02 19:42:53 +01:00
Julien Dehos 8ca3cad711 pfstools: build pfsalign (fix #60843) (#61050) 2019-11-02 19:00:39 +01:00
Marek Mahut 107fc18d2f
Merge pull request #72455 from mmahut/trac
trac: init at 1.4
2019-11-02 16:23:49 +01:00
Florian Klink ef2af94928
Merge pull request #72485 from charles-dyfis-net/gocryptfs-1.7.1
gocryptfs: 1.7 -> 1.7.1
2019-11-02 14:37:10 +01:00
Marek Mahut 94e92dd714 trac: init at 1.4 2019-11-02 10:28:18 +01:00
Maximilian Bosch e4d7d00bdb
Merge pull request #72536 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.6.8 -> 2.7.0
2019-11-02 09:10:30 +01:00
R. RyanTM 3d1f9c2d58 ibus-engines.typing-booster-unwrapped: 2.6.8 -> 2.7.0 2019-11-01 23:47:05 -07:00
Mario Rodas c9ef4a23d5
Merge pull request #72513 from r-ryantm/auto-update/gandi-cli
gandi-cli: 1.4 -> 1.5
2019-11-02 00:14:10 -05:00
R. RyanTM 23edf862bb gandi-cli: 1.4 -> 1.5 2019-11-01 18:38:30 -07:00
Charles Duffy 8f285340f3
gocryptfs: 1.7 -> 1.7.1 2019-11-01 16:12:22 -05:00
Jörg Thalheim 9f4d7c9941
di: 4.47.1 -> 4.47.2 (#72481)
di: 4.47.1 -> 4.47.2
2019-11-01 21:09:32 +00:00
Jörg Thalheim b55a7a3a57
ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)
ec2-utils: init at 0.5.1, include in amazon-image profile
2019-11-01 20:57:44 +00:00
Simon Weber db369f716f pkgdiff: init at 1.7.2 2019-11-01 13:47:52 -07:00
R. RyanTM 177eeccaac di: 4.47.1 -> 4.47.2 2019-11-01 13:35:07 -07:00
R. RyanTM 9925f6e323 dblatex: 0.3.10 -> 0.3.11 2019-11-01 12:03:50 -07:00
R. RyanTM 5165fe7318 diffoscope: 127 -> 129 2019-11-01 11:53:03 -07:00
Mario Rodas 492a0c7bc5 pazi: 0.4.0 -> 0.4.1 2019-11-01 11:09:04 -07:00
Michael Raskin 3f88ba7b14
Merge pull request #72427 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.2.2 -> 5.3.1
2019-11-01 17:31:55 +00:00
R. RyanTM 865565453f btrbk: 0.28.3 -> 0.29.0 2019-11-01 10:29:50 -07:00
R. RyanTM 7cc5913d0d abcmidi: 2019.08.11 -> 2019.10.13 2019-11-01 08:26:29 -07:00
Matthew Bauer 5d6d502b47
Merge pull request #72426 from Kha/xdg-utils-mimetype
xdg-utils: fix reference to mimetype
2019-11-01 11:09:17 -04:00
R. RyanTM 265c1be305 btrfs-progs: 5.2.2 -> 5.3.1 2019-11-01 07:46:24 -07:00
Mario Rodas 0be5b62cdb
Merge pull request #72406 from xrelkd/update/eksctl
eksctl: 0.7.0 -> 0.8.0
2019-11-01 09:46:08 -05:00
Sebastian Ullrich 1e2ae6d818 xdg-utils: fix reference to mimetype
Before this change, xdg-open would impurely look up mimetype in the PATH. While
it would fall back to file if not found, mimetype gives decidedly better output
(e.g. text/csv instead of just text/plain).
2019-11-01 15:38:49 +01:00
Vladyslav M f46d93458e
tealdeer: 1.1.0 -> 1.2.0 (#72402)
tealdeer: 1.1.0 -> 1.2.0
2019-11-01 15:23:13 +02:00
Jörg Thalheim 39e5592127
eternal-terminal: 5.1.10 -> 6.0.4 (#71915)
eternal-terminal: 5.1.10 -> 6.0.4
2019-11-01 12:29:11 +00:00
Jelle Besseling a25d98f399
eternal-terminal: 5.1.10 -> 6.0.4 2019-11-01 12:46:50 +01:00
Maximilian Bosch eb2284508d
xorriso: 1.5.0 -> 1.5.2 2019-11-01 12:31:31 +01:00
Jeroen Wijenbergh 8a50025063
tealdeer: 1.1.0 -> 1.2.0 2019-11-01 12:27:53 +02:00
Mario Rodas 1dcfd549f3
chezmoi: 1.5.5 -> 1.7.2 2019-11-01 04:20:00 -05:00
Peter Hoeg 582b92b948 john: build with python3 2019-11-01 16:42:33 +08:00
Marek Mahut 09e657c6eb
Merge pull request #71885 from r-ryantm/auto-update/swaks
swaks: 20181104.0 -> 20190914.0
2019-11-01 09:37:49 +01:00
Marek Mahut fd6aba3080
Merge pull request #71588 from r-ryantm/auto-update/gitfs
gitfs: 0.4.5.1 -> 0.5.1
2019-11-01 09:22:35 +01:00
Marek Mahut 635cea64a7 swaks: fixing meta.description 2019-11-01 09:13:25 +01:00
Elis Hirwing ee16c546a4
transifex-client: Fix build
We have updated python-slugify to 4.0.0 (or newer) which broke the
build. This has happened several times before without actually
breaking the software.

So yeah, lets just accept newer versions and fix it if it breaks for
some other reason in the future.
2019-11-01 07:54:31 +01:00
xrelkd 940263f96e eksctl: 0.7.0 -> 0.8.0 2019-11-01 13:38:55 +08:00
Jan Tojnar 372964dd29
Merge branch 'master' into staging-next 2019-11-01 02:58:07 +01:00
Robert Scott 7dacaa056c jhead: add patches for CVE-2019-1010301, CVE-2019-1010302 2019-10-31 21:02:34 +00:00
worldofpeace c613d70550
Merge pull request #72313 from worldofpeace/fixup-twitter-font
twitter-color-emoji: use noto-fonts-emoji’s src
2019-10-31 14:41:47 +00:00
Bas van Dijk 1a55b2b6b0
Merge pull request #72356 from basvandijk/cargo-audit-0.10.0
cargo-audit: 0.9.3 -> 0.10.0
2019-10-31 11:58:58 +01:00
Jörg Thalheim c91a1be877
nixos/orangefs: init at 2.9.7, add modules and test (#67591)
nixos/orangefs: init at 2.9.7, add modules and test
2019-10-31 09:27:14 +00:00
Bas van Dijk e2b084951c cargo-audit: 0.9.3 -> 0.10.0
0.10.0 (2019-10-13)

* Upgrade rustsec to v0.16; new self-audit system (#155)
* Upgrade to Abscissa v0.4; MSRV 1.36 (#154)
2019-10-31 10:10:35 +01:00
Renaud cbc94a05ba
stress-ng: 0.10.05 -> 0.10.08 (#72333)
+ fixes #72292
2019-10-31 08:58:44 +01:00
Mario Rodas b861611b73 procs: 0.8.11 -> 0.8.13 2019-10-30 21:14:43 -07:00
Mario Rodas 399b77e550
Merge pull request #72329 from lilyball/ffsend
ffsend: 0.2.54 -> 0.2.55
2019-10-30 19:53:01 -05:00
Mario Rodas 6ceb1924ff
Merge pull request #72307 from jlesquembre/pulumi
pulumi: 1.3.4 -> 1.4.0
2019-10-30 19:17:03 -05:00
Jan Tojnar fc1a7289ed
scfbuild: switch to Python 3
Needed to drop phases @#$% to be able to use this at all.

Fixes emojione and twemoji-color-font
2019-10-31 01:10:44 +01:00
Lily Ballard 67d3d98c83 ffsend: 0.2.54 -> 0.2.55 2019-10-30 14:45:52 -07:00
Simonas Kazlauskas 38462b0956 berglas: 0.2.0 → 0.2.1 2019-10-30 21:52:06 +02:00
José Luis Lafuente 9c68a03cdc
pulumi: 1.3.4 -> 1.4.0 2019-10-30 17:11:49 +01:00
c0bw3b a157d96546 amule: fix build with crypto++ >= 6.0 2019-10-30 08:11:16 -07:00
Franz Pletz 23f3abda4d
Revert "dhcpcd: 8.0.6 -> 8.1.1"
This reverts commit 1c620943ab.

See discussion in #71365.
2019-10-30 14:43:27 +01:00
Mario Rodas f76c8362e6
Merge pull request #72239 from raboof/diffoscope-xattrs
diffoscope: add dependency on python xattr package
2019-10-30 03:59:50 -05:00
Arnout Engelen ea2c7eabcf diffoscope: add dependency on python pyxattr package
To be able to diffoscope 2 directories
2019-10-30 09:18:37 +01:00
Mario Rodas 9089cbd48e
Merge pull request #72041 from bobvanderlinden/pr-ngrok-2.3.35
ngrok-2: 2.3.29 -> 2.3.35
2019-10-30 01:47:15 -05:00
Mario Rodas 3221b5f07c fluent-bit: 1.0.6 -> 1.3.2 2019-10-29 21:12:02 -07:00
Silvan Mosberger 90e30394f5
go-shadowsocks2: init at 0.0.11 (#67516)
go-shadowsocks2: init at 0.0.11
2019-10-30 01:05:59 +01:00
Robert Scott 03d6145cb0 keepalived: add patch for CVE-2018-19115 2019-10-29 22:56:51 +00:00
Robert Scott 5e8eaa6769 keepalived: 1.4.2 -> 1.4.5 2019-10-29 22:56:34 +00:00
Maximilian Bosch f816006191
Merge pull request #72240 from mayflower/wdisplays
wdisplays: init at 2019-10-26-unstable
2019-10-29 18:48:45 +01:00
Linus Heckemann 1bf0d4444c
wdisplays: init at 2019-10-26-unstable 2019-10-29 18:40:18 +01:00
Robin Gloster e47da725fe
Merge pull request #72252 from WilliButz/add-ydotool
ydotool: init at 0.1.8
2019-10-29 18:23:21 +01:00
Frederik Rietdijk b56e839c45 Merge master into staging-next 2019-10-29 16:56:31 +01:00
Lancelot SIX b04d88f346
Merge pull request #72238 from marsam/update-pazi
pazi: 0.3.0 -> 0.4.0
2019-10-29 15:07:19 +01:00
WilliButz 5330d56c3b
ydotool: init at 0.1.8 2019-10-29 14:43:43 +01:00
Frederik Rietdijk 2db400d8c8 certbot: don't use distutils.StrictVersion 2019-10-29 14:10:56 +01:00
xrelkd 215dbc5253 youtube-dl: 2019.10.22 -> 2019.10.29 2019-10-29 02:44:02 -07:00
Pradyuman Vig 78d9669963 google-cloud-sdk: 255.0.0 -> 268.0.0 (#71958) 2019-10-29 09:26:21 +00:00
Mario Rodas fc721de22f
pazi: 0.3.0 -> 0.4.0 2019-10-29 04:20:00 -05:00
Frederik Rietdijk bcf59bbfcb Merge staging into staging-next 2019-10-29 09:53:21 +01:00
Mario Rodas 064ccfd19b
Merge pull request #72148 from marsam/update-watchexec
watchexec: 1.10.3 -> 1.11.0
2019-10-28 18:03:35 -05:00
Philip Potter 10d7313c01 gnupg-pkcs11-scd: add @lschuermann as maintainer 2019-10-28 20:57:49 +00:00
Profpatsch f661393aa4 skawarePackages: bump to release 2019-10 2019-10-28 21:30:30 +01:00
davidak 479f75d1e5 reuse: 0.5.0 -> 0.5.2 2019-10-28 13:18:09 -07:00
Austin Seipp f86361d186 vector: init at 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 15:03:48 -05:00
Mario Rodas 3e639196de nfpm: 1.0.0 -> 1.1.0
https://github.com/goreleaser/nfpm/releases/tag/v1.1.0
2019-10-28 17:00:45 +01:00
Michael Weiss d8cfa95b76 wob: init at 0.2 2019-10-28 16:56:43 +01:00
Michael Weiss b60a1b6cfd xob: init at 0.1.1 2019-10-28 16:56:43 +01:00
Leon Schuermann d0b8d591e7 tpm2-tools: 3.2.0 -> 4.0 2019-10-28 16:50:08 +01:00
adisbladis 5dd330ef0e
Merge pull request #72093 from prusnak/go-fortify
stop using hardeningDisable = [ "fortify" ]; for Go packages
2019-10-28 14:09:55 +01:00
Marek Mahut 4bd324935c opensc: CVE-2019-15946
(cherry picked from commit 80c90b48c2)
2019-10-28 12:50:01 +01:00
Marek Mahut e807b32ee4 opensc: CVE-2019-15945
(cherry picked from commit e4258001a1)
2019-10-28 12:49:55 +01:00
Jörg Thalheim 22b2ccf876
passExtensions.pass-import: 2.3 -> 2.6 2019-10-28 10:36:02 +00:00
Christian Kauhaus 9d87889b34
Merge pull request #72025 from risicle/ris-file-CVE-2019-18218
file: add patch for CVE-2019-18218
2019-10-28 11:30:13 +01:00
Maximilian Bosch 9d37be21a7
Merge pull request #72149 from marsam/update-ripgrep-all
ripgrep-all: 0.9.2 -> 0.9.3
2019-10-28 10:41:42 +01:00
Maximilian Bosch ea1af69374
clipman: 1.1.0 -> 1.2.0
https://github.com/yory8/clipman/releases/tag/v1.2.0
2019-10-28 10:30:51 +01:00
Mario Rodas 460e2d2f7f
watchexec: 1.10.3 -> 1.11.1
Changelog:
- https://github.com/watchexec/watchexec/releases/tag/1.11.0
- https://github.com/watchexec/watchexec/releases/tag/1.11.1
2019-10-28 03:00:00 -05:00
Mario Rodas 549303466e
ripgrep-all: 0.9.2 -> 0.9.3 2019-10-28 03:00:00 -05:00
Frederik Rietdijk 21635748a8 Merge master into staging-next 2019-10-28 08:59:50 +01:00
lumi ac2d736b3a shotgun: init at 2.2.0 2019-10-27 22:44:07 -07:00
Jan Tojnar eab20ca018 gtranslator: 3.32.1 → 3.34.0 2019-10-27 22:28:33 -07:00
worldofpeace cd044331ec
Merge pull request #72104 from jtojnar/colord-gtk
colord-gtk: 0.1.26 → 0.2.0
2019-10-27 21:43:38 +00:00
Jan Tojnar 509a1e0b78
colord-gtk: 0.1.26 → 0.2.0
f74545cfce
2019-10-27 22:27:52 +01:00
Dmitry Kalinkin f3a97b24cd
Merge pull request #72095 from jokogr/f/qt5ct-qmakeflags
qt5ct: qtsvg, qmakeFlags nixification
2019-10-27 15:10:08 -04:00
Marek Mahut 2c6c89ea69
Merge pull request #72062 from lilyball/ffsend
ffsend: 0.2.52 -> 0.2.54
2019-10-27 17:38:30 +01:00
Frederik Rietdijk befc2dfa82 aws_shell: 0.2.0 -> 0.2.1 2019-10-27 16:26:57 +01:00
Frederik Rietdijk ba2624412d awscli: use python3 2019-10-27 16:26:57 +01:00
Frederik Rietdijk ad90efb0d7 awscli: 1.16.261 -> 1.16.266 2019-10-27 16:26:57 +01:00
Will Dietz 81fed28811 qt5ct: qtsvg, qmakeFlags nixification 2019-10-27 15:14:39 +01:00
Pavol Rusnak afd38ea1ee
stop using hardeningDisable = [ "fortify" ]; for Go packages
it seems that the issue #25959 is not present anymore
2019-10-27 14:44:26 +01:00
Jan Tojnar e59c610d58 verifpal: 0.2.0 → 0.7.5 (#72026) 2019-10-27 13:40:31 +01:00
Marek Mahut 4a7bb2872b
Merge pull request #71883 from r-ryantm/auto-update/s3backer
s3backer: 1.5.2 -> 1.5.4
2019-10-27 13:18:21 +01:00
Marek Mahut a04feba65c
Merge pull request #72061 from HugoReeves/master
croc: 6.1.4 -> 6.2.0
2019-10-27 11:33:58 +01:00
Michael Fellinger f2236425b9 calamares: fix qt path 2019-10-27 11:20:07 +01:00
Maximilian Bosch 94da95e92d
Merge pull request #72047 from nrdxp/eva
eva: init at 0.2.5
2019-10-27 09:01:13 +01:00
worldofpeace 7edc64b633
Merge pull request #71602 from xrelkd/update/youtube-dl
youtube-dl: 2019.10.16 -> 2019.10.22
2019-10-27 05:17:48 +00:00
Lily Ballard a8b27f789a ffsend: 0.2.52 -> 0.2.54 2019-10-26 21:14:45 -07:00
Hugo Reeves 1591ebfd93
croc: 6.1.4 -> 6.2.0 2019-10-27 16:54:53 +13:00
Timothy DeHerrera 1abe0efa7d
eva: init at 0.2.5 2019-10-26 14:13:51 -06:00
Bob van der Linden b0095d7d7f
ngrok-2: 2.3.29 -> 2.3.35 2019-10-26 20:43:37 +02:00
markuskowa 4c0afa1770
Merge pull request #71284 from xfix/zfsbackup-go
zfsbackup: init at unstable-2019-03-05
2019-10-26 19:23:58 +02:00
Robert Scott 99273fc555 file: add patch for CVE-2019-18218
upstream patch 46a8443f76.patch
doesn't apply directly, debian have a version which has been adapted for
5.37.
2019-10-26 18:13:12 +01:00
xrelkd 29d21c3775 eksctl: 0.6.0 -> 0.7.0 2019-10-26 21:50:50 +08:00
Konrad Borowski 0fbf0d12d8 zfsbackup: remove comment about default.nix being generated 2019-10-26 15:01:55 +02:00
Konrad Borowski 4d76fcf506 zfsbackup: use fetchFromGitHub instead of fetchgit 2019-10-26 15:01:52 +02:00
Leon Schuermann 98f0fcf12b tpm2-abrmd: init at 2.2.0 2019-10-26 14:47:20 +02:00
worldofpeace 923199537f
Merge pull request #71385 from geistesk/cutecom-0.51.0
cutecom: 0.50.0 -> 0.51.0
2019-10-26 12:07:23 +00:00
Emery Hemingway 02bd9b45a6 yggdrasil: 0.3.8 -> 0.3.11 2019-10-26 13:51:31 +02:00
Gemini Lasswell 3cc9bcb338 yggdrasil: init at 0.3.8 2019-10-26 13:51:31 +02:00
Bas van Dijk 240c8bb70a
Merge pull request #69965 from r-ryantm/auto-update/strongswan
strongswan: 5.8.0 -> 5.8.1
2019-10-26 13:46:40 +02:00
Timo Kaufmann 43165b29e2
Merge pull request #71894 from timokau/home-manager-2019-10-23
home-manager: 2019-09-20 -> 2019-10-23
2019-10-26 12:05:58 +02:00
Robert Helgesson c69ebd2883
svtplay-dl: mark as not broken 2019-10-26 11:57:08 +02:00
geistesk 2435d4b961 cutecom: 0.50.0 -> 0.51.0 2019-10-26 00:59:56 +02:00
David Wood d1100be00c
starship: 0.25.0 -> 0.25.2 2019-10-25 17:00:47 +01:00
Elis Hirwing af5983b427
pass-checkup: Remove trailing dot 2019-10-25 16:41:44 +02:00
Alexey Shmalko 9e5e9db4ad
Merge pull request #71974 from seqizz/g_vimwiki_markdown
vimwiki-markdown: init at 0.2.0
2019-10-25 15:42:50 +03:00
Elis Hirwing e8a36cdf57 pass-checkup: init at 0.2.0 2019-10-25 02:33:36 -07:00
Gürkan Gür 74f56f4996 vimwiki-markdown: init at 0.2.0 2019-10-25 11:12:22 +02:00
Maximilian Bosch 8a74c091b2
Merge pull request #71635 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.6.6 -> 2.6.8
2019-10-25 10:35:05 +02:00
Bas van Dijk ce14f092ea
Merge pull request #71821 from knl/add-isomd5sum
isomd5sum: init at 1.2.3
2019-10-25 10:15:25 +02:00
Aaron Andersen 886c49bb61
Merge pull request #71921 from r-ryantm/auto-update/unrar
unrar: 5.8.1 -> 5.8.2
2019-10-25 03:26:26 -04:00
Renaud bf870efdc9
Merge pull request #71947 from xwvvvvwx/diffoscope-127
diffoscope: 126 -> 127
2019-10-25 09:13:22 +02:00
Renaud b74a6b11a6
lizardfs: use spdlog from nixpkgs (#71938) 2019-10-25 07:54:24 +02:00
R. RyanTM 4b7e28fb51 xl2tpd: 1.3.14 -> 1.3.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xl2tpd/versions
2019-10-24 19:59:23 -07:00
Ryan Mulligan b74808eddb
Merge pull request #71930 from r-ryantm/auto-update/toybox
toybox: 0.8.1 -> 0.8.2
2019-10-24 19:31:35 -07:00
R. RyanTM b4658834aa tmate: 2.3.0 -> 2.3.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/tmate/versions
2019-10-24 18:30:24 -07:00
R. RyanTM 34204f8e1f you-get: 0.4.1347 -> 0.4.1355
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
2019-10-24 16:27:11 -07:00
Konrad Borowski 433bcdd3c3
zfsbackup: apply code review suggestions 2019-10-24 23:21:33 +02:00
David Terry 4a01f33c1b
diffoscope: 126 -> 127 2019-10-24 22:20:17 +02:00
R. RyanTM ff08edaf5e toybox: 0.8.1 -> 0.8.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/toybox/versions
2019-10-24 11:00:52 -07:00
R. RyanTM b78db667d2 unrar: 5.8.1 -> 5.8.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/unrar/versions
2019-10-24 08:56:18 -07:00
Florian Klink dc84a7d4e3
Merge pull request #71291 from NinjaTrappeur/nin-update-acme
simp_le: 0.9.0 -> 0.16.0
2019-10-24 16:08:02 +02:00
markuskowa afc43c30ec
Merge pull request #71877 from r-ryantm/auto-update/snapper
snapper: 0.8.3 -> 0.8.5
2019-10-24 11:38:19 +02:00
Timo Kaufmann 6fe7974a6c home-manager: 2019-09-20 -> 2019-10-23 2019-10-24 10:10:05 +02:00
Frederik Rietdijk 32389de159 Merge master into staging-next 2019-10-24 08:27:04 +02:00
Ryan Mulligan 8b0beaedd2
Merge pull request #71857 from r-ryantm/auto-update/q-text-as-data
q-text-as-data: 1.7.1 -> 1.7.4
2019-10-23 20:35:10 -07:00
R. RyanTM 3eef2318bb swaks: 20181104.0 -> 20190914.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swaks/versions
2019-10-23 19:10:28 -07:00
R. RyanTM 3f8450e0df s3backer: 1.5.2 -> 1.5.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/s3backer/versions
2019-10-23 18:13:53 -07:00
R. RyanTM 612a53b5b7 snapper: 0.8.3 -> 0.8.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/snapper/versions
2019-10-23 17:12:24 -07:00
worldofpeace ca065d92fd fprintd: fix build 2019-10-23 17:34:21 -04:00
R. RyanTM 8c321726a1 q-text-as-data: 1.7.1 -> 1.7.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/q-text-as-data/versions
2019-10-23 13:34:38 -07:00
Ricardo M. Correia 4cd2cb43fb
Merge pull request #71137 from erictapen/smokeping-fix-permission
nixos/smokeping: replace smokeping.fcgi with a symlink
2019-10-23 18:19:15 +00:00
Michael Raskin 7e7ef31f9e
Merge pull request #71609 from r-ryantm/auto-update/glusterfs
glusterfs: 6.5 -> 7.0
2019-10-23 18:09:33 +00:00
R. RyanTM aa8ca80e36 mbuffer: 20190725 -> 20191016 (#71691)
* mbuffer: 20190725 -> 20191016

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions

* mbuffer: run check phase
2019-10-23 17:45:45 +02:00
R. RyanTM 99df22190c amazon-ecs-cli: 1.16.0 -> 1.17.0 (#71485)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/amazon-ecs-cli/versions
2019-10-23 16:58:23 +02:00
Robin Gloster dcc8c7ffd5
Merge pull request #71551 from r-ryantm/auto-update/duo-unix
duo-unix: 1.11.2 -> 1.11.3
2019-10-23 16:53:25 +02:00
R. RyanTM 5914078b0b pspg: 2.0.4 -> 2.1.8 (#71758)
* pspg: 2.0.4 -> 2.1.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pspg/versions

* pspg: cleanup

pkgconfig is now found automatically
2019-10-23 16:51:14 +02:00
Frederik Rietdijk 09c9a2de7e Merge master into staging-next 2019-10-23 16:50:09 +02:00
Nikola Knezevic aeb0fc45e2 isomd5sum: init at 1.2.3
Adds isomd5sum as a package. This nifty utility helps with modifying ISO files,
specifically MD5 sums embedded in them.
2019-10-23 16:41:35 +02:00
Mario Rodas 97bae4f176
Merge pull request #71417 from marsam/update-nfpm
nfpm: 0.13.0 -> 1.0.0
2019-10-23 09:00:51 -05:00
rnhmjoj dc00cee526 x11spice: init at 2019-08-20 2019-10-23 15:36:44 +02:00
Félix Baylac-Jacqué 38e84151e0 certbot: 0.31.0 -> 0.39.0
Updating:

- nixos module to use the new `account_reg.json` file.
- use nixpkgs pebble for integration tests.

Co-authored-by: Florian Klink <flokli@flokli.de>

Replace certbot-embedded pebble
2019-10-23 13:12:11 +02:00
Félix Baylac-Jacqué 6ac0e34161 pebble: init at 2.2.2 2019-10-23 13:12:11 +02:00
Mario Rodas e4506c0614
Merge pull request #71739 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.7.0 -> 1.7.1
2019-10-23 05:41:02 -05:00
Frederik Rietdijk a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00