Commit graph

17034 commits

Author SHA1 Message Date
Wael M. Nasreddine e9cb147a37
mycli: 1.6.0 -> 1.17.0 2018-08-07 00:29:25 -07:00
adisbladis 6bf0d9f7ed
Merge pull request #44584 from Mic92/nix-review
nix-review: 0.3.0 -> 0.4.0
2018-08-07 14:22:53 +08:00
Silvan Mosberger 593fdd6933
Merge pull request #44585 from symphorien/osquery-platform
osquery: do not rebuild at each nixpkgs commit
2018-08-07 05:52:34 +02:00
Symphorien Gibol a85fedab2e osquery: do not rebuild at each nixpkgs commit 2018-08-07 02:43:40 +02:00
Jörg Thalheim 5397f056ab nix-review: 0.3.0 -> 0.4.0
- add option to build pull request branch instead of merge.
2018-08-07 01:14:12 +01:00
xeji bd758ed746
Merge pull request #44533 from Chiiruno/dev/bcachefs
linux_testing_bcachefs: 4.15.2018.04.14 -> 4.15.2018.08.03
2018-08-07 00:37:07 +02:00
WilliButz 354a477f0f nvtop: init at 0.2.2 2018-08-06 22:44:29 +02:00
Matthew Bauer 0590b3106b
Merge pull request #44520 from oxij/pkg/appimagekit
appimagekit: init at 20180727
2018-08-06 11:14:59 -04:00
Okina Matara 2d82b2625f bcachefs-tools: 2018-04-10 -> 2018-07-21 2018-08-06 08:58:12 -05:00
Yegor Timoshenko 0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
Yegor Timoshenko dbdbdaf1c6
b2sum: use fetchzip, clean up 2018-08-06 14:47:29 +03:00
Pascal Wittmann 77d5aff75e
moreutils: add license
see issue #43716
2018-08-06 12:42:49 +02:00
Pascal Wittmann 2e57556e62
multitail: add license
see issue #43716
2018-08-06 12:41:40 +02:00
Pascal Wittmann 934c71f806
riemann-tools: add meta-data
see issue #43716
2018-08-06 12:29:24 +02:00
Pascal Wittmann 94d090ba8c
refind: add license
see issue #43716
2018-08-06 12:21:56 +02:00
Pascal Wittmann 21b81f41ae
renameutils: add license
see issue #43716
2018-08-06 12:20:53 +02:00
Vladimír Čunát f504af072b
Merge branch 'master' into staging-next
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Robert Schütz c3b1a8178b duply: explicitly use python2 2018-08-06 09:36:55 +02:00
Robert Schütz 3b490c653c ddar: explicitly use python2 2018-08-06 09:28:20 +02:00
Silvan Mosberger 56ac23a19c
Merge pull request #44398 from dotlambda/blueman-python3
bluez: use python3
2018-08-05 23:50:39 +02:00
Silvan Mosberger 08c82ad24c
Merge pull request #44519 from oxij/pkg/biber-cleanup
biber: cleanup
2018-08-05 22:21:29 +02:00
Richard Marko 97ca78687a logrotate: make mailutils overridable (#44504) 2018-08-05 22:19:35 +02:00
Jan Malakhovski 1e3c993286 appimagekit: init at 20180727 2018-08-05 19:49:52 +00:00
Jan Malakhovski 66742ff495 biber: cleanup 2018-08-05 19:45:51 +00:00
Tim Steinbach 76a713bd29
sharutils: Patch CVE-2018-1000097 2018-08-05 14:42:15 -04:00
Vincent Bernat bf1473f5e0 haproxy: use getaddrinfo() on Linux (#44489)
As per project's README:

> Recent systems can resolve IPv6 host names using getaddrinfo(). This
> primitive is not present in all libcs and does not work in all of
> them either. Support in glibc was broken before 2.3. Some embedded
> libs may not properly work either, thus, support is disabled by
> default, meaning that some host names which only resolve as IPv6
> addresses will not resolve and configs might emit an error during
> parsing. If you know that your OS libc has reliable support for
> getaddrinfo(), you can add USE_GETADDRINFO=1 on the make command
> line to enable it. This is the recommended option for most Linux
> distro packagers since it's working fine on all recent mainstream
> distros. It is automatically enabled on Solaris 8 and above, as it's
> known to work.

Without this option, it is not possible for HAProxy to solve IPv6-only
names. This option is enabled in Debian builds without any notable
adverse effect.
2018-08-05 18:17:27 +02:00
Silvan Mosberger 0aa19ba47a
Merge pull request #44450 from bignaux/squashfuse
squashfuse : unstable-2018-02-20 -> 0.1.103
2018-08-05 17:07:27 +02:00
Vincent Bernat cc1d82196c haproxy: 1.8.9 -> 1.8.13 (#44487)
The patches previously applied have been included upstream. Upstream
changelog (only MAJOR/MEDIUM):

2018/07/30 : 1.8.13
    - BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess
    - BUG/MEDIUM: h2: never leave pending data in the output buffer on close
    - BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout
    - BUG/MEDIUM: threads: Fix the exit condition of the thread barrier
    - BUG/MEDIUM: stream-int: don't immediately enable reading when the buffer was reportedly full
    - BUG/MEDIUM: stats: don't ask for more data as long as we're responding
    - BUG/MEDIUM: threads/sync: use sched_yield when available
    - BUG/MEDIUM: h2: prevent orphaned streams from blocking a connection forever
    - BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS
    - BUG/MEDIUM: threads: unbreak "bind" referencing an incorrect thread number
    - MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed

2018/06/27 : 1.8.12
    - BUG/MAJOR: stick_table: Complete incomplete SEGV fix

2018/06/26 : 1.8.11
    - BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table

2018/06/22 : 1.8.10
    - BUG/MEDIUM: spoe: Flags are not encoded in network order
    - BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags
    - BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags
    - BUG/MEDIUM: cache: don't cache when an Authorization header is present
    - BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure.
    - BUG/MEDIUM: fd: Only check update_mask against all_threads_mask.
    - BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file
    - BUG/MEDIUM: lua/socket: Length required read doesn't work
    - BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters
    - BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode
    - BUG/MEDIUM: lua/socket: wrong scheduling for sockets
    - BUG/MAJOR: lua: Dead lock with sockets
    - BUG/MEDIUM: lua/socket: Notification error
    - BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock
    - BUG/MEDIUM: lua/socket: Buffer error, may segfault
    - MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0
    - BUG/MEDIUM: threads: handle signal queue only in thread 0
    - BUG/MAJOR: map: fix a segfault when using http-request set-map
    - BUG/MAJOR: ssl: Random crash with cipherlist capture
    - BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot
    - BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete().
    - BUG/MEDIUM: threads: Use the sync point to check active jobs and exit
2018-08-05 16:48:22 +02:00
Pascal Wittmann e7c9273b87
getmail: add license
see issue #43716
2018-08-05 16:43:09 +02:00
Pascal Wittmann 03b2a4dd79
fondu: add license
see issue #43716
2018-08-05 16:41:49 +02:00
Pascal Wittmann 9119cd2a9e
dosfstools: add license
see issue #43716
2018-08-05 16:34:12 +02:00
jpathy 8a9733361e ccid: 1.4.27 -> 1.4.29 (#44503)
Also update the non-existent homepage and download link.
2018-08-05 16:32:15 +02:00
Pascal Wittmann 9ff03a7716
disper: add license
see issue #43716
2018-08-05 16:29:27 +02:00
Pascal Wittmann f611b23aee
diskscan: add license
see issue #43716
2018-08-05 16:28:41 +02:00
Pascal Wittmann 31b8aebded
dirmngr: add license
see issue #43716
2018-08-05 16:27:34 +02:00
Vladyslav M 9f9e5d4371 oxipng: 1.0.1 -> 2.1.0 (#44488) 2018-08-05 16:20:38 +02:00
Pascal Wittmann 71caa7c54a
convmv: add license
see issue #43716
2018-08-05 16:14:20 +02:00
Pascal Wittmann 4269eb17dc
brasero: inherit meta in wrapper
see issue #43716
2018-08-05 16:06:55 +02:00
Pascal Wittmann 5c831c7bfe
brasero: correct license, is actually gpl2Plus
see issue #43716
2018-08-05 16:02:07 +02:00
Robert Schütz ad377b4cba
svtplay-dl: use python3Packages 2018-08-05 10:39:44 +02:00
Robert Schütz 2215834789
simp_le: use python3Packages (#44476) 2018-08-05 01:17:38 +02:00
Jan Tojnar 544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
Various elementary necessaries
2018-08-05 00:49:47 +02:00
worldofpeace 5d95f474d8 scour: init at 0.37 2018-08-04 18:19:25 -04:00
Jesper 0254ae4e80 netdata: 1.9.0 -> 1.10.0 (#44472)
The web_access.patch would no longer apply.
It disabled a check that required the static files
for the web UI to be owned by the user the daemon runs as
(not root, so it doesn't work well with nix).

Besides updating netdata, this commit removes that patch,
changes the netdata service config to set the "web files owner/group"
option to "root" and adds a test that checks that the web UI is being served.

This allows the web files to be owned by root without patching.
2018-08-05 00:05:48 +02:00
xeji 8d184e14e4
Merge pull request #44469 from nyarly/simp_le_090
simp_le: 0.8.0 -> 0.9.0
2018-08-04 23:35:41 +02:00
Judson fb26b73f11
simp_le: Restricting to platforms.linux 2018-08-04 14:21:19 -07:00
Vladyslav M 2ce2f721b8 ripgrep: 0.8.1 -> 0.9.0 (#44473) 2018-08-04 22:59:33 +02:00
Judson 7ab9e9b15b
(simp_le): (0.8.0 -> 0.9.0) 2018-08-04 12:56:55 -07:00
Vladimír Čunát 7b67a32d5a
Merge file upgrade into staging-next
One more change from staging containing security fix
and looking relatively safe (wrt. breakage).
2018-08-04 21:26:59 +02:00
xeji 8fe5b457a4
Merge pull request #44455 from marsam/feature/update-rtorrent
libtorrent: 20161212 -> 0.13.7, rtorrent: 20161023 -> 0.9.7
2018-08-04 21:19:17 +02:00
Will Dietz e103ad48ea f2fs-tools: 1.10.0 -> 1.11.0 (#43715) 2018-08-04 20:55:23 +02:00
Pascal Wittmann 1058537c7c
rtorrent: add license
see issue #43716
2018-08-04 19:12:54 +02:00
Pascal Wittmann 2bc6257cfd
sbsigntool: add license
see issue #43716
2018-08-04 18:54:35 +02:00
Pascal Wittmann 3cea40adb3
scrot: add license
see issue #43716
2018-08-04 18:46:28 +02:00
Pascal Wittmann 6482d5c3d1
seccure: add license
see issue #43716
2018-08-04 18:42:30 +02:00
Pascal Wittmann 847e1bd906
setserial: add license
see issue #43716
2018-08-04 18:41:06 +02:00
Pascal Wittmann 58b24cf4d2
shfmt: add license
see issue #43716
2018-08-04 18:38:46 +02:00
Kirill Elagin 121c264c7b b2sum: Update to master 2018-08-04 18:54:22 +03:00
Bignaux Ronan 3f0decd822 squashfuse : unstable-2018-02-20 -> 0.1.103 2018-08-04 17:11:41 +02:00
Pascal Wittmann 49a39aac3e
ssss: add license
see issue #43716
2018-08-04 17:00:58 +02:00
Pascal Wittmann e700483077
sstp: add license
see issue #43716
2018-08-04 16:59:43 +02:00
Kirill Elagin 74732ec298
b2sum: init at 20160619 2018-08-04 17:59:20 +03:00
Pascal Wittmann 8743f8f29a
surfraw: add license
see issue #43716
2018-08-04 16:55:09 +02:00
Pascal Wittmann bc4494b56f
vmfs-tools: add license
see issue #43716
2018-08-04 16:15:01 +02:00
Pascal Wittmann 997418e5ee
vnc2flv: add license
see issue #43716
2018-08-04 16:13:28 +02:00
Pascal Wittmann 834bc4d834
vncrec: add license
see issue #43716
2018-08-04 16:10:58 +02:00
Mario Rodas 2d7e6b79dc rtorrent: 20161023 -> 0.9.7 2018-08-04 08:35:54 -05:00
Mario Rodas b723af3174 libtorrent: 20161212 -> 0.13.7 2018-08-04 08:35:54 -05:00
Frederik Rietdijk 82f80f4cfa
Merge pull request #44420 from dotlambda/awslogs-python3
awslogs: use python3Packages
2018-08-04 11:42:12 +02:00
Jan Tojnar cb4263a7a8
Merge pull request #44037 from flokli/fix-nm-applet-vpn
networkmanager: fix VPN activation through nm-applet
2018-08-04 02:17:27 +02:00
Florian Klink 24726a35d9 networkmanager: fix compile error due to NM_AVAILABLE_IN_1_12_2 macro 2018-08-04 01:32:45 +02:00
Florian Klink e63ef63c93 network-manager-applet: add patch for import file chooser 2018-08-04 01:08:25 +02:00
Florian Klink 88b2b6c71c network-manager: 1.12.0 -> 1.12.2
fix VPN activation through nm-applet (#43806),
upstream bug https://gitlab.gnome.org/GNOME/network-manager-applet/issues/12
2018-08-04 01:08:25 +02:00
Jörg Thalheim de683046c3
Merge pull request #44400 from dotlambda/pdfredacttools-python2
pdf-redact-tools: explicitly use python2Packages
2018-08-03 23:58:17 +01:00
Jörg Thalheim 44e4dbf9ac
Merge pull request #44403 from dotlambda/bashplotlib-python3
bashplotlib: use python3Packages
2018-08-03 23:54:22 +01:00
Jörg Thalheim c065349282
Merge pull request #44402 from dotlambda/doitlive-python3
doitlive: use python3Packages
2018-08-03 23:49:58 +01:00
Jörg Thalheim 7d73fe0402
Merge pull request #44417 from dotlambda/apt-offline-1.8.1
apt-offline: 1.3 -> 1.8.1
2018-08-03 23:45:02 +01:00
Pascal Wittmann 32bda9a112
pdf2djvu: 0.9.9 -> 0.9.10 2018-08-03 22:16:03 +02:00
Maciek Starzyk af176db5d7 obnam: removed (#44422) 2018-08-03 21:43:08 +02:00
Justin Humm b8da5fc4bd pius: introduce perl as buildInput (#44415)
Otherwise, pius-party-worksheet would be unusable.

(cherry picked from commit 4dbf327d924d454a931c93da3eb4c6e8a13935a2)
2018-08-03 20:36:08 +02:00
Robert Schütz e2a81241e5 awslogs: use python3Packages 2018-08-03 19:53:46 +02:00
Robert Schütz c0589af34e apt-offline: 1.3 -> 1.8.1 2018-08-03 19:13:38 +02:00
Silvan Mosberger a7ea08d60d
Merge pull request #44406 from johanot/certmgr-pkgs-init
certmgr: init at 1.6.1
2018-08-03 17:55:34 +02:00
Johan Thomsen 505007471d certmgr: init at 1.6.1 2018-08-03 17:35:46 +02:00
snaar 841e2ed547 run-scaled: init at 2018-06-03 (#44385)
* run-scaled: init at 2018-06-03

* run-scaled: change platform from linux to unix to match dependencies
2018-08-03 17:18:13 +02:00
Robert Schütz c5fb1d70ca bashplotlib: use python3Packages 2018-08-03 16:02:33 +02:00
Robert Schütz 2f5bbbebfd doitlive: use python3Packages 2018-08-03 15:53:52 +02:00
Robert Schütz bf256564f9 pdf-redact-tools: explicitly use python2Packages
Python2-only syntax, e.g. print without paratheses, is used in the pdf-redact-tools script.
2018-08-03 15:42:39 +02:00
Robert Schütz 0fd688a1a5 blueman: use python3Packages 2018-08-03 15:25:19 +02:00
Gabriel Ebner feabc475c0 vdirsyncer: 0.17.0a2 -> 0.17.0a3
fixes build
2018-08-03 12:42:22 +02:00
Jörg Thalheim ed5531383e tldr: override makeFlags to set CC 2018-08-03 05:43:43 +01:00
Carlos D dc8aa01c91 tldr: add support for darwin 2018-08-03 12:36:24 +10:00
Kai 405cc5b1a0 lbdb: 0.46 -> 0.47 (#44376) 2018-08-02 22:16:29 +02:00
Pascal Wittmann 274f091b95
wv: add license
see issue #43716
2018-08-02 16:36:57 +02:00
xeji 5c7bf43c24
Merge pull request #44342 from carlosdagos/tinyproxy
tinyproxy: init at 1.8.4
2018-08-02 16:12:12 +02:00
Pascal Wittmann cf7227a562
xmacro: add license
see issue #43716
2018-08-02 16:04:32 +02:00
Pascal Wittmann 56e5eb94c7
xmlroff: add license
see issue #43716
2018-08-02 16:02:56 +02:00
Carlos D'Agostino a568eec08c tinyproxy: add docbook_xsl and add nonet option to a2x 2018-08-02 23:35:29 +10:00
Pascal Wittmann 3af85571bf
cabextract: 1.6 -> 1.7 2018-08-02 12:48:35 +02:00
Robert Schütz 5641eb306e abcm2ps: 8.13.23 -> 8.13.24 2018-08-02 12:33:08 +02:00
Carlos D c431713f99 tinyproxy: init at 1.8.4 2018-08-02 18:36:57 +10:00
Tobias Happ 219970b494 cargo-update: init at 1.5.2 (#40575) 2018-08-02 10:28:57 +02:00
Bignaux Ronan 38e582c91d photon: init at 1.0.7 (#44269) 2018-08-02 09:49:54 +02:00
Moritz Angermann acaa6c92fb coreutils: unix-only
Windows is not supported & we currently define "all" to be "unix" + "windows".
2018-08-01 21:18:41 -04:00
aszlig 29e89248bf
beets: Fix building plugins with Python 3
Since the switch to using python3Packages in commit
72934aa94e, the plugins no longer build
because they end up with a mix of Python 2 and Python 3 packages.

The reason for this is that the Beets package itself uses callPackage to
reference the plugins, however the overrides are not applied there and
thus the plugins end up getting pythonPackages from the top-level which
is Python 2 and beets with Python 3 dependencies.

Unfortunately this is not the only reason for the builds to fail,
because both plugins did not actually support Python 3.

For the copyartifacts plugin, the fix is rather easy because we only
need to advance to two more recent commits from upstream, which already
contain fixes for Python 3.

The alternatives plugin on the other hand is not maintained anymore, but
there is a fork at https://github.com/wisp3rwind/beets-alternatives
which has a bunch of fixes. In 2e4aded366
I already backported one of these fixes to the version from
https://github.com/geigerzaehler/beets-alternatives, but for Python 3
support it's a bit more complicated than just one little fix.

So instead of adding another series of patches which replicate the code
base of the fork and become a maintenance burden, I opted to directly
switch to the fork and remove the patch on our side.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @domenkozar, @pjones, @Profpatsch
2018-08-02 01:41:36 +02:00
Will Dietz b0003a1680 proselint: 0.9.0 -> 0.10.0 (#44313) 2018-08-01 22:15:54 +02:00
Maximilian Bosch cd5e01edd9 ocserv: init at 0.12.1 (#42871)
`ocserv` is a VPN server which follows the openconnect protocol
(https://github.com/openconnect/protocol). The packaging is slightly
inspired by the AUR version
(https://aur.archlinux.org/packages/ocserv/).

This patch initializes the package written in C, the man pages and a
module for a simple systemd unit to run the VPN server. The package
supports the following authentication methods for the server:

* `plain` (mostly username/password)
* `pam`

The third method (`radius`) is currently not supported since `nixpkgs`
misses a packaged client.

The module can be used like this:

``` nix
{
  services.ocserv = {
    enable = true;
    config = ''
      ...
    '';
  };
}
```

The option `services.ocserv.config` is required on purpose to
ensure that nobody just enables the service and experiences unexpected
side-effects on the system. For a full reference, please refer to the
man pages, the online docs or the example value.

The docs recommend to simply use `nobody` as user, so no extra user has
been added to the internal user list. Instead a configuration like
this can be used:

```
run-as-user = nobody
run-as-group = nogroup
```

/cc @tenten8401
Fixes #42594
2018-08-01 21:39:09 +02:00
leenaars 2b75a7266c ipgrep: init at 1.0 (#43887) 2018-08-01 15:40:57 +02:00
Jens Binkert 90ce71eb0c ldmtool: init at 0.2.4 (#43975) 2018-08-01 11:40:07 +02:00
Jörg Thalheim 7ceaaa6d3a
Merge pull request #44214 from roconnor/bitcoin
Update Bitcoin and its MiniUPnPc dependency
2018-08-01 09:09:45 +01:00
Jörg Thalheim 980b68dd14
Merge pull request #44279 from bachp/gluster-3.12.12
glusterfs: 3.12.4 -> 3.12.12
2018-08-01 08:59:28 +01:00
Uli Baum 7be0521a25 file: 5.33 -> 5.34
fixes CVE-2018-10360
2018-08-01 09:04:54 +02:00
Pascal Bach 3c7d0da26c glusterfs: 3.12.4 -> 3.12.12 2018-08-01 00:39:06 +02:00
Pascal Bach b92d6d545c minio-client: 2018-04-28T00-08-20Z -> 2018-07-31T02-28-53Z 2018-08-01 00:36:44 +02:00
R. RyanTM 39566d31d5 argyllcms: 2.0.0 -> 2.0.1 (#43790)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/argyllcms/versions.
2018-07-31 23:33:59 +02:00
Eelco Dolstra 7bc2778ebb
nixUnstable: 2.1pre6148_a4aac7f -> 2.1pre6338_45bcf541 2018-07-31 21:17:10 +02:00
Robert Schütz 2ea26fb794
bittornado: init at unstable-2018-02-09 (#43770) 2018-07-31 14:23:15 +02:00
Sarah Brofeldt cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Silvan Mosberger 2ee3d84a96
bukubrow: init at 2.4.0 2018-07-30 23:02:19 +02:00
R. RyanTM aedf479ae5 proselint: 0.8.0 -> 0.9.0 (#43917)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/proselint/versions.
2018-07-30 22:32:30 +02:00
Vladyslav Mykhailichenko dba10d2d49 rdedup: 2.0.0 -> 3.0.1 2018-07-30 13:50:51 +03:00
Jörg Thalheim a42311a9f6
Merge pull request #44209 from samueldr/feature/nix-top
nix-top: init at 0.1.0 -> 0.2.0
2018-07-30 10:05:29 +01:00
Jörg Thalheim 8717de96a9 nix-top: simplify installPhase 2018-07-30 10:04:15 +01:00
Jörg Thalheim c5d1f7723b
Merge pull request #43985 from snaar/fix-lesspipe-dependency
lesspipe: add missing dependency on 'file'
2018-07-30 09:46:06 +01:00
Russell O'Connor ae669ad68d miniupnpc_2: 2.0.20171212 -> 2.0.20180203 2018-07-29 22:57:45 -04:00
Samuel Dionne-Riel e1dc63b41b nix-top: 0.1.0 -> 0.2.0 2018-07-29 22:10:49 -04:00
Samuel Dionne-Riel 92eedad50b nix-top: init at 0.1.0 2018-07-29 16:20:22 -04:00
R. RyanTM 7d3daa31b9 pspg: 1.1.1 -> 1.2.1 (#43916)
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-07-29 20:28:12 +02:00
Fernando José Pando 285d770949 httperf: init at 0.9.1
* httperf: init at 0.9.1

- tested on nixos

* httperf: 0.9.1 add ssl support

* httperf: 0.9.1 default-build-phase

* httperf: 0.9.1 fix pname
2018-07-29 09:41:15 -07:00
Jörg Thalheim a2c6dbe370
Merge pull request #44137 from dtzWill/update/grv-0.2.0
grv: 0.1.2 -> 0.2.0
2018-07-29 12:50:33 +01:00
Jörg Thalheim 08254f2462
Merge pull request #44188 from Ekleog/redsocks-maintain
redsocks: add self as maintainer
2018-07-29 12:23:48 +01:00
Jörg Thalheim bdfba1a954
Merge branch 'master' into update/grv-0.2.0 2018-07-29 12:18:18 +01:00
Frederik Rietdijk e46e7f44c2
Merge staging-next into master 2018-07-29 09:13:54 +02:00
Frederik Rietdijk 2226b7de07
Merge pull request #44177 from LnL7/nix-tempdir
nix: don't use /tmp for the tests on darwin
2018-07-29 09:12:41 +02:00
Léo Gaspard 6622dffb1d
redsocks: add self as maintainer 2018-07-29 15:58:50 +09:00
Will Dietz 0eb13162f1 Revert "Merge pull request #43983 from viric/coreutils_ssl_master"
coreutils is part of stdenv, which doesn't allow openssl currently.

It's unclear that adding openssl to stdenv was intended,
but if it was it was not discussed or mentioned.

To unbreak "all the things", reverting until this
has been discussed and a proper fix has been put together.

This reverts commit df9f76c62d, reversing
changes made to 585ded7329.
2018-07-28 19:20:26 -05:00
Lluís Batlle i Rossell 8f5bfc6901 coreutils: fix unwanted change in prev merge
I didn't mean to change the enableParallelBuilding.
2018-07-29 00:20:18 +02:00
viric df9f76c62d
Merge pull request #43983 from viric/coreutils_ssl_master
Openssl in coreutils makes *sum programs much faster (RFC)
2018-07-29 00:17:44 +02:00
Jörg Thalheim 585ded7329
Merge pull request #44179 from gnidorah/maintainers
twilight, kde2-decoration: add myself to maintainers
2018-07-28 23:17:29 +01:00
Lluís Batlle i Rossell 322b2043f9 Remove default for openssl
Suggested by matthewbauer review.
2018-07-28 19:30:54 +02:00
Lluís Batlle i Rossell f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
gnidorah b6d92b89e3 twilight, kde2-decoration: add myself to maintainers 2018-07-28 17:45:45 +03:00
Frederik Rietdijk eb04afe1b5 awscli: 1.15.58 -> 1.15.66 2018-07-28 16:39:42 +02:00
Daiderd Jordan 77a9745d7a
nix: don't use /tmp for the tests on darwin
Unlike on linux these are not namespaced per user so this will cause
build failures if /tmp/nix-test was not removed by a previous build if
the nixbld user id doesn't match by accident. Nix already creates a
unique tempdir for builds so we can use that instead.

Fixes #44172
2018-07-28 16:03:17 +02:00
Frederik Rietdijk 8db716d9f3 Merge master into staging-next 2018-07-28 12:31:35 +02:00
Silvan Mosberger f460703211
Merge pull request #44154 from sh4r3m4n/fzf-fix-2
fzf: fix invalid symlink on vim-plugins
2018-07-28 05:27:48 +02:00
Dominik Xaver Hörl 6613fea80e android-file-transfer: init at 3.4 2018-07-27 20:20:41 -07:00
Matthew Bauer 53bf234c85 fortune: remove gcc from closure
Fixup is only run on $out/bin not $out/games. Luckily fortune is
relocatable so just moving it to $out/bin works & reduces closure size.
2018-07-27 19:39:33 -04:00
Bas van Dijk ebcdb822f8 elk: 6.2.4 -> 6.3.2
* The ELK stack is upgraded to 6.3.2.

* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
  a suite of additional features. These are however licensed under the unfree
  "Elastic License".

* Fortunately they also provide OSS versions which are now packaged
  under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
  Note that the naming of the attributes is consistent with upstream.

* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
  version by default. You can also run the test on the unfree ELK using:
  `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00