Commit graph

11419 commits

Author SHA1 Message Date
Benno Fünfstück a8458bb506 ffcast: remove unnecessary DESTDIR=$out
This avoids files being installed to $out/nix/store
2017-03-03 12:58:43 +01:00
Jörg Thalheim 0c24151731 Merge pull request #23398 from rnhmjoj/gitfs
gitfs: 0.2.5 -> 0.4.5.1
2017-03-02 20:52:43 +01:00
Daiderd Jordan cd929804a3 Merge pull request #23380 from veprbl/fakeroot_darwin
fakeroot: add darwin support
2017-03-02 20:19:55 +01:00
Jörg Thalheim 53b059ade5
miniupnpc: switch to old version by default
miniupnpc 2.0.20161216 change its api
2017-03-02 19:30:37 +01:00
Renaud b0ae3c14fb httping 2.5: fetch over https + license 2017-03-02 19:20:26 +01:00
Jörg Thalheim 98523861f6
highlight: disable darwin build
https://hydra.nixos.org/build/49668465/nixlog/1
2017-03-02 16:39:12 +01:00
rnhmjoj 1b9875220f
gitfs: 0.2.5 -> 0.4.5.1 2017-03-02 16:35:33 +01:00
ndowens 441ad3a804 amtterm: 1.4 -> 1.6-1 2017-03-02 08:51:13 -06:00
Robin Gloster 6034d429fc
btrfs-dedupe: dependency is broken on i686 2017-03-02 14:23:41 +01:00
Joachim Fasting c44a41c73f
tor: split out geoip data
Saves about 5.2 MiB.

