Michael Raskin
6e74e165cb
xannotate: init at 20150301
2017-03-18 12:41:09 +01:00
Michael Raskin
266fb8845a
xxdiff-tip: init at 4.0.1.20170111
...
Supports Qt5
2017-03-18 12:41:09 +01:00
Michael Raskin
54aff5c3a7
Merge pull request #23999 from ndowens/salut-a-toi
...
salut-a-toi: 0.2.0 -> 0.6.1
2017-03-18 11:43:54 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
...
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Frederik Rietdijk
553964ca71
Merge pull request #23976 from ebzzry/emem-0.2.42
...
emem: 0.2.41 -> 0.2.42
2017-03-18 10:33:02 +01:00
Pascal Wittmann
eef0521b73
Merge pull request #23991 from NickHu/tvheadend
...
tvheadend: fix typo in package description
2017-03-18 10:25:46 +01:00
Lluís Batlle i Rossell
f77ae4e726
amule: 2.3.1 -> 2.3.2
2017-03-18 09:36:08 +01:00
Frederik Rietdijk
b0ba94310d
Merge pull request #23959 from LnL7/znc-1.6.5
...
znc: 1.6.4 -> 1.6.5
2017-03-18 09:29:22 +01:00
Frederik Rietdijk
ce9576dc47
Merge pull request #24001 from ndowens/mpop
...
mpop: 1.2.4 -> 1.2.6
2017-03-18 09:10:42 +01:00
Frederik Rietdijk
976e5bfbd4
Merge pull request #23968 from ndowens/libibmad
...
libibmad: 1.3.12 -> 1.3.13
2017-03-18 09:09:15 +01:00
Eric Bailey
a91afef89e
erlangR19: update maintainers
...
Use the list of direct committers:
https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/interpreters/erlang/R19.nix
Originally, I just copied and pasted from R18.nix, I think.
2017-03-18 00:36:57 -05:00
Eric Bailey
05b1f8276b
erlangR19: 19.2.3 -> 19.3
2017-03-18 00:24:18 -05:00
Peter Hoeg
ee20e89644
virtmanager-qt: 0.39.60 -> 0.42.67
2017-03-18 12:32:49 +08:00
obadz
17bfb6a08a
citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
...
Helps with #23975
2017-03-18 02:18:28 +00:00
Joachim F
aa5777df77
Merge pull request #23952 from joachifm/libsodium-bump
...
libsodium: 1.0.11 -> 1.0.12
2017-03-18 02:46:41 +01:00
Joachim F
5d51f1d7b1
Merge pull request #24000 from taku0/firefox-bin-52.0.1
...
firefox, firefox-bin: 52.0 -> 52.0.1, firefox-esr: 52.0esr -> 52.0.1esr [Critical security fix]
2017-03-18 02:32:27 +01:00
ndowens
8ef05d3010
mpop: 1.2.4 -> 1.2.6
2017-03-17 20:02:23 -05:00
Benno Fünfstück
a4d6e2cf16
atom: avoid using LD_PRELOAD. Fixes glibc compat issues
...
The wrapper for Atom was loading libraries via LD_PRELOAD, for example
libxkbfile. Now, if you installed atom via nix-env and happened to use a newer
nixpkgs for that than what your system environment is build against, you could
end up with an error like this:
```
uname: relocation error:
/nix/store/68sa3m89shpfaqq1b9xp5p1360vqhwx6-glibc-2.25/lib/libdl.so.2:
symbol _dl_catch_error, version GLIBC_PRIVATE not defined in file libc.so.6
with link time reference
```
This happens because atom calls the `uname` executable from the system to
determine the platform. Because that inherits the `LD_PRELOAD` environment
variable, so the libxkbfile library that the `atom` wrapper was build against
is loaded into `uname`. But since `atom` comes from `nix-env`, the `libxkbfile`
it was built with might be compiled against a newer version of `glibc` than
`uname`, which comes from the system, was! Having two versions of glibc loaded
into the same processes results in chaos.
To fix this, we avoid setting `LD_PRELOAD` and instead use patchelf to set the
correct RPATH. RPATH is not inherited by child processes, so the above issue
can no longer occur.
The only small complication here is that the library that actually loads
libxkbfile is not the atom binary itself, but a node extension that atom uses.
So instead of setting the RPATH on `atom` only, we also set the `rpath` on all
node extensions (`*.node`) the output.
2017-03-18 01:51:36 +01:00
ndowens
d26775fce7
salut-a-toi: 0.2.0 -> 0.6.1
...
salut-a-toi: Removed un-needed python variable in function
2017-03-17 19:50:04 -05:00
taku0
a038f91871
firefox-esr: 52.0esr -> 52.0.1esr
2017-03-18 09:36:27 +09:00
taku0
3f175876e8
firefox, firefox-bin: 52.0 -> 52.0.1
2017-03-18 09:36:12 +09:00
Joachim F
9a976c09ba
Merge pull request #23963 from dtzWill/feature/irkerd
...
irker: init at 2017-02-12
2017-03-18 00:35:32 +01:00
ndowens
8b23d535d3
owncloud-client: 2.2.3 -> 2.3.0
2017-03-17 17:53:41 -05:00
Nikolay Amiantov
a8785daf0e
emacs: fix runtime GTK3 dependencies
...
Fixes #23845 .
2017-03-18 01:32:42 +03:00
ndowens
fbe960a635
transmission-remote-gtk: 1.2 -> 1.3.1
2017-03-17 17:31:59 -05:00
Michael Fellinger
6cc1200bd5
marathonctl: init at 2017-03-06
2017-03-17 23:10:27 +01:00
Tim Steinbach
ca3fb4d1d4
linux: 4.4.53 -> 4.4.54
2017-03-17 17:25:40 -04:00
Tim Steinbach
81ad24d4d7
linux: 4.10.2 -> 4.10.3
2017-03-17 17:19:59 -04:00
Renaud
98edb24368
libseccomp: 2.3.1 -> 2.3.2 + fixed scmp_sys_resolver
...
`libseccomp` is updated to 2.3.2
`scmp_sys_resolver` is fixed (it could not find libseccomp.so.2 shared library before)
2017-03-17 22:10:50 +01:00
Michael Fellinger
acdcbf7b14
phraseapp-client: init at 1.4.3
2017-03-17 21:50:50 +01:00
Thomas Tuegel
73ccc49448
Merge pull request #23992 from ttuegel/kde-applications-16.12.3
...
KDE Applications: 16.12.2 -> 16.12.3
2017-03-17 15:40:42 -05:00
Daiderd Jordan
908e3ffd65
znc: 1.6.4 -> 1.6.5
2017-03-17 21:02:01 +01:00
Thomas Tuegel
354ea69ae4
fontconfig-penultimate: init at 0.2
...
Also provides a NixOS module.
2017-03-17 13:50:05 -05:00
Renaud
1129f92f65
file: 5.28 -> 5.30
2017-03-17 19:43:50 +01:00
Rodney Lorrimar
0a2ea18e85
pythonPackages.zeep: init at 1.1.0
...
Works with both Python 2.7 and 3.5.
Tests won't work under Python 3.5 due to the testtools dependency.
2017-03-17 18:40:00 +00:00
Rommel M. Martinez
dbee6b6ef8
emem: 0.2.41 -> 0.2.42
2017-03-18 01:39:03 +08:00
Nick Hu
ff7506d665
tvheadend: fix typo in package description
2017-03-17 17:28:48 +00:00
Emery Hemingway
fa65cc067b
xaster: init at release 208
2017-03-17 12:09:37 -05:00
Emery Hemingway
7196d16e3f
shapelib: init at 1.4.0
2017-03-17 12:09:37 -05:00
Robin Gloster
427edf1e5d
robomongo: mark as broken
2017-03-17 16:45:37 +01:00
Pascal Bach
3728143cbc
prometheus-unifi-exporter: init at 0.4.0
2017-03-17 15:41:22 +01:00
Kamil Chmielewski
017fddb4be
ponyc: 0.11.0 -> 0.11.3
2017-03-17 15:36:10 +01:00
Will Dietz
f9f15fff56
irker: init at 2017-02-12
2017-03-17 09:16:18 -05:00
Tim Steinbach
f1c2d047ed
Merge pull request #23872 from NeQuissimus/docker_17_03_0
...
docker: 1.13.1 -> 17.03.0-ce
2017-03-17 10:07:04 -04:00
Jörg Thalheim
273e480379
rustNightlyBin: 2017-01-26 -> 2017-03-16 ( #23988 )
...
thanks!
2017-03-17 14:51:28 +01:00
Sean Lee
579219db49
bitwig-studio: 1.3.12 -> 2.0
2017-03-17 09:33:10 -04:00
Michael Raskin
8388cb8bff
renpy: 6.17.6 -> 6.99.12.4; still a strange mistake on launch
2017-03-17 14:14:38 +01:00
Michael Raskin
b4fd04c395
pygame_sdl2: init at 6.99.10.1227
2017-03-17 14:14:38 +01:00
Peter Simons
8c00f3432a
Merge pull request #23982 from ElvishJerricco/callCabal2nix-dont-rebuild-cabalfile
...
callCabal2nix: Fixed indentation
2017-03-17 13:23:11 +01:00
Linus Heckemann
9b62e41c1e
renpy: mark as broken
2017-03-17 10:07:12 +00:00
koral
f6c1133102
ack: 2.14 -> 2.16
2017-03-17 11:01:55 +01:00
Michael Raskin
7ff27013ac
Merge pull request #23981 from lheckemann/pygame
...
pygame: 1.9.1 -> 1.9.3
2017-03-17 10:35:05 +01:00
Nick Novitski
a3620396fd
hostsblock: init at 20161213
2017-03-17 22:07:15 +13:00
Nick Novitski
1fb21ca25c
kwakd: init at 0.5
2017-03-17 22:07:15 +13:00
Peter Hoeg
c216a71215
terraform: use generic builder and add 0.9.0 ( #23979 )
2017-03-17 09:05:16 +00:00
Will Fancher
934c8c7a93
callCabal2nix: Fixed indentation
2017-03-17 04:32:34 -04:00
Peter Hoeg
cb73e06989
Merge pull request #23890 from peterhoeg/u/kmod
...
kmod: 23 -> 24 and update kmod-blacklist-ubuntu to zesty
2017-03-17 16:01:09 +08:00
Linus Heckemann
088a1bc311
pygame: 1.9.1 -> 1.9.3
2017-03-17 07:35:35 +00:00
Daiderd Jordan
6f226a8725
Merge pull request #23954 from jbaum98/pdfpc-darwin
...
pdfpc, libgee_0_8: Add darwin support
2017-03-17 07:59:41 +01:00
Vincent Laporte
cc012b227f
ocamlPackages.functoria: init at 2.0.2
...
Functoria is a DSL to describe a set of modules and functors, their
types and how to apply them in order to produce a complete application.
Homepage: https://github.com/mirage/functoria
2017-03-17 02:39:15 +00:00
Daniel Peebles
2eb48daa94
Merge pull request #23974 from cleverca22/qtmultimedia
...
qtmultimedia-5.7: disable alsa on darwin
2017-03-16 22:28:19 -04:00
michael bishop
db05f414bd
qtmultimedia-5.7: disable alsa on darwin
2017-03-16 23:15:44 -03:00
Florent Becker
bc26feb1d6
ocamlPackages.ocsigen_toolkit: init at 1.0
2017-03-17 02:09:53 +00:00
Florent Becker
9fd4966429
ocamlPackages.ocsigenserver: add pgocaml support
2017-03-17 01:55:05 +00:00
Florent Becker
e3a77dd49a
ocamlPackages.eliom: 6.0.0 -> 6.2.0
2017-03-17 01:41:48 +00:00
ndowens
c7826f4c9d
libibmad: 1.3.12 -> 1.3.13
2017-03-16 19:42:45 -05:00
José Luis Lafuente
b2a37a7986
hyper: 0.8.3 -> 1.3.1
2017-03-17 01:36:12 +01:00
Marti Serra
b760bfd9f6
clementine: added switches for optional dependences ( #23730 )
...
Added switches for ipod, mtp, cd and cloud support.
The switch for ipod support, specifically, allows users to build it without libplist, wich is currently marked as insecure.
2017-03-17 00:47:37 +01:00
ndowens
ed7fb7a265
bobcat: 4.02.00 -> 4.07.00 ( #23742 )
2017-03-17 00:41:33 +01:00
ndowens
7e902f5399
umockdev: init at 0.8.13
...
umockdev: all-packages cosmetic change
2017-03-16 18:05:13 -05:00
patternspandemic
bb728268b5
kodestudio: init at 17.1
2017-03-16 15:50:01 -07:00
ndowens
ca8a0e3c80
libbson:1.1.10 -> 1.6.1
...
libbson: Removed un-needed deps
2017-03-16 23:37:17 +01:00
Jake Waksbaum
e022cc6541
gnome3.libgee: Add for Darwin
2017-03-16 18:13:42 -04:00
butterflya
ba126daace
Merge branch 'master' into patch-2
2017-03-16 23:05:04 +01:00
Renaud
a4c68ace9c
jemalloc: 4.3.1 -> 4.5.0
2017-03-16 23:04:04 +01:00
Renaud
5f89c9e92d
nghttp2: 1.19.0 -> 1.20.0
...
Corrected c-ares attribute name
Full changelog : https://nghttp2.org/blog/2017/02/26/nghttp2-v1-20-0/
2017-03-16 22:38:19 +01:00
ndowens
14315cf4f5
babl: 0.1.12 -> 0.1.24
2017-03-16 22:18:08 +01:00
Daiderd Jordan
00ed0f792e
Merge pull request #22897 from timor/couchdb-2.0.0
...
couchdb: add support for version 2.0.0
2017-03-16 22:03:32 +01:00
Jörg Thalheim
f940d9f1fc
Merge pull request #23747 from butterflya/patch-1
...
evolution: Delete invalid option
2017-03-16 21:50:14 +01:00
Jörg Thalheim
989c7c7812
Merge pull request #23823 from orivej/qmetro
...
qmetro: init at 0.7.1
2017-03-16 21:11:00 +01:00
Vincent Laporte
b13f408d8b
pythonPackages.pycassa: fix evaluation
2017-03-16 19:43:28 +00:00
Jörg Thalheim
7967c4aacf
Merge pull request #23877 from ndowens/isocodes
...
iso-codes: 3.56 -> 3.74
2017-03-16 20:20:57 +01:00
Antoine Eiche
f28fe4cfae
pythonPackages.pycassa: init at 1.11.2
...
fixes #23920
2017-03-16 19:23:39 +01:00
Jörg Thalheim
9ae51deffa
Merge pull request #23886 from dtzWill/fix/timewarrior-install-docs-themes
...
timewarrior: patch to install all themes; use default install target.
2017-03-16 18:48:53 +01:00
Profpatsch
92bb91f72f
mlmmj: add docfiles to output
2017-03-16 18:47:11 +01:00
Daniel Brockman
5d6ea2d64e
jshon: fix null termination in read_stream.
...
This fixes a somewhat critical (security?) bug.
We are trying to get it merged upstream but have had no response from
the ordinary maintainer in over a week.
(See <https://github.com/keenerd/jshon/issues/53 >.)
fixes #23727
2017-03-16 18:32:04 +01:00
Jörg Thalheim
b3c14bbf03
Merge pull request #23919 from pradeepchhetri/nomad-v0.5.5
...
nomad: 0.5.4 -> 0.5.5
2017-03-16 18:27:32 +01:00
Jörg Thalheim
8e6247844b
Merge pull request #23911 from Mic92/taskjuggler
...
taskjuggler: remove 2.x series
2017-03-16 18:24:39 +01:00
Jörg Thalheim
5795e5cd4d
Merge pull request #23956 from volth/icewm-cfgdir
...
icewm: fix CFGDIR
2017-03-16 18:16:51 +01:00
Volth
fd61a33d2b
icewm: fix CFGDIR
2017-03-16 16:43:33 +00:00
ndowens
00b6d82001
libcouchbase: 2.5.2 -> 2.7.2
...
fixes #23932
2017-03-16 17:33:42 +01:00
ndowens
3cecb95a9d
libdap: 3.15.1 -> 3.18.3
2017-03-16 17:23:03 +01:00
Jake Waksbaum
12da885e45
pdfpc: Add darwin support
2017-03-16 12:21:14 -04:00
Frederik Rietdijk
2e72372c05
pythonPackages.django_guardian: fix eval
2017-03-16 17:20:08 +01:00
Jörg Thalheim
e82ca0fa01
Merge pull request #23938 from ndowens/libdiscid
...
libdiscid: 0.6.1 -> 0.6.2
2017-03-16 17:15:41 +01:00
Jörg Thalheim
7f6d92356b
Merge pull request #23939 from ebzzry/emem-0.2.41
...
emem: 0.2.40 -> 0.2.41
2017-03-16 16:18:36 +01:00
Joachim Fasting
0526467494
dnscrypt-proxy: enable additional plugins
...
Adding ldns builds additional plugins for rewriting DNS queries,
such as blocking and forwarding.
For example, to use a custom domain blocklist, you can do
```nix
let
myBlockListFile = writeText "blocked-domains" ''
*.example.com
'';
in
{
services.dnscrypt-proxy.extraArgs = [
"-X libdcplugin_example_ldns_blocking.so,--domains=${myBlockListFile}"
];
}
```
2017-03-16 16:15:33 +01:00
Joachim Fasting
c317e5c85d
ldns: split man pages
...
Saves ~1.8MB
2017-03-16 16:15:31 +01:00
Dan Peebles
504b596e55
pythonPackages.pathspec_0_5: init
...
The pre-release version of pants needs it. I'll kill the duplicated copy
once the new version of pants is final.
2017-03-16 11:01:14 -04:00
Joachim Fasting
3fac05b951
libsodium: 1.0.11 -> 1.0.12
2017-03-16 15:54:20 +01:00
Nikolay Amiantov
7ff6eec5fd
makeWrapper: quote paths
...
Fixes https://github.com/NixOS/nixpkgs/pull/22962#commitcomment-21144939
Also run ShellCheck.
2017-03-16 15:16:33 +01:00
Domen Kožar
a17e8e7e72
servant-auth-server, servant-swagger: enable hydra build
2017-03-16 15:13:04 +01:00
Jörg Thalheim
1d36642fdf
Merge pull request #23941 from ndowens/libextractor
...
libextractor: 1.2 -> 1.3
2017-03-16 14:23:04 +01:00
Jörg Thalheim
8b8ee6c450
Merge pull request #23948 from rbasso/sc-im-bump-to-v0.5.0
...
sc-im: 0.4.0 -> 0.5.0
2017-03-16 13:55:33 +01:00
Jörg Thalheim
1078d3f39a
Merge pull request #23949 from kamilchm/chromium
...
chromium: flashplayer: 24.0.0.221 -> 25.0.0.127
2017-03-16 13:30:36 +01:00
Jörg Thalheim
6a6470386f
Merge pull request #23923 from kamilchm/go2nix
...
go2nix: 1.1.1 -> 1.2.0
2017-03-16 12:54:05 +01:00
rbasso
4f531a1d2b
sc-im: 0.4.0 -> 0.5.0
...
- Bump version to 0.5.0
- Enable support for reading '.xls' and '.xlsx' files.
The support for reading Excel files depends on:
- libxml2, which was already a build input.
- libzip
- libxls
2017-03-16 20:45:00 +09:00
Frederik Rietdijk
645c2189d1
pythonPackages.pytest-django: unpin setuptools_scm
...
- unpin setuptools_scm
- move to file in folder following guidelines
- use PyPI/upstream name
2017-03-16 12:40:43 +01:00
Kamil Chmielewski
df3044cb2e
chromium: flashplayer: 24.0.0.221 -> 25.0.0.127
...
[Critical security fix]
https://github.com/NixOS/nixpkgs/pull/23889
2017-03-16 12:00:17 +01:00
Kranium Gikos Mendoza
9bd988eb0f
sipp: 3.4-beta2 -> 3.5.1
...
fixes #23945
2017-03-16 11:29:38 +01:00
Peter Hoeg
99c7aa45e7
s3ql: 2.17.1 -> 2.21
2017-03-16 18:19:57 +08:00
Peter Hoeg
aca073eb3a
pytest-catchlog: init at 1.2.2
2017-03-16 18:19:57 +08:00
Pascal Wittmann
1ae9a7911c
cligh: fix evaluation
2017-03-16 11:06:30 +01:00
Vincent Laporte
49c18cc75d
ocamlPackages.bos: init at 0.1.4
...
Bos provides support for basic and robust interaction
with the operating system in OCaml.
Homepage: http://erratique.ch/software/bos
2017-03-16 07:11:33 +00:00
Cray Elliott
f60fec99d1
SDL2_mixer: add optional fluidsynth support
...
also add flac support and mp3 support, and add myself as the maintainer,
since there is no current maintainer for this package
2017-03-15 20:44:54 -07:00
Dan Peebles
e3abe9c6fa
pythonPackages.pants13-pre: init
2017-03-15 22:22:02 -04:00
Peter Hoeg
bf5dc90f30
keybase: 20170209 -> 1.0.20
2017-03-16 10:01:57 +08:00
Jörg Thalheim
26045faaaf
cligh: init at 0.3
...
fixes #23914
2017-03-16 01:00:21 +01:00
Jörg Thalheim
09cfbc8cc3
PyGithub: init at 1.32
2017-03-16 00:59:56 +01:00
Jörg Thalheim
00addcb95e
pythonPackages.python-jose: init at 1.3.2
2017-03-16 00:59:56 +01:00
ndowens
a89e9e999b
libextractor: 1.2 -> 1.3
2017-03-15 18:19:11 -05:00
Rommel M. Martinez
9b0a175af9
emem: 0.2.40 -> 0.2.41
2017-03-16 06:52:19 +08:00
Marius Bergmann
2a65628826
restic: init at 0.5.0
2017-03-15 23:45:42 +01:00
NWDD
a8f269d014
gitkraken: 2.1.0 -> 2.2.0
...
also added myself as a maintainer
2017-03-15 23:37:18 +01:00
Christopher League
cfc7a1877a
clips: init at 6.30
...
CLIPS is a language for building expert systems.
2017-03-16 00:05:02 +02:00
Nikolay Amiantov
545e267adf
wireshark-gtk: wrap properly
2017-03-16 00:53:42 +03:00
Rommel M. Martinez
ef56873e98
emem: 0.2.35 -> 0.2.39
2017-03-15 23:48:59 +02:00
Tuomas Tynkkynen
3c57a37c55
sbt_0_12_4: Fix eval
2017-03-15 23:44:25 +02:00
ndowens
a1ea2879f8
libdiscid: 0.6.1 -> 0.6.2
2017-03-15 16:35:49 -05:00
Graham Christensen
e4c0613470
Merge pull request #23674 from c0bw3b/sec/jboss7
...
JBoss AS: list known vulnerability
2017-03-15 17:33:27 -04:00
Vincent Laporte
eba3900781
ocamlPackages.rresult: init at 0.5.0
...
Rresult is an OCaml module for handling computation results and errors in an
explicit and declarative manner without resorting to exceptions.
Homepage: http://erratique.ch/software/rresult
2017-03-15 21:21:27 +00:00
Sergii Paryzhskyi
18a272ef75
sbt-0.12.4: add an older stable version ( #23933 )
2017-03-15 21:17:23 +00:00
ndowens
1b67435626
libdc1394: 2.2.3 -> 2.2.5
2017-03-15 16:15:42 -05:00
Daiderd Jordan
c8ddac7c76
Merge pull request #23864 from mimadrid/update/ripgrep-0.5.0
...
ripgrep: 0.4.0 -> 0.5.0
2017-03-15 21:42:23 +01:00
Daiderd Jordan
373d83516a
Merge pull request #23918 from ashgillman/patch-2
...
ITK builds on darwin
2017-03-15 21:41:52 +01:00
Dan Peebles
0cfa1b0dde
openjdk-darwin: use a sensible crypto policy
...
We should really move to a source build of openjdk on Darwin, but that's
tricky so for now we continue to hack around it and do stuff like this,
even though crypto export polices are stupid and make no sense. No, I'm
not bitter at all that I need to do this 😩
2017-03-15 16:37:57 -04:00
Andrzej Trzaska
376d960034
bundler: 1.14.4 -> 1.14.6 ( #23930 )
2017-03-15 20:34:35 +00:00
edanaher
77b7b7df33
bup: 0.28.1 -> 0.29 ( #23876 )
2017-03-15 21:20:25 +01:00
Dan Peebles
2ffda66f11
go1.8: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Dan Peebles
e6a5ab85b4
go1.7: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Dan Peebles
08314598bb
go1.6: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Dan Peebles
331f5a886d
go1.4: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Joachim Fasting
12648a455b
linux_4_9: 4.9.14 -> 4.9.15
2017-03-15 20:03:34 +01:00
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
...
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Tuomas Tynkkynen
20d9edff17
stdenv: aarch64: Update bootstrap tarballs
...
Hopefully fixes sandboxed build of glibc on aarch64, as discussed on
8bfa9f528c
.
Picked from the following cross-trunk evaluation:
http://hydra.nixos.org/eval/1341395 based on nixpkgs
commit bb3ef8a95c
.
build job: http://hydra.nixos.org/build/50125932
(busybox's hash not changing is not a bug!)
2017-03-15 19:17:52 +02:00
Leon Isenberg
6505c6e3df
keepass-keeagent: init at 0.8.1
...
[Bjørn: change fetchurl indent 4 -> 2 spaces.]
2017-03-15 17:55:57 +01:00
Pascal Bach
a8cca7037e
prometheus-fritzbox-exporter: init at 1.0
2017-03-15 17:22:36 +01:00
Vladimír Čunát
9adcebb1a9
Merge #23917 : fix firefox crashes
2017-03-15 17:01:32 +01:00
Daniel Peebles
38a03817b0
Merge pull request #22571 from LnL7/darwin-frameworks-hook
...
add setup-hook to fix darwin frameworks
2017-03-15 11:33:23 -04:00
Daniel Peebles
d78f3de21b
Merge pull request #23907 from copumpkin/update-frameworks
...
Update macOS frameworks from 10.9 to 10.10
2017-03-15 11:22:55 -04:00
Kamil Chmielewski
d16b08ac85
go2nix: 1.1.1 -> 1.2.0
2017-03-15 16:09:55 +01:00
Shea Levy
0c928f4a1d
terragrunt: Set the version variable properly
2017-03-15 11:01:09 -04:00
Shea Levy
d6c3e74425
buildGoModule: share the buildFlagsArray with the parallel subprocesses
2017-03-15 11:00:55 -04:00
Andrzej Trzaska
162845d5b1
Use gem 2.6.10 ( #23902 )
2017-03-15 14:55:45 +00:00
Pradeep Chhetri
8d83fbe439
nomad: 0.5.4 -> 0.5.5
2017-03-15 18:55:03 +05:45
Ashley Gillman
e7dca2c230
ITK build on darwin
2017-03-15 22:41:20 +10:00
Will Dietz
15ca6e149e
souper: bump to latest--using LLVM 4 and custom KLEE.
...
Add patch to fix the build when LLVM reports no system libs,
llvm-config's behavior changed in LLVM r291285.
Fixes #22920 .
2017-03-15 07:39:25 -05:00
David McFarland
1ea6860cc7
icu: fix crash in firefox
...
Fixes #23857
2017-03-15 08:49:56 -03:00
David McFarland
c037f54ffb
firefox: fix debugBuild = true
2017-03-15 08:49:56 -03:00
Mogria
1893ed54dc
sublime3: fix hardcoded /bin/bash when executing commands for build systems ( #23561 )
...
* sublime3: replace hardcoded /bin/bash with /usr/bin/env
exec.py in Default.package-sublime calls /bin/bash with subprocess.
See Issue #12011 . Because of this builds could not be started from
withtin Sublime Text.
* sublime3: use wrapped of bash to fix internal build system
Without the wrapped version of bash (a symlink to $bash/bin/bash)
with LD_PRELOAD to glibc an relocation error occurs when trying
to run builds from within Sublime Text 3. See Issue #12011 .
2017-03-15 11:32:44 +01:00
Jörg Thalheim
61f20c94ca
taskjuggler: remove 2.x series
...
The version was released 8 years ago and does not build anymore
2017-03-15 10:32:55 +01:00
Jörg Thalheim
ada3bcdcda
mpd: 0.20.5 -> 0.20.6
2017-03-15 09:40:35 +01:00
Pascal Wittmann
19cb65206f
Merge pull request #23908 from nicknovitski/entr-update
...
entr: upgrade to 3.7
2017-03-15 09:06:26 +01:00
Will Dietz
c766960150
lit: init at 0.5
2017-03-15 09:02:45 +01:00
Joachim Fasting
9e60a17cb8
grsecurity: 4.9.14-201703121245 -> 4.9.15-201703150049
...
Contains a fix for the n_hdlc double free bug.
2017-03-15 07:25:21 +01:00
Nick Novitski
d546966d7d
entr: upgrade to 3.7
2017-03-15 17:22:35 +13:00
Dan Peebles
dc61ff31a7
xhyve: update and fix to use our Hypervisor framework
...
(this is a cherry-picked version of f3b65f67d9
,
which got reverted because it depended on my 10.11 frameworks, which were
flawed)
2017-03-14 22:38:35 -04:00
Dan Peebles
59b795c590
apple-sdk: 10.9 -> 10.10
...
This is a slightly less ambitious version of the (now reverted) commit
377cef8d16
, which had a bunch of issues
that I don't have time to resolve right now.
2017-03-14 22:36:21 -04:00
Charles Strahan
f5ccf24028
Merge pull request #23737 from bendlas/update-chromium
...
chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]
2017-03-14 20:39:06 -04:00
Marius Bergmann
2876cd7e98
inspectrum: 20160403 -> 20170218
2017-03-14 23:42:18 +01:00
Marius Bergmann
ee69ee419b
liquid-dsp: init at 20170307
...
liquid-dsp is a dependency for the latest git version of inspectrum, therefore I
added it in order to be able to upgrade inspectrum.
2017-03-14 23:42:18 +01:00
Sander van der Burg
a26c51116d
disnix: 0.6 -> 0.7
2017-03-14 23:18:23 +01:00
Franz Pletz
5b946fdafc
atlassian-crowd: 2.10.1 -> 2.11.1
2017-03-14 23:08:44 +01:00
Franz Pletz
44bd7c45dc
linux_4_10: 4.10.1 -> 4.10.2
2017-03-14 23:08:43 +01:00
Franz Pletz
a691c06556
linux_testing: 4.11-rc1 -> 4.11-rc2
2017-03-14 23:08:43 +01:00
Bjørn Forsman
db937b9d60
qt57.full: add missing modules
...
qtquickcontrols2, qtwebchannel, qtwebengine, qtwebkit.
Added in the same order as the modules are listed in default.nix (and
then reformatted the block).
2017-03-14 22:27:20 +01:00
Bjørn Forsman
961c73a78c
qt56.full: add missing modules
...
qtquickcontrols2, qtwebkit.
Added in the same order as the modules are listed in default.nix (and
then reformatted the block).
(The qt55 expression already has all modules in *full.)
2017-03-14 22:27:20 +01:00
Markus Schneider
cbf87bc2b2
granite: 0.3.0 -> 0.4.0.1
2017-03-14 22:26:19 +01:00
ndowens
e721905d0f
google-gflags: 2.1.2 -> 2.2.0
...
google-gflags: Changed homepage
2017-03-14 16:04:27 -05:00
Shea Levy
5fa84fb1a8
terra{form,grunt}: Add some needed old versions
2017-03-14 16:31:08 -04:00
Jörg Thalheim
496120c19f
travis: 1.8.2 -> 1.8.8
2017-03-14 21:03:58 +01:00
Jörg Thalheim
d6f586bbff
git-octopus: init at 1.4
2017-03-14 21:01:10 +01:00
Robert Helgesson
5228bc9f2e
eclipses: add dependencies as build inputs
...
Having `glib` in the build inputs will allow its build hook to
trigger. Also adds `gsettings_desktop_schemas` as a dependency since
Eclipse appears to need the schemas under certain circumstances.
2017-03-14 20:38:04 +01:00
Nick Hu
4e439b2393
qutebrowser: 0.9.1 -> 0.10.1
2017-03-14 20:19:25 +03:00
Lancelot SIX
4f644cd004
gdal: 2.1.1 -> 2.1.3
2017-03-14 17:59:07 +01:00
Frederik Rietdijk
a79c653d5d
Merge pull request #23885 from FRidh/jupyter
...
Jupyter
2017-03-14 17:32:27 +01:00
Frederik Rietdijk
4a615d90af
pythonPackages.pywatchman: disable python 3.x and disable tests
2017-03-14 17:09:20 +01:00
Leon Isenberg
6de3eb9918
nixbot: typo
2017-03-14 18:08:09 +02:00
Frederik Rietdijk
6a6d48be4e
pythonPackages.dateparser: mark as broken
2017-03-14 17:07:09 +01:00
Frederik Rietdijk
fd68cd4ed7
pythonPackages.pygal: 2.0.10 -> 2.3.1
2017-03-14 16:57:00 +01:00
Frederik Rietdijk
47f7817037
pythonPackages.typed-ast: 1.0.1 -> 1.0.2
2017-03-14 16:52:25 +01:00
Herwig Hochleitner
b27dfdbe66
pythonPackages.parsedatetime: 2.1 -> 2.3
2017-03-14 16:46:23 +01:00
Frederik Rietdijk
d7378da028
pythonPackages.configparser: fix with namespace packages
2017-03-14 16:43:46 +01:00
Frederik Rietdijk
4bfa709562
pythonPackages.pytest-virtualenv: 1.1.0 -> 1.2.7
2017-03-14 16:41:07 +01:00
Frederik Rietdijk
c9d9f072e5
pythonPackages.pytest-shutil: 1.1.1 -> 1.2.8
2017-03-14 16:40:52 +01:00
Bart Brouns
5b7b1f7aa4
alot: 0.5 -> 0.5.1
2017-03-14 16:12:35 +01:00
Bas van Dijk
308c09d41f
wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements ( #23837 )
...
* Moved the wordpress sources derivation to the attribute pkgs.wordpress. This
makes it easier to override.
* Also introduce the `package` option for the wordpress virtual host config which
defaults to pkgs.wordpress.
* Also fixed the test in nixos/tests/wordpress.nix.
2017-03-14 16:11:51 +01:00
Peter Simons
e916236130
Merge pull request #23615 from ljli/ghcjs-dom-jsffi-fix
...
haskell: ghcjs packages: fix ghcjs-dom-jsffi with newer Cabal
2017-03-14 16:09:37 +01:00
Peter Simons
83df89aa63
Merge pull request #23611 from ljli/ghcjs-shims-update
...
haskell: ghcjs shims: dc034a0 -> b970152
2017-03-14 16:06:08 +01:00
taku0
c3772678e9
flashplayer: 24.0.0.221 -> 25.0.0.127 ( #23889 )
2017-03-14 16:02:08 +01:00
Frederik Rietdijk
fc55e80ee7
pythonPackages.ipython_genutils: 0.1.0 -> 0.2.0
2017-03-14 15:41:10 +01:00
Robin Gloster
c555556af5
refind: mark as broken
2017-03-14 15:36:35 +01:00
Robin Gloster
f70a896094
hol: mark as broken
2017-03-14 15:36:06 +01:00
Robin Gloster
770794cbfe
urt: remove
2017-03-14 14:41:28 +01:00
Peter Simons
58807f75bc
esniper: 2.32.0 -> 2.33.0
2017-03-14 14:15:29 +01:00
Will Dietz
dc32b87082
timewarrior: patch to install all themes; use default install target.
2017-03-14 07:54:32 -05:00
Frederik Rietdijk
33fa4ce2be
Merge pull request #23701 from lsix/update_django-raster
...
pythonPackages.django-raster: 0.3 -> 0.3.1
2017-03-14 13:42:14 +01:00
Frederik Rietdijk
bf86b48b0f
Merge pull request #23813 from ndowens/geis
...
geis: 2.2.16 -> 2.2.17
2017-03-14 13:39:36 +01:00
zimbatm
b63aab2433
slack: 2.5.1 -> 2.5.2
2017-03-14 12:39:16 +00:00
Frederik Rietdijk
5f837b1b94
Merge pull request #23867 from ndowens/htmlcxx
...
htmlcxx: 0.85 -> 0.86
2017-03-14 13:38:30 +01:00
Frederik Rietdijk
cc4ff29a6b
Merge pull request #23868 from fuzzy-id/master
...
haproxy: 1.7.2 -> 1.7.3
2017-03-14 13:38:00 +01:00
Frederik Rietdijk
ad21793dac
Merge pull request #23852 from jlesquembre/conky_1.10.6
...
conky: 1.10.5 -> 1.10.6
2017-03-14 13:37:26 +01:00
Frederik Rietdijk
8c99040a7a
Merge pull request #23826 from ndowens/gtkspell
...
gtkspell:3.0.8 -> 3.0.9
2017-03-14 13:36:42 +01:00
Frederik Rietdijk
683dc8cb4f
Merge pull request #23810 from ndowens/ffms2
...
ffms: 2.21 -> 2.22
2017-03-14 13:32:46 +01:00
Frederik Rietdijk
88a3861c7b
pythonPackages.pyzmq: 15.2.0 -> 16.0.2
2017-03-14 13:29:02 +01:00
Frederik Rietdijk
db512addef
pythonPackages.prompt_toolkit: 1.0.9 -> 1.0.13
2017-03-14 13:29:02 +01:00
Frederik Rietdijk
c7268fa2a9
pythonPackages.pickleshare: 0.5 -> 0.7.4
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
47f77d6104
pythonPackages.pathpy: 8.1.2 -> 10.1
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
bd0a0c7908
pythonPackages.pathlib2: 2.1.0 -> 2.2.1
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
0c11ce6541
pythonPackages.notebook: 4.3.2 -> 4.4.1
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
044014826b
pythonPackages.nbformat: 4.2.0 -> 4.3.0
2017-03-14 13:29:00 +01:00
Frederik Rietdijk
fbb30ee46f
pythonPackages.jupyter_core: 4.2.1 -> 4.3.0
2017-03-14 13:29:00 +01:00
Frederik Rietdijk
2a1cceac16
pythonPackages.jupyter_client: 4.4.0 -> 5.0.0
2017-03-14 13:28:56 +01:00
Frederik Rietdijk
065383cde8
pythonPackages.ipython: 5.2.1 -> 5.3.0
2017-03-14 13:24:21 +01:00
Tim Steinbach
aed4918795
docker: 1.13.1 -> 17.03.0-ce
2017-03-14 08:02:35 -04:00
Daiderd Jordan
dcfff701dc
Merge pull request #23835 from periklis/topic_qt57_submodules_darwin
...
qt57.{qtdeclarative,qtscript,qttranslations}: fix darwin compat
2017-03-14 12:36:22 +01:00
Peter Hoeg
b0c7df9fbc
crudini: fix maintainer and run tests
2017-03-14 18:44:50 +08:00
Benjamin Staffin
d96cde35b7
Merge pull request #23840 from WilliButz/master
...
spotify: get source via https instead of plain http
2017-03-14 06:13:47 -04:00
Benjamin Staffin
5c57cc2ed8
Merge pull request #23881 from nicknovitski/links-darwin
...
links2: build on all unix platforms
2017-03-14 06:10:32 -04:00
Peter Hoeg
89724f152a
kmod: 23 -> 24
2017-03-14 18:06:55 +08:00
Peter Hoeg
605ee9e92b
kmod-blacklist-ubuntu: do not blacklist i2c_i801
2017-03-14 18:06:44 +08:00
Peter Hoeg
0c262a639e
kmod-blacklist-ubuntu: 9.3 -> 22.1
2017-03-14 18:06:29 +08:00
Frederik Rietdijk
a312abedeb
hypothesis: disabled for Python 3.3
2017-03-14 10:49:39 +01:00
Nikolay Amiantov
648db95651
python.pkgs.bleach: 1.5.0 -> 2.0.0
...
Fixes #23854 .
2017-03-14 12:29:38 +03:00
Peter Hoeg
f09a73896b
crudini: init at 0.9
2017-03-14 17:22:56 +08:00
ndowens
d46fe334ca
ffmpegthumbnailer: 2.0.10 -> 2.2.0
2017-03-14 09:41:24 +01:00
Jaka Hudoklin
8b5eb4e934
Merge pull request #23699 from rick68/patch-7
...
fix the incorrect elasticsearch plugin name
2017-03-14 09:39:34 +01:00
Periklis Tsirakidis
a6be98c9c1
qt57.{qtdeclarative,qtscript,qttranslations}: fix darwin compat
...
Fixes duplicate linkings issue for Qt-Frameworks provided by qtbase
during configurePhase.
2017-03-14 09:37:37 +01:00
Vincent Laporte
8498f979a1
ocaml-top: 1.1.2 -> 1.1.3
2017-03-14 07:57:59 +00:00
Peter Simons
1d5878166e
Merge pull request #23880 from ElvishJerricco/callCabal2nix-dont-rebuild-cabalfile
...
callCabal2nix: Don't rebuild unchanged cabal file
2017-03-14 08:57:45 +01:00
Nick Novitski
1e8476c5b6
links2: build on all unix platforms
2017-03-14 18:55:52 +13:00
Volth
d4294265fd
virt-viewer: 2.0 -> 5.0
2017-03-14 04:54:11 +00:00
Peter Hoeg
80750f459c
Merge pull request #17303 from peterhoeg/iio
...
iio-sensor-proxy: init at 2.2 and nixos module
2017-03-14 11:16:09 +08:00
Will Fancher
24b47526ce
callCabal2nix: Don't rebuild unchanged cabal file
...
It can be quite annoying that callCabal2nix will build a new derivation
if anything in the source has changed, even if the cabal file hasn't.
2017-03-13 22:20:56 -04:00
Dan Peebles
25e75cd580
kube-aws: 0.8.1 -> 0.9.4
...
Also, enable on Darwin
2017-03-13 22:20:52 -04:00
ndowens
706bd194c7
iso-codes: 3.56 -> 3.74
2017-03-13 20:29:03 -05:00
Tim Steinbach
18684a4892
linux: 4.1.38 -> 4.1.39
2017-03-13 20:15:42 -04:00
Tim Steinbach
9ac82a773c
linux: 4.4.52 -> 4.4.53
2017-03-13 20:15:26 -04:00
Tim Steinbach
e54104ab11
Merge pull request #23875 from NeQuissimus/oh-my-zsh_2017-02-27
...
oh-my-zsh: 2017-02-20 -> 2017-02-27
2017-03-13 20:07:59 -04:00
Tim Steinbach
435b8ed1fc
oh-my-zsh: 2017-02-20 -> 2017-02-27
2017-03-13 20:07:14 -04:00
Tim Steinbach
bb26805051
Merge pull request #23874 from NeQuissimus/kotlin_1_1
...
kotlin: 1.0.6 -> 1.1
2017-03-13 20:04:28 -04:00
Tim Steinbach
89c91c6e32
Merge pull request #23873 from NeQuissimus/gradle_3_4_1
...
gradle: 3.4.0 -> 3.4.1
2017-03-13 20:04:05 -04:00
Tim Steinbach
dd015a829f
kotlin: 1.0.6 -> 1.1
2017-03-13 20:03:39 -04:00
Tim Steinbach
56fea1a8c0
gradle: 3.4.0 -> 3.4.1
2017-03-13 20:00:58 -04:00
ndowens
64218d61fc
hwloc: 1.11.2 -> 1.11.6 ( #23870 )
2017-03-14 00:44:28 +01:00
Vladimír Čunát
bfed19cfaa
Merge #23860 : llvmPackages_4: rc4 -> release
2017-03-14 00:02:53 +01:00
Vladimír Čunát
57463868db
top-level llvm-4 attrs: drop lowPrio
...
Now the packages are properly released.
2017-03-14 00:01:04 +01:00
Tuomas Tynkkynen
aba0b45b86
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Lluís Batlle i Rossell
46c9eac980
guile: enable parallel building
...
civodul today on irc said that 2.0.13 likely has the parallel building
issue fixed (case equal-or-over 8 cores). Let's try.
2017-03-13 23:38:52 +01:00
Tuomas Tynkkynen
dff0ba38a2
bash: Set bash_cv_getcwd_malloc=yes when cross compiling
...
Because if you don't, the configure script assumes that your getcwd()
function is broken. Which then makes bash use it's own getcwd()
implementation, which doesn't work if the path to the current directory
contains bind mounts in its paths. This shows up as:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor
... and fails the aarch64 glibc build with sandboxes enabled.
Sigh.
2017-03-14 00:33:29 +02:00
Joachim F
40c1406b18
Merge pull request #23856 from mdorman/emacs-updates
...
Automated emacs package updates
2017-03-13 23:33:01 +01:00
Tim Steinbach
2d1ea867b7
Merge pull request #23866 from mimadrid/update/bluefish-2.2.10
...
bluefish: 2.2.9 -> 2.2.10
2017-03-13 18:26:58 -04:00
Thomas Bach
36bb283941
haproxy: 1.7.2 -> 1.7.3
2017-03-13 23:17:03 +01:00
Tim Steinbach
17978fe64c
Merge pull request #23740 from ben-z/nodejs-7.7.2
...
nodejs: 7.7.1 -> 7.7.2
2017-03-13 18:14:32 -04:00
Tim Steinbach
2c1876ec6c
Merge pull request #23844 from frontsideair/flow-41
...
flow: 0.39.0 -> 0.41.0
2017-03-13 18:12:16 -04:00
ndowens
4aee4cc8a5
htmlcxx: 0.85 -> 0.86
2017-03-13 17:11:03 -05:00
Tim Steinbach
bc1f692e49
Merge pull request #23846 from mayflower/jenkins_2.49
...
jenkins: 2.44 -> 2.49
2017-03-13 18:09:19 -04:00
mimadrid
61e8c0370d
bluefish: 2.2.9 -> 2.2.10
2017-03-13 23:01:35 +01:00
Tim Steinbach
6e0c3e1a6d
Merge pull request #23862 from mimadrid/update/filezilla-3.25.0
...
filezilla: 3.24.0 -> 3.25.0
2017-03-13 17:58:34 -04:00
mimadrid
363cfbd23d
ripgrep: 0.4.0 -> 0.5.0
2017-03-13 22:48:38 +01:00
mimadrid
68a1dc6304
rustRegistry: 2017-02-19 -> 2017-03-13
2017-03-13 22:47:10 +01:00
ndowens
f3dab1a1e9
armadillo: 7.700.0 -> 7.800.0
...
armadillo: Added forgotton version update
2017-03-13 16:38:47 -05:00
Jörg Thalheim
065c05e849
Merge pull request #23801 from zimbatm/pip-tools
...
Pip tools
2017-03-13 22:32:07 +01:00
zimbatm
a3c03eb11f
pip-tools: init at 1.8.1rc3
2017-03-13 22:21:57 +01:00
Vincent Laporte
88d7718a64
mkvtoolnix-cli: fix build on darwin
2017-03-13 21:20:26 +00:00
mimadrid
acef015a0b
filezilla: 3.24.0 -> 3.25.0
2017-03-13 22:18:03 +01:00
mimadrid
7e9c815c23
libfilezilla: 0.9.0 -> 0.9.1
2017-03-13 22:17:08 +01:00
José Romildo Malaquias
04290bbd14
mkvtoolnix: 9.8.0 -> 9.9.0 ( #23827 )
...
* mkvtoolnix: 9.8.0 -> 9.9.0
Starting with version 9.9.0 the man pages and their translations are
not pre-built and bundled with the source code. The tool "xsltproc"
and the DocBook XSL stylesheets for man pages are now required
dependencies to build them.
2017-03-13 22:16:38 +01:00
zimbatm
5e701625de
pythonPackages.first: init at 2.0.1
2017-03-13 22:08:45 +01:00
Frederik Rietdijk
9494820dbb
Merge pull request #23847 from lsix/fix-qgis
...
qgis: Fix build after pythonPackages.sip update
2017-03-13 22:06:52 +01:00
Vincent Laporte
369230cc76
ocamlPackages.cpuid: init at 0.1.0
...
cpuid allows detection of CPU features from OCaml.
Homepage: https://github.com/pqwy/cpuid
2017-03-13 20:58:51 +00:00
Will Dietz
f54813d767
llvm4: rc4 -> release!
2017-03-13 14:54:39 -05:00
Michael Alan Dorman
29559f6d7a
melpa-packages: 2017-03-13
2017-03-13 15:00:27 -04:00
Michael Alan Dorman
2b1faaae9e
melpa-stable-packages: 2017-03-13
2017-03-13 15:00:27 -04:00
Michael Alan Dorman
4433fc9089
elpa-package: 2017-03-13
2017-03-13 15:00:27 -04:00
Michael Raskin
90f2b24fd7
Merge pull request #23850 from makefu/update/radare2
...
radare2: 0.10.6 -> 1.3.0
2017-03-13 19:32:41 +01:00
Vincent Laporte
b2b8a412fb
ocaml-llvm: 3.7.1 -> 3.9.1
2017-03-13 19:14:11 +01:00
Renaud
72619a86c9
JBoss AS: list known vulnerability
...
CVE-2015-7501
Warning in JBoss module
2017-03-13 18:45:19 +01:00
José Luis Lafuente
c70ded3295
conky: 1.10.5 -> 1.10.6
2017-03-13 18:18:42 +01:00
makefu
bc1011b330
radare2: 0.10.6 -> 1.3.0
2017-03-13 17:53:12 +01:00
Tuomas Tynkkynen
b2c96062ca
kernel: Add a validity check for modDirVersion
...
Because if you get it wrong, you get a very confusing error message at
the end of the kernel build, which is quite painful as the build can
take a long time.
2017-03-13 18:47:21 +02:00
Frederik Rietdijk
57e768f58e
hypothesis: 3.6.0 -> 3.6.1
2017-03-13 16:37:25 +01:00
Frederik Rietdijk
8aee2b5c4f
pythonPackages.traitlets: 4.3.1 -> 4.3.2
2017-03-13 16:37:25 +01:00
Frederik Rietdijk
891a051df1
ipython_genutils: fix for python 3.3 and 3.4
2017-03-13 16:37:24 +01:00
Frederik Rietdijk
6f90badeac
pythonPackages.hypothesis: fix for python 3.3
2017-03-13 16:37:24 +01:00
Lancelot SIX
1375a2eecf
qgis: Fix build after pythonPackages.sip update
...
QGis seems to have a problem with recent sip releases. This patch fixes
the issue.
2017-03-13 16:05:31 +01:00
Tristan Helmich
4efed1d0d4
jenkins: 2.44 -> 2.49
2017-03-13 15:43:06 +01:00
Vladimír Čunát
8bfa9f528c
syslinux: fixup build via a Debian patch
...
It stopped working probably since binutils update.
2017-03-13 15:40:43 +01:00
Fatih Altinok
d23effdedf
flow: 0.39.0 -> 0.41.0
2017-03-13 17:04:36 +03:00
Benno Fünfstück
c8c4902ee1
Merge pull request #23828 from ndowens/gupnp-tools
...
gupnp-tools: 0.8.8 -> 0.8.13
2017-03-13 14:58:02 +01:00