Wout Mertens
d2467f4fe5
Python on Darwin: Don't depend on glibc locales
2014-09-29 14:05:32 +02:00
Shell Turner
21c12b4065
Updated bash to patch 50.
...
This fully mitigates Shellshock and related parsing vulnerabilities,
due to attackers never controlling environment variable names.
2014-09-29 13:44:38 +02:00
Lluís Batlle i Rossell
b36095578c
Updating lesstif to 0.95.2 (2009).
...
Some patches can be removed.
I updated it because the scroll wheel was going the oposite direction in ddd.
https://bugs.launchpad.net/ubuntu/+source/ddd/+bug/37664
(cherry picked from commit 0115853aa9
)
2014-09-29 10:26:44 +02:00
Lluís Batlle i Rossell
c1e962f1e2
Updating toxic to 0.5.1
2014-09-29 10:26:28 +02:00
Lluís Batlle i Rossell
93fd8fb3a5
Updating utox/libtoxcore to the latest, to fix utox build.
...
There was a test failing. I also renamed the attr uTox to utox, for the more
common lowercase in all-packages.
2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell
4f5a71385e
Fixing libtoxcore libvpx propagate.
2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell
bf62423f89
Fix toxic install for DHTnodes and other share files.
2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell
c9494b8090
Making tox/toxic A/V libs disabled in ARM.
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
04b3932117
Adding qtox. Making libtoxcore propagate libvpx.
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
1b6101775d
Updating utox (fixing PREFIX too)
2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell
1955da1b8c
Updating toxic/libtoxcore/libsodium
2014-09-29 10:24:35 +02:00
Maksymilian Owsianny
a7197741ac
Fixed idris wrapper to make idris work with different backends.
...
Closes #4314
2014-09-29 04:14:59 +01:00
roconnor
6b2ecc5b39
Merge pull request #4313 from NixOS/fastReplaceDeps
...
Exponentially reduce computation time needed for replace-dependency by u...
2014-09-28 21:19:55 -04:00
Shea Levy
ee58e82855
nix-exec: set platforms
2014-09-28 20:10:11 -04:00
Mateusz Kowalczyk
8e876eb395
Merge pull request #4309 from abbradar/paprefs
...
added "paprefs" package, adopted pavucontrol
2014-09-28 22:50:55 +01:00
AndersonTorres
efdc89de60
Mednafen: update to 0.9.36.4
...
Closes #4304
2014-09-28 22:48:20 +01:00
AndersonTorres
77887c621b
Xiphos: update to 3.2.2
...
Closes #4312
2014-09-28 22:47:29 +01:00
AndersonTorres
9a6e559b9d
mpv: update to 0.5.4
...
Also, a small update on internal let-waf expression
Closes #4306
2014-09-28 22:46:49 +01:00
AndersonTorres
0a6bfe69e5
Tilda: update to 1.1.13
...
Closes #4307
2014-09-28 22:45:26 +01:00
Shea Levy
d34cd13a31
Add nix-exec package
2014-09-28 15:24:38 -04:00
Nikolay Amiantov
0728fee205
paprefs: Add package
2014-09-28 21:49:05 +04:00
Nikolay Amiantov
d006273e7a
pavucontrol: Adopt and clean dependencies
2014-09-28 21:48:57 +04:00
Thomas Tuegel
58d838024b
Merge pull request #4289 from muflax/zsh
...
zsh: version bump to 5.0.6 and enable pcre
2014-09-28 10:50:59 -05:00
Vladimír Čunát
b16994f7ce
fontconfig: stop using xml:space; vital for nixos+2.11
...
This is a proper fix for problems described in ec985c8ffa
.
The code is from @lethalman .
2014-09-28 16:57:47 +02:00
Russell O'Connor
94c6af494a
Exponentially reduce computation time needed for replace-dependency by using memoization.
...
This patch makes two changes.
(1) It memoizes the computation of dependsOnOld.
(2) It replaces rewrittenDerivations with a similar memoized table rewriteMemo.
This prevents the entire tree of run-time dependencies from being traversed and instead only traverses the graph of run-time dependencies.
In the case of deep dependency changes (such as changing one's bash version for an entire NixOS system) this can lead to an exponential speedup in processing time
because shared dependencies are no longer traversed multiple times.
This patch isn't quite derivation-per-derivation equivalent to the original computation.
There are two immaterial differences.
(1) The previous version would always call upon sed to replace oldDependency with newDependency even when the store object being updated doesn't directly depend on
oldDependency.
The new version only replaceds oldDependency with newDependency when the store object being updated actually directly depends on oldDependency (which means there is
actually a hash to replace).
(2) The previous version would list the old store object as a source input of the new store object, *except* for the root derivation being updated. Because the
root derivation being updated has its actual derivation avaiable the previous verions would make the updated root derivation depend on the old derivation as a
derivation input instead of a source input.
The new version always lists the old store object as a source input, including the root derivation.
2014-09-28 09:39:39 -04:00
Christoph Hrdinka
f5cd9d2460
nsd: fix description, license and platforms
2014-09-28 15:30:39 +02:00
Christoph Hrdinka
f1b3196f2d
nsd: update to version 4.1.0
2014-09-28 14:43:26 +02:00
Christoph Hrdinka
29b4258622
nsd: add hrdinka to maintainers
2014-09-28 14:43:16 +02:00
Pascal Wittmann
97be74be16
Merge pull request #4302 from k0ral/tty-clock
...
New package: tty-clock-0.1
2014-09-28 13:10:55 +02:00
koral
14930900c8
New package: tty-clock-0.1
2014-09-28 13:05:58 +02:00
Rok Garbas
28ea895b08
pythonPackages.configobj: new version needs six as dependency
2014-09-28 12:56:08 +02:00
Pascal Wittmann
943b1a4768
Merge pull request #4301 from AndersonTorres/windowmaker
...
Windowmaker: update to 0.95.6
2014-09-28 12:54:12 +02:00
Mateusz Kowalczyk
714dc47696
agda-iowa-stdlib: renamed from aaron-stump-stdlib
...
Per author's request.
2014-09-28 02:21:21 +01:00
Siarhei Zirukin
448f3229f8
package update: go-1.3.1 -> go-1.3.2
...
Closes #4279
2014-09-28 01:35:49 +01:00
Domen Kožar
2df644a9e1
pythonPackages.nose: disable tests
2014-09-27 22:34:51 +02:00
Domen Kožar
2fea016f4d
python3Packages.pelican: fix build
2014-09-27 22:34:51 +02:00
AndersonTorres
fb184b0316
Windowmaker: update to 0.95.6
2014-09-27 17:23:38 -03:00
Bjørn Forsman
a2a5b539a1
python2nix: update to latest
...
Switch to upstream repo now that pull request #3 is merged.
2014-09-27 20:09:08 +02:00
Pascal Wittmann
a0e82a304f
bro: update from 2.1 to 2.3.1
2014-09-27 19:34:20 +02:00
Vladimír Čunát
a5e8f410bf
thunderbird: maintenance update
...
The corresponding security problem should've been fixed by the latest nss update.
2014-09-27 18:24:45 +02:00
Vladimír Čunát
85fba5fdbd
kde-4.14: fix kactivities download
...
It was not released with 4.14.
http://osdir.com/ml/kde-commits/2014-07/msg02039.html
2014-09-27 18:16:26 +02:00
Vladimír Čunát
4bcae6dc96
merge #4265 : add KDE 4.14.1
2014-09-27 18:15:00 +02:00
koral
47636809ea
dulwich: added tests dependencies.
2014-09-27 16:50:36 +02:00
Mateusz Kowalczyk
02c979aa9f
haskell-vado: update to 0.0.2
...
This is a version-bump only, putting the attoparsec version bound up on
Hackage through proper means:
https://github.com/hamishmack/vado/issues/5
2014-09-27 15:14:19 +01:00
Bjørn Forsman
a6c7c1db7f
ntopng: update from 1.2.0 to 1.2.1
...
Successfully tested with the NixOS ntopng service.
2014-09-27 15:42:18 +02:00
Bjørn Forsman
273aa589d2
ntopng: update hashes and url
...
All geoip data files have changed, update hashes. The ntopng source url
itself has changed, the source is now located in an "old/" directory
(hash unchanged).
Build tested.
2014-09-27 13:52:19 +02:00
Luca Bruno
b86fdea43e
gnucash: delete icon theme cache
2014-09-27 13:48:09 +02:00
Vladimír Čunát
7a47efe8f4
lyx: maintenance update
2014-09-27 13:00:21 +02:00
Cillian de Róiste
5276adc1b4
Tidy up #4283 and move freewheeling to APPLICATIONS
2014-09-27 12:52:30 +02:00
cillianderoiste
40ef936fb5
Merge pull request #4283 from sepi/master
...
Added Freewheeling
2014-09-27 12:44:09 +02:00
lethalman
9e7619b09b
Merge pull request #4292 from DamienCassou/gpaste-3.12.3
...
gpaste 3.12.2 -> 3.12.3
2014-09-27 12:32:11 +02:00
Damien Cassou
f160705eb2
gpaste 3.12.2 -> 3.12.3
2014-09-27 12:24:12 +02:00
Raffael Mancini
f80e897add
Merge branch 'master' of github.com:NixOS/nixpkgs
2014-09-27 12:09:48 +02:00
Raffael Mancini
122cfdcecf
Removed unnecessary and wrong "priority = 10" from default.nix.
2014-09-27 12:08:24 +02:00
muflax
9d9258be5c
zsh: bump version
2014-09-27 08:33:32 +01:00
muflax
368d0b4213
zsh: enable pcre
2014-09-27 08:33:29 +01:00
muflax
9da620a723
mplayer2: fix typo in configure
...
Closes #4287
2014-09-27 08:21:31 +01:00
muflax
5861898fc2
add jpeg support to mplayer and mplayer2
...
Closes #4288
2014-09-27 08:20:30 +01:00
Mateusz Kowalczyk
d8f2c32bcf
agda-aaron-stump-stdlib: new package
2014-09-27 04:25:26 +01:00
Mateusz Kowalczyk
d409ae809a
agda-pretty: new package
2014-09-27 03:30:30 +01:00
Mateusz Kowalczyk
4ed56b013f
agda-TotalParserCombinators: new package
2014-09-27 03:23:22 +01:00
Mateusz Kowalczyk
4d2a3933a4
agda-prelude: new package
2014-09-27 02:35:54 +01:00
Vincent Laporte
5e4cf92121
ocamlnet: update 3.7.3 -> 3.7.6
...
Closes #4216
2014-09-27 01:09:53 +01:00
Mateusz Kowalczyk
3a29982287
Merge pull request #4267 from nathanielbaxter/dev/qbittorrent_update
...
qbittorrent: Bump version to 3.1.10 + Fixup meta.
2014-09-27 01:07:50 +01:00
Nathaniel Baxter
859918d235
vlc: Add ffmpeg version 2.3.x for vlc.
...
Vlc doesn't support libavcodec >= 56 yet, which means it needs an older
version of ffmpeg.
Closes #4286
2014-09-27 01:04:38 +01:00
koral
96dcbc7d83
hg-git: 0.3.1 -> 0.6.1, and its dependency dulwich: 0.8.7 -> 0.9.7
2014-09-27 00:24:27 +02:00
Pascal Wittmann
d346a9cc07
fixed some meta.maintainers attributes
2014-09-26 23:44:29 +02:00
Pascal Wittmann
3940aecc0d
remove unused library libchamplain-0.6
2014-09-26 23:22:25 +02:00
Pascal Wittmann
d156824f48
geeqie: update from 1.1 to 1.2 and adopt it
2014-09-26 23:18:57 +02:00
Pascal Wittmann
239760ab98
abiword: update from 2.8.6 to 3.0.0 and adopt it
2014-09-26 22:26:32 +02:00
Pascal Wittmann
a4f7660f7a
keynav: update from 0.20101014.3067 to 0.20110708.0
2014-09-26 22:00:26 +02:00
Bjørn Forsman
25e726b283
pypy: fix copy-paste error in setup-hook
...
Introduced in 428fdc879f
("pypy: 2.3 -> 2.4").
2014-09-26 20:10:06 +02:00
Pascal Wittmann
e28f8e5cca
calibre: update from 2.3.0 to 2.4.0
2014-09-26 20:08:15 +02:00
Pascal Wittmann
ae78f740fc
dwb: update to latest revision
2014-09-26 19:34:52 +02:00
Domen Kožar
8723b91cc7
pythonPackages.nose: 1.3.3 -> 1.3.4
2014-09-26 18:49:32 +02:00
Edward Tjörnhammar
655ae33816
libretro.ppsspp: Fixes building on i686
2014-09-26 18:35:46 +02:00
Domen Kožar
c4750f6f2e
pypyPackages.werkzeug: 0.9.4 -> 0.9.6
2014-09-26 18:22:25 +02:00
Domen Kožar
744c1974d0
pypyPackages.flask: disable tests due to failures
2014-09-26 18:13:11 +02:00
Domen Kožar
26303fd6c8
pypyPackages.area53: use stable release
2014-09-26 18:13:01 +02:00
Domen Kožar
4fa05bdc6f
pypy: disable test_urllib2net and test_urllibnet
2014-09-26 18:12:49 +02:00
Domen Kožar
3aefa63c75
pypy: pytest syntax change
2014-09-26 18:12:37 +02:00
Domen Kožar
428fdc879f
pypy: 2.3 -> 2.4
2014-09-26 18:12:24 +02:00
Raffael Mancini
88dec0823f
Fixed line length and added longDescription
2014-09-26 17:47:40 +02:00
Sander van der Burg
261a3574f1
Merge pull request #4268 from ftrvxmtrx/androidndk-fix-make-standalone-toolchain
...
androidndk: fix make-standalone-toolchain.sh helper script
2014-09-26 17:44:12 +02:00
Raffael Mancini
87dc6a2be6
Added Freewheeling
...
a live looping instrument for jack with MIDI support
revision r100 from subversion
2014-09-26 17:20:02 +02:00
Pascal Wittmann
d1c7ac1388
Merge pull request #4281 from sztupi/openimageio-version-fix
...
openimageio: using tagged version as src url instead of (moving) branch
2014-09-26 16:09:47 +02:00
Michel Kuhlmann
e83550cae5
gdal: update from 1.7.1 to 1.11.0 and add python support
2014-09-26 15:48:18 +02:00
Domen Kožar
505400eafe
ledger3: fix hash
2014-09-26 15:38:41 +02:00
Attila Sztupak
4a9f541a86
openimageio: using tagged version as src url instead of (moving) branch
2014-09-26 11:44:02 +01:00
Pascal Wittmann
58168ed93b
simgear: fix sha256sum and clean up
2014-09-26 12:36:17 +02:00
Matej Cotman
313f01bad8
mailpile: fix issues by upgrade to current master and add openssl
2014-09-26 10:47:29 +02:00
Domen Kožar
fe4337b606
saga: mark as broken
2014-09-26 10:21:14 +02:00
Domen Kožar
dd5bc7e037
libharu: patches moved
2014-09-26 10:21:13 +02:00
William A. Kennington III
d084245e74
iproute: Fix regressions introduced in 3.16.0
...
3.16.0 introduced a regression where vlan and veth devices could not be
created due to a check in the code for existing devices. This applies
the upstream patch which fixes the issue.
Additionally, this corrects the nixos network-interfaces task which now
needs to specify the name parameter when adding links.
2014-09-26 00:45:38 -07:00
David Guibert
691c8393ea
Merge pull request #4276 from k0ral/xournal
...
xournal: 0.4.5 -> 0.4.8
2014-09-26 09:45:31 +02:00
Mateusz Kowalczyk
58fc36a179
mkvtoolnix: update from 7.1.0 to 7.2.0
2014-09-26 08:33:40 +01:00
Domen Kožar
8f1aade0ba
Merge pull request #4275 from ambrop72/bossa-fix
...
BOSSA: Try to fix a nondeterministic build failure.
2014-09-26 09:04:50 +02:00
Mateusz Kowalczyk
2907d31248
Merge pull request #4277 from matejc/fixothergos
...
go 1.1 and 1.2: fix builds by removing one test
2014-09-26 07:42:22 +01:00
Mateusz Kowalczyk
7b313b91fc
libgpgerror: update from 1.13 to 1.16
2014-09-26 06:51:04 +01:00
Mateusz Kowalczyk
d6821cc9a8
ffmpeg: update from 2.3.3 to 2.4.1
2014-09-26 06:29:07 +01:00