Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
fed49425c5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-03 16:11:55 +00:00
Thomas Tuegel
6af59c9d06
kde5.plasma.plasma-workspace: 5.5.5.1 -> 5.5.5.2
2016-03-03 05:57:09 -06:00
Thomas Tuegel
6a4c8b0a12
Merge pull request #13597 from ttuegel/kde-5
...
Plasma 5.5.5
2016-03-02 06:47:41 -06:00
Robin Gloster
d47857c3d9
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-01 21:09:17 +00:00
Eelco Dolstra
02891a0de9
gnome: Drop installerIso from nix-env evaluation
...
This makes nix-env -qa depend on NixOS, which is not a good thing.
@lethalman
2016-03-01 22:05:23 +01:00
Thomas Tuegel
78602b6806
kde5.plasma: 5.5.4 -> 5.5.5
2016-03-01 13:38:45 -06:00
Thomas Tuegel
98d8e1a160
kde5: consolidate packages into desktops/kde-5
2016-03-01 10:36:00 -06:00
Luca Bruno
b2889efff2
devhelp: fix build with new webkitgtk
2016-03-01 12:50:41 +01:00
Luca Bruno
55c20bfe89
Merge pull request #10288 from lethalman/gnomeiso
...
installer: add graphical GNOME iso
2016-02-29 15:56:47 +01:00
Luca Bruno
aa9576bceb
installer: add graphical GNOME iso
2016-02-29 15:51:38 +01:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Vladimír Čunát
9d092e324c
xfce.gvfs: don't depend on samba
...
It seems a better fit for Xfce now.
https://github.com/NixOS/nixpkgs/commit/ca3690d426dce3
2016-02-27 15:23:15 +01:00
Vladimír Čunát
c59c1f9fe0
e19.efl: remove the openjpeg override
...
/cc #12599 , discussed on:
https://github.com/NixOS/nixpkgs/pull/12599/files#r50664194
2016-02-27 15:23:15 +01:00
Vladimír Čunát
d18a8904c0
kde5.libksysguard: fix build with glibc-2.23
...
... using an upstream patch.
2016-02-27 13:22:22 +01:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00:00
zimbatm
35ab3d301f
Merge remote-tracking branch 'upstream/staging'
2016-02-26 22:37:04 +00:00
Charles Strahan
ce7aa71880
vte-ng: 0.42.1.a -> 0.42.4.a
2016-02-26 00:48:39 -05:00
zimbatm
71e1fd1a0b
Merge pull request #12599 from ftrvxmtrx/e19-update-1.16.1
...
e19: update
2016-02-25 23:50:31 +00:00
Vladimír Čunát
93f6af1071
Merge branch 'master' into staging
2016-02-25 09:01:48 +01:00
Kevin Cox
eead3bc536
util-linux: create -Minimal and utillinux (full)
...
Close #12952 . Now the full version is used by default,
supporting systemd and curses.
2016-02-25 08:52:05 +01:00
Robin Gloster
35f92d9810
xfce4-12.xfce4_verve_plugin: turn off format hardening
2016-02-22 09:45:31 +00:00
Robin Gloster
eb93a9ca0a
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-22 01:22:05 +00:00
Robin Gloster
bb2639aafc
Merge branch 'curl-7.15-fixup' of https://github.com/zimbatm/nixpkgs into hardened-stdenv
2016-02-22 01:14:22 +00:00
Franz Pletz
f921abe393
Merge pull request #13160 from romildo/fix-xfce4-whisker-menu
...
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whisker…
2016-02-22 02:12:32 +01:00
José Romildo Malaquias
aee6548701
xfce4-whiskermenu-plugin: 1.5.1 -> 1.5.2
2016-02-21 09:51:44 -03:00
José Romildo Malaquias
a7d64fef38
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whiskermenu script
2016-02-21 09:24:43 -03:00
Robin Gloster
4036e9ba8c
Merge branch 'up' into hardened-stdenv
2016-02-20 22:27:33 +00:00
Jascha Geerds
78c99d8f4e
Merge pull request #13133 from spacefrogg/evince-xps-support
...
gnome3.evince: Add XPS file support
2016-02-20 19:12:19 +01:00
Robin Gloster
bc21db3692
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-19 21:16:14 +00:00
Michael Raitza
58cbe7d068
gnome3.evince: Add XPS file support
...
XPS support is optional via supportXPS argument and turned off by
default.
2016-02-19 20:15:19 +01:00
Michael Raitza
6d6a7881ef
gnome3.libgxps: Fix dependency propagation bug
...
Packages that want to use libgxps also need libarchive, thus it is moved
to propagatedBuildInputs.
2016-02-19 20:11:28 +01:00
Jascha Geerds
14f1ff80ce
gnome3.eog: 3.18.1 -> 3.18.2
2016-02-19 11:32:01 +01:00
Franz Pletz
41698c9efa
Merge branch 'master' into hardened-stdenv
2016-02-15 20:05:29 +01:00
Robin Gloster
648e596c5f
Merge pull request #12683 from heydojo/bluetooth--plasma5
...
kde5 bluedevil plasmoid : enable bluez5 bluetooth functionality
2016-02-12 13:49:54 +01:00
Robin Gloster
3c4729e980
kde4.qtruby: pin to ruby_2_2
2016-02-12 01:35:37 +00:00
Robin Gloster
9b597ee8a5
gnome3.libgda: turn off format hardening
2016-02-09 14:09:15 +00:00
Robin Gloster
9229e9c656
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-07 11:17:57 +00:00
Nikolay Amiantov
2b989f9d73
gtkglext: propagate pangox-compat dependency
2016-02-06 05:18:40 +03:00
Jascha Geerds
23b32df470
gnome3.geocode-glib: 3.18.0 -> 3.18.1
2016-02-02 10:27:26 +01:00
Luca Bruno
932ee094e1
gnome3: drop GNOME 3.16
2016-01-31 13:59:48 +01:00
Robin Gloster
f6d3b7a2ae
switch hardening flags
2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad
Use a hardened stdenv by default
2016-01-30 16:36:57 +00:00
Tony White
ddfb660f7b
kde5 bluedevil plasmoid : enable bluez5 bluetooth functionality
...
- Fixed a bug in bluedevil (link to a .js file)
- Made bluez5 the default bluetooth service except for kde4
- created org.bluez.obex systemd dbus service
- Patched bluez5 using bluez-5.37-obexd_without_systemd-1.patch
in order to enable obex when using either the bluedevil plasmoid
or dolpin file manager within plasma workspaces 5.
The functionality was tested using a Sony Xperia Z, the machine
and the handset paired and two different files were sent in both
directions successfully.
2016-01-29 22:08:42 +00:00
Damien Cassou
64d29d2f1b
Merge pull request #12501 from DamienCassou/gpaste-3.18.3
...
gpaste: 3.18.2 -> 3.18.3
2016-01-28 07:53:08 +01:00
Damien Cassou
06527f7783
gpaste: 3.18.2 -> 3.18.3
2016-01-28 06:56:21 +01:00
Thomas Tuegel
db4ca12e60
Merge branch 'plasma-5.5.4'
2016-01-27 11:13:35 -06:00
Jascha Geerds
286e9a00f8
gnome3.gnome-calculator: 3.18.2 -> 3.18.3
2016-01-27 16:59:32 +01:00
Jascha Geerds
9afbbcb2a5
gnome3.nautilus: 3.18.4 -> 3.18.5
2016-01-27 16:59:32 +01:00