Commit graph

19667 commits

Author SHA1 Message Date
Izorkin
a8c2705b0d datadog-agent: add old version pg8000 2019-03-02 12:57:22 +03:00
Michael Weiss
f1e72eff33
signing-party: 2.8 -> 2.9 2019-03-02 10:20:12 +01:00
Michael Weiss
560c886174
scdoc: 1.9.1 -> 1.9.3 2019-03-02 10:20:12 +01:00
R. RyanTM
de2a34f934 gandi-cli: 1.3 -> 1.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/gandi-cli/versions
2019-03-01 23:46:34 -08:00
Franz Pletz
380449784c
Merge pull request #56630 from m45t3r/add-missing-x11-deps-to-xsecurelock
xsecurelock: Added missing X11 buildInputs
2019-03-02 03:00:14 +00:00
Samuel Leathers
26d2eba774
Merge pull request #56631 from r-ryantm/auto-update/dpkg
dpkg: 1.19.4 -> 1.19.5
2019-03-02 03:58:52 +01:00
R. RyanTM
0770264fdf dpkg: 1.19.4 -> 1.19.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/dpkg/versions
2019-03-01 18:24:57 -08:00
Thiago Kenji Okada
d2d7fed8ce xsecurelock: Added missing X11 buildInputs
According to xsecurelock's configure.ac file, each of the add
dependencies are used to:

- libXrandr: XRandR provides information about monitor layouts and is
strongly recommended on systems which can use more than one monitor
(which includes most laptops).
- libXext: The X Synchronization extension is used to get per-device idle
times. Used by until_nonidle only.
- libXScrnSaver: The X11 Screen Saver extension is used to turn off the
screen saver when X11 handles screen blanking (e.g. via timeout) anyway.
Saves CPU power.

Adding libXrandr fixes an issue where locking a screen in a multi
monitor setup results in the prompt information to not be in the middle
of the screen. The other dependencies are not tested if they fixed
something, however since upstream recommends than I think it is fair to
include them also.
2019-03-01 23:11:06 -03:00
Franz Pletz
5e3b160b5c
Merge pull request #56599 from andir/tinc-openssl-102r-fix
tinc_pre: fix error after openssl upgrade
2019-03-02 00:21:15 +00:00
R. RyanTM
779a4d66ab btrfs-progs: 4.20.1 -> 4.20.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/btrfs-progs/versions
2019-03-01 14:21:30 -08:00
Andreas Rammhold
447c21089b
tinc_pre: fix error after openssl upgrade
With the openssl upgrade to 1.0.2r / 1.1.1b the tinc pre-release version
stopped working due to a bug in tinc where an encryption function was
used during decryption. I submitted a patch upstream [1] but that wasn't
released yet.

