Commit graph

13596 commits

Author SHA1 Message Date
Vladimír Čunát c65c1f6434
dhcp: fixup build with gcc-7 (ignore warning)
Upgrade to latest release wouldn't solve this one,
and it would conflict with both of our patches,
so I decided not to spend much time on this for now.
2017-11-12 12:16:47 +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
Eric Bailey 1acb901a8f wakatime: 7.0.4 -> 10.0.1
Fixes #26133
2017-11-11 04:51:30 +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
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
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
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