Vladimír Čunát
244f985461
glibc-multi: fix with multiple outputs
2015-12-05 17:40:37 +01:00
Vladimír Čunát
a81e8c2e97
Merge branch 'master' into staging
...
This is to get the openssl security update immediately,
as it surely causes a nontrivial rebuild.
2015-12-05 11:42:48 +01:00
codsl
51a5f49d70
openssl: security update 1.0.2d -> 1.0.2e
...
Fixes CVE-2015-3193, CVE-2015-3194, CVE-2015-3195 and CVE-2015-3196.
Close #11469 .
2015-12-05 11:32:49 +01:00
codsl
fb3b9f5f8b
openssl: security update 1.0.1p -> 1.0.1q
...
Fixes CVE-2015-3194 and CVE-2015-3195.
Taken from #11469 .
2015-12-05 11:25:27 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Vladimír Čunát
476c96b5c6
Merge master into staging
...
Taken the version from recent channel bump, as it's well-tested.
Close #11460 .
2015-12-05 10:26:06 +01:00
Vladimír Čunát
fb3c062e54
glibc-info: fix #11476 build with multiple outputs
2015-12-05 08:59:30 +01:00
Vincent Laporte
0a745f5dd2
indilib: 1.0.0 -> 1.1.0
...
Older source no longer available
2015-12-04 23:36:48 +01:00
Christoph Hrdinka
2c54da93ef
mapnik: init at 3.0.9
2015-12-04 18:03:16 +01:00
Lancelot SIX
2b83f3561f
libassuan: 2.3.0 -> 2.4.2
...
Version 2.4.0 or higher is required by gpg-2.1.10
2015-12-04 14:40:08 +00:00
Vladimír Čunát
b6bbe9c42a
x265: hack-fix build with multiple outputs
2015-12-04 14:42:32 +01:00
Evan Danaher
474d64eecf
libstroke: init at version 0.5.1
2015-12-03 00:30:17 -05:00
Tobias Geerinckx-Rice
5cce3e5019
libpsl: list 2015-11-13 -> 2015-12-03
2015-12-03 05:25:39 +01:00
Eelco Dolstra
6a766f47c2
glibc: Fix assertion failure when using incompatible locale data
...
Borrowed from
http://git.savannah.gnu.org/cgit/guix.git/plain/gnu/packages/patches/glibc-locale-incompatibility.patch
https://github.com/NixOS/nix/issues/599
We may also want to apply
http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/patches/glibc-versioned-locpath.patch
but we'll need to ditch locale-archive first. (Apparently
locale-archive is not very useful anymore anyway.)
2015-12-02 11:27:39 +01:00
Luca Bruno
e289717414
rename moveToOutput and propagatedBuildInputs
2015-12-02 10:05:36 +01:00
Aristid Breitkreuz
f501e69e41
tbb: 4.2-u5 -> 4.4-u2
2015-12-01 00:11:51 +01:00
Tomas Hlavaty
6054d13108
libpst: add myself as maintainer
2015-11-30 22:25:06 +01:00
Frederik Rietdijk
104f98c12a
fftw: add fftwLongDouble, disable SSE2 in that case
2015-11-30 17:18:57 +01:00
Mitch Tishmack
01fe47c78b
librsync needs --std=gnu89 due to use of inline, fixes #11211
...
Without this, if compiled with clang, all static functions do not end
up in the resultant shared library due to clang defaulting to c99.
The simple fix is to adjust CFLAGS, otherwise one needs to patch
a lot of inline's away needlessly.
2015-11-30 14:43:07 +01:00
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +01:00
Philip Potter
01eb385346
certificate-transparency: init at 2015-11-27
...
libevhtp: 1.2.10 -> 1.2.11
Package for certificate-transparency
This adds openssl support to libevent. Libevent can be compiled without
openssl, in which case it just doesn't build the libevent_openssl
library. However it seems simpler just to default to including openssl
support.
This bumps evhtp's version because 1.2.11 provides pkg-config
information which makes building certificate-transparency easier.
This has been tested with `doCheck = true;`.
Signed-off-by: Edward Tjörnhammar <ed@cflags.cc>
2015-11-29 15:01:22 +01:00
Vladimír Čunát
81b9cc6f54
html-tidy: unify with its drop-in replacement tidy-html5
...
- the original project has been unmaintained for years
- some dependants needed to be patched due to renamed headers
https://github.com/htacg/tidy-html5/issues/326#issuecomment-160329114
- separate tidy-html5 package was removed, as since the 5.0.0 version
it's meant as a successor to both, and library name got back
from libtidy5.so to libtidy.so
https://github.com/htacg/tidy-html5/issues/326#issuecomment-160314666
/cc committers to tidy-html5: @edwjto and @zimbatm.
2015-11-29 10:32:02 +01:00
Matthias C. M. Troffaes
b5e06b04a7
wolfssl: init at 3.7.0
...
Picked from #11287 .
2015-11-27 11:00:40 +01:00
Tobias Geerinckx-Rice
2798b02ad0
Convert some *Flags from strings to lists
2015-11-26 23:45:31 +01:00
Markus Hauck
9c668d847f
activemq: Add 5.12.1 version
2015-11-26 10:51:06 +01:00
Markus Hauck
c2c6b7fe3b
activemq: prepare nix files for multiple versions
2015-11-26 10:51:06 +01:00
Tuomas Tynkkynen
cab1cb5af4
glib: Fix path to gettext_dir in glib-gettextize
...
Otherwise e.g. epiphany doesn't build.
2015-11-26 10:07:20 +01:00
Eric Sagnes
6874221403
libchewing: init at 0.4.0
2015-11-26 16:12:25 +08:00
宋文武
341c250013
grantlee: fix evaluation
2015-11-26 09:53:02 +08:00
Jude Taylor
2455dac320
libdevil: fix build in clang stdenvs
2015-11-25 14:21:01 -08:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Jude Taylor
8a779f3451
libdevil: fix build in clang stdenvs
2015-11-25 10:09:52 -08:00
zimbatm
144eed8bad
libressl: split branches and add 2.3.1 ( close #11196 )
...
2.3.x introduces some backward-incompatible changes but is still nice to have.
Both 2.3.1 and 2.2.4 are available and 2.2.4 is still the default for now.
2015-11-24 18:10:53 +01:00
Joachim Fasting
ad4167e87e
ggz_base_libs: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
e9fd07c706
dssi: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
f4c9d2f64e
libfixposix: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
a2ccc80774
speech_tools: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
a1e397c4fb
ode: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
048f00a9dc
geoclue: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
a799e1dff2
libx86: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Thomas Tuegel
4cb7779a5a
qt55: 5.5.0 -> 5.5.1
2015-11-23 12:58:39 -06:00
Vladimír Čunát
13eca6f79a
Merge #11067 : SmartOS updates
...
I amended some commits slightly.
2015-11-23 14:45:44 +01:00
Thomas Tuegel
03aa8b8e12
qca2: 2.1.0 -> 2.1.1
2015-11-23 06:39:08 -06:00
Thomas Tuegel
e6c06e2bf5
qca-qt5: 20150422 -> 2.1.1
2015-11-23 06:39:07 -06:00
Thomas Tuegel
14b8638560
qt55Libs.qca-qt5: 20150422 -> 2.1.1
2015-11-23 06:39:07 -06:00
Thomas Tuegel
e45f0e9715
kxmlgui: propagate kconfigwidgets dependency
2015-11-23 06:39:06 -06:00
Thomas Tuegel
526deb0043
kf516: init at 5.16
2015-11-23 06:39:04 -06:00
Shea Levy
db995a95ee
Merge remote-tracking branch 'origin/master' into staging
2015-11-21 07:46:55 -05:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Vladimír Čunát
3c397e8ec8
taglib: bring back 1.9 to fix kde4.kdemultimedia
...
/cc #11097 .
2015-11-20 10:44:00 +01:00