Tobias Geerinckx-Rice
caa395a560
enblend-enfuse: 4.1.5 -> 4.2; maintain
...
Removed dependency on libxmi (unneeded since 4.1.5).
Added new (since 4.2) dependency on tetex (for `pdflatex`).
Changes: http://hg.code.sf.net/p/enblend/code/file/a7a247e1e64b/NEWS
2016-03-30 14:56:04 +02:00
Franz Pletz
6dc2337b94
Merge pull request #14313 from mayflower/pkg/dhcpcd/6.10.1
...
dhcpcd: 6.9.4 -> 6.10.1 (security)
2016-03-30 13:06:12 +02:00
Franz Pletz
e498a645c1
ncat: Remove old package, available in nmap
2016-03-30 08:53:22 +02:00
Franz Pletz
5aa986fba2
dhcpcd: 6.9.4 -> 6.10.1 (security)
...
Fixes CVE-2016-1503 & CVE-2016-1504.
Changelog:
- http://roy.marples.name/archives/dhcpcd-discuss/2016/1143.html
- http://roy.marples.name/archives/dhcpcd-discuss/2016/1146.html
2016-03-30 06:57:59 +02:00
Balletie
d852a23662
bindfs: Let mount
find bindfs
mount helper
...
When mount is used with mount-type "fuse.bindfs", it cannot find the
mount helper.
If mount can't find `mount.fuse.bindfs`, it executes the `mount.fuse`
mount helper and passes `fuse.bindfs` as argument. Then `mount.fuse`
tries to execute `bindfs` on its own, but it is not found in the PATH.
By creating a `mount.fuse.bindfs` link to the `bindfs` executable, this
problem is avoided because `mount` will just execute the
`mount.fuse.bindfs` mount helper without `mount.fuse` in the middle.
2016-03-29 16:40:11 +02:00
Vladimír Čunát
62c29908da
dvdisaster: disable parallel building
...
http://hydra.nixos.org/build/33609373/nixlog/1/raw
/cc @nkcx. I notified upstream.
2016-03-29 10:53:36 +02:00
Joachim Fasting
8bd72dfaa4
lsh: fix gcc5 build
...
The build fails with c11 (also tested c99), but works with gnu90.
2016-03-28 19:01:58 +02:00
joachifm
a66a64cedc
Merge pull request #14182 from NeQuissimus/pppscripts
...
ppp: Include convenience scripts
2016-03-28 15:19:44 +00:00
Vladimír Čunát
eb4a9d4d9c
Revert "texlive.combine: patch paths into texmf.cnf"
...
This reverts commit acf664814e
.
Let's revert until we catch the bugs in this.
2016-03-28 08:51:39 +02:00
joachifm
4989fd85d4
Merge pull request #14210 from LatitudeEngineering/latitude/topic/genromfs
...
genromfs: init at 0.5.2
2016-03-28 03:41:38 +00:00
Eelco Dolstra
38afa836b3
openvpn: 2.3.8 -> 2.3.10
...
In particular, this fixes the systemd-ask-password regression
re-introduced by cb1c818491
.
2016-03-27 23:29:53 +02:00
Thomas Tuegel
4d7e3be8bb
calamares: mark broken
...
(cherry picked from commit b8db5897c757a9a828e4bc64786ac508e8a950bb)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:21 +01:00
Domen Kožar
d7034e6d5f
nixUnstable: bump
...
(cherry picked from commit bb6d3c16d3a851c646c0d1fc6976b546c766a227)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 20:24:43 +01:00
Nikolay Amiantov
acf664814e
texlive.combine: patch paths into texmf.cnf
...
...instead of environment variables. Close #12768 .
2016-03-27 21:20:11 +02:00
zimbatm
ea7068f44c
direnv: 2.7.0 -> 2.8.0
2016-03-27 15:37:07 +01:00
Vladimír Čunát
e3da83297f
texlive: document in nixpkgs manual
...
Fixes #13240 . It's not really better than source-code comments it replaced,
but it's in a better accessible place.
2016-03-27 14:29:18 +02:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Peter Hoeg
8857774f91
network-manager: use ping/ping6 from the nix store
...
NM upstream has a hardcoded path to /usr/bin/ping.
This patch changes:
- ping/ping6 are now from the nix store
- we no longer try to make substitutions on a missing file
- we use file from the nix store
2016-03-27 15:15:16 +08:00
Peter Hoeg
6911785c03
togglesg-download: init at 2016-02-08
2016-03-27 15:08:23 +08:00
Patrick Callahan
387e15764b
genromfs: init at 0.5.2
2016-03-26 10:35:26 -07:00
Joachim Fasting
c13ddd14bd
udftools: fix gcc5 build
...
-fgnu89-inline was insufficient, revert to -std=gnu90
See https://hydra.nixos.org/build/33103604/nixlog/1/raw
Also fix various undefined reference errors by ad-hoc patching
2016-03-26 16:55:00 +01:00
Joachim Fasting
cb896a1e7f
yad: ad-hoc patching to fix undefined reference errors
2016-03-26 16:55:00 +01:00
Joachim Fasting
0b060bdf68
yad: fix gcc5 build
...
https://hydra.nixos.org/build/33612450/nixlog/1/raw
2016-03-26 16:55:00 +01:00
Joachim Fasting
1f78d14028
curl3: mark as broken
...
This is an ancient version of curl, that currently has 19 known vulnerabilities.
It is used by and was added to support only one package.
2016-03-26 13:18:48 +01:00
Pascal Wittmann
0d84a3fde2
eggdrop: fix build with gcc5
2016-03-25 19:57:07 +01:00
Pascal Wittmann
0bce9599e7
cpuminer: 2.4.3 -> 2.4.4
2016-03-25 17:22:11 +01:00
Marius Bakke
8db43cbd9d
innoextract: 1.5 -> 1.6
2016-03-25 06:16:31 +00:00
Marius Bakke
8afda7e421
s3cmd: 1.5.2 -> 1.6.1
2016-03-25 05:19:35 +00:00
joachifm
a096800676
Merge pull request #14187 from mbakke/scanmem-0.15.6
...
scanmem: 0.15.2 -> 0.15.6
2016-03-25 04:34:48 +00:00
Marius Bakke
b8dc71ef8a
scanmem: 0.15.2 -> 0.15.6
2016-03-25 03:05:17 +00:00
Tobias Geerinckx-Rice
9dc6db5cc5
enblend-enfuse: 4.1.4 -> 4.1.5
2016-03-25 03:31:04 +01:00
Pascal Wittmann
71d3b34bd7
tpm-tools: fix build by applying debians patch
2016-03-24 22:31:40 +01:00
Tobias Geerinckx-Rice
bcb030a5a4
minissdpd: 1.5.20160301 -> 1.5.20160301
2016-03-24 21:33:18 +01:00
Arseniy Seroka
167ef887f7
Merge pull request #14179 from DamienCassou/vdirsyncer-0.9.3
...
vdirsyncer: 0.9.2 -> 0.9.3
2016-03-24 23:12:46 +03:00
Arseniy Seroka
2358582976
Merge pull request #14045 from otwieracz/master
...
znapzend: added
2016-03-24 23:10:40 +03:00
Slawomir Gonet
cb81a3fd2a
znapzend: init at 0.15.3
2016-03-24 20:57:16 +01:00
Tim Steinbach
a4d741ef9d
ppp: Include convenience scripts
2016-03-24 19:26:00 +00:00
Tobias Geerinckx-Rice
99c4f143d9
debian-devscripts: rename from deprecated debian_devscripts
2016-03-24 20:24:00 +01:00
Tobias Geerinckx-Rice
6db204b7d9
netsniff-ng: 0.6.0 -> 0.6.1
2016-03-24 20:23:59 +01:00
Pascal Wittmann
73967e0eca
jbig2enc: fix build
2016-03-24 20:21:40 +01:00
Joachim Fasting
db6ae35bd9
cadaver: fix build against newer versions of openssl
...
Apply patch from Arch Linux.
See https://hydra.nixos.org/build/33258957/nixlog/1/raw
2016-03-24 19:05:14 +01:00
Damien Cassou
f965c8f207
vdirsyncer: 0.9.2 -> 0.9.3
...
Regarding homepage update, changelog says "Moved to pimutils
organization on GitHub. Old links should redirect, but be aware of
client software that doesn't properly handle redirects."
2016-03-24 18:50:35 +01:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00
Joachim Fasting
63b6498aa0
dnscrypt-proxy: disable darwin build
...
The darwin build has been broken for a long time and I'm unable to
properly debug the issue.
What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends
up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in
undefined reference errors when `sandbox_init()` is called (because
`<sandbox.h>` is not included first).
This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1.
For context, sandbox.h is a deprecated OSX mechanism for sandboxing.
The build failure is at
https://hydra.nixos.org/build/32705849/nixlog/1/raw
This patch closes NixOS/nixpkgs#14064
2016-03-24 17:14:22 +01:00
Pascal Wittmann
f942b09bf9
abduco: 0.5 -> 0.6
2016-03-24 15:52:35 +01:00
joachifm
a9699984c2
Merge pull request #14173 from obadz/ecryptfs
...
ecryptfs: 108 -> 110
2016-03-24 13:12:59 +00:00
joachifm
96af7c6dcb
Merge pull request #14171 from NeQuissimus/pptp180
...
pptp: 1.7.2 -> 1.8.0
2016-03-24 12:58:54 +00:00
joachifm
8c02233f2c
Merge pull request #14158 from aneeshusa/add-icdiff
...
icdiff: init at 1.7.3
2016-03-24 12:23:53 +00:00
obadz
09302c7b56
ecryptfs: 108 -> 110
2016-03-24 12:10:36 +00:00
Pascal Wittmann
92d59b37cb
parallel: 20160222 -> 20160322
2016-03-24 00:07:40 +01:00
Pascal Wittmann
fcc0bf2d05
axel: 2.5 -> 2.6
2016-03-24 00:07:40 +01:00
Tim Steinbach
3fc2f99907
pptp: 1.7.2 -> 1.8.0
2016-03-23 23:01:39 +00:00
Vladimír Čunát
b336ed89e6
zopfli: disable parallel building
...
It was failing often, e.g.:
https://hydra.nixos.org/build/32101335/nixlog/1/raw
2016-03-23 20:20:36 +01:00
Aneesh Agrawal
4fad4d49f6
icdiff: init at 1.7.3
2016-03-23 15:04:50 -04:00
Ludovic Courtès
5dab370d77
Remove Guix.
2016-03-23 13:33:29 +01:00
Michael Fellinger
6da0a54d2b
zsh-navigation-tools: include znt-* functions
2016-03-23 10:05:52 +01:00
zimbatm
a37f634866
Merge pull request #14068 from zimbatm/xdg-utils-1.1.1
...
Xdg utils 1.1.1
2016-03-22 23:34:04 +00:00
zimbatm
61c3ad7d2b
Merge pull request #14067 from zimbatm/foreman-0.78.0
...
foreman: init at 0.78.0
2016-03-22 23:26:44 +00:00
Nikolay Amiantov
ad1f158111
Merge pull request #14088 from jgillich/rust-head
...
Rust updates
2016-03-23 00:10:07 +04:00
Jakob Gillich
74ef06dab6
exa: 2016-02-15 -> 2016-03-22
2016-03-22 15:54:23 -04:00
Pascal Wittmann
2bb151f91b
atftp: fix build by using gcc49
...
See #13559
2016-03-22 16:42:07 +01:00
Franz Pletz
f03993366e
fail2ban: 0.9.3 -> 0.9.4
2016-03-22 02:12:43 +01:00
joachifm
4f29a8c03e
Merge pull request #14023 from Adjective-Object/add/ansifilter
...
ansifilter: add @ 1.15
2016-03-22 00:44:49 +00:00
Franz Pletz
bf9f211ae3
whois: 5.2.10 -> 5.2.11
2016-03-22 00:52:40 +01:00
Franz Pletz
fbdcbaf25c
horst: 2015-07-22 -> 2016-03-15
2016-03-21 22:07:25 +01:00
Pascal Wittmann
806f71370c
amuleGui: fix build
...
See #13559
2016-03-21 21:29:39 +01:00
Mitch Tishmack
db6dff75bd
htop: fix build on darwin
2016-03-21 14:05:01 -05:00
Tobias Geerinckx-Rice
e2cbf68786
docker: keep using btrfs-progs 4.4.1
...
Fixes https://hydra.nixos.org/build/33510211 .
2016-03-21 16:18:33 +01:00
Maxwell
5c740539a8
ansifilter: init at 1.15
2016-03-21 09:42:32 -04:00
joachifm
6757b91489
Merge pull request #14086 from mbakke/yubikey-updates
...
Yubikey updates
2016-03-21 06:51:55 +00:00
Tobias Geerinckx-Rice
9d629f52c8
btrfs-progs: 4.4.1 -> 4.5
...
Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-03-21 01:56:17 +01:00
Tobias Geerinckx-Rice
a685456213
dropbear: 2016.72 -> 2016.73
...
Changes: https://matt.ucc.asn.au/dropbear/CHANGES .
2016-03-20 23:20:56 +01:00
Tobias Geerinckx-Rice
d7a0a99f7f
zpaq: 706 -> 707
...
Fixes v7.06 bug in creating multipart encrypted archives with
incorrectly salted index.
2016-03-20 23:20:56 +01:00
Joachim Fasting
c1901038c8
haka: fix build on gcc5
...
See https://hydra.nixos.org/build/33296799/nixlog/1/raw
2016-03-20 22:57:48 +01:00
Aneesh Agrawal
16ed322928
htop: fix platforms attribute
...
See comments at
57dd725e85
.
These values are already lists and need to be concatenated together
instead of placed in another list.
2016-03-20 17:27:34 -04:00
zimbatm
57dd725e85
htop: fix supported platforms list
2016-03-20 19:35:59 +00:00
Arseniy Seroka
84ba149e79
Merge pull request #14065 from zimbatm/htop-crossplatform
...
htop: merge both implementations
2016-03-20 21:55:00 +03:00
Marius Bakke
23befca742
yubikey-personalization-gui: 3.1.21 -> 3.1.24
2016-03-20 18:49:05 +00:00
Marius Bakke
451a7ec4a9
yubikey-personalization: 1.17.2 -> 1.17.3
2016-03-20 18:48:49 +00:00
Marius Bakke
1489af2153
yubico-piv-tool: 1.0.2 -> 1.3.0
2016-03-20 18:42:23 +00:00
Sander van der Burg
7ed3dc6cfc
dysnomia: bump to version 0.5.1
2016-03-20 15:21:42 +00:00
Pascal Wittmann
88a62b3aea
datamash: 1.0.6 -> 1.0.7
2016-03-20 13:23:31 +01:00
Pascal Wittmann
6ea546e3b9
entr: 3.2 -> 3.4
2016-03-20 13:23:31 +01:00
Vladimír Čunát
f9cae4f6dc
fpm: init at 1.4.0
...
/cc #14061 .
2016-03-20 11:56:07 +01:00
Eric Sagnes
9c029c3b05
anthy: add maintainer
2016-03-20 15:03:58 +09:00
zimbatm
621ed35991
xdg_utils: fixes #14060
2016-03-20 00:52:10 +00:00
zimbatm
af1e32acd3
xdg_utils: 1.1.0-rc3p46 -> 1.1.1
2016-03-20 00:52:09 +00:00
Tobias Geerinckx-Rice
ec8484734b
debian-devscripts: 2.16.1 -> 2.16.2
2016-03-20 01:22:13 +01:00
Peter Hoeg
c6a717d212
dynamic-colors: 2013-12-28 -> 0.2.1
2016-03-19 23:45:28 +00:00
zimbatm
a6c1481c66
foreman: init at 0.78.0
2016-03-19 22:47:52 +00:00
zimbatm
d9e60e4d43
htop: merge both implementations
...
htop 2.0+ is now cross-platform
2016-03-19 22:20:20 +00:00
lukasepple
1dbf51416a
torbrowser: 5.5.3 -> 5.5.4
2016-03-19 21:56:57 +01:00
Eelco Dolstra
455ec64d11
s3ql: 2.13 -> 2.17.1
2016-03-19 21:01:21 +01:00
Joachim Fasting
8dfb8d06f0
ipxe: fix gcc5 build
...
gcc5 enables additional warnings, causing the build to fail with
-Werror. The build could be fixed by specifically disabling errors
for `discarded-array-qualifiers` and `logical-not-parentheses` warnings,
but simply passing -Wno-error is more future proof.
See https://hydra.nixos.org/build/33274006/nixlog/1/raw
2016-03-19 19:52:47 +01:00
Lluís Batlle i Rossell
41c05b47a0
Updating ts to 0.7.6.
2016-03-19 12:23:54 +01:00
Eelco Dolstra
da390a48db
pngquant: 2.0.1 -> 2.6.0
...
Also remove meta.broken.
2016-03-18 22:13:57 +01:00
Moritz Ulrich
ea30f86814
btrbk: Init at 0.22.2
2016-03-18 14:53:19 +01:00
Peter Simons
ab450f8477
gnupg-2.1: add myself as maintainer plus minor cosmetic
2016-03-18 11:02:17 +01:00
Peter Simons
eadf39a16c
gnupg-2.1: drop unnecessary autoreconf hook from build
...
This change also prevents gnupg 2.1 from considering itself as an
unstable development version, which it is not.
2016-03-18 11:02:17 +01:00
Franz Pletz
57f4646fd1
Merge pull request #14002 from sheenobu/collectd_inherit
...
libcollectdclient: make client derive from collectd package
2016-03-18 10:44:00 +01:00
Tobias Geerinckx-Rice
fb6786de36
zpaq: 705 -> 706
...
Changes:
- Fixes handling of some corrupted archives.
- Conforms to new spec zpaq205.pdf.
- New man page.
- Add Makefile [and adapt Nix expression to use it].
2016-03-18 08:03:48 +01:00
Sheena Artrip
0bffa2f1a9
libcollectdclient: make client derive from collectd package
...
collectd: split version and name
libcollectdclient: make client derive from collectd package
2016-03-17 23:26:09 -04:00
Christoph Hrdinka
0f2011c76c
b2: delete in favor of backblaze-b2
2016-03-17 19:30:04 +01:00
Teo Klestrup Röijezon
ab29cfefab
haproxy: 1.5.14 -> 1.6.4
2016-03-17 16:04:03 +01:00
Domen Kožar
8e398a88a1
nixUnstable: point to latest 1.12pre
2016-03-17 13:03:36 +00:00
Robin Gloster
420bc33efa
Merge pull request #13984 from regnat/moreutils
...
moreutils : 0.57 -> 0.58
2016-03-17 12:19:28 +01:00
Emery Hemingway
174d5eac35
acoustidFingerprinter: fix taglib version check
2016-03-17 11:15:53 +01:00
Théophane Hufschmitt
93856f36a2
moreutils : 0.57 -> 0.58
2016-03-17 08:54:36 +01:00
Tobias Geerinckx-Rice
df0f4baec4
hddtemp: correct licence: gpl2 -> gpl2Plus
2016-03-16 21:10:20 +01:00
Ryan Artecona
5569b982f5
yamdi: change src url to sourceforge mirror
2016-03-16 12:39:47 -04:00
Ryan Artecona
9da0403527
yamdi: init at 1.9
2016-03-16 11:39:43 -04:00
Sander van der Burg
0f46200f26
disnixos: bump to version 0.4.1
2016-03-16 13:27:54 +00:00
Eelco Dolstra
a5247ee705
b2: Fix name attribute
2016-03-16 12:56:52 +01:00
Vladimír Čunát
c643ccaa8c
Merge #13950 : move ncurses utilities to $out
2016-03-16 08:39:37 +01:00
Sheena Artrip
0cae22a370
meta: Add sheenobu as maintainer for relevant packages.
...
freeradius: add sheenobu as maintainer
sipsak: add sheenobu as maintainer
2016-03-15 21:45:49 -04:00
joachifm
4369f06ab5
Merge pull request #13934 from jraygauthier/jrg/update_plantuml_from_8012_to_8037
...
plantuml: 8012 -> 8037
2016-03-16 00:20:09 +00:00
Eelco Dolstra
e2c426f719
b2: git-26.01.2016 -> 0.4.4
...
Also fix the dependency on Python.
2016-03-15 21:19:27 +01:00
Pascal Wittmann
0146e01e58
tmsu: 0.6.0 -> 0.6.1
2016-03-15 18:17:04 +01:00
Raymond Gauthier
5e9a344e62
plantuml: 8012 -> 8037
...
Updated to latest stable version.
2016-03-15 09:10:20 -04:00
Joachim Fasting
665e79324e
torbrowser: 5.5.2 -> 5.5.3
2016-03-15 02:34:53 +01:00
Tanner Doshier
ab1008014d
tarsnap: 1.0.36.1 -> 1.0.37
2016-03-14 17:56:48 -05:00
zimbatm
9504992e1d
Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform
...
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-14 19:25:40 +00:00
Robin Gloster
ccbfe2dfd5
Merge pull request #13911 from DamienCassou/testing-vdirsyncer
...
Update vdirsyncer and add automated tests
2016-03-14 13:48:03 +01:00
Vladimír Čunát
1df2a6431f
xdg-utils: replace commands more precisely
...
Fix #13904 , close #13908 .
Previously many messages got clobbered. Now it should be better.
The solution is still relatively hacky, but I don't see how to improve
it without doing lots of work.
2016-03-14 11:00:05 +01:00
Damien Cassou
32dcc5a31b
vdirsyncer: 0.9.0 -> 0.9.2
...
Also activate the automated testing
2016-03-14 09:59:27 +01:00
Edward Tjörnhammar
e433a3015a
i2pd: 2.4.0 -> 2.5.1
2016-03-13 21:36:29 +01:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
zimbatm
099d7dc1b8
Merge pull request #13878 from DamienCassou/offlineimap-6.7.0
...
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 18:29:04 +00:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Damien Cassou
8c660e0301
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 08:44:53 +01:00
Joachim Fasting
6da91e9e4a
dnscrypt-wrapper: refactorings
...
- use fetchFromGitHub
- move build deps to nativeBuildInputs
- use https for meta.homepage
2016-03-12 19:06:57 +01:00
Joachim Fasting
5d2ed453b3
unrtf: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Joachim Fasting
249d28b08c
minisign: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Joachim Fasting
b3592d0b20
dnscrypt-proxy: refactorings
...
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
joachifm
ab2b2670c8
Merge pull request #13860 from romildo/new.uget
...
uget: init at 2.0.5
2016-03-12 14:21:25 +00:00
José Romildo Malaquias
607ea3ef76
uget: init at 2.0.5
2016-03-12 10:05:49 -03:00
Allan Espinosa
b80f823789
unrar: build on darwin
2016-03-11 19:15:02 -06:00
Cole Mickens
6e8db533ec
azure-cli: 0.9.15 -> 0.9.17
2016-03-11 16:00:20 -08:00
Graham Christensen
e079de30ad
nixpart: pykickstart, pyblock: upgrade to sha256
2016-03-11 15:54:55 -06:00
Thomas Tuegel
1fae9a36aa
ppp: fix evaluation error on Darwin
2016-03-11 09:12:39 -06:00
Eelco Dolstra
dd53c65dcc
Merge remote-tracking branch 'origin/gcc-5' into staging
...
Still some breakage but no blockers:
http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Thomas Tuegel
d2dc8cc47f
kde5.colord-kde: init at 0.5.0.20160224
2016-03-11 08:45:41 -06:00
Lluís Batlle i Rossell
e026b5c243
Adding rowhammer test.
2016-03-11 14:29:56 +01:00
joachifm
2afa81a402
Merge pull request #13451 from Baughn/acme
...
simp_le: Bump to b9d95e862536d1242e1ca6d7dac5691f32f11373
2016-03-11 12:59:09 +00:00
Svein Ove Aas
4b998c1f94
simp_le: 2016-01-09 -> 2016-02-06
2016-03-11 12:43:46 +00:00
Eelco Dolstra
1146f460d3
mtdutils: 1.5.1 -> 1.5.2
...
Fixes gcc 5 build failure.
2016-03-11 12:52:46 +01:00
Luca Bruno
370c318eb0
Merge pull request #13812 from obadz/go-upower-notify
...
add go-upower-notify
2016-03-11 12:34:11 +01:00
obadz
71ac0cd55e
yeshup: init at 5461a8f
2016-03-11 11:24:41 +00:00
Nikolay Amiantov
08893956fb
Merge pull request #13823 from abbradar/colord
...
colord color management daemon
2016-03-11 13:50:12 +03:00
Luca Bruno
dcfca100ec
Merge pull request #12525 from knupfer/ngx_brotli
...
add nginxModules.brotli
2016-03-11 11:05:21 +01:00