Commit Graph

59385 Commits

Author SHA1 Message Date
Sander van der Burg
0bc51eacd9 dysnomia: bump development version 2015-03-12 16:40:34 +00:00
lethalman
14ed261fc7 Merge pull request #6765 from gebner/ibus-plugins
Add ibus-qt and ibus-anthy.
2015-03-12 14:35:23 +01:00
Luca Bruno
6cd99a4eb2 Revert "systemd: Only build on linux"
This reverts commit 4933a34279.
2015-03-12 13:08:42 +01:00
Peter Simons
39d397d578 Merge pull request #6767 from kirelagin/cupsd-cups
cupsd: rename `cupsd.service` to `cups.service`
2015-03-12 12:49:34 +01:00
Gabriel Ebner
2e8cbfbc58 Move ibus packages to the inputmethods directory. 2015-03-12 11:57:54 +01:00
Joachim Fasting
7a9a24a95e Update AppArmor service module
- Use AppArmor 2.9
- Enable PAM support
2015-03-12 11:49:05 +01:00
Joachim Fasting
65e41b4f08 Add AppArmor 2.9 to packages toplevel
- Each component has its own name (libapparmor, apparmor-parser, etc)
- The name apparmor still refers to the old version, for compatiblity;
  most users of this name probably want libapparmor.
2015-03-12 11:49:05 +01:00
Joachim Fasting
e3b1b09779 Add AppArmor 2.9
The 2.9 series brings features such as support for dbus, unix
abstract sockets, ptrace mediation, and replaces Perl tools
with equivalents implemented in Python. See [1] for details.

The package expression has been changed to build each component
(library, parser) separately. Additionally, Perl is now only
used to build man pages and locale support has been removed.

The user-land tools are currently broken (fail to import the Python module),
but this isn't really a regression, as only two or three of the tools
installed by the previous version were functional. The most important
tool, aa-status, works, however.

Lastly, dbus support is compiled in, but is untested and probably
requires patching of dbus.

[1]: http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_0
2015-03-12 11:45:53 +01:00
lethalman
e8ff24b034 Merge pull request #6759 from bstrik/master
2 more windowmaker dockapps
2015-03-12 11:33:01 +01:00
Tobias Geerinckx-Rice
e19ab84435 encfs 1.8-rc1 -> 1.8 2015-03-12 11:18:58 +01:00
lethalman
50de6f7acf Merge pull request #6369 from mvcisback/funcy3
Allow funcy package to be built under python3 and python2
2015-03-12 10:29:10 +01:00
Kirill Elagin
356810b178 cupsd: rename cupsd.service to cups.service 2015-03-12 09:00:56 +03:00
William A. Kennington III
ce0a5ab6c2 rsyslog: 7.6.3 -> 8.8.0 2015-03-11 18:50:04 -07:00
William A. Kennington III
a5c221c299 rabbitmq-c: 0.4.1 -> 0.6.0 2015-03-11 18:50:04 -07:00
William A. Kennington III
bd43fc7103 czmq: Refactor 2015-03-11 18:50:04 -07:00
William A. Kennington III
e0ba90ba4e zeromq4: Refactor 2015-03-11 18:50:04 -07:00
William A. Kennington III
048148ad97 zeromq3: Refactor 2015-03-11 18:50:04 -07:00
William A. Kennington III
abb8507126 zeromq: Add default version 2015-03-11 18:50:04 -07:00
William A. Kennington III
94a4bce09d hiredis: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
5545212000 libmongo-client: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
e6a486058f rdkafka: Cleanup 2015-03-11 18:50:03 -07:00
William A. Kennington III
5e84d6e7b7 libnet: 1.2-rc2 -> 1.2-rc3 2015-03-11 18:50:03 -07:00
William A. Kennington III
8c37f09ea5 librelp: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
3b72e1f108 liblognorm: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
76abe50fc4 liblogging: 1.0.4 -> 1.0.5 2015-03-11 18:50:03 -07:00
William A. Kennington III
4933a34279 systemd: Only build on linux 2015-03-11 18:50:03 -07:00
William A. Kennington III
15d3ec0db0 libdbi-drivers: 0.8.3-1 -> 0.9.0 2015-03-11 18:50:03 -07:00
William A. Kennington III
c56383e448 mariadb: Make the default mysql implementation 2015-03-11 18:50:03 -07:00
William A. Kennington III
6c82932799 mariadb: 10.0.16 -> 10.0.17 2015-03-11 18:50:03 -07:00
William A. Kennington III
1e873e636a jemalloc: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
b36904d936 libdbi: 0.8.3-1 -> 0.9.0 2015-03-11 18:50:02 -07:00
William A. Kennington III
e37ff9fde1 pgpool: 3.4.0 -> 3.4.1 2015-03-11 18:50:02 -07:00
William A. Kennington III
648c451a0c libestr: 0.1.9 -> 0.1.10 2015-03-11 18:50:02 -07:00
Mateusz Kowalczyk
af3caf8cb1 Merge pull request #6761 from k0ral/mkvtoolnix
mkvtoolnix: 7.6.0 -> 7.7.0
2015-03-12 01:36:38 +00:00
aszlig
798ddb7fd3
python-nbxmpp: Update to version 0.5.2.
After the update to Gajim 0.16.1 in 2d7dd6c, it bails out on start up
with a message requiring up-to-date nbxmpp.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-12 02:30:53 +01:00
Gabriel Ebner
d23ed364b5 Add ibus-qt. 2015-03-11 21:54:04 +01:00
Gabriel Ebner
59da79c733 ibus: Enable XIM support.
This allows firefox to use ibus.
2015-03-11 21:54:04 +01:00
Gabriel Ebner
fde4a0d442 Add ibus-anthy. 2015-03-11 21:54:04 +01:00
Gabriel Ebner
f222abea44 Add programs.ibus config option to enable ibus and plugins. 2015-03-11 21:53:34 +01:00
Edward Tjörnhammar
afeed64bbe kodiPlugins.{genesis,svtplay}: version bumps 2015-03-11 19:52:35 +01:00
Edward Tjörnhammar
e946ef1112 ihaskell-with-packages: added config.ihaskell.packages 2015-03-11 19:22:26 +01:00
Edward Tjörnhammar
3d2604a8b6 libevhtp: added package 2015-03-11 19:22:26 +01:00
Edward Tjörnhammar
ec77aca091 srm: 1.2.14 -> 1.2.15 2015-03-11 19:22:25 +01:00
Edward Tjörnhammar
6058403ca2 dogecoin: 1.8.1 -> 1.8.2 2015-03-11 19:22:25 +01:00
Marcell Vazquez-Chanlatte
bf3d901aad allow funcy package to be built under python3 and python2 2015-03-11 12:37:47 -05:00
Luca Bruno
4a2986e654 tuxguitar: fix nixpkgs tarball job 2015-03-11 18:34:26 +01:00
Eelco Dolstra
fa3bcc4f1c perf: Use libunwind and libbfd
This gives better stack traces.
2015-03-11 18:15:48 +01:00
Thomas Tuegel
61cf7e1265 Merge branch 'kde5' 2015-03-11 11:49:45 -05:00
Thomas Tuegel
f370af91ad kde5: use ksshaskpass for SSH_ASKPASS 2015-03-11 11:49:29 -05:00
Thomas Tuegel
4b10907152 ssh: make askPassword an option
By making askPassword an option, desktop environment modules can
override the default x11_ssh_askpassword with their own equivalent for
better integration. For example, KDE 5 uses plasma5.ksshaskpass instead.
2015-03-11 11:49:29 -05:00