Commit Graph

13814 Commits

Author SHA1 Message Date
Orivej Desh
74648f7466 treewide: use --set-default and --set-eval where appropriate 2017-11-17 12:28:14 +00:00
Orivej Desh
d99a2fc093 Merge branch 'master' into staging
* master: (293 commits)
  go_1_9: skip flaky TestServerCancelsReadTimeoutWhenIdle
  qsyncthingtray: fix build
  qt56.qtwebengine: fix build
  stdman: d860212 -> 2017.04.02
  jackett: use mono50
  hg-git: disable with python3
  hg-git: 0.8.5 -> 0.8.10
  xfce4-settings: enable parallel building
  gcc-snapshot: mark as broken
  heaptrack: 2017-02-14 -> 2017-10-30
  nixos-container: Modify existing test to cover show-ip command
  nixos-container: Make show-ip work together with ipv4 + netmask
  linux-copperhead: 4.13.12.a -> 4.13.13.a
  matterbridge: 1.1.0 -> 1.4.1
  nixos/nghttpx: add module for the nghttpx proxy server (#31680)
  mattermost: 4.3.0 -> 4.4.0
  breakpad: delete
  simp_le: 0.2.0 -> 0.6.1
  certbot: 0.11.1 -> 0.19.0
  afl: 2.51b -> 2.52b
  ...
2017-11-17 05:35:09 +00:00
Orivej Desh
963204e6ee
Merge pull request #31753 from mbld/show-ip
nixos-container: Make show-ip work together with ipv4 + netmask
2017-11-17 00:32:56 +00:00
Orivej Desh
e7521b2064
Merge pull request #31735 from dywedir/fd
fd: install shell completions
2017-11-16 20:50:37 +00:00
Orivej Desh
354a6fcfab
Merge pull request #31515 from adisbladis/networkmanager-1_10_0
networkmanager: 1.8.2 -> 1.10.0
2017-11-16 19:58:06 +00:00
Martin Bornhold
ac7edeebfd nixos-container: Make show-ip work together with ipv4 + netmask
The containers local address can be given as ipv4 only or with a subnetmask in
CIDR notation in the container configuration, see [1]. This works fine but the
'nixos-container show-ip' only supports plain ipv4 addresses without the netmask
suffix.

Changed the regex to also match in case of a CIDR netmask suffix.

[1] 9939032e35/nixos/modules/virtualisation/containers.nix (L382)
2017-11-16 20:25:45 +01:00
Eric Litak
be3806830c simp_le: 0.2.0 -> 0.6.1 2017-11-16 09:14:33 -08:00
Eric Litak
8307427b17 certbot: 0.11.1 -> 0.19.0 2017-11-16 09:14:27 -08:00
Orivej Desh
15ba4a5cfd afl: 2.51b -> 2.52b
Fix build with glibc 2.26.

Tracking issue: #31696
2017-11-16 17:11:10 +00:00
zimbatm
2d95a6ab22
Merge pull request #31709 from ilya-kolpakov/google-cloud-sdk-fix
google-cloud-sdk: disable gce as a dependency by default (fixes #31369)
2017-11-16 14:36:35 +00:00
Ilya Kolpakov
886770c6f0 google-cloud-sdk: no dependence on gce by default (fixes #31369) 2017-11-16 13:46:37 +01:00
Orivej Desh
34f4b97a50 idanyn: 2.1 -> 2.2.1
Fixes the build with glibc 2.26.

Tracking issue: #31696
2017-11-16 12:39:07 +00:00
Ilya Kolpakov
fc8fbab87f google-cloud-sdk: don't repeat base download url 2017-11-16 11:12:55 +01:00
dywedir
23705ce319 fd: install shell completions 2017-11-16 11:58:32 +02:00
Orivej Desh
a7daf37c3e libreswan: fix build with glibc 2.26
It is not trivial to update libreswan to 3.22 because it has added a dependency
on ldns which currently depends on openssl 1.1.0, while the rest of libreswan
depends on openssl 1.0.2.  It compiles, but may behave unpredictably at run time.

Tracking issue: #31696
2017-11-16 02:46:36 +00:00
Renaud
0768420280 hwinfo: 21.38 -> 21.50 2017-11-15 22:46:00 +01:00
Orivej Desh
f55308e749 gvpe: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 21:34:47 +00:00
Frederik Rietdijk
6deba8cc02
Merge pull request #31707 from mbld/darwin-borgbackup
borgbackup: Make build on darwin possible
2017-11-15 21:20:21 +01:00
Michael Raskin
bc1e6617b9
Merge pull request #31496 from adisbladis/btrfs-progs-4_13_3
btrfs-progs: 4.13.1 -> 4.13.3
2017-11-15 19:25:07 +01:00
Thomas Tuegel
5827125d42
Merge pull request #31274 from rnhmjoj/radeon-profile
radeon-profile: 20161221 -> 20170714
2017-11-15 12:07:11 -06:00
Samuel Leathers
c189dfb4e8
Merge pull request #31360 from lsix/update_gnupg_2_2_2
gnupg: 2.2.1 -> 2.2.2
2017-11-15 12:53:44 -05:00
Martin Bornhold
629e17b9fd borgbackup: Add llfuse to propagated build inputs if not on darwin
The llfuse package depends on fuse which refuses to build on darwin. But
according to a comment in the setup.py of borgbackup [1] it's ok to leave it out
if it's not available. Most of borgbackup should work without it. Would be great
to make it work on darwin but i am not sure if it's possible to get fuse to work
on darwin. I do not know enough about it ;)

After this modification at least the "borg mount" subcommand is broken due to
the missing llfuse module. But the rest seems to work normally.

[1] 72232a9bd5/setup.py (L32)
2017-11-15 17:49:33 +01:00
Martin Bornhold
b159ed5069 borgbackup: Add acl library to build inputs on linux platform
The acl libraray is only required by the borgbackup package if building on a
linux platform. Adding it only in this case should be fine. Also see the
conditional in the setup.py at [1].

[1] 72232a9bd5/setup.py (L768)
2017-11-15 17:49:33 +01:00
Lancelot SIX
44b319156f gnupg: 2.2.1 -> 2.2.2
This is a maintenance release.
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00001.html
for release information
2017-11-15 10:42:11 -05:00
Samuel Leathers
1f6a0e9b76
Merge pull request #31428 from adisbladis/opensc-0_17_0
opensc: 0.15.0 -> 0.17.0
2017-11-15 10:23:56 -05:00
Sander van der Burg
f38e9cb127
Merge pull request #31655 from Ma27/repackage-everything-with-node2nix
Repackage everything with node2nix
2017-11-15 12:27:33 +01:00
Graham Christensen
753f7be38d sharutils: simplify substituteInPlace syntax to be Nix 1.11.8 compatible 2017-11-14 19:07:30 -05:00
Renaud
2236363f9e
Merge pull request #26920 from romildo/upd.fdupes
jdupes: init at 1.8
2017-11-14 21:04:49 +01:00
Felix Richter
615a374c4b Pkgs/dirb/copy wordlists (#31652)
* dirb: copy wordlists

also overwrite the hardcoded path to common.txt wordlist

* dirb: nitpicks
2017-11-14 16:48:41 +00:00
Maximilian Bosch
9e0f86131f
airfield: fix build
Airfield suffered from loose version constraints which
caused severe version (and API) conflicts between its dependencies
and transitive ones.

Furthermore the `npm2nix` packaging is deprecated and needed to be
replaced by `node2nix`.

see #31032
2017-11-14 16:37:17 +01:00
Franz Pletz
f6ad758c18
Merge pull request #31634 from yegortimoshenko/bchunk/1.2.2
bchunk: 1.2.0 -> 1.2.2
2017-11-14 12:35:10 +01:00
Peter Simons
a3ab69d79c pdsh: 2.29 -> 2.33 2017-11-14 12:25:41 +01:00
Joerg Thalheim
4e2110b1bb xbanish: 1.4 -> 1.5 2017-11-14 00:04:40 +00:00
Yegor Timoshenko
eb8c0f046d bchunk: 1.2.0 -> 1.2.2 2017-11-13 23:39:23 +00:00
Orivej Desh
a48f9ba574 chaps: update source hash to fix build 2017-11-13 18:27:34 +00:00
Jörg Thalheim
e05ece805d
Merge pull request #31576 from c0bw3b/pkg/fdupes
fdupes: 20150902 -> 1.6.1
2017-11-13 13:04:22 +00:00
Michael Raskin
e294f2b203
Merge pull request #31575 from 4z3/skarnet
update skarnet.org packages
2017-11-13 09:32:25 +01:00
Jörg Thalheim
3ba4c4cc6d
Merge pull request #31578 from dotlambda/abcm2ps
abcm2ps: 8.13.15 -> 8.13.16
2017-11-13 08:25:09 +00:00
John Ericson
d7bddc27b2 treewide: Try to avoid depending on binutils directly
One should depend on

 - `stdenv.cc.bintools`: for executables at build time
 - `libbfd` or `libiberty`: for those libraries
 - `targetPackages.cc.bintools`: for exectuables at *run* time
 - `binutils`: only for specifically GNU Binutils's executables, regardless of
   the host platform, at run time.
2017-11-13 00:47:48 -05:00
romildo
a6b1d9a6a1 jdupes: init at 1.8 2017-11-13 00:16:49 -02:00
Robert Schütz
8873660b93 ttwatch: 2017-09-26 -> 2017-10-31 2017-11-13 01:44:51 +01:00
Robert Schütz
13bb1554ff abcm2ps: 8.13.15 -> 8.13.16 2017-11-13 01:38:19 +01:00
Renaud
bf5484fec8 fdupes: 20150902 -> 1.6.1 2017-11-13 01:01:41 +01:00
tv
9f4a461278 update skarnet.org packages
execline:          2.2.0.0 -> 2.3.0.3
s6:                2.4.0.0 -> 2.6.1.1
s6-dns:            2.1.0.0 -> 2.2.0.1
s6-linux-utils:    2.2.0.0 -> 2.4.0.2
s6-networking:     2.2.1.0 -> 2.3.0.2
s6-portable-utils: 2.1.0.0 -> 2.2.1.1
s6-rc:             0.1.0.0 -> 0.3.0.0
skalibs:           2.4.0.1 -> 2.6.0.1
2017-11-13 00:09:32 +01:00
Jonas Höglund
bdce9327a1 pixd: init at 1.0.0 2017-11-12 23:36:33 +01:00
Jonas Höglund
636c9b5c2d hexd: init at 1.0.0 2017-11-12 23:36:33 +01:00
Renaud
ac060f55f3
simple-tpm-pk11: 2016-07-12 -> 0.06 2017-11-12 22:46:11 +01:00
Renaud
f1ec44ec94
opencryptoki: 3.2 -> 3.8.1 2017-11-12 22:39:37 +01:00
Michael Raskin
5f6b88c27f genext2fs: fix handling of symlinks of length exactly 60
Amusingly enough, /nix/store/...-kmod-24/bin/kmod is exactly 60
characters.
2017-11-12 21:38:09 +01:00
Vladimír Čunát
ab1859e027
Merge branch 'staging'
Hydra looks very good: https://hydra.nixos.org/eval/1409475?compare=1409440
There's mainly some fallout from aarch64-linux not building `go`
on the first attempt.
2017-11-12 19:08:05 +01:00
Renaud
d2724f1635
lftp: 4.8.2 -> 4.8.3 2017-11-11 23:37:41 +01:00
Pascal Wittmann
f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00
Michael Raskin
254701d402 glusterfs: drop .upstream file, as the source archive has to be inspected manually (not just the known commands from the build output) 2017-11-11 15:31:42 +01:00
Michael Raskin
fcd66ca233 dd_rescue: 1.99.5 -> 1.99.7 2017-11-11 15:31:41 +01:00
Michael Raskin
2d2d87d6f9 nilfs-utils: 2.2.6 -> 2.2.7 2017-11-11 15:31:41 +01:00
Michael Raskin
29dc669904 getmail: 4.54.0 -> 5.4 2017-11-11 15:31:40 +01:00
Michael Raskin
2f974a29c6 ipmiutil: 3.0.5 -> 3.0.7 2017-11-11 15:31:39 +01:00
Pascal Wittmann
27e32aa357
disorderfs: 0.5.1 -> 0.5.2 2017-11-11 14:48:53 +01:00
Vladimír Čunát
cbfb586151
Merge security fixes adapted from #31437 2017-11-11 13:33:25 +01:00
Vladimír Čunát
ac677c7a01
partclone: 0.2.89 -> 0.3.11 (fixes CVE-2017-6596) 2017-11-11 13:30:18 +01:00
Michael Raskin
57f5e2aa76 bubblewrap: 0.1.8 -> 0.2.0 2017-11-11 13:10:50 +01:00
Michael Raskin
0483842286 xpra: 2.0.2 -> 2.1.3; xpraGtk3: 0.16.2 -> 2.1.3 2017-11-11 13:03:36 +01:00
Vladimír Čunát
8559b6db82
Merge branch 'master' into staging
A couple thousand rebuilds from master.
2017-11-11 09:25:07 +01:00
Orivej Desh
4d4e70d071
Merge pull request #31505 from c0bw3b/pkg/lr
lr: 0.4 -> 1.1
2017-11-11 05:14:28 +00:00
adisbladis
0e812b717a
networkmanager: 1.8.2 -> 1.10.0 2017-11-11 13:11:44 +08:00
Eric Bailey
1acb901a8f wakatime: 7.0.4 -> 10.0.1
Fixes #26133
2017-11-11 04:51:30 +00:00
Patrick Callahan
bd04a0ff0a groff: split out perl dependencies 2017-11-11 03:35:59 +00:00
Orivej Desh
ac522cbe95
Merge pull request #30137 from aneeshusa/update-openssh-to-7.6p1
openssh: 7.5p1 -> 7.6p1
2017-11-11 01:23:41 +00:00
Orivej Desh
5e3c7cb65c
Merge pull request #31237 from mimadrid/update/parallel-20171022
parallel: 20170722 -> 20171022
2017-11-11 00:35:07 +00:00
Renaud
c9d69a255b
lr: 0.4 -> 1.1 2017-11-11 00:09:58 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Orivej Desh
fc22a0160e
Merge pull request #31488 from adisbladis/awscli
awscli: 1.11.162 -> 1.11.185
2017-11-10 20:52:27 +00:00
Renaud
f17eec9de0
Merge pull request #31374 from cstrahan/doas
doas: init at 6.0
2017-11-10 20:46:25 +01:00
adisbladis
ec42653430
btrfs-progs: 4.13.1 -> 4.13.3 2017-11-11 03:22:13 +08:00
Renaud
5022edd9ea
Merge pull request #31435 from 4z3/urlwatch
urlwatch: 2.5 -> 2.7
2017-11-10 20:20:19 +01:00
adisbladis
d191bede7b
awscli: 1.11.162 -> 1.11.185 2017-11-11 02:35:43 +08:00
adisbladis
689f385923
aws_shell: Move out of python-packages.nix 2017-11-11 02:35:42 +08:00
Peter Simons
39c70b3c87 trang: update to latest github version 2017-11-10 13:53:03 +01:00
Tuomas Tynkkynen
7ebacd1a43 smartmontools: 6.5 -> 6.6 2017-11-10 05:49:48 +02:00
Tuomas Tynkkynen
c910a08cff diffoscope: 86 -> 87 2017-11-10 01:36:20 +02:00
Vladimír Čunát
304259bdb1
Merge branch 'master' into staging
Mass rebuild, mainly on Darwin.
2017-11-09 22:37:01 +01:00
Austin Seipp
a387652159 nixpkgs: remove busted 'tmin' package
Obsoleted by afl-tmin

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-11-09 13:19:55 -06:00
Orivej Desh
8bc47ab453
Merge pull request #31377 from kyren/master
netatalk: 3.1.7 -> 3.1.11
2017-11-09 18:17:40 +00:00
Orivej Desh
f24364cb6b
Merge pull request #31392 from lsix/update_time
time: 1.7 -> 1.8
2017-11-09 14:35:49 +00:00
Andreas Rammhold
4b759a0011 rzip: fix CVE-2017-8364 2017-11-09 12:48:21 +01:00
Andreas Rammhold
e15d6e1b3c yara: 3.6.0 -> 3.6.3 (fixes CVE-2017-11328) 2017-11-09 12:48:21 +01:00
tv
146746effa urlwatch: 2.5 -> 2.7 2017-11-09 11:58:13 +01:00
Orivej Desh
a477ede8b8
Merge pull request #31429 from adisbladis/qdigidoc_glibc
qdigidoc: fix build with glibc 2.26
2017-11-09 10:52:30 +00:00
Orivej Desh
db919d1ac4 qdigidoc: enable parallel building 2017-11-09 10:51:49 +00:00
adisbladis
63bc228670
qdigidoc: fix build with glibc 2.26 2017-11-09 17:39:13 +08:00
adisbladis
5cf0322328
opensc: 0.15.0 -> 0.17.0 2017-11-09 17:37:52 +08:00
mimadrid
e6e38c288b
youtube-dl: 2017.10.20 -> 2017.11.06 2017-11-09 09:09:52 +01:00
aszlig
63a47699f7
cuneiform: Fix build against glibc 2.26
Since glibc 2.26 the string.h file includes <strings.h>, which in case
of cuneiform will include the strings.h found in Kern/hhh/tigerh/h,
because of the search path order.

Fortunately for us the strings.h in cuneiform are completely unused and
no files reference or include it. I even checked various references to
types within strings.h and the only occurences are in cf_strings.h,
which is also included by other files.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c
2017-11-09 06:06:32 +01:00
Orivej Desh
e1340e67aa netatalk: support SSL and afpstats 2017-11-09 04:53:34 +00:00
Dan Peebles
d61c612768 Fix sharutils tests in darwin sandbox 2017-11-08 22:02:01 -05:00
aszlig
e5bda9399d
netsniff-ng: Fix build against glibc 2.26
The build fails first of all because it cannot find the function body
for __builtin_memset. In glibc 2.26 this is available via inclusion of
string.h.

Another failure was that UINT64_MAX wasn't available in staging/tools.c,
which is fixed again by inclusion of stdint.h.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @nckx
2017-11-09 01:34:57 +01:00
Thomas Tuegel
094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
Jörg Thalheim
709c2bf19f
Merge pull request #31405 from romildo/fix.pygmentex
pygmentex: update src
2017-11-08 21:50:47 +00:00
Sergey Alexandrov
1f5c2833e9 mpdas: init at 0.4.4 (#31398)
* mpdas: init at 0.4.4

* mpdas: read config from /etc instead from nix store
2017-11-08 21:28:53 +00:00
kyren
1e75677118 netatalk: make perl / python utility scripts work
Adds `perl` and `python2` to nativeBuildInputs, to make the included
perl and python utility script `#!` lines point at the right place.
2017-11-08 15:11:06 -05:00
Orivej Desh
27831cbd86
Merge pull request #31397 from nico202/reaver-upgrade
reaver-wps-t6x: 1.5.2 -> 1.6.3
2017-11-08 19:27:24 +00:00
John Ericson
4c6a1db756 Merge base commit of #30484 into staging 2017-11-08 14:26:33 -05:00
José Romildo Malaquias
df94f7bf76 pygmentex: update src 2017-11-08 17:23:49 -02:00
kyren
997d66c489 netatalk: 3.1.7 -> 3.1.11
Netatalk 3.1.11 is the latest stable release.  There is also a nasty bug
with netatalk < 3.1.11 (https://sourceforge.net/p/netatalk/bugs/636/)
that prevents using netatalk shares for time machine backups.
2017-11-08 14:21:00 -05:00
John Ericson
0101856765
Merge pull request #30549 from obsidiansystems/bintools
treewide: Introduce stdenv.cc.bintools
2017-11-08 14:20:48 -05:00
Nicolò Balzarotti
2b409cc7c3 reaver-wps-t6x: 1.5.2 -> 1.6.3 2017-11-08 17:42:58 +01:00
Lancelot SIX
a0c9173320
time: 1.7 -> 1.8
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00002.html
for release information
2017-11-08 11:32:44 +01:00
Sander van der Burg
39015dbe4b nixui: do not copy node-env.nix on regeneration 2017-11-08 11:25:02 +01:00
Will Dietz
7390087b78 gnuplot: 5.2.0 -> 5.2.1 2017-11-08 01:48:40 -06:00
Charles Strahan
4ca7f46863
doas: init at 6.0
Portable version of the OpenBSD `doas` command.
2017-11-07 16:34:50 -05:00
Jörg Thalheim
9356b8823a
Merge pull request #31370 from schwepp/update/mpw-2.6
mpw: 2.1 -> 2.6
2017-11-07 18:26:17 +00:00
Kilian Schweppe
3f3ac8829f mpw: 2.1 -> 2.6 2017-11-07 19:12:48 +01:00
Tom Macdonald
7b8e40c6b1 procodile: init at 1.0.17 2017-11-07 17:04:50 +01:00
Vladimír Čunát
0f8c85d5d0
strongswan: fixup includes with glibc-2.26 2017-11-07 16:40:12 +01:00
Vladimír Čunát
6ffafc78fb
Merge branch 'staging'
Main change: glibc: 2.25-x -> 2.26-y, containing security fixes,
and various features and deprecations.  Unfortunately, some of the
latter still cause (transitively) a couple hundred newly failing jobs.
I'm not delaying anymore, so that we have the security fix on master.
I mainly patched gcc, llvm and icu, but I can't fix everything...
2017-11-07 16:00:35 +01:00
Thomas Tuegel
a8538307e5
Merge branch 'master' into qt-5-tmp 2017-11-07 07:33:47 -06:00
Thomas Tuegel
a055cee512
rockbox_utility: fix path to lrelease 2017-11-07 07:18:50 -06:00
Thomas Tuegel
d3c11c512c
qt5ct: fix path to lrelease 2017-11-07 07:18:50 -06:00
Raphael Das Gupta
139d931d4d nox: add license information: MIT
nox was licensed under MIT License
since at least 0.0.2. See
b7e084a7c5
2017-11-07 13:50:23 +02:00
Eelco Dolstra
d2df286df7
nixUnstable: nix-1.12pre5663_c7af84ce -> nix-1.12pre5732_fd10f6f2 2017-11-07 12:25:17 +01:00
Jörg Thalheim
05de801c1a
Merge pull request #31347 from benley/vboot_reference
vboot_reference: build all the tools
2017-11-07 09:31:44 +00:00
Benjamin Staffin
7ccad2a4f2
vboot_reference: build all the tools
This expands the build to include more things that are useful on
chromebooks, like `crossystem`
2017-11-07 00:37:48 -05:00
Piotr Bogdan
cac4cb401c debootstrap: 1.0.87 -> 1.0.92 2017-11-06 14:25:44 +00:00
Vladimír Čunát
1d9a8e2289
Merge branch 'master' into staging 2017-11-06 13:24:06 +01:00
Vladimír Čunát
bc90fe1fbb
Merge #30371: update misc. gnome3-related libraries 2017-11-06 13:00:15 +01:00
Sean Zicari
3d8f6400ec Remove .net from mirror URL. 2017-11-05 20:09:24 -06:00
Sean Zicari
0711fe96f2 xosview2: init at 2.2.2 (#30629) 2017-11-06 09:55:23 +08:00
Peter Hoeg
3a53ddd693 sshguard: 2.0.0 -> 2.1.0 2017-11-06 08:21:56 +08:00
John Ericson
70d91badf5 treewide: Depend on stdenv.cc.bintools instead of binutils directly
One should do this when needed executables at build time. It is more
honest and cross-friendly than refering to binutils directly.
2017-11-05 17:10:53 -05:00
Orivej Desh
68d4912ea5
Merge pull request #31177 from makefu/pkgs/snapraid/fix
snapraid: fix release checksum
2017-11-05 20:37:08 +00:00
Jan Tojnar
dcb074ae9c
packagekit: 1.1.3 → 1.1.7 2017-11-05 20:44:17 +01:00
Jan Tojnar
cdd40ba79e
colord: 1.2.12 → 1.4.1 2017-11-05 20:44:15 +01:00
Jan Tojnar
db16b93039
ostree: 2017.9 → 2017.12 2017-11-05 20:44:13 +01:00
Jan Tojnar
05562d9237
networkmanagerapplet: cleanup 2017-11-05 20:44:09 +01:00
Orivej Desh
40e47e3fb3
Merge pull request #30898 from iblech/nat-traverse
nat-traverse: init at 0.7
2017-11-05 18:35:36 +00:00
Orivej Desh
080092ffa7 nat-traverse: do not wrap with perl path 2017-11-05 18:10:48 +00:00
Jan Tojnar
2dfa36233d sshfs-fuse: remove unneeded rpath wrapping 2017-11-05 19:53:48 +02:00
Orivej Desh
2240e8055a
Merge pull request #31286 from rnhmjoj/masscan
masscan: 2017-02-04 -> 1.0.4
2017-11-05 17:51:30 +00:00
rnhmjoj
de1e0ee43f
masscan: 2017-02-04 -> 1.0.4 2017-11-05 18:22:17 +01:00
Orivej Desh
dcf16a83fe
Merge pull request #31277 from rnhmjoj/bdf2psf
bdf2psf 1.158 -> 1.170
2017-11-05 17:03:14 +00:00
rnhmjoj
c47ac4d2ad ddcutil: 0.8.2 -> 0.8.4 2017-11-05 17:51:32 +01:00
Jan Tojnar
1d55dd3d13
fwup: 0.14.3 → 0.16.1 2017-11-05 17:02:29 +01:00
rnhmjoj
8877ba4c0f
bdf2psf 1.158 -> 1.170 2017-11-05 15:41:13 +01:00
Franz Pletz
91de9958c0
browserpass: 1.0.6 -> 2.0.7 2017-11-05 14:55:51 +01:00
rnhmjoj
a950f3d671
radeon-profile: 20161221 -> 20170714 2017-11-05 14:42:43 +01:00
Sander van der Burg
51536b2df7
Merge pull request #31235 from Ma27/statsd-with-node2nix
statsd: repackage with node2nix
2017-11-05 13:46:03 +01:00
Michael Weiss
af3a11b8f6 pgpdump: Add support for compressed data packets
This will add support for compressed data packets (Tag 8) [0] and enable
it by default.

[0]: https://tools.ietf.org/html/rfc4880#section-5.6
2017-11-04 21:23:14 +01:00
Renaud
9754503c6b
nsjail: 2.1 -> 2.2
plus fixed meta.license which should be Apache License 2.0
2017-11-04 20:02:23 +01:00
mimadrid
25f080ca4a gawk: 4.1.4 -> 4.2.0 2017-11-04 17:29:35 +01:00
Tuomas Tynkkynen
61f3d46fcf Merge remote-tracking branch 'upstream/master' into staging 2017-11-04 17:47:54 +02:00
Tim Steinbach
a789f5b2f1
Merge pull request #31233 from mimadrid/update/rofi-pass-1.5.3
rofi-pass: 1.5.2 -> 1.5.3
2017-11-04 11:04:41 -04:00
Tim Steinbach
21b587a6dd
Merge pull request #31232 from mimadrid/update/tmuxp-1.3.4
tmuxp: 1.3.1 -> 1.3.4
2017-11-04 10:58:27 -04:00
mimadrid
9720703d24
mawk: 1.3.4-20161120 -> 1.3.4-20171017 2017-11-04 15:56:31 +01:00
Tim Steinbach
aab92cba7d
Merge pull request #31243 from pbogdan/tcpflow-fix-build
tcpflow: fix build
2017-11-04 10:42:18 -04:00
Piotr Bogdan
adf5aea0b6 tcpflow: fix build 2017-11-04 12:45:59 +00:00
Michael Raskin
cc3c38d788
Merge pull request #31238 from c0bw3b/pkg/fdm
fdm: 1.8 -> 1.9.0.20170124
2017-11-04 12:36:06 +00:00
Renaud
5fe398fdc9 fdm: 1.8 -> 1.9.0.20170124
sf.net repo does not exist anymore
2017-11-04 13:27:39 +01:00
Daiderd Jordan
0d95b319c0
Merge pull request #31234 from mimadrid/update/rlwrap-0.43
rlwrap: 0.42 -> 0.43
2017-11-04 11:56:19 +01:00
Daiderd Jordan
7ada6b5ad2
Merge pull request #31229 from mimadrid/update/fzf-0.17.1
fzf: 0.17.1
2017-11-04 11:50:19 +01:00
mimadrid
b34f5db38f
parallel: 20170722 -> 20171022 2017-11-04 11:29:40 +01:00
Vladimír Čunát
eed6e0a946
Merge branch 'master' into staging
Lots of rebuilds from master; at least some of them due to security.
2017-11-04 10:28:00 +01:00
Maximilian Bosch
5633431c2b
statsd: repackage with node2nix 2017-11-04 10:23:28 +01:00
mimadrid
97d251e6ac
rofi-pass: 1.5.2 -> 1.5.3 2017-11-04 09:31:18 +01:00
mimadrid
c375ed9b86
rlwrap: 0.42 -> 0.43 2017-11-04 09:29:49 +01:00
mimadrid
16172d4299
fzf: 0.17.1 2017-11-04 08:36:33 +01:00
mimadrid
765091d80b
tmuxp: 1.3.1 -> 1.3.4 2017-11-04 08:25:03 +01:00
Jörg Thalheim
3328e35af8
Merge pull request #30987 from wizeman/u/fix-openntpd-cert
openntpd: fix constraints feature on NixOS
2017-11-03 22:36:19 +00:00
Tuomas Tynkkynen
d2717a55d9 ethtool: 4.11 -> 4.13 2017-11-03 21:25:41 +02:00
Orivej Desh
3463add6c5
Merge pull request #31203 from mimadrid/update/zstd-1.3.2
zstd: 1.3.0 -> 1.3.2
2017-11-03 19:21:44 +00:00
Orivej Desh
43d4ebbb0a
Merge pull request #30846 from c0bw3b/pkg/Gcode
treewide: abandon Google Code homepages
2017-11-03 19:10:06 +00:00
mimadrid
8e982d5f2e
zstd: 1.3.0 -> 1.3.2 2017-11-03 19:58:01 +01:00
c0bw3b
525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Frederik Rietdijk
2c822b16fb
Merge pull request #30880 from orivej/nix-unstable
nixUnstable: rename to nix-unstable
2017-11-03 19:21:36 +01:00
Orivej Desh
1729e9ea25
Merge pull request #31186 from mimadrid/update/xarchiver-0.5.4.12
xarchiver: 0.5.4.7 -> 0.5.4.12
2017-11-03 16:00:28 +00:00
Orivej Desh
4762689a8a
Merge pull request #31193 from pbogdan/reaverwps-t6x-fix-build
reaverwps-t6x: fix build
2017-11-03 15:39:50 +00:00
Samuel Leathers
9f85fc52b8
Merge pull request #31195 from pbogdan/curl-unix-socket-fix-build
curl-unix-socket: fix build
2017-11-03 11:25:47 -04:00
Piotr Bogdan
5a539f5eb5 curl-unix-socket: fix build 2017-11-03 14:43:11 +00:00
Piotr Bogdan
16c69270ae reaverwps-t6x: fix build 2017-11-03 14:36:15 +00:00
mimadrid
8ee4a3648f
xarchiver: 0.5.4.7 -> 0.5.4.12
- Fix github url
  - Add libxslt dependency
  - Gtk2 -> Gtk3
2017-11-03 14:25:01 +01:00
makefu
1774cc04cb
snapraid: fix release checksum 2017-11-03 09:12:30 +01:00
Jörg Thalheim
90c92918f1
Merge pull request #31151 from lheckemann/vboot-update
vboot_reference:  20130507 -> 20171023
2017-11-03 00:23:57 +00:00
Orivej Desh
9caf89c903
Merge pull request #31164 from c0bw3b/pkg/htpdate
htpdate: 1.1.3 -> 1.2.0
2017-11-03 00:02:08 +00:00
Orivej Desh
c0a0d8b651
Merge pull request #31108 from benley/openvpn-auth-ldap
openvpn-auth-ldap: init at 2.0.3
2017-11-03 00:00:52 +00:00
Orivej Desh
66683883ca
Merge pull request #31142 from adisbladis/rpm-4_14_0
rpm: 4.13.0.1 -> 4.14.0
2017-11-02 23:49:06 +00:00
Joerg Thalheim
0433604f51 mitmproxy: 2.0.2 -> 2017-10-31 2017-11-02 23:46:55 +00:00
Renaud
6d80920ab9
htpdate: 1.1.3 -> 1.2.0 2017-11-03 00:21:16 +01:00
Ruben Maher
47c000b894 awsebcli: 3.11.0 -> 3.12.0 2017-11-03 09:38:16 +10:30
Ruben Maher
fcf0df2cf6 awsebcli: tiny whitespace fix 2017-11-03 09:38:16 +10:30
Ruben Maher
054baf2cbe awsebcli: unbreak after cement update
awsebcli requests that the cement package be exactly at version 2.8.2 and won't
build without it.
2017-11-03 09:38:15 +10:30
Linus Heckemann
454c42c849 vboot_reference: Update
In addition to updating to a more recent upstream version, this
installs the development signing keys and removes the separate
vbutil_* tools in favour of the single futility tool.
2017-11-02 20:11:45 +00:00
Benjamin Staffin
998027a531
openvpn-auth-ldap: init at 2.0.3 2017-11-02 14:35:48 -04:00
adisbladis
9fa8f3ed0d
rpm: 4.13.0.1 -> 4.14.0 2017-11-03 02:07:38 +08:00
Casey Ransom
b62992a483
kisslicer: init at 1.6.2 2017-11-02 18:01:18 +01:00
Piotr Bogdan
8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
zimbatm
c34c737172
Merge pull request #31100 from zimbatm/hashcat4
Hashcat4
2017-11-02 11:23:07 +00:00
Jörg Thalheim
6a61a78f4b
Merge pull request #31085 from peterromfeldhk/fastlane
fastlane: 2.62.1 -> 2.63.0
2017-11-02 08:50:12 +00:00
Jörg Thalheim
455ab9ff51
Merge pull request #31091 from c0bw3b/pkg/hardlink
hardlink: 2012.9.3ec908d539 --> 1.3-4
2017-11-02 08:34:29 +00:00
Peter Hoeg
cf7d701108 unetbootin: 655 -> 657 and make it build again 2017-11-02 13:25:12 +08:00
adisbladis
ef97adf60c
fpm: 1.6.2 -> 1.9.3 2017-11-02 10:22:51 +08:00
Mateusz Kowalczyk
e1d7f7ba82 cloc: fix sourceRoot 2017-11-01 21:41:18 +00:00