Vladimír Čunát
582ee6ec34
cairo: maintenance update
...
The removed patch was included in the release.
(cherry picked from commit d3399ca45b
)
2015-06-02 19:40:14 +02:00
Vladimír Čunát
3853528e84
libav(-11): maintenance update, including security
...
(cherry picked from commit c86c1b79af
)
2015-06-02 11:03:11 +02:00
William A. Kennington III
2c9065ccdf
nixUnstable: Bump
...
(cherry picked from commit f51d38214d
)
Conflicts:
pkgs/tools/package-management/nix/unstable.nix
2015-06-01 18:21:31 +02:00
Henry Till
84ee754a7f
dunst: allow user configuration ( fixes #5222 )
...
This commit eliminates a patch which hard-coded an example configuration file as the program's default settings and prevented the program from reading a user's configuration file.
(cherry picked from commit 37fb8fb9ca
)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-05-31 17:49:55 +02:00
Pascal Wittmann
bdc24fc5ed
wireshark: update from 1.12.4 to 1.12.5, fixes CVE-2015-3808
...
(cherry picked from commit c0a5ffc438
)
2015-05-30 13:17:22 +02:00
Eelco Dolstra
b400189493
Add libpqxx
...
(cherry picked from commit faff3a44a7
)
2015-05-29 12:15:05 +02:00
Benjamin Staffin
eaf67fe0a1
Typo fix! s/wheezy/jessie/
...
(cherry picked from commit 1db5bafc94
)
2015-05-29 11:53:57 +02:00
Benjamin Staffin
073131e443
Add Debian 8.0
...
Had to add file type logic in debClosureGenerator because Packages.bz2
is not available for Jessie - only Packages.xz is.
(cherry picked from commit c7ac0ed3eb
)
2015-05-29 11:53:56 +02:00
Sami BOUHLEL
eeaad09fe4
added support for boto 2.38.0
2015-05-29 07:17:22 +00:00
Bjørn Forsman
7b6fd7682b
python-pyev: new package
...
Python bindings for the libev library.
https://code.google.com/p/pyev/
(cherry picked from commit 201059f728
)
Conflicts:
pkgs/top-level/python-packages.nix
2015-05-27 23:07:25 +02:00
Peter Simons
79effb88a0
irssi: add second download mirror because irrsi.org is offline
2015-05-25 00:12:16 +02:00
skityl
d7e38ef19f
Bumped version of irssi-0.8.16 to irssi-0.8.17
...
Signed-off-by: skityl <mopofhair@gmail.com>
(cherry picked from commit 400adb7ec4
)
2015-05-24 23:58:36 +02:00
Bjørn Forsman
cbeee4db43
fail2ban: fix broken download/hash
...
The (dynamically generated) compressed archive has changed. Switch from
fetchurl to fetchzip to not get bitten by that again.
(cherry picked from commit b217d9a4dd
)
2015-05-24 23:03:44 +02:00
Peter Simons
92c52c3297
Merge pull request #7975 from samueldr/release-14.12
...
Fix midori; was building but not working.
2015-05-24 22:26:30 +02:00
Samuel Dionne-Riel
5c9d55280b
midori: Fixed wrong desktop schemas path wrapped.
...
A buildInput was missing to get the right schemas path.
The symptoms of the issue this fixes are:
** (WebKitWebProcess:): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(process:): GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed
(WebKitWebProcess:): GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed
2015-05-24 16:02:00 -04:00
Samuel Dionne-Riel
f1de592fc4
Add a mirror for midori
2015-05-24 15:09:18 -04:00
Peter Simons
8115e8cff5
nixos: add config.services.openssh.moduliFile option so that users can replace the default file from OpenSSH
...
The man page for ssh-keygen(1) has a section "MODULI GENERATION" that describes
how to generate your own moduli file. The following script might also be helpful:
| #! /usr/bin/env bash
|
| moduliFiles=()
|
| generateModuli()
| {
| ssh-keygen -G "moduli-$1.candidates" -b "$1"
| ssh-keygen -T "moduli-$1" -f "moduli-$1.candidates"
| rm "moduli-$1.candidates"
| }
|
| for (( i=0 ; i <= 16 ; ++i )); do
| let bitSize="2048 + i * 128"
| generateModuli "$bitSize" &
| moduliFiles+=( "moduli-$bitSize" )
| done
| wait
|
| echo >moduli "# Time Type Tests Tries Size Generator Modulus"
| cat >>moduli "${moduliFiles[@]}"
| rm "${moduliFiles[@]}"
Note that generating moduli takes a long time, i.e. several hours on a fast
machine!
This patch resolves https://github.com/NixOS/nixpkgs/pull/5870 .
(cherry picked from commit 86d299bc6e
)
2015-05-23 15:01:54 +02:00
Domen Kožar
ada9ca773d
gevent: 1.0.1 -> 1.0.2
...
(cherry picked from commit 42d9fe8b09
)
Signed-off-by: Domen Kožar <domen@dev.si>
Conflicts:
pkgs/top-level/python-packages.nix
2015-05-23 14:32:08 +02:00
Peter Simons
ec2ca3183d
jailbreak-cabal: update to latest version 1.3-r2
...
This patch fixes https://github.com/NixOS/nixpkgs/issues/7940 .
2015-05-22 15:06:20 +02:00
Eelco Dolstra
10c9cee08f
Add Ubuntu 15.04
...
(cherry picked from commit 178c52e7ad
)
2015-05-22 13:24:02 +02:00
Eelco Dolstra
f0c1308875
firefox: Use internal SQLite
...
The version of SQLite in Nixpkgs is too old.
2015-05-22 11:47:17 +02:00
Eelco Dolstra
d5732b01f5
thunderbird: Update to 31.7.0
...
Also enable parallel building, as it seems to work reliably for
Firefox.
(cherry picked from commit 99e9710348
)
2015-05-22 11:47:10 +02:00
Eelco Dolstra
0986d3dae1
thunderbird: Update to 31.6.0
...
Fixes various critical vulnerabilities.
(cherry picked from commit 748be0b5d0
)
2015-05-22 11:47:04 +02:00
Eelco Dolstra
b5c8e09414
php: Update to 5.4.41
...
CVE-2006-7243
2015-05-22 11:46:45 +02:00
Bjørn Forsman
38ae836bee
nixos/libvirtd: remove --verbose flag
...
Because it spams the log:
.libvirtd-wrapp[1950]: OBJECT_UNREF: obj=0x7f5d900b4200
.libvirtd-wrapp[1950]: EVENT_POLL_UPDATE_HANDLE: watch=874 events=13
.libvirtd-wrapp[1950]: OBJECT_UNREF: obj=0x7f5d900b4200
.libvirtd-wrapp[1950]: EVENT_POLL_RUN: nhandles=24 timeout=-1
.libvirtd-wrapp[1950]: EVENT_POLL_DISPATCH_HANDLE: watch=874 events=1
.libvirtd-wrapp[1950]: OBJECT_REF: obj=0x7f5d900b4200
.libvirtd-wrapp[1950]: [137B blob data]
(cherry picked from commit db991a4024
)
2015-05-20 12:25:17 +02:00
Bjørn Forsman
31796c5d94
nixos/libvirtd: add 'extraOptions' option
...
And move the '--verbose' flag to extraOptions, so that users can easily
disable it.
(cherry picked from commit 3d2d78cb39
)
2015-05-20 12:25:17 +02:00
Evgeny Egorochkin
08e829cabb
azure-image: common: add sg3_utils
2015-05-20 13:23:12 +03:00
William A. Kennington III
802e783237
kernel: 3.14.41 -> 3.14.43
2015-05-19 22:26:31 -07:00
William A. Kennington III
7a928b39b6
kernel: 4.0.2 -> 4.0.4
2015-05-19 22:25:18 -07:00
William A. Kennington III
66e1731369
kernel: 3.2.68 -> 3.2.69
2015-05-19 22:25:17 -07:00
William A. Kennington III
91b395c871
kernel: 3.19.7 -> 3.19.8
2015-05-19 22:25:16 -07:00
William A. Kennington III
2adeabb6fe
kernel: 3.10.77 -> 3.10.79
2015-05-19 22:23:00 -07:00
William A. Kennington III
1f41d1c9ac
nss: 3.18.1 -> 3.19
...
(cherry picked from commit 9f337e8cc7
)
Conflicts:
pkgs/development/libraries/nss/default.nix
2015-05-19 18:16:56 +02:00
William A. Kennington III
de0a7421f6
firefox: 38.0 -> 38.0.1
...
(cherry picked from commit 0700e844e2
)
2015-05-19 18:14:20 +02:00
William A. Kennington III
97ac345791
firefox: 37.0.2 -> 38.0
...
(cherry picked from commit 8ffc461f91
)
2015-05-19 18:14:08 +02:00
Tobias Geerinckx-Rice
4cce8c6747
tzdata 2015c -> 2015d
...
(cherry picked from commit 7931799a0f
)
2015-05-19 16:36:36 +02:00
Tobias Geerinckx-Rice
669a8a4c90
tzdata 2015a -> 2015c
...
(cherry picked from commit 4679104133
)
2015-05-19 12:47:27 +02:00
Thomas Tuegel
3756017dee
dropbox: install icons
2015-05-18 15:49:02 -05:00
Thomas Tuegel
eabf79bba1
dropbox: move updateable attributes to the top
2015-05-18 15:49:01 -05:00
Herwig Hochleitner
624049d786
dropbox: 3.4.4 -> 3.4.6
2015-05-18 15:48:26 -05:00
Ricardo M. Correia
1c0a126655
flashplayer: Update from 11.2.202.451 -> 11.2.202.457
...
(cherry picked from commit 7dddf8a68c
)
2015-05-18 11:30:49 +02:00
taku0
ce2a1718d9
firefox-bin: update to version 38.0.1
...
(cherry picked from commit fa2102b463
)
2015-05-18 11:30:42 +02:00
taku0
4ba9a8746e
firefox-bin: update to version 38.0
...
(cherry picked from commit c22b03db0c
)
2015-05-18 11:30:36 +02:00
taku0
1948ea862b
firefox-bin: update to version 37.0.2
...
(cherry picked from commit cc3d0913d3
)
2015-05-18 11:30:31 +02:00
taku0
bcaa9fd0ce
firefox-bin: update to version 37.0.1
...
(cherry picked from commit dcb61624e7
)
2015-05-18 11:30:25 +02:00
taku0
1bad77ee6a
firefox-bin: update to version 37.0; thunderbird-bin: update to version 31.6.0
...
(cherry picked from commit ce7481e129
)
2015-05-18 11:30:18 +02:00
taku0
680b74d545
firefox-bin: update to version 36.0.4
...
(cherry picked from commit f4f340e833
)
2015-05-18 11:30:11 +02:00
taku0
5ae3970e20
firefox-bin: update to version 36.0.1 ( close #6691 )
...
(cherry picked from commit 08e41f7a58
)
2015-05-18 11:30:05 +02:00
taku0
bfc6d272c3
firefox-bin: update to version 36.0; thunderbird-bin: update to version 31.5.0
...
(cherry picked from commit 2e8f2d6477
)
2015-05-18 11:30:00 +02:00
taku0
c756236293
Update firefox-bin to 35.0.1
...
(cherry picked from commit c5079ee886
)
2015-05-18 11:29:53 +02:00