To use geoip, add something like
```
GeoIPFile ${tor.geoip}/share/tor/geoip
GeoIPv6File ${tor.geoip}/share/tor/geoip6
```
to torrc
2017-03-02 12:40:33 +01:00
Jörg Thalheim 4103fa5257 Merge pull request #23371 from ndowens/hans
hans: 0.4.4 -> 1.0
2017-03-02 11:43:52 +01:00
Domen Kožar 4064889e96 Merge pull request #23377 from ndowens/connect
connect: 1.104 -> 1.105
2017-03-02 11:36:04 +01:00
Jörg Thalheim 0e07b7b6be Merge pull request #23369 from ndowens/httping
httping: 2.4 -> 2.5
2017-03-02 11:27:11 +01:00
Jörg Thalheim e867620d02 Merge pull request #23367 from ndowens/miniupnpc
miniupnpc: 1.9.20150430 -> 2.0.20161216
2017-03-02 11:20:48 +01:00
ndowens 9addeafe1a par2cmdline: 0.6.11 -> 0.6.13 (#23361)
* par2cmdline: 0.6.11 -> 0.6.13

* par2cmdline: add autoreconfHook to nativeBuildInputs
2017-03-02 11:02:08 +01:00
Jörg Thalheim a9c0b0a754 Merge pull request #23356 from ndowens/speedtest-cli
speedtest-cli: 0.3.4 -> 1.0.2
2017-03-02 10:52:15 +01:00
Jörg Thalheim 15f1d84c88 Merge pull request #23343 from ndowens/augeas
augeas: 1.5.0 -> 1.7.0
2017-03-02 10:34:46 +01:00
ndowens 3806d47b49 uptimed: 0.3.18 -> 0.4.0 (#23316)
* uptimed: 0.3.18 -> 0.4.0

* uptimed: autoreconfHook belongs to nativeBuildInputs
2017-03-02 10:21:08 +01:00
Jörg Thalheim b57861c30c Merge pull request #23315 from ndowens/xe
xe: 0.5 -> 0.6.1
2017-03-02 09:57:56 +01:00
Jörg Thalheim de90e320c8 Merge pull request #23314 from ndowens/ansifilter
Ansifilter: 1.15 -> 2.4
2017-03-02 09:54:44 +01:00
Jörg Thalheim c5a1625f85 Merge pull request #23309 from ndowens/enca
enca: 1.16 -> 1.19
2017-03-02 09:51:31 +01:00
Jörg Thalheim 03a8db5cdc Merge pull request #23308 from ndowens/highlight
highlight: 3.28 -> 3.35
2017-03-02 09:48:33 +01:00
Jörg Thalheim 85a1dd288b Merge pull request #23306 from ndowens/kytea
kytea: 0.4.6 -> 0.4.7; source was still pointing to version 0.4.6
2017-03-02 08:44:14 +01:00
ndowens 021046a72e swaks:20130209.0 -> 20170101.0 2017-03-02 08:19:41 +01:00
ndowens d072ac28f8 quicktun: 2.2.4 -> 2.2.5 2017-03-02 08:19:25 +01:00
Dmitry Kalinkin 82d3f926a9
fakeroot: add darwin support
replace utillinux with getopt

Fixes #22773
2017-03-01 22:33:33 -05:00
ndowens ad25011ba1 connect: 1.104 -> 1.105 2017-03-01 20:09:46 -06:00
ndowens 2ff72c684d hans: 0.4.4 -> 1.0 2017-03-01 19:18:29 -06:00
ndowens ef4775c2a7 httping: 2.4 -> 2.5 2017-03-01 19:12:00 -06:00
ndowens 9d30abf7b2 miniupnpc: 1.9.20150430 -> 2.0.20161216 2017-03-01 18:43:26 -06:00
Peter Hoeg 0d936b0366 Merge pull request #23312 from ndowens/discount
Discount: 2.2.0 -> 2.2.2
2017-03-02 08:12:54 +08:00
Joachim Fasting 05054e34c0
tor: 0.2.9.9 -> 0.2.9.10
The 0.2.9 series is now a long-term support release, which will
receive backported security fixes until at least 2020.

tor should now build against libressl, as in
```nix
tor.override { openssl = libressl; }
```

Also re-enable the test-suite; works fine on my end.
2017-03-01 23:56:34 +01:00
ndowens 32cf5c4d02 speedtest-cli: 0.3.4 -> 1.0.2 2017-03-01 16:53:30 -06:00
Tobias Geerinckx-Rice 20be30fdd2 Merge pull request #23341 from ndowens/di
di: 4.42 -> 4.43
2017-03-01 21:30:24 +00:00
Tuomas Tynkkynen 8dcfa44a53 memtest86: Mark as broken
It fails with hardening-related errors like:

reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'

... and several others as well!

Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.

(Note that this is a different package from memtest86plus!)
2017-03-01 22:19:35 +02:00
ndowens d9bc414521 augeas: 1.5.0 -> 1.7.0 2017-03-01 13:38:11 -06:00
ndowens 3df8bef60e discount: 2.2.0 -> 2.2.2
Discount: added missing update
2017-03-01 13:28:16 -06:00
Robert Helgesson a5ed11202c
svtplay-dl: 1.9.2 -> 1.9.3 2017-03-01 20:12:24 +01:00
ndowens 204850c975 di: 4.42 -> 4.43 2017-03-01 13:09:43 -06:00
ndowens c393512809 catdoc: 0.94.2 -> 0.95 2017-03-01 19:18:20 +01:00
Eelco Dolstra f5e53aea5d
nixUnstable: 1.12pre4997_1351b0d -> 1.12pre5060_fa125b9 2017-03-01 18:04:18 +01:00
ndowens d12030d175 hwinfo: 21.23 -> 21.38 2017-03-01 17:50:50 +01:00
ndowens 614afce3a8 dos2unix: 7.3.2 -> 7.3.4 (#23310) 2017-03-01 14:29:46 +00:00
Vladimír Čunát b43614a6bb
Merge branch 'staging'
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Michael Raskin cd912b1ea5 Merge pull request #23318 from ndowens/ioping
ioping: 0.9 -> 1.0
2017-03-01 09:04:22 +00:00
Vladimír Čunát 64d4bfd139
ploticus: fixup a manual-page symlink
With new man compression this caused a build error.
2017-03-01 08:42:35 +01:00
ndowens f5c98a8a72 ioping: 0.9 -> 1.0 2017-02-28 20:18:28 -06:00
ndowens 0e3cf999ed xe: 0.5 -> 0.6.1 2017-02-28 19:30:26 -06:00
ndowens 38d9c0b88f ansifilter: 1.15 -> 2.4 2017-02-28 19:23:24 -06:00
Peter Hoeg 9a2b23427f Merge pull request #23300 from ndowens/xurls
xurls: 0.8.0 -> 1.1.0
2017-03-01 08:43:42 +08:00