Commit Graph

18561 Commits

Author SHA1 Message Date
Jörg Thalheim 7e2e6e1131
Merge pull request #49684 from Zimmi48/dune-package
buildDunePackage: add support function and use it in a few packages
2018-11-07 13:01:09 +00:00
Nikola Knežević e7b61b791b grpcurl: init at 1.0.0 2018-11-07 13:43:24 +01:00
Mario Rodas 780a3ffa12 pgmetrics: init at 1.5.0 2018-11-07 06:47:31 -05:00
Brayden Willenborg e11c3a08b0 gucci: init at 0.1.0 (#49813)
* gucci: init at 0.1.0

* gucci: init at 0.1.0
2018-11-07 10:21:55 +01:00
Théo Zimmermann 794158fcd5
buildDunePackage: new support function; use it to refactor some OCaml derivations 2018-11-07 10:08:03 +01:00
aszlig 5fc73fd52e
ip2unix: 1.0.0 -> 1.1.0
Upstream fixes:

  * Prevent closing file descriptors passed by systemd.

New upstream features:

  * Allow to specify port ranges.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-07 09:42:17 +01:00
Matthew Bauer 147ff753f5 shadowsocks-libev: set install name correctly
This avoids having to invoke install_name_tool.
2018-11-06 19:58:20 -06:00
Daiderd Jordan b6dcb9e641
Merge pull request #49768 from LnL7/darwin-no-cfprivate
darwin: don't include cf-private in framework dependencies
2018-11-06 20:15:27 +01:00
Lancelot SIX ace631b616
gnupg22: 2.2.10 -> 2.2.11
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00003.html for
release information
2018-11-06 15:59:38 +01:00
Alyssa Ross 652e59965a
asciidoctor: rack: 2.0.5 -> 2.0.6
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:28 +00:00
Alyssa Ross df68cd5ea3
bcat: rack: 1.6.8 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:27 +00:00
Alyssa Ross e2d72ed954
metasploit: rack: 1.6.8 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:26 +00:00
Alyssa Ross b5931668c2
oxidized: rack: 1.6.9 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:25 +00:00
Kier Davis 3b7984dd51
Merge branch 'master' into ckb-update-and-cleanup 2018-11-06 00:47:14 +00:00
Patrick Hilhorst 914392c646
modem-manager: don't define inconsistent pname 2018-11-06 00:06:23 +01:00
Patrick Hilhorst f54f5fdaaa
treewide: various version number fixes 2018-11-06 00:06:22 +01:00
Patrick Hilhorst 9ec40cc3bf
treewide: Fix overrides having wrong versions 2018-11-06 00:06:21 +01:00
Patrick Hilhorst b0e9fc131c
treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
John Ericson 48caae5045 Merge remote-tracking branch 'upstream/master' into HEAD 2018-11-05 15:19:33 -05:00
Michael Weiss 7eaba9af5e scdoc: Use $SOURCE_DATE_EPOCH to produce reproducible man pages
Use this patch until something like it is in the upstream repository.
Without it, the current date is used for the man pages, which makes them
non-reproducible.
2018-11-05 20:37:01 +01:00
Daiderd Jordan 86bf715c49
contacts: add cf-private
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in contacts.o
          objc-class-ref in FormatHelper.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in FormatHelper.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 20:35:06 +01:00
Daiderd Jordan 7fd359f2f9
pinentry_mac: add cf-private
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in PinentryController.o
          objc-class-ref in GPGDefaults.o
          objc-class-ref in KeychainSupport.o
      "_OBJC_CLASS_$_NSMutableDictionary", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSSet", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSUserDefaults", referenced from:
          objc-class-ref in GPGDefaults.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:57:12 +01:00
Daiderd Jordan c8e480b4da
atomicparsley: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in nsfile.o
          objc-class-ref in nsimage.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:13:33 +01:00
aszlig b162b40007
ip2unix: init at 1.0.0
This tool was initially built specifically for nixcloud to prevent a few
annoying programs from binding to IP sockets.

While initially only accepting a JSON file as input, the tool now has a
proper command line interface and it's also generally usable to turn IP
sockets of any program into Unix sockets.

Another thing that might be even useful for NixOS modules is the
possibility to bend programs into using systemd socket activation.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-05 16:39:42 +01:00
Robert Helgesson 69522a0acf
svtplay-dl: 1.9.11 -> 2.1 2018-11-05 00:21:08 +01:00
Jörg Thalheim 98063b86b1
Merge pull request #49664 from dtzWill/update/bup-0.29.2
bup: 0.29.1 -> 0.29.2
2018-11-04 19:20:23 +00:00
Jörg Thalheim dc0af4d7b6
Merge pull request #49632 from enumatech/fastlane-2.107.0
fastlane: 2.105.2 -> 2.107.0
2018-11-04 18:37:17 +00:00
Sander Hollaar 76f803f44e tmux: fix tmux sha256 hash (#49327)
* tmux: fix tmux sha256 hash

* pin to upstream commit
2018-11-04 18:35:17 +01:00
Austin Seipp be39781058 Merge branch 'master' into staging 2018-11-04 08:38:30 -06:00
Niklas Hambüchen c3cddfcef1 glusterfs: 3.12.2 -> 4.0.0 2018-11-04 11:18:15 +01:00
Frederik Rietdijk cb4ff927a1 Merge master into staging-next 2018-11-04 08:49:24 +01:00
Will Dietz e7be7eb7dc jdupes: 1.10.4 -> 1.11 2018-11-03 23:46:31 -05:00
Austin Seipp c55fa1e122 Merge branch 'master' into staging 2018-11-03 19:57:25 -05:00
Edward Tjörnhammar dff14ecfbf
i2pd: 2.21.0 -> 2.21.1 2018-11-03 16:25:19 +01:00
Renaud 78a6ee6cfc
Merge pull request #48082 from sengaya/ansible-2.7
ansible: Update to latest supported releases
2018-11-03 16:13:50 +01:00
Joachim F 0e76e1320c
Merge pull request #49652 from dtzWill/update/tor-0.3.4.9
tor: 0.3.4.8 -> 0.3.4.9
2018-11-03 12:27:19 +00:00
Frederik Rietdijk 64e19fdeda Merge staging into staging-next
Merging staging into staging-next even though we haven't merged staging-next into master yet.
The motivation for this merge is that it's been a while since we merged into master causing
the 3 branches to diverge too much.
2018-11-03 12:45:23 +01:00
Frederik Rietdijk ea3935a6c4 Merge master into staging-next 2018-11-03 12:42:18 +01:00
Gabriel Ebner 5443b3707f
Merge pull request #49680 from symphorien/nix-du-0.3
nix-du: 0.2.0 -> 0.3.0
2018-11-03 11:50:14 +01:00
Symphorien Gibol 8a8a2f61a9 nix-du: 0.2.0 -> 0.3.0 2018-11-03 11:08:23 +01:00
Matthew Bauer 7f4b26681d
Merge pull request #49417 from matthewbauer/disallow-native-build-inputs
Disallow references to nativeBuildInputs
2018-11-02 20:26:48 -05:00
Will Dietz 7959f77fad bup: 0.29.1 -> 0.29.2
https://github.com/bup/bup/blob/master/note/0.29.2-from-0.29.1.md
2018-11-02 20:10:03 -05:00
Vladyslav Mykhailichenko d87a2481d2
bat: fix build on darwin 2018-11-03 02:06:08 +02:00
Thilo Uttendorfer c0d30e5f03 ansible_2_7: init at 2.7.1 2018-11-03 00:11:24 +01:00
Thilo Uttendorfer e63509a651 ansible_2_6: 2.6.2 -> 2.6.7 2018-11-03 00:11:24 +01:00
Thilo Uttendorfer de8a3e3125 ansible_2_5: 2.5.2 -> 2.5.11 2018-11-03 00:11:24 +01:00
Renaud 4e8bed52ce
Merge pull request #49352 from talyz/master
nomachine-client: init at 6.3.6_1
2018-11-03 00:01:10 +01:00
Robert Helgesson 811509e5a3
abcmidi: 2018.06.23 -> 2018.10.25 2018-11-02 23:19:18 +01:00
Jan Tojnar 3493f44727
Merge pull request #49560 from worldofpeace/eos-third-update
update some elementary thirdparty apps
2018-11-02 21:29:57 +01:00
Austin Seipp 3378db6adf Merge branch 'master' into staging 2018-11-02 14:01:15 -05:00
Will Dietz c78761b5bd tor: 0.3.4.8 -> 0.3.4.9
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9

Please confirm the sha256 is correct for a verified tarball,
I'm not setup (or know how offhand but docs look promising)
to do this myself.
2018-11-02 13:21:25 -05:00
talyz 06acfb853f nomachine-client: init at 6.3.6_1
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.

Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.

Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
2018-11-02 15:56:46 +01:00
Linus Heckemann e23ebd02ab
Merge pull request #49347 from sjau/easysnap-init
easysnap: init at 2018-10-28
2018-11-02 15:01:47 +01:00
Vladimír Čunát a92a2c8e15
Merge branch 'master' into staging
Conflict: rename of pythondaemon -> python-daemon.
2018-11-02 14:40:14 +01:00
Michael Raskin e5ca104835
Merge pull request #49562 from zarelit/ntp_upstream_patch
ntp: fix ntpd shutdown by using upstream patch
2018-11-02 08:11:24 +00:00
Peter Romfeld 61aa7e0e29
fastlane: 2.105.2 -> 2.107.0 2018-11-02 15:10:18 +08:00
Renaud 31e9f37539
vulkan-tools: 1.1.85 -> 1.1.85.0 (#49615)
sdk-1.1.85 is a branch and not the stable release tag
2018-11-01 23:25:26 +01:00
xeji a1d4a77ca7
Merge pull request #49611 from markuskowa/rev-virtualgl
virtualgl: revert PR #49185
2018-11-01 22:06:24 +01:00
Markus Kowalewski ddd761abb3
Revert "virtualgl-lib: fix broken startup script (#49185)"
This reverts commit efd3f8b57f.
2018-11-01 21:40:38 +01:00
Dejan Lukan 02a3726a12 bacula: 5.2.13 -> 9.2.1 2018-11-01 21:28:16 +01:00
R. RyanTM ed0d0eef73 vulkan-tools: 1.1.82.0 -> 1.1.85
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-tools/versions
2018-11-01 22:19:41 +02:00
Daniël de Kok 1836905bf1 cargo-tree: 0.20.0 -> 0.21.0 2018-11-01 08:22:55 +01:00
David Costa 6759b7900e ntp: fix ntpd shutdown by using upstream patch
After a series of amendments the seccomp.patch made ntpd work properly
but only on 32-bit systems.
This commit replaces that patch with the one submitted upstream by
cleverca22 and that fixes the issue also on 64-bit systems.

Close #38627, #45885
2018-10-31 23:01:40 +00:00
worldofpeace 8bf705658a hashit: 0.2.0 -> 1.0.0 2018-10-31 18:49:40 -04:00
xeji 5f755425a1
Merge pull request #49505 from qolii/eternal-terminal__5_1_7__5_1_8
eternal-terminal: 5.1.7 -> 5.1.8.
2018-10-31 19:28:06 +01:00
Frederik Rietdijk ab800ba9ed Merge master into staging-next 2018-10-31 19:16:32 +01:00
xeji c970b4ef12 eternal-terminal: fix homepage url 2018-10-31 19:11:23 +01:00
qolii 30c92945a4 eternal-terminal: 5.1.7 -> 5.1.8. 2018-10-31 19:10:29 +01:00
Tristan Helmich (omniIT) 41880aea09 saml2aws: 2.6.1 -> 2.10.0 2018-10-31 18:59:32 +01:00
Timo Kaufmann 6ff17834db youtube-dl: 2018.10.05 -> 2018.10.29 2018-10-31 14:41:17 +01:00
Will Dietz e9d6475e68 curl: 7.61.1 -> 7.62.0
See
https://github.com/NixOS/nixpkgs/issues/49463#issuecomment-434617623
2018-10-31 07:12:00 -05:00
sjau df51c5ef80 easysnap: init at 2018-10-28 2018-10-31 04:41:23 +01:00
Michael Raskin b201817eb3
Merge pull request #49416 from veprbl/pr/texlive_repstopdf_fix
texlive: provide repstopdf
2018-10-30 20:37:27 +00:00
Frederik Rietdijk 1d196d99be Merge staging-next into staging 2018-10-30 20:35:15 +01:00
Frederik Rietdijk 0e0d20fb5f Merge master into staging-next 2018-10-30 19:55:48 +01:00
markuskowa efd3f8b57f virtualgl-lib: fix broken startup script (#49185)
Replace /bin/sh with bash in vglrun.
'exec' fails with /bin/sh
2018-10-30 16:15:53 +01:00
Robert Schütz 88155c643a getmail: 5.6 -> 5.7 2018-10-30 16:03:57 +01:00
Eelco Dolstra 81b2bfaf36
nixUnstable: 2.2pre6520_18b4c53f -> 2.2pre6526_9f99d624 2018-10-30 16:01:49 +01:00
Jaka Hudoklin 7df72ad928
google-cloud-sdk: 215.0.0 -> 222.0.0 2018-10-30 10:58:53 +01:00
Dmitry Kalinkin 20643a7807
texlive: provide repstopdf
repstopdf is supposed to be a symlink to epstopdf. Then epstopdf looks
at "$0" to detect when restricted mode needs to be enabled.  Unfortunately
our wrapper will drop all intermediate symlinks, which messes up "$0".
Restricted mode appears to be a security feature, so a test is
introduced to verify that the wrapper works as expected.
2018-10-29 16:56:45 -04:00
Matthew Bauer 075e4883e0 ibus: fix cross compilation
gtk-doc is a native input so we need to use buildPackages here.
2018-10-29 13:45:40 -05:00
Will Dietz a8973bb75a fd: 7.1.0 -> 7.2.0 2018-10-29 07:59:41 -05:00
Jörg Thalheim cd0e925a13
Merge pull request #49362 from Mic92/openopc
openopc: remove
2018-10-29 07:44:32 +00:00
Jörg Thalheim 6bad623c2e
Merge pull request #49246 from fadenb/unbount_1.8.1
unbound: 1.8.0 -> 1.8.1
2018-10-29 00:04:41 +00:00
Jörg Thalheim 6dcceb2591
Merge pull request #49193 from r-ryantm/auto-update/parallel
parallel: 20180922 -> 20181022
2018-10-28 23:54:13 +00:00
Jörg Thalheim 0e72714d5d
Merge pull request #49358 from Mic92/nixdoc
nixdoc: init at 1.0.1
2018-10-28 23:12:43 +00:00
Vincent Ambo f03929f649
nixdoc: init at 1.0.1
Adds nixdoc, a tool to generate documentation for Nix functions in the
standard library.

See #49275 for some background information.
2018-10-28 22:17:16 +00:00
Jörg Thalheim c00b2b3074
openopc: remove
The project is dead and it blocks the upgrade of Pyro (https://github.com/NixOS/nixpkgs/pull/49351)
2018-10-28 21:02:29 +00:00
Tristan Helmich 20a62ea591 graylogPlugins: update
graylog-plugin-aggregates: 2.0.0 -> 2.3.0
graylog-plugin-auth-sso: 2.3.0 -> 2.4.2
graylog-plugin-dnsresolver: 1.1.2 -> 1.2.0
graylog-plugin-internal-logs: 2.3.0 -> 2.4.0
graylog-plugin-jabber: 2.0.0 -> 2.4.0
graylog-plugin-slack: 2.4.0 -> 3.1.0
2018-10-28 19:44:06 +01:00
Jörg Thalheim 48127c9c7b
Merge pull request #49344 from jD91mZM2/powerline-rs
powerline-rs: 0.1.8 -> 0.1.9
2018-10-28 16:07:26 +00:00
jD91mZM2 cba6c931ab
powerline-rs: 0.1.8 -> 0.1.9 2018-10-28 14:34:18 +01:00
jD91mZM2 fec3af14e5
xidlehook: 0.4.9 -> 0.5.0 2018-10-28 14:31:36 +01:00
Shea Levy bd7e0aec71
nixUnstable: 2.1pre6377_954d1f4d -> 2.2pre6520_18b4c53f 2018-10-28 00:01:27 -04:00
markuskowa f0868b8425
Merge pull request #49300 from r-ryantm/auto-update/icdiff
icdiff: 1.9.3 -> 1.9.4
2018-10-27 21:55:22 +02:00
R. RyanTM 2cb9858b34 icdiff: 1.9.3 -> 1.9.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/icdiff/versions
2018-10-27 11:26:07 -07:00
markuskowa 3988615279
Merge pull request #49296 from r-ryantm/auto-update/hwinfo
hwinfo: 21.58 -> 21.60
2018-10-27 20:23:56 +02:00
R. RyanTM 12bbb99e12 hwinfo: 21.58 -> 21.60
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-10-27 10:27:19 -07:00
Jörg Thalheim 744573f1c6
Merge pull request #49289 from Mic92/nix-review
nix-review: 0.5.3 -> 0.6.0
2018-10-27 18:14:33 +01:00
Jörg Thalheim 42f17d8f14
nix-review: 0.5.3 -> 0.6.0 2018-10-27 18:09:32 +01:00
Tuomas Tynkkynen 067d1cf330 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/science/math/sage/sage-src.nix
2018-10-27 19:58:03 +03:00
Daiderd Jordan 82365ebe04
watchexec: fix darwin build 2018-10-27 17:32:39 +01:00
Renaud 84d56226aa
Merge pull request #48883 from r-ryantm/auto-update/syslog-ng
syslogng: 3.17.2 -> 3.18.1
2018-10-27 14:47:34 +02:00
Tristan Helmich (omniIT) 1bfaa0157e unbound: 1.8.0 -> 1.8.1 2018-10-27 14:04:01 +02:00
Renaud 5e9d66e125
Merge pull request #49133 from r-ryantm/auto-update/truffleHog
trufflehog: 2.0.91 -> 2.0.97
2018-10-27 13:55:59 +02:00
Renaud 863578d646
Merge pull request #49134 from r-ryantm/auto-update/urlwatch
urlwatch: 2.14 -> 2.15
2018-10-27 13:53:09 +02:00
R. RyanTM 62c860efd7 miller: 5.3.0 -> 5.4.0 (#49239)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/miller/versions
2018-10-27 07:17:58 -04:00
Frederik Rietdijk a64058e205 Merge master into staging-next 2018-10-27 09:04:53 +02:00
Jörg Thalheim dbb2aa143a
Merge pull request #49201 from markuskowa/up-snapper
snapper: 0.5.0 -> 0.7.2
2018-10-27 07:38:10 +01:00
Jörg Thalheim 255cc1ff8f
Merge pull request #48866 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20181007 -> 0.0.20181018
2018-10-27 07:28:19 +01:00
Markus Kowalewski a4df2d4315
snapper: 0.5.0 -> 0.7.2 2018-10-27 01:59:07 +02:00
Silvan Mosberger 657d50b762
Merge pull request #49190 from r-ryantm/auto-update/paperkey
paperkey: 1.5 -> 1.6
2018-10-27 01:09:12 +02:00
Silvan Mosberger 0ed224745d
Merge pull request #49191 from charles-dyfis-net/fakeroot-1.23
fakeroot: 1.22 -> 1.23
2018-10-27 01:05:01 +02:00
Silvan Mosberger d4d49e2839
Merge pull request #49176 from dtzWill/update/whois-5.4.0
whois: 5.3.2 -> 5.4.0
2018-10-26 23:00:17 +02:00
R. RyanTM dd0e9cf248 parallel: 20180922 -> 20181022
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/parallel/versions
2018-10-26 13:53:13 -07:00
R. RyanTM 170797f234 paperkey: 1.5 -> 1.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/paperkey/versions
2018-10-26 13:35:52 -07:00
Charles Duffy c93ab5eeb8
fakeroot: 1.22 -> 1.23 2018-10-26 15:26:38 -05:00
Will Dietz 41b3c2137d whois: 5.3.2 -> 5.4.0
4723a2cc4c
2018-10-26 13:32:30 -05:00
markuskowa 453a37485a
Merge pull request #48863 from r-ryantm/auto-update/units
units: 2.17 -> 2.18
2018-10-26 19:32:51 +02:00
Tim 8d49637658 apt-dater: init at 1.0.3 (#32175)
* apt-dater: init at 1.0.3

* apt-dater: use autoreconfHook
2018-10-26 19:16:44 +02:00
qolii 145627391b eternal-terminal: enable darwin build. 2018-10-26 19:59:27 +03:00
Andreas Rammhold 30a0b4c6eb
Merge pull request #49150 from andir/secfoo
Various security issues
2018-10-26 17:18:06 +02:00
Nick Novitski 463a2d94bd cloud-sql-proxy: 1.11 -> 1.13 (#48920) 2018-10-26 13:18:10 +02:00
Andreas Rammhold 5f75f72497 yara: 3.7.1 -> 3.8.1
This fixes issues CVE-2018-12034 & CVE-2018-12035. They are OOB read &
write issues of the internal VM. Details can be retrieved at [1] & [2].

[1] https://github.com/VirusTotal/yara/issues/891
[2] https://bnbdr.github.io/posts/swisscheese/
2018-10-26 12:17:58 +02:00
R. RyanTM c07b74e0b3 urlwatch: 2.14 -> 2.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/urlwatch/versions
2018-10-26 00:43:00 -07:00
R. RyanTM ff4fdc8cb3 trufflehog: 2.0.91 -> 2.0.97
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/trufflehog/versions
2018-10-25 23:54:28 -07:00
zimbatm 2337c7522a
openssh: 7.7p1 -> 7.9p1 (#48784)
added openssh_gssapi to make it easier to test the patched version

the HPN edition isn't available on top of 7.9p1 yet

fix-host-key-algorithms-plus.patch didn't apply anymore, assuming it's
fixed.

release notes: https://www.openssh.com/txt/release-7.9
2018-10-26 01:17:55 +02:00
Jan Tojnar 968dca8556
Merge pull request #49114 from qolii/eternal-terminal__5_1_6__5_1_7
eternal-terminal: 5.1.6 -> 5.1.7.
2018-10-25 21:33:42 +02:00
Richard Lupton b28552d58f signify: init at 24 (#48927) 2018-10-25 19:08:49 +00:00
Vladyslav M f22413f874
Merge pull request #49098 from loskutov/master
aircrack-ng: 1.2 -> 1.4
2018-10-25 20:14:56 +03:00
qolii 2da9bb8b4d eternal-terminal: 5.1.6 -> 5.1.7. 2018-10-25 10:10:22 -07:00
Ingo Blechschmidt 2595be06af tikzit: init at 2.0 (#48479)
* tikzit: init at 2.0

* tikzit: Parallel building and qualification
2018-10-25 19:04:14 +02:00
Jörg Thalheim 23a017fbca
nix-review: 0.5.2 -> 0.5.3 2018-10-25 17:09:31 +01:00
Ignat Loskutov e9f1ca0cb1 aircrack-ng: 1.2 -> 1.4 2018-10-25 15:09:21 +03:00
Renaud 9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
volth 716cfab34e Merge master into staging-next 2018-10-24 17:37:47 +00:00
R. RyanTM ebe1595700 plantuml: 1.2018.11 -> 1.2018.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/plantuml/versions
2018-10-24 15:30:03 +02:00
R. RyanTM b9b82e371f sslscan: 1.11.11 -> 1.11.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/sslscan/versions
2018-10-24 15:21:50 +02:00
Jörg Thalheim c9f43a5bb8
Merge pull request #48813 from loskutov/master
opensc: 0.18.0 -> 0.19.0
2018-10-24 13:31:41 +01:00
R. RyanTM 6d321dc204 twa: 1.5.1 -> 1.6.0 (#48900)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/twa/versions
2018-10-24 12:38:51 +02:00
Raphael Das Gupta 12a658ad34 tealdeer: 1.0.0 -> 1.1.0 (#48918)
and adapt description to changed upstream README.
2018-10-24 12:07:36 +02:00
Daiderd Jordan e38b90316f
Merge pull request #48944 from danieldk/fzf-0.17.5
fzf: 0.17.4 -> 0.17.5
2018-10-24 12:07:08 +02:00
R. RyanTM 68a674a376 python27Packages.rpm: 4.14.2 -> 4.14.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/rpm/versions
2018-10-24 10:28:52 +02:00
Daniël de Kok f4e7d11a2e fzf: 0.17.4 -> 0.17.5
Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
2018-10-24 06:56:11 +02:00
Ignat Loskutov d2c53295f4 opensc: 0.18.0 -> 0.19.0 2018-10-24 03:46:09 +03:00
Tim Steinbach 5de8517292
btrfs-progs: 4.15.1 -> 4.17.1 2018-10-23 19:55:08 -04:00
Daniel Schaefer 8ada6f6c46 jitterentropy: init at 2.1.2 2018-10-23 23:36:57 +02:00
Daniel Schaefer 5c249a3245 rng-tools: 5 -> 6.6 2018-10-23 23:36:31 +02:00
xeji 3122976238
Merge pull request #48686 from dtzWill/update/libinput-gestures-2.38
libinput-gestures: 2.33 -> 2.38, fixup
2018-10-23 22:30:41 +02:00
Michael Raskin 64df3f12a9
Merge pull request #48890 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.6.2 -> 4.6.3
2018-10-23 19:40:51 +00:00
Will Dietz edfffe0adf brotli: 1.0.6 -> 1.0.7 (#48874) 2018-10-23 19:40:42 +02:00
R. RyanTM 112bbf3b7d sleuthkit: 4.6.2 -> 4.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sleuthkit/versions
2018-10-23 08:22:11 -07:00
Joachim F b326148231
Merge pull request #48541 from r-ryantm/auto-update/clamav
clamav: 0.100.1 -> 0.100.2
2018-10-23 14:39:40 +00:00
R. RyanTM 44a5684359 syslogng: 3.17.2 -> 3.18.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/syslog-ng/versions
2018-10-23 07:36:31 -07:00
Rob Vermaas debbed29d1 datadog-agent: add option to enable trace agent 2018-10-23 12:30:06 +02:00
R. RyanTM 6d0b34f3c8 wireguard-tools: 0.0.20181007 -> 0.0.20181018
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-10-23 02:32:02 -07:00
R. RyanTM 1d0ab5d73b units: 2.17 -> 2.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/units/versions
2018-10-23 01:32:01 -07:00
Vladyslav Mykhailichenko ef0a9f42a6 skim: 0.5.1 -> 0.5.2 2018-10-23 10:31:05 +03:00
Vladyslav M 66760c7c5c
Merge pull request #48846 from veprbl/pr/zstd_137
zstd: 1.3.6 -> 1.3.7
2018-10-23 02:05:08 +03:00
Dmitry Kalinkin 0b520bd26d
zstd: 1.3.6 -> 1.3.7 2018-10-22 18:27:35 -04:00
Jörg Thalheim 0a9bfd69ec
Merge pull request #48818 from jokogr/u/lxd-3.0.2
lxd: 3.0.0 -> 3.0.2
2018-10-22 21:07:52 +01:00
Sarah Brofeldt 9de8d713dd
Merge pull request #48482 from Lassulus/ttyplot
ttyplot: init at 1.0
2018-10-22 21:54:36 +02:00
Kier Davis 7a0d849653
ckb-next: rename ckb-modprobe.patch to modprobe.patch
This keeps the naming consistent with the other two patches in
this directory.
2018-10-22 13:23:30 +01:00
Kier Davis 81178785c9
ckb, ckb module: rename to ckb-next
The upstream package has officially changed its name to ckb-next.
2018-10-22 13:23:30 +01:00
Kier Davis 85526bce87
ckb-next: 0.2.9 -> 0.3.2
In this update:

* binaries `ckb` and `ckb-daemon` are renamed to `ckb-next` and `ckb-next-daemon`
* build system changed from qmake to cmake
* the directory searched for animation plugins no longer needs to be patched, as a result of the build system change
* modprobe patch has been bumped, since the source repository layout has changed
* the cmake scripts are quite FHS-centric and require patching to fix install locations
2018-10-22 13:22:01 +01:00
Ioannis Koutras ab62fe9108 lxd: 3.0.0 -> 3.0.2 2018-10-22 13:07:15 +03:00
Jan Tojnar 6655f18135 networkmanager-openvpn: 1.8.6 → 1.8.8 2018-10-21 22:22:31 +02:00
Michael Weiss 7c3f27dba9 scdoc: 1.5.1 -> 1.5.2 2018-10-21 21:33:33 +02:00
Jörg Thalheim cb44ddfde9
Merge pull request #48534 from r-ryantm/auto-update/dpkg
dpkg: 1.19.0.5 -> 1.19.2
2018-10-21 18:40:04 +01:00
Frederik Rietdijk b737416019 Merge master into staging 2018-10-21 08:38:08 +02:00
Frederik Rietdijk 86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
Jörg Thalheim d105cf530d
Merge pull request #48754 from pbogdan/debootstrap
debootstrap: fix up paths to {chroot,unshare}, small clean up
2018-10-21 00:24:21 +01:00
Piotr Bogdan be63e30563 debootstrap: fix up paths to {chroot,unshare}, small clean up
Fixes #45915.
2018-10-20 18:02:09 +01:00
Vladyslav Mykhailichenko eee82aee37 file: 5.34 -> 5.35 2018-10-20 09:52:31 +02:00
Frederik Rietdijk ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Will Dietz 9973ca8c2f xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux) 2018-10-19 22:22:25 -05:00
Michael Weiss 58a36edd20 monkeysphere: Replace a hardcoded path and fix more tests 2018-10-19 10:31:49 +02:00
volth f90009cbd7 nmap: fix cross-build (#48264) 2018-10-19 09:30:36 +01:00
Jörg Thalheim 35caf0df6a
Merge pull request #48662 from cocreature/btrbk
btrbk: 0.26.1 -> 0.27.0
2018-10-19 08:59:39 +01:00
Will Dietz f58fcf849e libinput-gestures: entry point is a python script, add dep
Otherwise we have a raw shebang that doesn't work :(
2018-10-18 16:47:41 -05:00
Will Dietz 72f31fbc19 libinput-gestures: update patches
Don't bother skipping the version check,
keep diff against upstream simple.
2018-10-18 16:47:38 -05:00
Will Dietz 69c15c0c25 libinput-gestures: 2.33 -> 2.38 2018-10-18 16:47:36 -05:00
John Ericson d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Moritz Kiefer e6cf58b6ce btrbk: 0.26.1 -> 0.27.0 2018-10-18 14:49:56 +02:00
Jörg Thalheim b5c02d2028
Merge pull request #48656 from dywedir/bat
bat: 0.7.1 -> 0.8.0
2018-10-18 12:49:48 +01:00
Jan Tojnar 42bf580f51
Merge pull request #48648 from qolii/et__4_1_2__5_1_6
eternal-terminal: 4.1.2 -> 5.1.6.
2018-10-18 12:17:43 +02:00
Frederik Rietdijk 8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Felix Richter 17685a4022 bento4: init at 1.5.1-624 (#47632) 2018-10-18 11:34:43 +02:00
Frederik Rietdijk 821a3beb10
Merge pull request #48306 from NixOS/staging-next
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Vladyslav Mykhailichenko 0e6a5c908d bat: 0.7.1 -> 0.8.0 2018-10-18 12:17:43 +03:00
Matthew Robbetts 747377a9f8 Add ninja, remove enableParallelBuilding. 2018-10-17 23:05:21 -07:00
Jan Tojnar 21f20b5f7b
Merge pull request #46613 from jtojnar/xpra-gtk3
xpra: port to gtk3
2018-10-18 05:59:09 +02:00
Matthew Robbetts 70d532cf2c eternal-terminal: 4.1.2 -> 5.1.6. 2018-10-17 16:57:59 -07:00
Matthew Bauer 1660098d84 curl: build statically on windows 2018-10-17 14:44:35 -05:00
markuskowa a8455529f7
Merge pull request #48613 from OPNA2608/x11vnc-update
x11vnc: 0.9.13 -> 0.9.15, adding maintainer
2018-10-17 20:47:00 +02:00
Christoph Neidahl (OPNA2608) 07f135c7f5 x11vnc: moving substitutions, commenting sed line
moved substitutions to postPatch phase and commented on workaround sed line, as requested in the code reviews
2018-10-17 20:13:07 +02:00
Michael Weiss 3759341420 monkeysphere: 0.41 -> 0.42 2018-10-17 19:59:52 +02:00
Robert Schütz 1ee5cbe9d4 abcm2ps: 8.13.24 -> 8.14.0 2018-10-17 17:59:20 +02:00
Robert Schütz 5ef745b983 esptool: 2.5.0 -> 2.5.1 2018-10-17 17:48:56 +02:00
Robert Schütz c1a0e28ee2
Merge pull request #48596 from makefu/pkgs/pythonPackages.speedtest-cli/init
speedtest-cli: move to pythonPackages, add to home-assistant
2018-10-17 17:11:48 +02:00
makefu d3657f6766
speedtest-cli: move ot python-modules 2018-10-17 16:52:39 +02:00
Jörg Thalheim 7dea8e403e
Merge pull request #48559 from tilpner/appimage-run-type-1-2
appimage-run: Fix type-1 support, used wrong directory
2018-10-17 11:54:36 +01:00
Jörg Thalheim 44e5877355
Merge pull request #48516 from r-ryantm/auto-update/fio
fio: 3.10 -> 3.11
2018-10-17 11:34:53 +01:00
Christoph Neidahl (OPNA2608) 0800c3a722 x11vnc: don't build broken Xdummy script
patching the currently broken Xdummy script out of the Makefile.am, else it gets put into bin.
this is not a regression of functionality, as it doesn't appear to be put into bin in the upstream version either.
2018-10-17 10:09:16 +02:00
Frederik Rietdijk 89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
Frederik Rietdijk 18fcc337af Merge master into staging-next 2018-10-17 08:04:22 +02:00
Matthew Bauer a5de0ca963 treewide: preserve hashes
avoid mass rebuild from the last commits
2018-10-16 23:19:34 -05:00
Matthew Bauer 51e5f8af42 treewide: don’t set CMAKE_SYSTEM_NAME 2018-10-16 21:52:38 -05:00
隠岐奈 0c4a7a86fd bcachefs-tools: 2018-08-22 -> 2018-10-12 2018-10-16 18:31:53 -05:00
Eelco Dolstra b6bac6c144
Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit 10addad603, reversing
changes made to 7786575c6c.

NixOS scripts should be kept in the NixOS source tree, not in
pkgs. Moving them around is just confusing and creates unnecessary
code/history churn.
2018-10-16 20:25:44 +02:00
Florian Klink 887bf77621
Merge pull request #48574 from kmille/tmux-2.8
tmux: 2.7 -> 2.8
2018-10-16 20:09:59 +02:00
zimbatm 10addad603
Merge pull request #48122 from zimbatm/pkg-nixos-rebuild
nixos-rebuild: init as package
2018-10-16 19:39:22 +02:00
kmille 4e75120cd4 tmux: 2.7 -> 2.8
tmux 2.8 has a broken version string (2.8-rc) which we patch in configure.ac

CHANGES FROM 2.7 to 2.8

* Make display-panes block the client until a pane is chosen or it
  times out.

* Clear history on RIS like most other terminals do.

* Add an "Any" key to run a command if a key is pressed that is not
  bound in the current key table.

* Expand formats in load-buffer and save-buffer.

* Add a rectangle_toggle format.

* Add set-hook -R to run a hook immediately.

* Add README.ja.

* Add pane focus hooks.

* Allow any punctuation as separator for s/x/y not only /.

* Improve resizing with the mouse (fix resizing the wrong pane in some
  layouts, and allow resizing multiple panes at the same time).

* Allow , and } to be escaped in formats as #, and #}.

* Add KRB5CCNAME to update-environment.

* Change meaning of -c to display-message so the client is used if it
  matches the session given to -t.

* Fixes to : form of SGR.

* Add x and X to choose-tree to kill sessions, windows or panes.
2018-10-16 17:38:01 +02:00
Rob Vermaas 34ea15f5e4 nixpart0.blivet: fix reference to selinux python modules
(cherry picked from commit 71941853a13878e5cc17b493f3791db7d4b29e51)
2018-10-16 17:13:09 +02:00
Jörg Thalheim daad7af224
Merge pull request #48556 from r-ryantm/auto-update/bindfs
bindfs: 1.13.9 -> 1.13.10
2018-10-16 16:11:52 +01:00
tilpner 62dc7fbc61
appimage-run: Fix type-1 support, used wrong directory 2018-10-16 13:57:15 +02:00
R. RyanTM ddaefd444e bindfs: 1.13.9 -> 1.13.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
2018-10-16 04:38:35 -07:00
Jörg Thalheim a65f0b3d55
Merge pull request #48515 from r-ryantm/auto-update/fatsort
fatsort: 1.4.2.439 -> 1.5.0.456
2018-10-16 12:16:56 +01:00
lassulus 1758ef04e8 ttyplot: init at 1.0 2018-10-16 12:59:11 +02:00
Christoph Neidahl (OPNA2608) 09504f62a7 x11vnc: added maintainer
adding myself as maintainer
2018-10-16 11:43:48 +02:00
Christoph Neidahl (OPNA2608) e14f9cea94 x11vnc: 0.9.13 -> 0.9.15
updated x11vnc to use the GitHub repo and up-to-date version 0.9.15
2018-10-16 11:40:27 +02:00
zimbatm 1875344542
nixos-*: init as package
Move all the nixos-* scripts from the nixos distribution as real
packages in the pkgs/ package set.

This allows non-nixos users to run the script as well. For example,
deploying a remote machine with:

    nixos-rebuild --target-host root@hostname --build-host root@hostname
2018-10-16 11:12:36 +02:00
R. RyanTM b249bcc7b4 clamav: 0.100.1 -> 0.100.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/clamav/versions
2018-10-16 00:31:09 -07:00
R. RyanTM 23661254e4 dpkg: 1.19.0.5 -> 1.19.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/dpkg/versions
2018-10-16 00:06:07 -07:00
Vladyslav M d9508a3a4f
Merge pull request #48500 from r-ryantm/auto-update/ipv6calc
ipv6calc: 1.0.0 -> 1.1.0
2018-10-16 10:02:25 +03:00
R. RyanTM 15f3717b5e fio: 3.10 -> 3.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/fio/versions
2018-10-15 22:31:17 -07:00
R. RyanTM 3da7fc8a57 fatsort: 1.4.2.439 -> 1.5.0.456
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fatsort/versions
2018-10-15 22:22:56 -07:00
R. RyanTM 95c698d119 ipv6calc: 1.0.0 -> 1.1.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/ipv6calc/versions
2018-10-15 20:39:48 -07:00
Jörg Thalheim 07c68a3420
Merge pull request #48493 from makefu/pkgs/bepasty/update
bepasty: 0.4.0 -> 0.5.0
2018-10-16 00:07:24 +01:00
makefu c539c020be
bepasty: 0.4.0 -> 0.5.0 2018-10-16 00:46:55 +02:00
Sven Keidel f4541316be
staruml: fix download URL 2018-10-15 10:22:54 +02:00
Andrew Childs 975c9b57eb gotop: 1.2.9 -> 1.5.0 (#48407) 2018-10-15 08:04:43 +02:00
Silvan Mosberger cbaf6673d6
Merge pull request #48416 from r-ryantm/auto-update/hwinfo
hwinfo: 21.57 -> 21.58
2018-10-14 21:07:16 +02:00
R. RyanTM 5a51d74e37 hwinfo: 21.57 -> 21.58
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-10-14 07:38:34 -07:00
Tim Steinbach 562866e64f
fail2ban: 0.10.3.1 -> 0.10.4 2018-10-14 10:27:04 -04:00
Vladyslav M c8f7188f17 zstd: 1.3.5 -> 1.3.6 (#47965) 2018-10-14 15:55:09 +02:00
Limbo Peng 9f8b40c2de httping: add libintl to buildInputs on Darwin (#48188)
* httping: add libintl to buildInputs on Darwin

Otherwise it won't compile.

* httping: fix URLs
2018-10-14 15:20:42 +02:00
Jaka Hudoklin bf6d87c975
Merge pull request #48371 from kalbasit/nixpkgs_easyrsa-darwin
easyrsa: add support for darwin
2018-10-14 10:43:02 +02:00
R. RyanTM 4ca9524e98 spectre-meltdown-checker: 0.39 -> 0.40
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-10-14 09:48:08 +02:00
volth f65dfb3caf buildPerlPackage -> perlPackages.buildPerlPackage 2018-10-14 09:10:41 +02:00
R. RyanTM 43b61d8474 woeusb: 3.2.9 -> 3.2.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/woeusb/versions
2018-10-14 09:02:55 +02:00
Wael M. Nasreddine 1828799f47
easyrsa: add support for darwin 2018-10-13 20:10:21 -07:00
Jörg Thalheim 91336f08c4
Merge pull request #48309 from rvolosatovs/update/go-sct
go-sct: 20160529 -> 20180605
2018-10-13 21:00:00 +01:00
Yegor Timoshenko b6a79aa63b
Merge pull request #47741 from r-ryantm/auto-update/parallel
parallel: 20180822 -> 20180922
2018-10-13 13:50:54 +00:00
Franz Pletz 97d2779059
wireguard: 0.0.20181006 -> 0.0.20181007 2018-10-13 15:48:24 +02:00
Jörg Thalheim 576f3b1724
Merge pull request #48315 from transumption/201810/wireguard-bump
wireguard: 0.0.20180925 -> 0.0.20181006
2018-10-13 13:57:52 +01:00
Yegor Timoshenko 39daa05493
Merge pull request #47721 from r-ryantm/auto-update/strongswan
strongswan: 5.6.3 -> 5.7.1
2018-10-13 12:56:06 +00:00
Yegor Timoshenko fed0a4ec94
wireguard-go: 0.0.20180613 -> 0.0.20181001 2018-10-13 12:26:42 +00:00
Yegor Timoshenko 011a463d17
wireguard: 0.0.20180925 -> 0.0.20181006 2018-10-13 12:21:08 +00:00
Roman Volosatovs 95db49f5c3
go-sct: 20160529 -> 20180605 2018-10-13 10:45:44 +02:00
Frederik Rietdijk 6f5142e48e Merge master into staging 2018-10-13 09:48:20 +02:00
Frederik Rietdijk 35ce480d69
Merge pull request #47964 from NixOS/staging-next
Merge staging-next into master
2018-10-13 09:47:49 +02:00
Michael Raskin c60e8f436c
Merge pull request #47732 from markuskowa/opensm-up
opensm: 3.3.20 -> 3.3.21
2018-10-13 06:12:49 +00:00
Jörg Thalheim b27d39e044
Merge pull request #48232 from jonafato/keybase-2.7.3
keybase: 2.5.0 -> 2.7.3
2018-10-13 00:18:47 +01:00
Jörg Thalheim f665998867
Merge pull request #48233 from jonafato/kbfs-2.6.0
kbfs: 2.5.0 -> 2.6.0
2018-10-13 00:15:52 +01:00
Jörg Thalheim ce5da3b1e9
Merge pull request #48234 from jonafato/keybase-gui-2.7.0
keybase-gui: 2.5.0 -> 2.7.0
2018-10-13 00:03:56 +01:00
R. RyanTM c43e752dcb duo-unix: 1.10.4 -> 1.10.5 (#47819)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2018-10-12 22:50:47 +02:00
R. RyanTM 541e5b8900 xpra: 2.3.3 -> 2.3.4 (#47705)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xpra/versions
2018-10-12 22:43:15 +02:00
Daiderd Jordan 5c14decaa3
nix-index: fix darwin build 2018-10-12 19:04:19 +02:00
Robert Helgesson c429b2b389
cloc: 1.78 -> 1.80 2018-10-12 19:01:51 +02:00
Timo Kaufmann 76f974f1bd
Merge pull request #48235 from dtzWill/update/pcsctools-1.5.3
pcsctools: 1.4.25 -> 1.5.3
2018-10-12 18:41:54 +02:00
Jörg Thalheim c31909ff69
Merge pull request #48269 from volth/patch-268
screen: fix cross-compiling
2018-10-12 14:31:00 +01:00
Jörg Thalheim 8635fbdb55
Merge pull request #48230 from nicknovitski/fastlane-disable-update-check
fastlane: disable update check
2018-10-12 14:29:56 +01:00
Jörg Thalheim efd6f7fbe2
Merge pull request #48260 from volth/patch-262
dos2unix: fix cross build
2018-10-12 14:19:32 +01:00
Jörg Thalheim aaadace9d1
Merge pull request #48267 from volth/patch-266
ntp: fix cross-build
2018-10-12 14:17:43 +01:00
volth 4b17b8bba4
screen: fix cross-compiling 2018-10-12 13:14:25 +00:00
Jörg Thalheim 5bd1b675c6
Merge pull request #48266 from volth/patch-265
p7zip: fix cross-compilation
2018-10-12 14:12:55 +01:00
volth a4f4886ba3
ntp: fix cross-build 2018-10-12 12:48:59 +00:00
volth fbeeed1c5c
p7zip: fix cross-compilation 2018-10-12 12:36:48 +00:00
Bas van Dijk 0c25079958
futhark: introduce the top-level futhark attribute
The fact that futhark is a Haskell package is an implementation detail. To
install it users should just have to specify `futhark` instead of
`haskellPackages.futhark`.

Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to
reduce closure size.
2018-10-12 14:12:29 +02:00
Sarah Brofeldt c4afb45af5
Merge pull request #48097 from tenx-tech/feature/init-envdir-go
envdir: init at 1.0.0
2018-10-12 14:09:18 +02:00
Silvan Mosberger 58bbbbd9e2
Merge pull request #48023 from ElvishJerricco/networkmanager-patch-hashes
Fix NetworkManager patches with fetchpatch and updated hashes
2018-10-12 14:05:06 +02:00
edude03 7a65f2c43d
envdir: init at 1.0.0 2018-10-12 19:23:21 +08:00
volth b8e1e56410
dos2unix: fix cross build 2018-10-12 11:02:37 +00:00
Jörg Thalheim 2434a2ee3a
Merge pull request #48224 from volth/patch-252
coreutils-full: fix cross build
2018-10-12 11:34:38 +01:00
Herwig Hochleitner a08feadbe1 i2p: 0.9.35 -> 0.9.37
also update tanuki's java-service-wrapper 3.5.32 -> 3.5.35
2018-10-12 12:20:35 +02:00
volth 432c44f6f0
coreutils-full: fix cross build (@matthewbauer's version) 2018-10-12 10:02:34 +00:00
Sarah Brofeldt e53b1dd06a
Merge pull request #48226 from cocreature/nix-index
nix-index: 0.1.1 -> 0.1.2
2018-10-12 09:50:44 +02:00
Michael Francis 6ab21f4486 cfssl: allow building on all platforms (#48093) 2018-10-12 06:16:58 +00:00
Will Dietz 60ae563293 yubikey-manager: 0.7.0 -> 1.0.0 2018-10-11 23:20:29 +00:00
Will Dietz 8b6248a823 pcsctools: 1.4.25 -> 1.5.3 2018-10-11 15:59:35 -05:00
Jon Banafato 68ad1f8774 keybase-gui: 2.5.0 -> 2.7.0 2018-10-11 16:46:12 -04:00
Jon Banafato 254c5a0100 kbfs: 2.5.0 -> 2.6.0 2018-10-11 16:45:43 -04:00
Jon Banafato 468d41db46 keybase: 2.5.0 -> 2.7.3 2018-10-11 16:44:43 -04:00
Will Fancher 0e0577e2e2 networkmanager: Fix patches with fetchpatch and updated hashes 2018-10-11 16:29:28 -04:00
Nick Novitski 63ed3c8c5e fastlane: disable update check 2018-10-11 12:19:42 -08:00
Moritz Kiefer bd4301a2ae nix-index: 0.1.1 -> 0.1.2 2018-10-11 21:42:28 +02:00
Eelco Dolstra 2004343f56 libotf: Add dev output 2018-10-11 21:18:20 +02:00
volth 544051b0b0
coreutils-full: fix cross build 2018-10-11 19:09:22 +00:00
Silvan Mosberger e69079b3b1
Merge pull request #48108 from aca-labs/teleconsole
Teleconsole
2018-10-11 20:48:51 +02:00
Kim Burgess 6327ba8fbd teleconsole: init at 0.4.0 2018-10-11 20:24:12 +10:00
Franz Pletz c04e6e04e2
xsecurelock: hardcode path to xset 2018-10-11 02:08:37 +02:00
Will Dietz 81e3fb3cf7 xdg-utils: 1.1.2 -> 1.1.3 (#48089) 2018-10-10 23:35:09 +02:00
Renaud a5d839f874 nsjail: 2.2 -> 2.7 (#48024) 2018-10-10 23:33:43 +02:00
Nick Novitski cbda94201c fastlane: 2.91.0 -> 2.105.2 (#48085) 2018-10-10 22:55:14 +02:00
xeji 61e7e256c3
Merge pull request #48038 from tg-x/liquidsoap-1.3.4
liquidsoap: 1.1.1 -> 1.3.4
2018-10-10 22:54:41 +02:00
Benjamin Hipple 4e7c822dc6 grub: fetch from HTTPS instead of FTP; update meta (#48137)
HTTPS is unlikely to be worse and is often better than FTP. Aside from being
faster, there are many networking setups where outgoing FTP traffic is blocked.
2018-10-10 22:25:14 +02:00
Matthew Bauer e4c0560d22
Merge pull request #48136 from bhipple/u/licenses
Add licenses
2018-10-10 13:21:52 -05:00
Gabriel Ebner c555a076e7
Merge pull request #47995 from erictapen/47709-fallout
fix broken packages from #47709
2018-10-10 19:50:50 +02:00
Lancelot SIX 20249caf14
Merge pull request #47977 from charles-dyfis-net/gnupg20-1compat-fix
gnupg1compat: fix compatibility with gnupg20
2018-10-10 15:04:27 +02:00
Benjamin Hipple d78da463c5 par: add license 2018-10-09 21:35:12 -04:00
Lassulus 0f2869a806 quickserve: init at 2018 (#48083) 2018-10-10 00:24:58 +01:00
Vincent Ambo 5ead27394d journaldriver: 1.0.0 -> 1.1.0 (#48106)
Included changes:

* upstream repository has moved, URLs changed accordingly
* journaldriver bumped to new upstream release

The new release includes an important workaround for an issue that
could cause log-forwarding to fail after service restarts due to
invalid journal cursors being persisted.
2018-10-09 23:45:43 +02:00
Benjamin Hipple 11c0d07761 f2fs-tools: fetch src from HTTPS instead of SSH (#48110)
All users can use HTTPS, but some enterprise users may not be able to access
external SSH endpoints behind corporate firewalls.
2018-10-09 22:37:18 +02:00
Michael Weiss 2c881054f8 scdoc: Update the URLs (homepage and download) 2018-10-09 21:54:25 +02:00
Daiderd Jordan 605d89504c
Merge pull request #47933 from zimbatm/vault-0.11.2
vault: 0.11.1 -> 0.11.2
2018-10-09 21:39:02 +02:00
Frederik Rietdijk bc9bd012c4 Merge staging-next into staging 2018-10-09 15:37:52 +02:00
Frederik Rietdijk eeaf3a131f Merge master into staging-next 2018-10-09 15:37:22 +02:00
Joachim F 34786711d9
Merge pull request #47743 from r-ryantm/auto-update/pcapfix
pcapfix: 1.1.2 -> 1.1.3
2018-10-09 09:20:48 +00:00
Joachim F 3a8b209e59
Merge pull request #47746 from r-ryantm/auto-update/packagekit
packagekit: 1.1.10 -> 1.1.11
2018-10-09 09:20:07 +00:00
Joachim F 9c685f3fe8
Merge pull request #47758 from r-ryantm/auto-update/netsniff-ng
netsniff-ng: 0.6.4 -> 0.6.5
2018-10-09 09:19:17 +00:00
Will Dietz 2de131bfc3 dex: grab simple upstream patch so it reports the right version 2018-10-08 19:45:01 -05:00
Matthew Bauer dd6f6951cf
Merge pull request #45109 from jfrankenau/module-triggerhappy
nixos/triggerhappy: add module for triggerhappy hotkey daemon
2018-10-08 14:42:59 -05:00
Markus Kowalewski e6c947ad70
opensm: use native shell to run autogen.sh 2018-10-08 21:42:45 +02:00
Matthew Bauer 3cb179a4d0
Merge pull request #45997 from cryptix/add/systrayhelper
systrayhelper: init at 0.0.3
2018-10-08 14:42:45 -05:00
Matthew Bauer 4e2a3cbafe
Merge pull request #47494 from zachcoyle/teamocil-1.4.2
teamocil: init at 1.4.2
2018-10-08 14:02:19 -05:00
Michael Raskin fe8515de6e asymptote: apply upstream patch for compatibility with a newer boehmgc
As referenced in https://github.com/NixOS/nixpkgs/pull/45708#issuecomment-427840944
2018-10-08 21:38:14 +03:00
Joachim F 1ede0788f2
Merge pull request #47784 from r-ryantm/auto-update/inadyn
inadyn: 2.4 -> 2.5
2018-10-08 17:49:55 +00:00
Michael Weiss 203903343f scdoc: 1.4.2 -> 1.5.1 2018-10-08 19:14:35 +02:00
Michael Weiss a6955ad37a scdoc: Switch to fetchgit because the archive is unavailable
The Git repository is still accessible but the webpage [0] and the
download link [1] currently return "404 Not Found".

[0]: https://git.sr.ht/~sircmpwn/scdoc/
[1]: https://git.sr.ht/~sircmpwn/scdoc/snapshot/scdoc-${version}.tar.xz
2018-10-08 19:14:35 +02:00
Samuel Dionne-Riel 4643428b65
Merge pull request #47067 from bbarker/plan9port_update
Updating plan9port
2018-10-08 12:51:36 -04:00
Will Dietz 88bcbd4023
Merge pull request #48056 from dtzWill/update/gnuplot-5.2.5
gnuplot: 5.2.4 -> 5.2.5
2018-10-08 11:06:52 -05:00
Will Dietz ee56a8bba5 gnuplot: 5.2.4 -> 5.2.5
http://www.gnuplot.info/ReleaseNotes_5_2_5.html
2018-10-08 10:38:20 -05:00
Andreas Rammhold cefd0f7e86
Merge pull request #48050 from pacien/pkg-tinc-20181008
tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17 (security update)
2018-10-08 17:08:36 +02:00
pacien 15a190eb27 tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17
Critical security update (CVE-2018-16737, CVE-2018-16738, CVE-2018-16758)
2018-10-08 16:51:37 +02:00
schneefux 3831ed4ad2 nitrokey-app: 1.3.1 -> 1.3.2 2018-10-08 14:28:51 +02:00
schneefux 031737126c neopg: 0.0.4 -> 0.0.5 2018-10-08 14:28:14 +02:00
schneefux eb5eacb0e9 nitrokey-app: use fetchFromGitHub instead of fetchgit 2018-10-08 14:23:03 +02:00
schneefux 15e23e5d92 neopg: use fetchFromGitHub instead of fetchgit 2018-10-08 14:04:21 +02:00
schneefux 3d5939f3d2 bootchart: 0.14.7 -> 0.14.8 2018-10-08 13:47:30 +02:00
schneefux 1952a19c61 bootchart: use fetchFromGitHub instead of fetchurl 2018-10-08 13:43:13 +02:00
schneefux 027ee440b5 shadowsocks-libev: use fetchFromGitHub instead of fetchgit 2018-10-08 13:34:47 +02:00
schneefux fc1aaf8613 i3minator: use fetchFromGitHub instead of fetchurl 2018-10-08 13:33:06 +02:00
schneefux b7d587fff7 pingtcp: use fetchFromGitHub instead of fetchgit 2018-10-08 13:30:33 +02:00
schneefux aa5fd37bba sutils: 0.1 -> 0.2 2018-10-08 13:28:03 +02:00
schneefux caff6f5d5d sutils: use fetchFromGitHub instead of fetchurl 2018-10-08 13:24:25 +02:00
Vladimír Čunát c2e6ca501e
openssh: fix tunnel forwarding (upstream patch)
Close #48031, fixes #48016.  I didn't use the PR commit
because I think it's better to fetch the patch.
2018-10-08 12:00:38 +02:00
Sarah Brofeldt ac35f4efee
Merge pull request #47414 from NoRedInk/add-aws-env
aws-env: init at 0.4
2018-10-08 11:52:47 +02:00
Peter Hoeg f07812b389
Merge pull request #48037 from peterhoeg/p/fbv
fbv: init at 1.0b
2018-10-08 17:39:54 +08:00
TG ⊗ Θ d2ce22caf0 liquidsoap: 1.1.1 -> 1.3.4 2018-10-08 11:30:27 +02:00
Peter Hoeg 0932acc622 fbv: init at 1.0b 2018-10-08 17:14:38 +08:00
xeji 77eec2044f
Merge pull request #46945 from r-ryantm/auto-update/vips
vips: 8.6.5 -> 8.7.0
2018-10-08 08:44:12 +02:00
Marica Odagaki 1d8aa40898 aws-env: init at 0.4 2018-10-07 18:47:08 -08:00
Brandon Elam Barker 7a86c6760a plan9port: 2016-04-18 -> 2018-09-20 2018-10-07 22:13:24 -04:00
Ryan Mulligan 0329e26f89 vips: fetch from GitHub and build directly from source
This used to build from what the README calls a "pre-baked tarball".
2018-10-07 16:09:51 -07:00
schneefux cd71e1036b zimreader: add license
See https://phabricator.wikimedia.org/source/openzim/browse/master/zimreader/COPYING
2018-10-07 18:47:15 +02:00
Jörg Thalheim 8a2026a37c
Merge pull request #47986 from erictapen/borgbackup-cherry-4093
borgbackup: patch bug that allowed for exceeding quotas
2018-10-07 11:53:02 +01:00
Justin Humm a9a88b0942
vdirsyncer: fix build due to #47709 2018-10-07 12:12:03 +02:00
Sarah Brofeldt e84a46a169
Merge pull request #47969 from kevincox/sewer
sewer: init at 0.6.0
2018-10-07 10:02:11 +02:00
Justin Humm 0cfc923813
borgbackup: patch bug that allowed for exceeding quotas
See also https://github.com/borgbackup/borg/issues/4093 for this.
2018-10-06 23:53:06 +02:00
Charles Duffy 1e23714296
gnupg1compat: reintroduce symlinks, only when actually needed 2018-10-06 14:38:36 -05:00
Charles Duffy f7cd362ae4
gnupg20: set version variable to fix gnupg1compat
Presently, gnupg1compat only works with gnupg22. Without this change, the error

```
error: attribute 'version' missing, at .../nixpkgs/pkgs/tools/security/gnupg/1compat.nix:4:26
```

is emitted when evaluating

```
pkgs.gnupg1compat.override { gnupg = pkgs.gnupg20; }'
```
2018-10-06 12:21:05 -05:00
zimbatm 0bcbb97879
vault: 0.11.1 -> 0.11.2
changelog: https://github.com/hashicorp/vault/blob/v0.11.2/CHANGELOG.md
2018-10-06 16:59:40 +02:00
R. RyanTM 3281c90060 duc: 1.4.3 -> 1.4.4 (#47824)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duc/versions
2018-10-06 16:02:25 +02:00
M. Herdiansyah 1b97c37b29 bubblewrap: remove maintainership (#47970) 2018-10-06 15:52:40 +02:00
R. RyanTM b2f7b14380 facter: 3.11.4 -> 3.12.0 (#47804)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/facter/versions
2018-10-06 15:49:15 +02:00
Renaud 0f283b4f5a dateutils: 0.4.4 -> 0.4.5 (#47961)
datezone needs TZdata
+ enabling parallel building
+ run the tests suite
2018-10-06 15:26:54 +02:00
Jaka Hudoklin a134b9a3dd telepresence: 0.85 -> 0.93 (#47966) 2018-10-06 15:21:28 +02:00
Renaud e82162c262
Merge pull request #47750 from r-ryantm/auto-update/mtools
mtools: 4.0.18 -> 4.0.19
2018-10-06 12:58:35 +02:00
Renaud d8e36e5854
Merge pull request #47825 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20180810 -> 20180927
2018-10-06 12:47:58 +02:00
Renaud e4a7c567e3
Merge pull request #47817 from r-ryantm/auto-update/dar
dar: 2.5.16 -> 2.5.17
2018-10-06 12:42:51 +02:00
Renaud d27fc43fc6
Merge pull request #47607 from mbode/aws-rotate-key_1_0_2
aws-rotate-key: 1.0.0 -> 1.0.3
2018-10-06 12:34:42 +02:00
Kevin Cox 011f1c7396
sewer: init at 0.6.0
sewer is an ACME client which supports DNS challenges with support for
various DNS servers.
2018-10-06 11:33:47 +01:00
Maximilian Bode 1cfe58e822 aws-rotate-key: 1.0.0 -> 1.0.3 2018-10-06 11:41:54 +02:00
Matthew Bauer 91078ee339
Merge pull request #46106 from NickHu/psd
profile-sync-daemon: 5.53 -> 6.33
2018-10-05 22:51:59 -05:00
Matthew Bauer 33d24042d4
Merge pull request #46443 from bobvanderlinden/pr-test-upnp
Miniupnpd and bittorrent improvements
2018-10-05 22:48:24 -05:00
Matthew Bauer e4a6288b75
Merge pull request #46863 from siers/link-grammar
link-grammar: init at 5.5.0
2018-10-05 22:40:48 -05:00
Matthew Bauer 3e349294b4
Merge pull request #46927 from r-ryantm/auto-update/xorriso
xorriso: 1.4.8 -> 1.5.0
2018-10-05 22:39:40 -05:00
Matthew Bauer 70faf056b2
Merge pull request #47349 from charles-dyfis-net/sbsigntool-0.9.1
sbsigntool: 0.5 -> 0.9.1
2018-10-05 22:35:46 -05:00
Philip Nelson 3a0fbe3cbe youtube-dl: 2018.09.26 -> 2018.10.05 (#47940) 2018-10-06 00:36:03 +02:00
Jörg Thalheim 5bba9f3906
Merge pull request #47908 from dywedir/uutils-coreutils
uutils-coreutils: 2018-02-09 -> 2018-09-30
2018-10-05 19:35:13 +01:00
Vincent Laporte 9db397351a unoconv: fix reference to libreoffice (#47847) 2018-10-05 16:03:20 +02:00
tv 4b613137e4 sec: 2.8.0 -> 2.8.1 (#47857) 2018-10-05 15:32:51 +02:00
R. RyanTM b49c4d2b2e eid-mw: 4.4.7 -> 4.4.8 (#47816)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eid-mw/versions
2018-10-05 15:14:31 +02:00
Vladyslav Mykhailichenko 1e02a2c063 uutils-coreutils: 2018-02-09 -> 2018-09-30 2018-10-05 10:50:19 +03:00
lewo 8c0d32f8e7
Merge pull request #47693 from nicknovitski/envsubst-init
envsubst: init at 1.1.0
2018-10-05 09:00:33 +02:00
Jan Tojnar 89beaef64d
Merge pull request #47786 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.1.1 -> 2.1.2
2018-10-05 06:46:25 +02:00
Jan Tojnar 959435e835
networkmanager-openvpn: 1.8.4 → 1.8.6 2018-10-05 01:58:53 +02:00
Jörg Thalheim 023b006630
Merge pull request #47850 from r-ryantm/auto-update/babeld
babeld: 1.8.2 -> 1.8.3
2018-10-04 20:17:14 +01:00
Jörg Thalheim 4e180fda97
Merge pull request #47849 from r-ryantm/auto-update/bfs
bfs: 1.2.3 -> 1.2.4
2018-10-04 20:14:58 +01:00
Edward Tjörnhammar 6ffb60c464
i2pd: 2.20.0 -> 2.21.0 2018-10-04 18:18:08 +02:00
Peter Hoeg 4569dd753b pykms: 20171224 -> 20180208 2018-10-04 17:57:51 +08:00
Pascal Wittmann ebcbef1bf3
Merge pull request #47815 from r-ryantm/auto-update/disorderfs
disorderfs: 0.5.3 -> 0.5.4
2018-10-04 10:06:13 +02:00
R. RyanTM 06956fa9da bubblewrap: 0.3.0 -> 0.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/bubblewrap/versions
2018-10-04 09:03:58 +02:00
R. RyanTM 365dad81f8 haproxy: 1.8.13 -> 1.8.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/haproxy/versions
2018-10-04 08:50:53 +02:00
R. RyanTM 38b284bd98 babeld: 1.8.2 -> 1.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babeld/versions
2018-10-03 23:04:55 -07:00
R. RyanTM f1e5eb571c bfs: 1.2.3 -> 1.2.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/bfs/versions
2018-10-03 23:03:12 -07:00
Jan Tojnar d4d87b049b
xpraGtk3: point to xpra
xpra now uses GTK 3
2018-10-04 03:37:13 +02:00
Jan Tojnar 3b685ee517
xpra: modernize
Port to Python 3 and GTK+ 3.
2018-10-04 03:37:10 +02:00
Bart Brouns 3b32efff7e WIP liquidsoap update 2018-10-04 02:37:12 +02:00
R. RyanTM cded34d9a5 acpica-tools: 20180810 -> 20180927
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acpica-tools/versions
2018-10-03 15:20:50 -07:00
R. RyanTM fe071ae077 dar: 2.5.16 -> 2.5.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2018-10-03 14:22:13 -07:00
R. RyanTM f4c968eaef disorderfs: 0.5.3 -> 0.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/disorderfs/versions
2018-10-03 14:07:48 -07:00
Jörg Thalheim 9d0b675656
Merge pull request #47787 from r-ryantm/auto-update/hwinfo
hwinfo: 21.56 -> 21.57
2018-10-03 20:52:01 +01:00
Jörg Thalheim 24cc141afd
Merge pull request #47777 from r-ryantm/auto-update/LanguageTool
languagetool: 4.2 -> 4.3
2018-10-03 18:51:47 +01:00
R. RyanTM 474587513e hwinfo: 21.56 -> 21.57
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-10-03 10:50:22 -07:00
R. RyanTM 19a9ca96aa ibus-engines.typing-booster-unwrapped: 2.1.1 -> 2.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/ibus-typing-booster/versions
2018-10-03 10:40:13 -07:00
R. RyanTM 6fb9152c7b inadyn: 2.4 -> 2.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/inadyn/versions
2018-10-03 10:29:21 -07:00
Jörg Thalheim 4c59402652
Merge pull request #47771 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.2 -> 3.1.3
2018-10-03 17:40:38 +01:00
R. RyanTM f72bbc6f04 languagetool: 4.2 -> 4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2018-10-03 09:40:12 -07:00
R. RyanTM f9ec698fa9 ipmiutil: 3.1.2 -> 3.1.3
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-10-03 08:10:56 -07:00
R. RyanTM 2c54be7375 netsniff-ng: 0.6.4 -> 0.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/netsniff-ng/versions
2018-10-03 06:30:21 -07:00
R. RyanTM aee3689349 mtools: 4.0.18 -> 4.0.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mtools/versions
2018-10-03 05:36:40 -07:00
R. RyanTM 734cdd77b3 packagekit: 1.1.10 -> 1.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/packagekit/versions
2018-10-03 05:26:46 -07:00
R. RyanTM 508c80c888 pcapfix: 1.1.2 -> 1.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcapfix/versions
2018-10-03 04:56:26 -07:00
R. RyanTM 45d4712b71 parallel: 20180822 -> 20180922
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/parallel/versions
2018-10-03 04:46:53 -07:00
Markus Kowalewski ced5563056
opensm: 3.3.20 -> 3.3.21
Old git source repository was dead. Switched to GitHub
2018-10-03 12:59:07 +02:00
Jörg Thalheim 96903c501e
Merge pull request #47703 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20180918 -> 0.0.20180925
2018-10-03 11:33:54 +01:00
Jörg Thalheim a18b4a58d1
Merge pull request #47717 from r-ryantm/auto-update/thermald
thermald: 1.7.2 -> 1.8
2018-10-03 11:28:33 +01:00
Jörg Thalheim b73b0bb0b3
Merge pull request #47727 from r-ryantm/auto-update/softhsm
softhsm: 2.4.0 -> 2.5.0
2018-10-03 11:19:45 +01:00
Jörg Thalheim 322570ca7f
Merge pull request #47726 from r-ryantm/auto-update/tmuxp
tmuxp: 1.4.0 -> 1.4.2
2018-10-03 11:18:36 +01:00
R. RyanTM 7cab295095 softhsm: 2.4.0 -> 2.5.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/softhsm/versions
2018-10-03 02:14:57 -07:00
R. RyanTM 1d2f4d6b37 tmuxp: 1.4.0 -> 1.4.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/tmuxp/versions
2018-10-03 02:02:15 -07:00
R. RyanTM db013c4618 strongswan: 5.6.3 -> 5.7.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/strongswan/versions
2018-10-03 01:49:57 -07:00
R. RyanTM c064995331 thermald: 1.7.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/thermald/versions
2018-10-03 01:13:31 -07:00
R. RyanTM 1491848406 wireguard-tools: 0.0.20180918 -> 0.0.20180925
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-10-02 21:59:49 -07:00
Nick Novitski 9f6e5886bb envsubst: init at 1.1.0 2018-10-02 16:16:19 -07:00
R. RyanTM 2d759f2b0a unbound: 1.7.3 -> 1.8.0 (#46938)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unbound/versions
2018-10-03 00:44:42 +02:00
Vladyslav M bae2f2dbda hyperfine: 1.1.0 -> 1.3.0 (#47521) 2018-10-02 23:41:48 +02:00
Matthew Bauer b068e220ff patch: use checkInputs instead of conditional
This is more clear, to separate test dependencies.
2018-10-02 15:27:11 -05:00
Matthew Bauer ff0568380b coreutils: remove optionalString in postPatch
no reason to make this part conditional
2018-10-02 15:25:47 -05:00
Wael M. Nasreddine 9b08685e96
twa: set meta.platforms to platforms.unix 2018-10-02 11:30:55 -07:00
Wael M. Nasreddine 82b5887cab
twa: 1.3.1 -> 1.5.1 2018-10-02 11:10:58 -07:00
Frederik Rietdijk 6ce04af137 Merge master into staging 2018-10-02 18:22:37 +02:00
Frederik Rietdijk 4d1abc4419
Merge pull request #47604 from NixOS/staging-next
Staging next
2018-10-02 18:22:18 +02:00
Felix Richter ee3c0cf534 gen-oath-safe: 2017-06-30 -> 0.11.0 (#47633) 2018-10-02 12:47:56 +02:00
nyanloutre 967baedc2a youtube-dl: 2018.09.18 -> 2018.09.26 2018-10-02 12:29:24 +02:00
Bruno Bieth e9fbc7ce3f autorandr: 1.6 -> 1.7 2018-10-02 12:28:32 +02:00
Eelco Dolstra 2c9265c950
nix: 2.1.2 -> 2.1.3 2018-10-02 11:07:48 +02:00
Felix Richter 46e284aedd ifdnfc: init at 2016-03-01 (#47625) 2018-10-02 00:39:48 +02:00
Will Dietz 55b6cad537 lz4: 1.8.2 -> 1.8.3 (#47547) 2018-10-02 00:14:26 +02:00
R. RyanTM 5716d42172 fanficfare: 2.28.0 -> 3.0.0 (#47065)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2018-10-02 00:02:26 +02:00
WilliButz 781206217e nvtop: use version-independent libnvidia-ml.so symlink 2018-10-01 23:40:21 +02:00
Will Dietz 0878a16070 pasystray: 0.6.0 -> 0.7.0 (#47618) 2018-10-01 22:28:46 +02:00
Ryan Mulligan f01a201fb4
Merge pull request #43562 from numinit/xf86videodummy
xpra.xf86videodummy: init at 0.3.8
2018-10-01 12:15:18 -07:00
Daiderd Jordan 1383c08f2c
Merge branch 'master' into staging-next 2018-10-01 19:42:07 +02:00
Mitsuhiro Nakamura 902c6a5d03 feedgnuplot: 1.49 -> 1.51 (#47574) 2018-10-01 17:38:27 +02:00
haslersn 62bf19d2fc mkspiffs: init at 0.2.3 (#46674) 2018-10-01 14:49:02 +00:00
Peter Hoeg ae2bb82a8d
Merge pull request #47587 from peterhoeg/u/plantuml
plantuml: 1.2018.10 -> 1.2018.11
2018-10-01 20:24:51 +08:00
Raitis Veinbahs 62c4a16ff1 link-grammar: init at 5.5.1 2018-10-01 13:10:33 +03:00
Peter Hoeg 6d90961e69 plantuml: 1.2018.10 -> 1.2018.11 2018-10-01 17:15:00 +08:00
Morgan Jones 73cabebdd1 xpra.xf86videodummy: init at 0.3.8 2018-10-01 00:28:36 +00:00
Daiderd Jordan 9d59281c61
mosh: fix clang build
The darwin build started to fail because of protobuf c++11 related
errors https://hydra.nixos.org/build/82082958.
2018-09-29 23:26:07 +02:00
R. RyanTM 0cb95d2796 pspg: 1.4.2 -> 1.6.2 (#46973)
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
2018-09-29 20:54:14 +02:00
Jörg Thalheim a193572419
Merge pull request #47442 from nek0/gmic_qt
gmic_krita_qt: Init at 2.3.6
2018-09-29 14:48:27 +01:00
Aneesh Agrawal ce36f634c1 wireguard-tools: Fix build 2018-09-29 05:01:51 -07:00
xeji abd222f016
Merge pull request #47508 from dtzWill/fix/isync-zlib
isync: add zlib dep for compression support
2018-09-29 08:17:20 +02:00
Matthew Bauer c46b9c25be
Merge pull request #46962 from r-ryantm/auto-update/sg3_utils
sg3_utils: 1.42 -> 1.44
2018-09-29 00:56:22 -05:00
Matthew Bauer a87c16bab0
Merge pull request #46528 from markuskowa/pdsh-fix
pdsh: set default module to ssh, remove obsolete fixes
2018-09-29 00:50:37 -05:00
Matthew Bauer eaf843e0ef
Merge pull request #46937 from r-ryantm/auto-update/woeusb
woeusb: 3.2.2 -> 3.2.9
2018-09-29 00:46:36 -05:00
Matthew Bauer 10abac9d8c
Merge pull request #46929 from r-ryantm/auto-update/yubico-piv-tool
yubico-piv-tool: 1.6.1 -> 1.6.2
2018-09-29 00:45:35 -05:00