Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz
eb8c14751a
lxc: 2.0.7 -> 2.0.8
2017-06-20 03:45:47 +02:00
Franz Pletz
3bd44428cf
lxc: add patch for CVE-2017-5985
2017-03-11 08:14:28 +01:00
Franz Pletz
7eb7126f5a
Revert "lxc: fix build for glibc-2.25"
...
This reverts commit 76ae7e19a9
.
2017-02-24 21:45:29 +01:00
Franz Pletz
76ae7e19a9
lxc: fix build for glibc-2.25
2017-02-24 17:57:41 +01:00
Jörg Thalheim
0eefe9bc62
lxc: fix glibc 2.25 incompatibility
2017-02-24 14:00:23 +01:00
Robin Gloster
a0aacdd199
lxc: 2.0.6 -> 2.0.7
2017-02-02 18:59:07 +01:00
Franz Pletz
e43f2fc868
Revert "lxc: 2.0.4 -> 2.0.6"
...
This reverts commit 5d804566df
.
This was an error on my part. I had the commit sitting on my local master
and pulled upstream to rebase my commit before pushing. I didn't notice
there was a commit bumping lxc and the auto-merge on the rebase.
2016-11-29 15:42:37 +01:00
Franz Pletz
5d804566df
lxc: 2.0.4 -> 2.0.6
...
Fixes CVE-2016-8649.
See https://lists.linuxcontainers.org/pipermail/lxc-users/2016-November/012597.html .
2016-11-28 19:04:42 +01:00
Alexander V. Nikolaev
a8eeef62e6
lxc: 2.0.4 -> 2.0.6 (security)
...
https://security-tracker.debian.org/tracker/CVE-2016-8649
2016-11-28 15:17:06 +02:00
Alexander V. Nikolaev
121da5e938
lxc: fix sandbox builds
...
Package attempt to write /etc/bash_completion.d, I directed it to
"${out}/etc/bash_completion.d" as it was suggested.
2016-11-28 15:17:05 +02:00
Michael Raskin
7e631101b9
lxc: 2.0.3 -> 2.0.4
2016-08-26 13:43:35 +02:00
Louis Taylor
f51f6a36e8
lxc: 2.0.1 -> 2.0.3
2016-07-13 00:35:20 +01:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Franz Pletz
075f36aeda
lxc: 2.0.0 -> 2.0.1
2016-05-23 19:30:45 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Franz Pletz
7d9d876140
lxc: 1.1.5 -> 2.0.0
2016-04-12 15:49:54 +02:00
Franz Pletz
b33453bd98
lxc: Add patch to fix bash completion
...
Fixes #9616 .
2016-03-21 03:06:19 +01:00
Franz Pletz
4d0d1124ae
lxc: 1.1.4 -> 1.1.5
2016-03-21 03:05:59 +01:00
Igor Pashev
a911acdfb3
LXC: make sure configure script does not guess
...
Do not try to install init script.
And do not make any assumptions about the distribution.
The latter is important when Nix store in not a part of NixOS.
Closes #11729 .
2015-12-17 10:11:39 +03:00
Robin Gloster
4ebfd41fa7
lxc: 1.1.3 -> 1.1.4 (security)
...
fixes CVE-2015-1335
2015-11-01 12:16:33 +00:00
William A. Kennington III
31a27c44c8
lxc: 1.1.2 -> 1.1.3
2015-08-18 11:33:37 -07:00
William A. Kennington III
85e2c8ff23
lxc: Cleanup
2015-07-31 17:11:11 -07:00
Robin Gloster
45be5244a4
Wrap the python scripts in lxc
2015-06-19 14:34:09 +02:00
William A. Kennington III
3ee72b7379
lxc: Cleanup postInstall
2015-05-20 00:12:20 -07:00
William A. Kennington III
5c6f06e56a
lxc: 1.1.1 -> 1.1.2
2015-05-20 00:03:49 -07:00
William A. Kennington III
26c7e2605e
lxc: 1.0.7 -> 1.1.1
2015-03-26 18:16:43 -07:00
Joachim Fasting
fa843cdf11
lxc: use AppArmor 2.9
2015-03-19 14:12:15 +01:00
Peter Simons
76a0ee1945
lxc: update from 1.0.6 to 1.0.7
2015-01-27 14:04:54 +01:00
Franz Pletz
2c321bf296
Add support for global LXC config files
2014-10-18 05:02:39 +02:00
Aristid Breitkreuz
30f5230b8b
lxc: update from 1.0.3 to 1.0.6
2014-10-07 22:51:54 +02:00
Jaka Hudoklin
c7e94de91f
lxc: set rootfs path somewhere outside /nix/store
...
This commit fixes lxc to eventually work
2014-04-10 11:46:06 +02:00
Peter Simons
2cc462eb11
lxc: update from 1.0.1 to 1.0.3
2014-04-09 12:41:10 +02:00
Peter Simons
c9f64fb8ba
lxc: update from 1.0.0 to 1.0.1
2014-03-08 12:47:18 +01:00
Peter Simons
abca8f64f2
lxc: update from 1.0.0.beta4 to 1.0.0
2014-02-24 21:17:55 +01:00
Peter Simons
869402ef22
lxc: update from 1.0.0.beta2 to 1.0.0.beta4
2014-02-13 23:22:16 +01:00
Peter Simons
58f1520726
lxc: update from 1.0.0.beta1 to 1.0.0.beta2
2014-01-25 20:58:49 +01:00
Matthew Sackman
847a310c67
Bump LXC to 1.0.0.beta1
...
Tested locally. Builds and works for me.
2014-01-06 17:46:00 +00:00
Peter Simons
e857fee7a7
lxc: update to current git HEAD 1.0.0.alpha1-92-g8111adf
...
The developers claim that the new version works on systemd-based hosts.
2013-10-03 17:09:02 +02:00
Evgeny Egorochkin
aa85b80459
Change package urls to use mirror://sourceforge
2013-07-14 02:35:26 +03:00
Peter Simons
8fee4ad060
lxc: update to version 0.9.0
2013-04-15 11:15:55 +02:00
Peter Simons
abd6be85e1
lxc: update to version 0.8.0
2013-01-11 15:02:21 +01:00
Peter Simons
094cbf9b4d
Move lxc from "applications/virtualization" to "os-specific/linux".
2012-10-20 12:36:44 +02:00