Alexey Lebedeff
54a15fb2e4
erlang: 18.3 -> 18.3.4 ( #16244 )
...
Minor OTP releases (and their manpages) are not available for dowload at
http://erlang.org/download
But e.g.:
- 18.3.1 contains an important fix for mnesia
- 18.3.1-18.3.4 has a lot of SSL/TLS fixes
So we have to fetch from GitHub and build everything ourselves.
Also replace explicit path patching with upstream patches:
- https://github.com/erlang/otp/pull/1023
- https://github.com/erlang/otp/pull/1103 - with this patch it's now
possible to build erlang in sandboxed mode
2016-07-13 19:41:55 +02:00
joachifm
03a7fa9104
Merge pull request #16840 from womfoo/bump/leatherman-0.7.5-facter-3.1.8
...
Bump leatherman: 0.7.0 -> 0.7.5 and sole dependency facter 3.1.6 -> 3.1.8
2016-07-12 16:20:51 +02:00
joachifm
ecb5a56b4e
Merge pull request #16300 from schneefux/gopkg-minify
...
minify: init at v2.0.0
2016-07-12 16:20:28 +02:00
Arseniy Seroka
356e9c04da
Merge pull request #16771 from mimadrid/init/universal-ctags-2016-07-06
...
universal-ctags: init at 2016-07-06
2016-07-12 17:56:30 +04:00
Eric Bailey
9d58f894cd
lfe: init at 1.1.1 ( #16865 )
...
This is a first pass at adding an LFE package.
N.B. man pages are ignored for now.
2016-07-12 13:48:33 +02:00
Renzo Carbonara
103ae01173
zoom-us: init at 2.0.52458.0531 ( #15607 )
2016-07-12 13:37:11 +02:00
Martin Gammelsæter
6c77af6f60
mypy-lang: Add missing lxml dependency
2016-07-12 11:22:24 +02:00
Tim Steinbach
a0009e1ae5
kotlin: 1.0.2 -> 1.0.3
2016-07-11 23:14:30 +00:00
Nikolay Amiantov
36725623f9
liboauth: propagate inputs wanted by pkgconfig
2016-07-12 00:56:10 +03:00
Martin Gammelsæter
811cf56f5f
mypy-lang: init at 0.4.2
2016-07-11 19:35:00 +02:00
Daiderd Jordan
bc39354269
elixir: 1.3.0 -> 1.3.1
2016-07-11 18:06:54 +02:00
Adolfo E. García
b25d21955e
libqrencode: init at 3.4.4
...
* libqrencode: init at 3.4.4
* libqrencode: add maintainer
#16861
2016-07-11 17:46:30 +02:00
Eelco Dolstra
05bdc0c89f
Remove unnecessary references to gcc5
...
These cause an unnecessary rebuild of gcc.
2016-07-11 10:46:34 +02:00
Ram Kromberg
ec5ec31411
pngpp: init at 0.2.9 ( #16782 )
2016-07-10 23:20:03 +02:00
Frederik Rietdijk
f04b018111
python 3.4.4 -> 3.4.5
2016-07-10 19:16:56 +02:00
Frederik Rietdijk
52bc8d203f
python 3.5.1 -> 3.5.2
2016-07-10 19:05:12 +02:00
Kranium Gikos Mendoza
00f35e6653
leatherman: 0.7.0 -> 0.7.5
2016-07-10 23:36:03 +08:00
Danny Arnold
42c91dd1d8
flow: 0.22.1 -> 0.28.0 ( #16827 )
2016-07-10 14:02:21 +02:00
schneefux
4c17bed84c
minify: init at v2.0.0
2016-07-10 12:06:01 +02:00
Franz Pletz
9c9abc4c94
plib: add patch to fix CVE-2011-4620
2016-07-10 10:47:12 +02:00
Franz Pletz
77f2fff41d
libusbmuxd, libimobiledevice: Fix CVE-2016-5104
2016-07-10 10:46:22 +02:00
Franz Pletz
69db5f5ad7
mbedtls: 1.3.16 -> 2.3.0
2016-07-10 10:26:14 +02:00
Tuomas Tynkkynen
f9654a88e7
spidermonkey: Disable tests on ARM
...
Some tests fail and cause kernel spam of this sort:
[ 6607.906159] Alignment trap: not handling instruction f4430a1f at [<0021e500>]
[ 6607.913308] Unhandled fault: alignment exception (0x811) at 0x003a15ec
[ 6607.919864] pgd = e8b88000
[ 6607.922601] [003a15ec] *pgd=fb185835
2016-07-10 03:03:51 +03:00
Tuomas Tynkkynen
2ed3f7a020
webrtc-audio-processing: Fix ARM breakage
2016-07-10 01:35:00 +03:00
Franz Pletz
7e9c1a30b3
xercesc: 3.1.3 -> 3.1.4 (security)
...
Fixes CVE-2016-4463.
2016-07-09 23:28:58 +02:00
Vladimír Čunát
3b2627586d
Merge #16448 : gnumake: optionally build with guile
...
Fixed up nested lists within the merge.
2016-07-09 16:36:49 +02:00
Tobias Geerinckx-Rice
03f4690acb
Merge pull request #16813 from RamKromberg/fix/libxcomp
...
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 15:36:50 +02:00
Vladimír Čunát
7d94f57309
gnutls: fixup evaluation after 5148c6c5c0
...
Noticed on: https://github.com/NixOS/nixpkgs/commit/5148c6c5c0#commitcomment-18184261
2016-07-09 15:15:42 +02:00
Ram Kromberg
66500f64db
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 16:15:30 +03:00
Vladimír Čunát
5148c6c5c0
gnutls: fix on Darwin
...
nettools is only used during checkPhase, and we don't do that on Darwin
anyway. Close #16783 ; we don't change hashes on Linux contrary to the PR.
2016-07-09 11:34:02 +02:00
Vladimír Čunát
b732af00bb
pythonPackages.breathe: init at 4.2.0
...
It seems to work OK, but I'm not good at packaging python stuff.
2016-07-08 14:54:44 +02:00
Ram Kromberg
56791034f6
libpng: 1.2.55 > 1.2.56 CVE-2015-8540 ( #16793 )
2016-07-08 10:55:00 +02:00
Joachim Fasting
a54eb3a49a
Merge pull request #16791 from rasendubi/ycmd
...
ycmd: claim mainteinership
2016-07-08 02:34:36 +02:00
Tuomas Tynkkynen
21253ac835
lcov: 1.10 -> 1.12; maintain
2016-07-08 03:27:07 +03:00
Alexey Shmalko
41a8dc7f0b
ycmd: claim mainteinership
...
I've added the package originally.
2016-07-08 02:40:33 +03:00
Joachim Fasting
386d4821b4
Merge pull request #16765 from rasendubi/io
...
io: clean up
2016-07-07 23:51:44 +02:00
Sander van der Burg
92ef67b57c
androidsdk: fix rpath that includes 32-bit zlib
2016-07-07 16:23:25 +00:00
Peter Simons
8436458865
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:
- Hackage: d6d8323227
- LTS Haskell: 52eeaf4edc
- Stackage Nightly: 64dfa6aa2e
2016-07-07 17:18:35 +02:00
Matthias Beyer
7f4d52e27e
Build libjack2 for supercollider with same GCC
...
Also remove trailing whitespace
2016-07-07 16:07:47 +02:00
vbgl
a2ac3683ce
camlzip: 1.05 -> 1.06 ( #16443 )
2016-07-07 15:29:13 +02:00
Alexey Shmalko
4010167803
io: clean up
2016-07-07 13:45:29 +03:00
mimadrid
2b7458144f
universal-ctags: init at 2016-07-06
2016-07-07 12:09:18 +02:00
Rok Garbas
fe2468b88c
pypi2nix: 1.1.0 -> 1.2.0
2016-07-07 02:11:23 +02:00
Joachim Fasting
0f7f6ac0c7
opendylan: fix build
...
--with-gc required path to libraries, not headers.
Also: remove unused parameter & set meta.platforms = linux.
2016-07-06 15:18:23 +02:00
Joachim Fasting
09e1b26c79
mps: 1.114.0 -> 1.115.0, fix build
...
See https://hydra.nixos.org/build/37204553/log/raw
2016-07-06 15:18:23 +02:00
Carles Pagès
48385c38fb
Merge pull request #16698 from womfoo/bump/libyamlcpp-0.5.3
...
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-06 12:50:19 +02:00
Tuomas Tynkkynen
6d16ececdd
Merge remote-tracking branch 'upstream/staging' into master
2016-07-06 01:19:01 +03:00
Tuomas Tynkkynen
30e08502fa
Merge pull request #16734 from vrthra/wxsqlite3
...
wxsqliteplus: init at 0.3.6
2016-07-06 01:00:37 +03:00
Peter Simons
6a6b8fa36f
cabal2nix: update to version 2.0 from Hackage
...
I've realized that publishing updates to Hackage is far easier than
publishing updates in Nixpkgs, and since all Hackage updates show up in
Nix automatically I've decided to go back to publishing cabal2nix on
Hackage again.
Unfortunately, this means that I'll have to change the version numbering
scheme to comply with the expectations of the Haskell PVP (which is used
by Stackage), so the new version 2.0 looks like a downgrade to Nix,
which used to have version 20160406. :-(
If in doubt, run "nix-env -u --always" to force the update. I am sorry
about the inconvenience.
2016-07-05 23:45:41 +02:00
Peter Simons
a828d79a8a
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:
- Hackage: fcabbcc70b
- LTS Haskell: 52eeaf4edc
- Stackage Nightly: ff50bc1a46
2016-07-05 23:45:41 +02:00