[1] http://git.tinc-vpn.org/git/browse?p=tinc;a=commit;h=2b0aeec02d64bb4724da9ff1dbc19b7d35d7c904
2019-03-01 22:33:46 +01:00
Robert Schütz
ee2d7e432f
Merge pull request #56323 from costrouc/python-ansible-refactor
Move ansible to python-modules and use toPythonApplication + ansible related packages
2019-03-01 21:08:54 +01:00
Chris Ostrouchov
abb5840d27
kargo: refactor move to using ansible as python module 2019-03-01 14:48:23 -05:00
Chris Ostrouchov
300ca8132b
pythonPackages.ansible: refactor move to python-modules 2019-03-01 14:46:56 -05:00
Will Dietz
983c54dca5 stress-ng: 0.09.49 -> 0.09.54 2019-03-01 08:37:32 -06:00
Robert Schütz
391e59108d papis: remove obsolete patches 2019-03-01 14:32:21 +01:00
Frederik Rietdijk
2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Izorkin
ce2ef06c35 datadog-process-agent: 6.5.0 -> 6.10.0 2019-03-01 10:55:07 +03:00
Izorkin
35b6943507 datadog-trace-agent: trace-agent moved to datadog-agent 2019-03-01 10:47:02 +03:00
Izorkin
19b61b98d6 datadog-agent: update sub-packages 2019-03-01 10:21:10 +03:00
Izorkin
c915e479b9 datadog-agent: update go packages 2019-03-01 10:06:19 +03:00
Robert Schütz
8a495116a5 papis: 0.8.1 -> 0.8.2 2019-02-28 22:42:50 +01:00
Yurii Izorkin
fa20f98571 datadog-agent: 6.9.0 -> 6.10.0 (#56523) 2019-02-28 11:48:49 -08:00
Vladyslav M
ab9c2c1148
Merge pull request #56527 from dtzWill/update/broot-0.6.3
broot: 0.6.0 -> 0.6.3
2019-02-28 21:18:01 +02:00
Silvan Mosberger
7387854714
Merge pull request #55367 from hhm0/toybox
toybox: init at 0.8.0
2019-02-28 19:22:29 +01:00
Will Dietz
277314c608 broot: 0.6.0 -> 0.6.3 2019-02-28 09:55:09 -06:00
Yurii Izorkin
90d1f9b095 dar: 2.6.1 -> 2.6.2 (#56460) 2019-02-28 16:24:46 +01:00
Michael Weiss
410650c128
scdoc: 1.9.0 -> 1.9.1 2019-02-28 13:48:30 +01:00
hhm
88e69dbc52 toybox: init at 0.8.0
B"H toybox package, supporting static building via enableStatic, and custom configurations via extraConfig and enableMinimal parameters
parseconfig shell function, and misc other parts, are based on busybox package derivation
2019-02-27 20:49:39 -05:00
Will Dietz
63ca967f5c ddrescue: 1.23 -> 1.24 (#56484)
http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html
2019-02-28 00:04:45 +01:00
Robert Schütz
33e6ef827b papis: bash completions are now installed automatically 2019-02-27 22:03:47 +01:00
Will Dietz
8b6b3c9445
Merge pull request #56463 from dotlambda/papis-0.8
papis: 0.7.5 -> 0.8.1
2019-02-27 14:45:25 -06:00
Robert Schütz
9e10cd4fe5 papis: 0.7.5 -> 0.8.1 2019-02-27 21:16:36 +01:00
Will Dietz
d1fdcf67b5 scfbuild: bump to latest git (Jun 2017)
No release tags on the repo, unclear how versioning works,
keeping version number reported in repo for now.

Users of this (such as twemoji-color-font) have build instructions
that always grab latest git revision so this seems appropriate.
2019-02-27 13:52:31 -06:00
José Romildo Malaquias
83f12564db pygmentex: add tlType attribute; install latex style and demo (#56063) 2019-02-27 13:13:16 -05:00
R. RyanTM
bc8eab4621 plantuml: 1.2019.0 -> 1.2019.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/plantuml/versions
2019-02-27 16:55:29 +01:00
hhm
fdca55e6fe cdimgtools: init at 0.3 2019-02-26 22:17:21 -05:00
worldofpeace
1c4630b17a
Merge pull request #56397 from hhm0/cuetools_cuetag
cuetools: symlink cuetag to cuetag.sh
2019-02-26 20:30:53 -05:00
worldofpeace
3fb66709ff cuetools: use fetchFromGitHub 2019-02-26 20:29:34 -05:00
hhm
99d338b130 cuetools: symlink cuetag to cuetag.sh
Debian-based distros call cuetag.sh "cuetag" (see https://packages.debian.org/buster/amd64/cuetools/filelist).
This adds a symlink for compatibility with those distros.
2019-02-26 20:26:52 -05:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Matthew Bauer
dd94b0724c
Merge pull request #56421 from Ericson2314/pinenty-dedup
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 17:31:03 -05:00
John Ericson
f07097902c pinentry: Use lib.string.{enable,with}Feature to avoid duplication 2019-02-26 13:22:08 -05:00
Will Dietz
e8f4e5af8d radvd: 2.17 -> 2.18
First release in over a year, not sure of changelog.

Release announcement:
http://lists.litech.org/pipermail/radvd-announce-l/2019-February/000045.html
2019-02-26 11:30:03 -06:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Vladyslav M
1233c8d9e9
Merge pull request #56405 from dywedir/slurp
slurp: 1.0.1 -> 1.1.0
2019-02-26 13:26:12 +02:00
aszlig
6dc9f79c0f
ip2unix: 2.0.0 -> 2.0.1
Upstream fixes:

  - Unregister socket as soon as we know that no rule matches.

I also removed the encode_rules() function which was an artifact left in
version 2.0.0.

Built and tested on i686-linux and x86_64-linux.

Signed-off-by: aszlig <aszlig@nix.build>
2019-02-26 11:30:07 +01:00
dywedir
b3521db304
slurp: 1.0.1 -> 1.1.0 2019-02-26 11:30:54 +02:00
Sarah Brofeldt
fe2a2b3ed5
Merge pull request #56356 from johanot/certmgr-1.6.4
certmgr: 1.6.1 -> 1.6.4
2019-02-25 20:09:03 +01:00
Johan Thomsen
b5c81d0154 certmgr: 1.6.1 -> 1.6.4 2019-02-25 17:26:00 +01:00
Melkor333
a75e25b919 mcfly: init at v0.3.1 2019-02-25 13:49:09 +01:00
Robert Schütz
84f1d93c00 vdirsyncer: fix tests 2019-02-25 11:13:46 +01:00
Profpatsch
a36d2eac2e nettee: init at 0.3.4 2019-02-25 10:34:16 +01:00
Edmund Wu
eb95a19877
wakatime: 10.6.0 -> 10.8.0 2019-02-24 20:45:58 -05:00
Jean-Philippe Braun
98d8bf4bea mpdris2: 0.7 -> 0.8 (#56287) 2019-02-25 00:43:12 +01:00
Ryan Mulligan
66cead5863
Merge pull request #54727 from phi-gamma/afio-2.5.2
afio: update 2.5.1 -> 2.5.2
2019-02-24 14:55:32 -08:00
Ryan Mulligan
d97724e9ff
Merge pull request #53849 from guillaumekoenig/master
enpass: 5.6.5 -> 6.0.1
2019-02-24 13:55:18 -08:00
Michael Weiss
2685d2722d
scdoc: 1.8.1 -> 1.9.0 2019-02-24 22:11:15 +01:00
Daniel Frank
1a50038ed7 burp: 2.2.16 -> 2.2.18 (#56288) 2019-02-24 17:17:18 +01:00
Vladimír Čunát
18fe630281
Merge #56291: cmake: fix darwin bootstrapping
... into staging-next.
2019-02-24 16:52:03 +01:00
Ryan Mulligan
a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
talyz
fb58041386 nomachine-client: 6.4.6_1 -> 6.5.6 (#56269)
Update package. Also, since the last digit differs between the 32- and
64-bit version, remove it from the version number and introduce two
separate variables - one for each architecture.
2019-02-24 12:11:22 +01:00
xeji
631bc2c99f
Merge pull request #55488 from winpat/add_dirvish
dirvish: init at 1.2.1
2019-02-24 12:02:11 +01:00
R. RyanTM
ed239c3947 bfs: 1.3.2 -> 1.3.3 (#55911)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
2019-02-24 11:53:20 +01:00
Maximilian Bosch
225f8b9d64 vcs_query: init at 0.4.0 (#55514)
This is a simple, python-based CLI utility that queries vCard files for
a certain pattern. It's fairly easy to integrate with e.g. NeoMutt to
look for contacts.
2019-02-24 11:36:57 +01:00
Daiderd Jordan
fa82915e01
xar: add explicit lzma input
lzma is part of the stdenv but not during bootstrapping?
2019-02-24 11:32:01 +01:00
xeji
e04f56eb75
Merge pull request #56282 from NixOS/update-parallel
parallel: 20190122 -> 20190222
2019-02-24 11:22:58 +01:00
Elis Hirwing
c69915d685
Merge pull request #56275 from pjones/pjones/gromit-mpx
gromit-mpx: 1.2 -> 1.3
2019-02-24 10:13:36 +01:00
Pascal Wittmann
dd162d8472
parallel: 20190122 -> 20190222 2019-02-24 09:41:31 +01:00
Frederik Rietdijk
c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Vladimír Čunát
0cf158006b
Merge #52833: netatalk: 3.1.11 -> 3.1.12 (security) 2019-02-24 09:10:31 +01:00
Peter Jones
fe9d4ca50e
gromit-mpx: 1.2 -> 1.3 2019-02-23 19:56:12 -07:00
Scott Dunlop
5f2252cc6a awless: 0.0.14 -> 0.1.11 (#54121) 2019-02-24 02:37:30 +01:00
Mario Rodas
25a57de8a9 vale: 1.3.0 -> 1.3.2 (#54922) 2019-02-24 02:25:21 +01:00
Ryan Mulligan
f6fc56b2a0
Merge pull request #43791 from kiloreux/fluentd-upgrade
fluentd: 0.14.11 -> 1.2.3
2019-02-23 16:32:53 -08:00
R. RyanTM
5bb8254b9a cryfs: 0.9.9 -> 0.9.10 (#54850)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryfs/versions
2019-02-24 00:53:11 +01:00
R. RyanTM
a977695d0f ansible: 2.7.5 -> 2.7.6 (#54855)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-ansible/versions
2019-02-24 00:50:44 +01:00
R. RyanTM
5bcec140f0 apt-dater: 1.0.3 -> 1.0.4 (#55901)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apt-dater/versions
2019-02-24 00:18:25 +01:00
Graham Christensen
695fb802f1
Merge pull request #54693 from tilpner/appimage-tools
appimageTools: init
2019-02-23 18:06:31 -05:00
Ryan Mulligan
245c11c613
Merge pull request #56263 from tokudan/burp-2216
burp: 2.1.32 -> 2.2.16 (current stable)
2019-02-23 14:55:31 -08:00
Profpatsch
b64d25c447 skawarePackages.execline: wrap execlineb with tools
The execlineb program is the launcher (and lexer) of execline scripts.
So it makes a lot of sense to have all the small tools in scope by
default.
We append to the end of PATH so that they can be easily overwritten by
the user.

Co-authored-by: Alyssa Ross <hi@alyssa.is>
2019-02-23 23:28:26 +01:00
Daniel Frank
29e0588d5c
burp: 2.1.32 -> 2.2.16 (current stable) 2019-02-23 23:09:04 +01:00
tilpner
58443d8a50
appimageTools: init
The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156.

This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.

The package list was extracted into appimageTools to prevent
duplication.
2019-02-23 21:04:21 +01:00
Ryan Mulligan
1fb596b20a
Merge pull request #56205 from dtzWill/update/yubikey-personalization-1.19.3
yubikey-personalization: 1.19.0 -> 1.19.3
2019-02-23 07:12:27 -08:00
dywedir
ec600a5f1d
skim: 0.5.4 -> 0.5.5 2019-02-23 13:02:12 +02:00
Michael Raskin
7ad31a337a
Merge pull request #56231 from dotlambda/getmail-5.13
getmail: 5.10 -> 5.13
2019-02-23 09:29:47 +00:00
Robert Schütz
3e14d7193e getmail: 5.10 -> 5.13 2019-02-23 08:05:11 +01:00
Ryan Mulligan
309c6d315b
Merge pull request #56099 from matthiasbeyer/add-dasht
dasht: init at v2.3.0
2019-02-22 21:53:13 -08:00
Ryan Mulligan
6490466c7d dasht: use pname, quote homepage 2019-02-22 21:01:31 -08:00
Matthias Beyer
a66c88f66a fltrdr: init at 0.1.0 (#56048)
* fltrdr: init at 0.1.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* fixup! fltrdr: init at 0.1.0

* fixup! fltrdr: init at 0.1.0
2019-02-22 14:33:57 -06:00
Ryan Mulligan
99c7399969
Merge pull request #55904 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.188 -> 1.189
2019-02-22 12:24:22 -08:00
zimbatm
732cbd3be9
nixUnstable: 2.2pre6600_85488a93 -> 2.3pre6631_e58a7144 2019-02-22 19:54:36 +01:00
Will Dietz
5f6caed82f yubikey-personalization: 1.19.0 -> 1.19.3
https://developers.yubico.com/yubikey-personalization/Release_Notes.html
2019-02-22 11:10:55 -06:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Florian Friesdorf
fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
zimbatm
b6c82183be
shab: init at 1.0.0 (#56164) 2019-02-22 13:33:26 +01:00
GRBurst
396965fa58 init automirror at v49 2019-02-22 09:46:31 +01:00
markuskowa
5c8c258727
Merge pull request #54877 from markuskowa/upd-openmpi4
openmpi: 3.1.3 -> 4.0.0
2019-02-22 09:31:23 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Vladimír Čunát
52a2414aae
Merge #55819: unbound: 1.8.3 -> 1.9.0 (into staging)
It would be quite a shame if 19.03 missed dnsflagday.net changes
and some other features/fixes from 1.9.0.
2019-02-22 07:38:38 +01:00