nixpkgs/pkgs/development/libraries
Thomas Tuegel 65592837b6
freetype: 2.6.5 -> 2.7.1
The Infinality bytecode interpreter is removed in favor of the new v40 TrueType
interpreter. In the past, the Infinality interpreter provided support for
ClearType-style hinting instructions while the default interpreter (then v35)
provided support only for original TrueType-style instructions. The v40
interpreter corrects this deficiency, so the Infinality interpreter is no longer
necessary.

To understand why the Infinality interpreter is no longer necessary, we should
understand how ClearType differs from TrueType and how the v40 interpreter
works. The following is a summary of information available on the FreeType
website [1] mixed with my own editorializing.

TrueType instructions use horizontal and vertical hints to improve glyph
rendering. Before TrueType, fonts were only vertically hinted; horizontal hints
improved rendering by snapping stems to pixel boundaries. Horizontal hinting is
a risk because it can significantly distort glyph shapes and kerning. Extensive
testing at different resolutions is needed to perfect the TrueType
hints. Microsoft invested significant effort to do this with its "Core fonts for
the Web" project, but few other typefaces have seen this level of attention.

With the advent of subpixel rendering, the effective horizontal resolution of
most displays increased significantly. ClearType eschews horizontal hinting in
favor of horizontal supersampling. Most fonts are designed for the Microsoft
bytecode interpreter, which implements a compatibility mode with
TrueType-style (horizontal and vertical) instructions. However, applying the
full horizontal hints to subpixel-rendered fonts leads to color fringes and
inconsistent stem widths. The Infinality interpreter implements several
techniques to mitigate these problems, going so far as to embed font- and
glyph-specific hacks in the interpreter. On the other hand, the v40 interpreter
ignores the horizontal hinting instructions so that glyphs render as they are
intended to on the Microsoft interpreter. Without the horizontal hints, the
problems of glyph and kerning distortion, color fringes, and inconsistent stem
widths--the problems the Infinality interpreter was created to solve--simply
don't occur in the first place.

There are also security concerns which motivate removing the Infinality patches.
Although there is an updated version of the Infinality interpreter for FreeType
2.7, the lack of a consistent upstream maintainer is a security concern. The
interpreter is a Turing-complete virtual machine which has had security
vulnerabilities in the past. While the default interpreter is used in billions
of devices and is maintained by an active developer, the Infinality interpreter
is neither scrutinized nor maintained. We will probably never know if there are
defects in the Infinality interpreter, and if they were discovered they would
likely never be fixed. I do not think that is an acceptable situtation for a
core library like FreeType.

Dropping the Infinality patches means that font rendering will be less
customizable. I think this is an acceptable trade-off. The Infinality
interpreter made many compromises to mitigate the problems with horizontal
hinting; the main purpose of customization is to tailor these compromises to the
user's preferences. The new interpreter does not have to make these compromises
because it renders fonts as their designers intended, so this level of
customization is not necessary.

The Infinality-associated patches are also removed from cairo. These patches
only set the default rendering options in case they aren't set though
Fontconfig. On NixOS, the rendering options are always set in Fontconfig, so
these patches never actually did anything for us!

The Fontconfig test suite is patched to account for a quirk in the way PCF fonts
are named.

The fontconfig option `hintstyle` is no longer configurable in NixOS. This
option selects the TrueType interpreter; the v40 interpreter is `hintslight` and
the older v35 interpreter is `hintmedium` or `hintfull` (which have actually
always been the same thing). The setting may still be changed through the
`localConf` option or by creating a user Fontconfig file.

Users with HiDPI displays should probably disable hinting and antialiasing: at
best they have no visible effect.

The fontconfig-ultimate settings are still available in NixOS, but they are no
longer the default. They still work, but their main purpose is to set rendering
quirks which are no longer necessary and may actually be
detrimental (e.g. setting `hintfull` for some fonts). Also, the vast array of
font substitutions provided is not an appropriate default; the default setting
should be to give the user the font they asked for.

[1]. https://www.freetype.org/freetype2/docs/subpixel-hinting.html
2017-03-12 17:31:33 -05:00
..
a52dec Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
aacskeys treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
aalib treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
accelio Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-28 15:16:29 +00:00
accounts-qt treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
accountsservice accountsservice: 0.6.42 -> 0.6.43 2016-10-05 16:34:22 +02:00
ace yarp (+ libace): init at 2.3.64 2016-02-24 22:08:29 +01:00
acl treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
adns adns: 1.5.0 -> 1.5.1 2016-09-24 21:55:32 +02:00
afflib afflib: 3.7.6 -> 3.7.15 2017-02-17 00:11:14 +01:00
agda AgdaStdlib: v0.12 -> v0.13 2016-12-24 21:53:28 +00:00
agg treewide: Fix output references to libX11 2016-08-30 03:40:23 +03:00
allegro allegro5unstable: removed 2016-11-26 17:52:16 -02:00
alure alure: only build on linux 2016-08-10 22:29:45 -05:00
amrnb
amrwb
apache-activemq activemq: 5.13.2 -> 5.13.4 (security) 2016-08-18 16:08:26 +02:00
appstream appstream: 0.8.0 -> 0.9.5 2016-05-06 19:17:07 +02:00
appstream-glib appstream-glib: propagate gtk3 2017-02-27 08:29:58 -05:00
apr treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
apr-util apr-util: Drop dependency on openssl.dev in out 2016-09-26 19:57:41 +02:00
aqbanking treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
arb arb-git: init at 2.9.0pre20161013. This ARB version is less annoying to use with FLINT 2016-10-26 11:06:41 +02:00
armadillo armadillo: 7.200.2 -> 7.700.0 2017-02-09 20:43:56 +01:00
asio treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
aspell aspell-dict-ca: init at 2.1.5-1 2017-02-14 15:17:28 +01:00
assimp assimp: Broken on Darwin 2016-08-06 17:06:45 +03:00
at-spi2-atk at-spi2-{core,atk}: 2.20.1 -> 2.22.0 2016-10-15 20:29:45 +02:00
at-spi2-core at-spi2-{core,atk}: 2.20.1 -> 2.22.0 2016-10-15 20:29:45 +02:00
atk atk: 2.20.0 -> 2.22.0 2016-12-03 12:38:35 +01:00
atkmm atkmm: multiple outputs 2016-11-15 07:16:21 -06:00
attica
attr treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
aubio aubio: 0.4.1 -> 0.4.3 2016-10-31 14:33:55 +01:00
audio suil: 0.8.2 -> 0.8.4 2017-02-02 13:41:23 +08:00
audiofile audiofile: Fix build on GCC 6 2017-01-25 20:12:33 +01:00
avahi avahi: 0.6.31 -> 0.6.32 2016-07-04 14:10:09 +02:00
avro-c++ Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
aws-sdk-cpp aws-sdk-cpp: 1.0.48 -> 1.0.60 2017-02-02 16:28:48 +01:00
babl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
bctoolbox bctoolbox: init at 0.2.0 2016-09-06 18:19:17 +02:00
beecrypt treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
beignet beignet: 1.1.2 -> 1.2.1 2017-01-20 03:37:51 +03:00
belle-sip belle-sip: 1.4.2 -> 1.5.0 2016-09-06 18:19:17 +02:00
biblesync treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
blitz treewide: Fix more lib.optional misuses 2016-10-02 00:44:10 +03:00
bobcat bobcat: 4.02.00 -> 4.03.00 2016-11-09 02:24:44 +01:00
boehm-gc boehm-gc: 7.2g -> 7.6.0 2016-12-15 01:16:31 -05:00
boolstuff
boost boost: 1.63.0 (not default) 2017-02-15 18:29:39 +01:00
boost-process
bootil bootil: init at HEAD 2016-10-24 18:23:26 +01:00
boringssl boringssl: fix darwin build 2016-08-16 19:25:40 +00:00
botan botan2: init at 2.0.1 2017-03-09 18:47:37 +01:00
box2d box2d_2_0_1: delete expression 2016-05-24 14:05:30 +02:00
breakpad treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
buddy Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
bullet bullet: darwin compatibility 2016-11-02 19:35:33 -04:00
bwidget treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
c-ares c-ares: 1.10.0 -> 1.12.0 for CVE-2016-5180 2016-10-05 19:27:39 -04:00
cairo freetype: 2.6.5 -> 2.7.1 2017-03-12 17:31:33 -05:00
cairomm cairomm: fixup url 2016-12-04 20:21:25 +01:00
capnproto
capstone capstone: fix pkgconfig file generation (#21897) 2017-01-14 23:45:52 +00:00
catch catch: use upstream install target 2017-02-03 13:13:54 +01:00
ccnx
ccrtp
cddlib cddlib: init at 0.94h 2016-10-26 11:06:35 +02:00
cdk cdk: pin url to a version to prevent hash changes 2016-02-07 16:12:39 +00:00
cegui cegui: 0.8.4 -> 0.8.7 2016-05-07 00:32:56 +02:00
celt
ceres-solver ceres-solver: glog builds on darwin just fine now 2016-11-19 14:49:15 +02:00
cfitsio treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
CGAL CGAL: fix build 2016-04-20 18:55:50 +03:00
cgui Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
check
chipmunk
chmlib treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
chromaprint chromaprint: 1.2 -> 1.3.1 2016-03-17 10:58:15 +01:00
cimg cimg: 1.5.9 -> 1.7.0 2016-05-03 16:15:20 +02:00
cl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
classads treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
clearsilver clearsilver: fix build 2017-02-28 15:14:55 +01:00
cln cln: 1.3.3 -> 1.3.4 2016-02-03 10:08:26 +01:00
cloog Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-05-18 17:10:02 +02:00
cloog-ppl refactor to use autoreconfHook where possible 2016-01-18 10:45:31 +01:00
clucene-core treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
clutter clutter: remove old version, make 1.26 default 2016-09-27 12:17:12 +02:00
clutter-gst clutter-gst: 3.0.18 -> 3.0.20 2016-10-11 18:40:30 +02:00
clutter-gtk clutter-gtk: 1.8.0 -> 1.8.2 2016-10-11 18:47:16 +02:00
cmark treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
cminpack treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
cmocka cmocka: fix build for Darwin (#18448) 2016-09-09 10:14:10 +02:00
cogl cogl: 1.22.0 -> 1.22.2, enable wayland support 2016-10-15 20:32:10 +02:00
coin3d
CoinMP Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
commoncpp2 Disable bunch of non-compiling packages on Darwin 2016-09-01 20:39:33 +03:00
concurrencykit
confuse treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
coprthr treewide: Make explicit that 'dev' output of libevent is used 2016-05-19 10:00:40 +02:00
coredumper
cpp-hocon cpp-hocon: 0.1.2 -> 0.1.4 2017-01-20 20:19:52 +08:00
cpp-ipfs-api cpp-ipfs-api: 2016-11-09 -> 2017-01-04 2017-01-04 13:15:53 +01:00
cpp-netlib cpp-netlib: propagate asio. 2016-10-06 18:18:18 -04:00
cppcms cppcms: init at 1.0.5 2016-08-24 09:36:17 +02:00
cppdb cppdb: init at 0.3.1 2016-08-24 10:47:56 +02:00
cpptest treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
cppunit Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
cpputest cpputest: 3.7.2 -> 3.8 2016-06-01 18:57:25 +03:00
cppzmq cppzmq: 2016-07-18 -> 2016-11-16 2016-11-24 01:17:54 +03:00
cracklib
crypto++ cryptopp: 5.6.4 -> 5.6.5 2016-12-28 21:03:28 -05:00
ctl
ctpl
ctpp2 ctpp2: use default gcc 2016-08-24 22:41:41 +00:00
curlcpp curlcpp: init at 20160901 2016-09-02 10:08:27 +02:00
cutee cutee: init -> 0.4.2 2016-06-15 22:58:46 +02:00
cwiid treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
cxx-prettyprint cxx-prettyprint: init at 2016-04-30 2016-08-20 10:19:40 +02:00
cxxtest cxxtest: use buildPythonApplication 2016-11-24 22:28:02 +01:00
cxxtools cxxtools: init at 2.2.1 2016-08-16 15:41:21 +02:00
cyrus-sasl cyrus_sasl: 2.1.26 -> 2.5.10 2016-12-20 21:29:59 +03:00
czmq czmq: v3.0.2 -> v4.0.2 2017-02-18 23:54:50 +02:00
czmqpp czmqpp: enable on darwin 2017-01-03 01:37:16 +01:00
db db: disable dbm support by default 2017-01-23 22:21:20 +01:00
dbus dbus: 1.10.14 -> 1.10.16 2017-02-20 21:38:24 +01:00
dbus-cplusplus
dbus-glib dbus-glib: 0.106 -> 0.108 2016-12-03 12:26:07 +01:00
dbus-sharp dbus-sharp-1_0: init at 0.7 2016-03-07 23:21:01 +03:00
dbus-sharp-glib dbus-sharp-glib-1_0: init at 0.5 2016-03-07 23:21:01 +03:00
dclib treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
dclxvi dclxvi: fix darwin build 2016-08-16 19:25:40 +00:00
dee dee: init at 1.2.7 2016-03-30 22:22:51 +03:00
despotify treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
dirac dirac: fix build with gcc6 2017-01-25 20:12:40 +01:00
directfb
dlib
dotconf treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
dotnetfx35
dotnetfx40
double-conversion treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
drumstick drumstick: Broken on i686 2016-08-06 17:06:45 +03:00
dssi
dxflib dxflib: 2.5.0.0-1 -> 3.12.2 2016-11-03 22:27:09 -04:00
eclib eclib: init at 20160720 2016-10-26 11:06:34 +02:00
eigen eigen: 3.2.5 -> 3.2.10 2017-03-09 18:59:30 +01:00
enchant treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
enet enet: add platforms 2016-05-01 12:37:47 +03:00
enginepkcs11
epoxy treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
esdl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
eventlog treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
exempi
exiv2 treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
exosip treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
expat treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
faac faac: fix build with glibc-2.25 2017-02-26 19:09:29 +01:00
faad2
facile treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
farbfeld farbfeld: 1 -> 2 2016-03-15 18:17:04 +01:00
farsight2 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
farstream farstream: 0.2.4 -> 0.2.8 2016-09-28 02:23:10 +02:00
fastjson fastjson: 0.99.2 -> 0.99.4 2016-09-03 16:02:01 -05:00
fcgi fcgi: Patch to protect against stack smashing 2016-09-24 07:21:15 -04:00
fcppt treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
fdk-aac fdk-aac: 0.1.4 -> 0.1.5 2017-01-25 18:54:54 -08:00
fflas-ffpack fflas-ffpack_1: init at 1.6.0 2016-10-26 11:06:39 +02:00
ffmpeg ffmpeg: 3.2.2 -> 3.2.4 for multiple CVEs 2017-02-15 09:35:28 +01:00
ffmpeg-full ffmpeg-full: 3.2.2 -> 3.2.4 2017-03-02 02:44:28 -08:00
ffmpeg-sixel ffmpeg-sixel: init at nightly-2.3.x 2016-06-12 16:23:25 -07:00
ffmpegthumbnailer
ffms treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
fftw fftw: 3.3.5 -> 3.3.6-pl1 (#23226) 2017-02-27 09:22:32 +01:00
filter-audio
flann
flatbuffers flatbuffers: init at 1.4.0 2016-10-20 16:39:10 +01:00
flint flint: init at 2.5.2 2016-10-26 11:06:34 +02:00
flite
fltk fltk: fix on darwin 2016-10-23 21:19:14 -04:00
folly folly: 2016.11.21.00 -> 2016.12.19.00 2017-01-31 03:27:10 +03:00
fontconfig freetype: 2.6.5 -> 2.7.1 2017-03-12 17:31:33 -05:00
fontconfig-ultimate fontconfig-ultimate: fixup after bash update 2017-01-05 01:58:46 +01:00
fox Merge branch 'master' into staging 2016-08-24 11:57:44 +01:00
fplll fplll_20160331: init at 20160331, obviously. The snapshot that Sage seems to like 2016-10-26 11:06:41 +02:00
frame frame: Fix 'lib.optional' use 2016-08-30 23:00:13 +03:00
freealut freealut: fix build on Darwin 2017-01-25 06:54:07 +00:00
freeglut freeglut: Use multiple outputs 2016-11-16 20:51:12 +01:00
freeimage freeimage: fix build with gcc6 2017-01-25 20:12:40 +01:00
freenect freenect: 0.5.2 -> 0.5.5 2016-10-01 14:15:15 +02:00
freetds Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
freetts freetts: add jdk buildInput (#18282) 2016-09-16 11:13:02 -04:00
freetype freetype: 2.6.5 -> 2.7.1 2017-03-12 17:31:33 -05:00
frei0r
fribidi fribidi: 0.19.6 -> 0.19.7 2016-09-15 11:43:26 +03:00
fstrm fstrm: init at 0.3.1 2017-02-22 15:03:21 +01:00
ftgl Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
funambol treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
gamin
ganv ganv: svn 5675 -> unstable 2016-10-15 2016-11-07 14:19:02 +01:00
garmintools treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
gbenchmark gbenchmark: init at 1.1.0 2016-12-16 17:44:21 +03:00
gcab gcab: 0.6 -> 0.7 2016-10-15 20:32:10 +02:00
gd gd: 2.2.3 -> 2.2.4 for multiple CVEs 2017-01-25 20:53:37 -05:00
gdal gdal: enable darwin support 2016-11-07 20:42:53 +01:00
gdata-sharp gdata-sharp: init at 2.2.0.0 2016-03-07 23:21:01 +03:00
gdbm gdbm: enable compatibility layer for dbm (#17063) 2016-08-13 11:12:26 +02:00
gdcm gdcm: 2.4.6 -> 2.6.4 2016-08-02 19:57:40 +02:00
gdk-pixbuf gdk-pixbuf: maintenance 2.36.4 -> 2.36.5 2017-02-20 21:31:41 +01:00
gdome2 Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
gecode
gegl treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
geis geis: refactor & fix build 2016-07-05 00:54:12 +02:00
geoclue treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
geoip
geos geos: 3.5.0 -> 3.6.1 2017-01-25 20:12:35 +01:00
getdata getdata: 0.8.9 -> 0.9.4 2017-01-14 16:49:57 +01:00
gettext Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
gf2x gf2x: Disable i686 build 2017-03-03 00:21:47 +02:00
ggz_base_libs ggz_base_libs: fix build (#18212) 2016-09-02 12:11:22 +02:00
giblib giblib: fix compat with imlib2 multiple outputs 2016-11-23 06:48:54 +01:00
giflib giflib: 5.1.0 -> 5.1.4 (#18911) 2016-09-25 21:34:35 +02:00
gio-sharp treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
git2 libgit2: 0.24.3 -> 0.24.6 2017-01-11 06:50:54 +01:00
givaro givaro_3_7: init at 3.7.2 2016-10-26 11:06:38 +02:00
gle gle: init at 3.1.0 2016-06-10 14:51:48 +02:00
glew glew: 1.13.0 -> 2.0.0 2017-02-07 23:49:54 -04:00
glfw glfw: 3.2 -> 3.2.1 (#20625) 2016-11-22 15:43:31 +01:00
glib glib: maintenance 2.50.2 -> 2.50.3 2017-02-20 21:33:03 +01:00
glib-networking glib-networking: 2.46.1 -> 2.50.0 2016-10-01 12:13:08 +02:00
glibc glibc: fixup libm.a 2017-02-21 14:19:07 +01:00
glibmm glibmm: 2.48.1 -> 2.50.0 2016-10-01 12:13:09 +02:00
glm
globalplatform gppcscconnectionplugin: init at 1.1.0 2016-08-11 00:11:12 +01:00
glog
gloox treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
glpk glpk: 4.56 -> 4.61 2017-01-28 13:37:05 +01:00
glui glui: init at 2.36 2016-06-06 20:42:34 +02:00
gmime gmime: 2.6.20 -> 2.6.23 2017-01-30 01:15:29 +01:00
gmm treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
gmp gmp{4,5}: Split into multiple outputs 2016-08-29 14:49:52 +03:00
gnet
gnome-sharp treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gnu-config gnu-config: init at 2016-12-31 2017-01-25 00:01:51 +02:00
gnu-efi gnu-efi: Remove unneeded aarch64 patch 2017-02-05 09:34:31 +02:00
gnutls gnutls: drop -lunistring on Darwin as well 2017-02-22 17:44:06 +01:00
gnutls-kdh tlspool: init at 20170123 (#23437) 2017-03-03 17:38:33 +01:00
gobject-introspection gobjectIntrospection: 1.48.0 -> 1.50.0 2016-09-22 22:35:59 +02:00
goffice treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
goocanvas treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
google-gflags
gperftools gperftools: 2.4 -> 2.5 2016-09-13 16:05:42 +02:00
gpgme gpgme: fix build on macOS 2017-02-16 01:13:23 +03:00
grail grail: Fix 'lib.optional' use 2016-08-30 23:00:13 +03:00
granite granite: vala -> vala_0_23 2016-08-21 20:06:29 +03:00
grantlee qt5.grantlee: 5.0.0 -> 5.1.0 2016-12-18 08:33:21 -06:00
grib-api grib-api: 1.14.4 -> 1.19.0 2017-01-08 12:42:25 +01:00
gsasl gsasl: Maintain, fix gssapi support 2016-05-16 14:10:29 -04:00
gsl gsl: 2.2 -> 2.3 (#21058) 2016-12-11 14:03:28 +01:00
gsm remove local pic flags, now set by hardened stdenv 2016-01-30 16:36:57 +00:00
gsoap gsoap: 2.8.37 -> 2.8.42 2017-02-17 00:11:18 +01:00
gss gss: don't build with shishi on darwin 2017-03-06 22:57:54 +01:00
gssdp
gstreamer gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
gtdialog gtdialog: 1.2 -> 1.3 2016-09-26 15:49:30 +02:00
gtest gtest, gmock: fix broken package by updating to 1.8.0. 2017-01-08 00:00:55 +03:00
gtk+ gtk3: maintenance 3.22.7 -> 3.22.8 2017-02-20 21:30:12 +01:00
gtk-mac-integration gtk-mac-integration: init at 2.0.8 2017-01-07 19:21:42 +01:00
gtk-sharp treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gtk-sharp-beans treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gtkdatabox treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gtkimageview treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gtkmathview treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gtkmm gtkmm3: multiple outputs 2016-11-15 07:16:42 -06:00
gtkspell treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
gtkspellmm gtkspellmm: 3.0.3 -> 3.0.4 2016-07-19 13:39:57 +02:00
gts
gupnp gupnp: fix headers that were broken by libsoup upgrade in #17142 2016-07-26 00:06:59 +01:00
gupnp-av
gupnp-igd
gusb gusb: 0.2.4 -> 0.2.9 2017-02-27 08:30:20 -05:00
gvfs gvfs: fix build after update in 0809aeb47f 2016-10-14 09:11:28 +02:00
hamlib hamlib: use python2 2017-02-10 09:35:10 +01:00
harfbuzz harfbuzz: 1.4.2 -> 1.4.4 2017-03-09 18:59:31 +01:00
hawknl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
herqq herqq: move to qmake4Hook 2016-04-20 18:55:51 +03:00
hidapi
hiredis hiredis: 0.13.1 -> 0.13.3 2016-05-23 22:29:53 +02:00
hivex refactor to use autoreconfHook where possible 2016-01-18 10:45:31 +01:00
hspell remove local pic flags, now set by hardened stdenv 2016-01-30 16:36:57 +00:00
htmlcxx Remove all dots at end of descriptions 2016-02-27 17:30:29 +00:00
http-parser Revert "http-parser: Broken on Darwin" 2016-10-31 09:30:39 -04:00
hunspell hunspellDict.it-it: use sha256 hash 2017-01-24 16:56:25 +00:00
hwloc hwloc: 1.6 -> 1.11.2 and disable tests 2016-02-16 22:46:29 +01:00
hyena treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
icu icu_57: init at 57.1 for LibreOffice Still 2017-03-09 18:47:38 +01:00
id3lib treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
idnkit Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
ignition-math ignition-math: 2.3.0 -> 2.6.0 2016-12-09 21:40:36 -05:00
ignition-transport ignition-transport: fix cmake file 2016-09-07 14:24:18 +02:00
ijs ghostscript: 9.18 -> 9.20 for multiple CVEs: https://lwn.net/Vulnerabilities/703324/ 2016-10-19 08:09:17 -04:00
ilbc treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
ilixi
ilmbase ilmbase: Use separate outputs 2016-09-01 18:57:43 +02:00
iml iml: init at 1.0.5 2016-10-26 11:06:37 +02:00
imlib treewide: Fix output references to libX11 2016-08-30 03:40:23 +03:00
imlib2 imlib2: use multiple outputs 2016-11-23 02:24:12 +01:00
incrtcl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
indicator-application
indilib
iniparser treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
ip2location-c Add version attribute where maintainers |= nckx 2016-01-25 17:35:21 +01:00
irrlicht treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
isl isl: 0.15 -> 0.17.1 2016-12-11 14:04:59 +01:00
iso-codes
itk itk: 4.0.0 -> 4.10.0, fixes build 2016-09-04 02:02:47 +02:00
jama treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
jansson jansson: 2.8 -> 2.9 2016-10-10 22:08:19 +01:00
jasper jasper: 2.0.6 -> 2.0.10 for null pointer dereference 2017-01-11 20:11:30 -05:00
java javasvn: remove 2017-03-06 23:07:11 +01:00
javascript
jbig2dec jbig2dec: patch for CVE-2016-9601 2017-02-07 04:07:15 +01:00
jbigkit Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
jemalloc jemalloc: 4.1.1 -> 4.3.1 2016-11-12 21:13:11 +01:00
json-c treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
json-glib json_glib: use multiple outputs 2016-12-11 19:34:07 +01:00
jsoncpp jsoncpp: fix build on darwin 2017-02-04 19:05:12 +01:00
judy treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
kde-frameworks kdeFrameworks.kio: patch for insecure URL passing 2017-03-02 08:26:25 -05:00
kerberos libkrb5: fix issue #16161. 2017-01-19 13:16:46 +03:00
keybinder keybinder: use python2 2016-10-18 23:14:35 +02:00
keybinder3 keybinder3: remove unused parameter 2016-09-25 23:56:29 +02:00
kinetic-cpp-client Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
kirigami extra-cmake-modules: Lift Qt dependency 2017-02-27 11:49:46 -06:00
kyotocabinet Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
lame
lasso lasso: init at 2.5.1 2016-05-23 02:02:25 +08:00
LASzip
lcms lcms: fix cve-2013-4276 2016-09-25 15:55:59 +02:00
lcms2 lcms2: 2.7 -> 2.8 2016-09-25 15:38:21 +02:00
ldb ldb: 1.1.26 -> 1.1.27 2016-09-19 20:03:40 +02:00
ldns ldns 1.6.17 -> 1.7.0 2017-01-04 17:44:47 +01:00
leatherman leatherman: 0.9.0 -> 0.10.1 2017-01-20 20:20:20 +08:00
lensfun lensfun: 0.2.8 -> 0.3.2 2016-11-06 09:04:49 -05:00
leptonica treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
lesstif treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
leveldb
levmar treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
lib3ds treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libaacs treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
libaal treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libabw
libaccounts-glib treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
libagar libagar: init at 1.5 2016-09-22 02:47:14 +03:00
libantlr3c
libao treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libappindicator libappindicator: use python2 2016-11-24 22:28:02 +01:00
libarchive libarchive: 3.2.2 -> 3.3.1 2017-03-11 10:25:34 +01:00
libasr treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libass libass: 0.13.2 -> 0.13.4 (security) 2016-10-05 13:10:00 +02:00
libassuan treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libast treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libasyncns Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libatomic_ops libatomic_ops: 7.4.2 -> 7.4.4 2016-08-11 18:49:18 +02:00
libaudclient treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libav libav_0_8: 0.8.19 -> 0.8.20 for multiple CVEs 2017-01-25 20:53:32 -05:00
libavc1394
libb2 libbb2: Use "--enable-fat=yes" to avoid build nondeterminism 2016-08-30 23:00:13 +03:00
libb64 libb64: md5->sha256 2016-09-05 20:44:50 -04:00
libbdplus treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
libbladeRF libbladeRF: fix udev rule location in $out 2017-03-03 12:27:49 +01:00
libbluedevil treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
libbluray treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
libbrotli libbrotli: 20160120 -> 1.0 2017-01-04 21:19:52 +01:00
libbsd libbsd: 0.8.2 -> 0.8.3 2017-03-01 09:36:53 +08:00
libbson
libburn libburnia: 1.4.4 -> 1.4.6 2016-11-24 01:17:55 +03:00
libcaca libcaca: fix missing darwin inputs 2016-10-10 19:05:37 +02:00
libcanberra gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
libcangjie
libcdaudio libcdaudio: md5->sha256 2016-09-05 20:45:43 -04:00
libcddb libcddb: fix darwin build 2017-01-24 22:47:04 +01:00
libcdio libcdio: fix darwin build 2017-01-24 22:47:11 +01:00
libcdr
libcec libcec: 3.1.0 -> 4.0.2 2017-02-25 08:53:31 +01:00
libcello treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libchamplain libchamplain: 0.12.13 -> 0.12.14 2016-09-18 22:02:27 +02:00
libchardet treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libchewing
libchop libchop: fix package 2017-03-03 04:56:57 +01:00
libclc libclc: fix evaluation 2017-03-03 12:39:39 +01:00
libcli libcli: Fix build on gcc 5 2016-03-02 17:34:14 +01:00
libclthreads
libclxclient treewide: Make explicit that 'dev' output of libXft is used 2016-05-19 10:04:40 +02:00
libcmis cmis: fix build with gcc5 2016-03-27 15:11:13 +02:00
libcollectdclient libcollectdclient: make client derive from collectd package 2016-03-17 23:26:09 -04:00
libcommuni enableParallelBuild -> enableParallelBuilding 2016-09-01 10:46:47 +02:00
libconfig Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libconfuse libconfuse: 2.8 -> 3.0 2016-09-19 00:58:53 +02:00
libcouchbase
libcrafter treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libcredis
libcrossguid treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libctemplate libctemplate: use python2 2017-02-08 19:38:53 +01:00
libcue libcue: enable darwin build 2017-01-24 22:47:12 +01:00
libcutl libcutl: init -> 1.9.0 2016-02-01 17:50:57 +01:00
libdaemon Re-enable bunch of packages on Darwin 2016-08-03 00:55:42 +03:00
libdap libdap: fixed pkg name (version missing) 2016-02-23 15:29:57 +01:00
libdbi
libdbi-drivers treewide: fixup various mysql ocurrences after re-split 2016-08-07 20:46:37 +02:00
libdbusmenu libdbusmenu: vala -> vala_0_23 2016-08-21 20:08:42 +03:00
libdbusmenu-qt
libdc1394
libdevil libdevil: Use multiple outputs 2016-11-16 20:56:35 +01:00
libdigidoc libdigidoc: init at 3.10.1.1212 2016-04-27 11:38:08 +03:00
libdigidocpp libdigidocpp: init at 3.12.0.1317 2016-04-27 11:38:09 +03:00
libdiscid Disable bunch of non-compiling packages on Darwin 2016-09-01 20:39:33 +03:00
libdivecomputer subsurface: 4.5.97 -> 4.6.0 (#22615) 2017-02-11 15:48:18 +01:00
libdivsufsort treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libdmtx
libdnet remove local pic flags, now set by hardened stdenv 2016-01-30 16:36:57 +00:00
libdrm libdrm: 2.4.74 -> 2.4.75 2017-02-05 14:58:41 +01:00
libdv
libdvbpsi videolan.org sources: prefer http://get.videolan.org 2016-02-07 13:21:18 +01:00
libdvdcss libdvdcss: add darwin support 2016-10-02 15:21:43 -05:00
libdvdnav treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libdvdread treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libdwarf dwarfdump: init at 20161124 2017-02-08 20:45:31 +01:00
libdwg Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
libdynd treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libe-book libe-book: fix build with gcc6 2017-01-25 20:12:38 +01:00
libeatmydata treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libeb treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libebml libebml: 1.3.3 -> 1.3.4 (#17287) 2016-07-27 18:48:22 +02:00
libebur128 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libechonest treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libedit libedit: 20150325-3.1 -> 20160903-3.1 2016-09-05 13:45:59 +02:00
libee treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libelf Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
libelf-freebsd
libestr Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libetpan Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
libev libev: 4.20 -> 4.22 2016-05-03 16:15:20 +02:00
libevdev libevdev: 1.4.5 -> 1.4.6 2016-05-03 16:15:20 +02:00
libevent libevent: split _openssl into a separate output 2017-02-27 18:18:39 +01:00
libevhtp
libewf libewf: fix build with gcc 5 2016-06-25 18:21:25 +01:00
libexif treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libextractor treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libexttextcat libexttextcat: homepage has moved 2016-06-06 11:10:39 +02:00
libf2c Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
libfakekey
libfaketime libfaketime: Fix build on gcc 6 2017-01-25 20:12:34 +01:00
libffcall libffcall: 2009-05-27 -> 1.10 2016-11-30 06:01:10 +01:00
libffi treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libfilezilla libfilezilla: 0.8.0 -> 0.9.0 2016-12-13 22:00:00 +01:00
libfixposix Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
libfm libfm: 1.2.4 -> 1.2.5 2017-01-23 19:01:33 -02:00
libfprint
libfpx libfpx: 1.3.1-4 -> 1.3.1-7 2016-09-25 17:38:31 +02:00
libfreefare libfreefare: fix darwin build 2016-08-16 19:25:42 +00:00
libftdi treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libgadu
libgap libgap: init at 4.8.3 2016-10-26 11:06:37 +02:00
libgcrypt libgcrypt: 1.7.5 -> 1.7.6 2017-01-30 01:15:19 +01:00
libgdiplus libgdiplus: fix install on darwin 2017-02-07 19:58:44 +00:00
libgee maintainers: rename lukasepple according to github account name 2016-10-09 22:04:22 +02:00
libgeotiff libgeotiff: enable darwin support 2016-11-07 20:42:26 +01:00
libgig libgig: Configure script warns about missing libuuid 2016-12-29 01:51:46 +01:00
libgksu Getting rid of the var indirection and using a bin path instead 2017-01-29 04:11:01 -06:00
libglvnd libglvnd: init at 2016-12-22 2017-02-08 16:56:50 +03:00
libgnome-keyring treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libgnurl treewide: Lots of meta.hydraPlatforms -> meta.platforms 2016-08-02 21:17:44 +03:00
libgpg-error libgpg-error: 1.26 -> 1.27 2017-03-02 10:07:59 +01:00
libgphoto2 libgphoto2: 2.5.11 -> 2.5.12 2017-02-02 11:12:16 +01:00
libgpod libgpod: do not use top-level python packages 2016-09-25 23:59:43 +02:00
libgringotts
libgroove
libgsf libgsf: 1.14.36 -> 1.14.41 for CVE-2016-9888 2016-12-15 17:17:57 -05:00
libgsystem drop my maintainership (close #13881) 2016-03-13 18:39:01 +01:00
libgtop libgtop: 2.32.0 -> 2.34.1 2016-10-15 20:32:10 +02:00
libgudev
libguestfs Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
libgumbo libgumbo: init at 0.10.1 2016-10-20 21:16:03 +02:00
libhangul
libharu
libhttpseverywhere libhttpseverywhere: use gnome mirrors (#19938) 2016-10-29 20:47:37 +02:00
libHX
libiberty libiberty: derive from gcc 2016-04-30 03:12:33 +03:00
libibmad
libibumad
libibverbs libibverbs: add pkg-config support 2016-12-05 11:44:28 +01:00
libical Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libicns treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
libiconv iconv: fix build for mips-linux 2016-07-26 01:36:12 +03:00
libid3tag treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libidn docdev -> devdoc 2016-09-01 11:07:23 +02:00
libidn2 libidn2: fix darwin build 2017-02-12 02:31:41 +01:00
libiec61883
libimobiledevice libimobiledevice: use python2 2017-02-08 19:27:50 +01:00
libindicate libindicate: do not use top-level python packages 2016-09-26 11:10:50 +02:00
libindicator
libinfinity treewide: explicitly specify gtk version 2016-09-13 21:09:24 +03:00
libinput libinput: maintenance 1.5.0 -> 1.5.1 2016-11-17 11:34:10 +01:00
libiodbc treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
libiptcdata treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libircclient libircclient: init at 1.9 2016-08-13 01:40:16 +01:00
libisoburn treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libisofs libisofs: 1.4.4 -> 1.4.6 2016-11-24 01:17:55 +03:00
libite libite: init at 1.8.2 2016-09-19 00:58:54 +02:00
libivykis libivykis: 0.40 -> 0.41 2017-02-15 01:58:57 +01:00
libixp-hg treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libjpeg libjpeg62: remove 2017-01-24 16:22:25 +00:00
libjpeg-drop treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libjpeg-turbo libjpeg(-turbo): 1.5.0 -> 1.5.1 2016-12-03 12:12:48 +01:00
libjreen treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libjson treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libjson-rpc-cpp libjson_rpc_cpp_0_2_1: remove 2017-02-28 17:15:04 +01:00
libkate treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libkeyfinder libkeyfinder: move to qmakeHook 2016-04-20 18:55:51 +03:00
libksba libksba: 1.3.4 -> 1.3.5 2016-09-24 21:55:34 +02:00
libksi treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
libktorrent extra-cmake-modules: Lift Qt dependency 2017-02-27 11:49:46 -06:00
libLAS libLAS: 1.8.0 -> 1.8.1 2016-11-11 15:15:54 -05:00
liblastfm
liblastfmSF liblastfm: 0.3.2 -> 0.5 2016-11-03 21:47:09 -04:00
liblaxjson
liblo Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
liblockfile
liblogging
liblognorm Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
liblqr-1
liblscp
libltc
libmad
libmatchbox treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmatheval guile rev-deps: fix build by adding pkgconfig 2017-02-18 08:23:07 +01:00
libmatroska libmatroska: 1.4.4 -> 1.4.5 (#17310) 2016-07-28 01:08:54 +02:00
libmaxminddb libmaxminddb: init at 1.2.0 2016-09-14 19:25:29 +02:00
libmbim libmbim: 1.12.2 -> 1.14.0 (#19304) 2016-10-08 07:15:11 +02:00
libmcrypt libmcrypt: Fixed missing nmedit on darwin (#15775) 2016-05-31 09:18:37 +01:00
libmcs treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmd libmd: clean up autoreconfHook usage 2017-01-21 20:42:41 +01:00
libmediainfo {lib}mediainfo{-gui},libzen: 0.7.87 -> 0.7.91, 0.4.33 -> 0.4.34 2016-12-17 12:57:27 +00:00
libmemcached libmemcached: update sha256 hash 2017-01-05 15:48:49 +01:00
libmesode libmesode: init at 0.9.1 2016-12-17 18:13:24 +01:00
libmhash treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmicrohttpd libmicrohttpd: 0.9.50 -> 0.9.52 2017-01-22 13:00:59 +01:00
libmikmod libmikmod: 3.3.7 -> 3.3.10 2016-10-13 03:18:32 +02:00
libmilter libmilter: 8.14.8 -> 8.15.2 2016-12-29 02:12:51 +01:00
libminc libminc: init at 2.3.00 2016-02-23 14:03:10 -05:00
libmkv treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmms
libmng docdev -> devdoc 2016-09-01 11:07:23 +02:00
libmnl libmnl: 1.0.3 -> 1.0.4 2016-09-01 12:25:14 +02:00
libmodbus
libmodplug
libmongo-client
libmowgli treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmp3splt treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libmpack neovim: 0.1.4 -> 0.1.5 (and related dependencies) 2016-08-22 12:15:41 +02:00
libmpc Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-18 13:49:22 +00:00
libmpcdec libmpcdec: cleanup, use sha256 hash 2016-10-13 03:18:37 +02:00
libmpeg2 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmrss
libmsgpack Revert "libmsgpack_1_4: remove" 2017-01-28 11:14:31 +00:00
libmsn treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
libmspack treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmtp Disable bunch of non-compiling packages on Darwin 2016-09-01 20:39:33 +03:00
libmusicbrainz libmusicbrainz5: 5.0.1 -> 5.1.0 2016-10-25 22:07:38 +02:00
libmwaw libmwaw: 0.3.9 -> 0.3.10 2017-02-03 13:14:39 +01:00
libmx treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libmysqlconnectorcpp Add MySQL Connector C++, a mysql server client library. 2016-09-19 09:58:15 +02:00
libnabo libnabo: init at 1.0.6 2016-09-27 15:49:51 +02:00
libnatspec libnatspec: 0.2.6 -> 0.3.0 2016-05-03 16:15:20 +02:00
libndp libndp: 1.5 -> 1.6 (security) 2016-05-26 17:22:46 +02:00
libnet
libnetfilter_conntrack libnetfilter_conntrack: 1.0.5 -> 1.0.6 2017-01-22 13:01:00 +01:00
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_queue Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libnfc libnfc: Add missing dependency on readline 2017-02-05 03:21:59 +03:00
libnfnetlink libnfnetlink: use sha256 hash 2016-10-09 16:19:04 +02:00
libnfsidmap treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libnftnl libnftnl: 1.0.6 -> 1.0.7 2017-01-22 13:01:00 +01:00
libnice treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libnih treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libnotify treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libnova treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libnxml
liboauth liboauth: propagate inputs wanted by pkgconfig 2016-07-12 00:56:10 +03:00
libodfgen
libofa libofa: Use multiple outputs 2016-09-19 20:03:38 +02:00
libofx Disable bunch of non-compiling packages on Darwin 2016-09-01 20:39:33 +03:00
libogg treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
liboggz treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
liboil docdev -> devdoc 2016-09-01 11:07:23 +02:00
libomxil-bellagio libomxil-bellagio: disable on Darwin 2016-08-16 19:25:42 +00:00
liboop treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
liboping liboping: 1.8.0 -> 1.9.0 2017-01-22 13:01:02 +01:00
libopus libopus: add patch to fix CVE-2017-0381 2017-01-21 14:14:46 +01:00
libosinfo libosinfo: vala -> vala_0_23 2016-08-21 20:10:54 +03:00
libosmpbf treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libossp-uuid
libotr libotr_3_2: remove, not updated since 2012, and unused. 2016-03-09 17:20:36 -06:00
libowfat
libp11 libp11: Fetch src from GitHub 2017-03-08 15:31:34 +02:00
libpaper fix #21521 2016-12-30 16:18:28 +01:00
libpar2 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libpcap libpcap: fix missing remote-ext.h error 2017-03-09 22:08:33 +02:00
libpfm
libpgf treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libpinyin libpinyin: 1.3.0 -> 1.6.0 2016-10-01 13:43:36 +09:00
libpipeline libpipeline: fix build for osx (#15754) 2016-05-27 18:40:46 +02:00
libplist libplist: mark as insecure 2017-02-24 07:41:11 -05:00
libpng Merge branch 'master' into staging 2017-01-08 14:27:01 +01:00
libpointmatcher libpointmatcher: only build on linux 64bit platform 2016-09-30 12:54:09 +02:00
libpqxx libpqxx: use gnused_422 2017-01-07 20:16:17 +01:00
libproxy libproxy: add networkmanager and PAC support 2016-11-24 01:17:55 +03:00
libpseudo treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libpsl Merge branch 'master' into staging 2017-02-09 08:42:04 +01:00
libpst libpst: use python2 2016-10-18 23:16:06 +02:00
libpwquality treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
libqalculate libqalculate: 0.9.9 -> 0.9.10 2016-09-19 20:03:38 +02:00
libqb Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libqglviewer liqglviewer: move to qmake4Hook 2016-04-20 18:55:51 +03:00
libqmi libqmi: 1.12.6 -> 1.16.0 (#19305) 2016-10-08 07:15:38 +02:00
libqrencode libqrencode: init at 3.4.4 2016-07-11 17:46:30 +02:00
libraw libraw: 0.17.1 -> 0.17.2 2017-01-25 20:12:35 +01:00
libraw1394
librdf treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
librdmacm librdmacm: add pkg-config support 2016-12-05 11:45:13 +01:00
libre libre: 0.5.0 -> 0.5.1 2017-03-09 18:59:31 +01:00
librelp librelp: 1.2.8 -> 1.2.12 2016-09-03 16:02:49 -05:00
librem librem: 0.4.7 -> 0.5.0 2016-12-08 16:15:18 +01:00
librep Sawfish: 1.11.90 -> 1.12.0 (#19792) 2016-10-23 13:06:47 +02:00
libresample treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libressl libressl_2_5: 2.5.0 -> 2.5.1 2017-02-02 00:26:47 +01:00
librevenge librevenge: 0.0.3 -> 0.0.4 2016-02-14 21:17:07 +01:00
librevisa
librsvg Revert "cairo: Add ApplicationServices as propagatedBuildInput" 2017-01-09 20:58:27 +01:00
librsync Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
libs3
libsamplerate libsamplerate: 0.1.8 -> 0.1.9 2016-10-13 03:18:42 +02:00
libsass
libsearpc libsearpc: use python2 2016-11-24 22:28:03 +01:00
libseccomp libseccomp: 2.3.0 -> 2.3.1 2016-08-25 01:55:42 +02:00
libsecret libsecret: add dev output 2017-01-11 08:32:39 +01:00
libserialport libserialport: 0.1.0 -> 0.1.1 2016-05-11 22:23:29 +02:00
libsexy treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
libshout libshout: Use multiple outputs 2016-09-19 20:03:39 +02:00
libsidplayfp libsidplayfp: init at 1.8.6 2016-08-12 14:22:09 +02:00
libsieve treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libsigcxx libsigcxx 2.8.0 -> 2.10.0 2016-10-05 23:18:43 +02:00
libsigsegv libsigsegv: Add Aarch64 patch 2017-01-25 00:01:52 +02:00
libsixel libsixel: 1.6.1 -> 1.7.3 2017-02-07 17:11:13 -08:00
libsndfile libsndfile: 1.0.26 -> 1.0.27 2016-08-30 18:53:31 +02:00
libsodium libsodium: 1.0.10 -> 1.0.11 2016-10-13 21:42:15 +02:00
libsolv rpm-ostree: 2016.1 -> 2016.10 2016-10-12 20:31:02 +00:00
libsoundio libjack2-git: 2015-09-03 -> 2016-08-18 2016-11-02 12:51:22 +01:00
libsoup libsoup: libgnome_keyring -> libgnome_keyring3 2016-10-15 20:32:09 +02:00
libspatialindex treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libspatialite libspatialite: link missing mod_spatialite.dylib 2016-10-25 15:25:56 +02:00
libspectre treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libspotify use dontBuild instead of hacks 2016-05-04 10:11:04 +00:00
libsrs2 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libssh libssh: bugfix 0.7.3 -> 0.7.4 2017-02-05 14:22:20 +01:00
libssh2 Revert "libssh2: 1.7.0 -> 1.8.0" 2016-12-24 11:52:25 +01:00
libstatgrab libstatgrab: fix darwin build 2016-08-16 19:25:43 +00:00
libstdc++5 libstdcxx5: init at 3.3.6 2016-09-17 23:06:46 +03:00
libstroke treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libstrophe libstrophe: 0.8.8 -> 0.9.1 2016-12-26 22:27:18 +01:00
libsvm
libtap treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libtar
libtasn1 libtasn1: 4.9 -> 4.10 2017-01-25 20:12:38 +01:00
libtcod libtcod: fix build 2016-09-01 16:26:17 +08:00
libtelnet libtelnet: init at 20160426 (#17936) 2016-08-30 14:41:17 +02:00
libtermkey libtermkey: from 0.18 to 0.19 2017-01-07 19:59:45 +02:00
libtheora docdev -> devdoc 2016-09-01 11:07:23 +02:00
libtiff libtiff: apply security patches from Debian 2017-01-18 15:51:36 +01:00
libtiger treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libtomcrypt treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libtommath treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libtorrent-rasterbar libtorrentRasterbar_1_0: 1.0.9 -> 1.0.10 2016-09-13 18:03:46 +02:00
libtoxcore libtoxcore: init at 0.1.6 and move old versions away 2017-02-14 14:57:48 +08:00
libtsm treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libtunepimp libtunepimp: Use multiple outputs 2016-09-19 20:03:38 +02:00
libtxc_dxtn treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libtxc_dxtn_s2tc Rename page to cpages to match github 2017-01-20 16:55:29 +01:00
libu2f-host libu2f-host: fix udev rules 2016-05-09 14:16:31 +02:00
libu2f-server libu2f-server: mark as linux only 2016-06-18 09:39:44 +01:00
libuchardet treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libuecc libuecc: init at 7 2016-10-13 21:42:16 +02:00
libui libui: darwin compatibility 2016-09-28 03:00:01 -04:00
libunibreak
libunique treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
libunistring libunistring: split into multiple outputs 2017-02-21 00:39:22 +01:00
libunity libunity: vala -> vala_0_23 2016-08-21 20:12:32 +03:00
libunwind libunwind: add AArch64 support patch 2017-01-25 00:01:53 +02:00
liburcu liburcu: 0.8.6 -> 0.9.3, doCheck = true 2017-01-26 22:32:13 +01:00
libusb treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libusb1 libusb: 1.0.19 -> 1.0.20 2016-10-03 21:13:30 +02:00
libusbmuxd treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libutempter guake: init at 0.8.3 (close #11027) 2016-01-20 19:33:48 +01:00
libuv libuv: disable tests (temporarily) on Darwin 2017-03-09 07:45:50 -05:00
libva libva: 1.7.2 -> 1.7.3 2017-01-27 18:43:33 +01:00
libvdpau treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libvdpau-va-gl libvdpau-va-gl: 0.4.0 -> 0.4.2 2016-11-24 01:17:55 +03:00
libviper treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libvirt libvirt: 2.5.0 -> 3.0.0 2017-01-22 13:01:02 +01:00
libvirt-glib libvirt-glib: 0.2.3 -> 1.0.0 2017-01-22 13:01:03 +01:00
libvisio
libvisual Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
libvncserver libvncserver: build with libpng 2017-01-11 14:32:02 +01:00
libvorbis treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libvpx libvpx: 1.5.0 -> 1.6.1 2017-02-10 20:11:08 +02:00
libvterm
libwacom libwacom: 0.19 -> 0.22 2016-12-25 22:56:32 +01:00
libwebp
libwebsockets Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
libwmf libwmf: add patch to fix CVE-2016-9011 2016-11-10 03:50:43 +01:00
libwnck treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
libwpd treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libwpg
libwps libwps: 0.4.2 -> 0.4.3 2016-05-25 02:06:47 +02:00
libx86
libx86emu
libxcomp libxcomp: update libpng dependency from 1.2 to 1.6 branch 2016-07-09 16:15:30 +03:00
libxdg-basedir treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
libxkbcommon libxkbcommon: add ttuegel to maintainers 2017-03-04 15:08:47 -06:00
libxklavier docdev -> devdoc 2016-09-01 11:07:23 +02:00
libxls treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
libxmi
libxml2 libxml2: bugfix updates from git upstream 2017-02-16 20:18:17 +01:00
libxmlxx libxmlxx3: 3.0.0 -> 3.0.1 2016-11-20 03:14:09 +03:00
libxmp libxmp: 4.3.11 -> 4.3.12 2016-05-03 16:15:20 +02:00
libxslt libxslt: add option to enable crypto support 2016-12-11 19:22:34 +01:00
libyaml libyaml: 0.1.6 -> 0.1.7 2016-09-09 16:08:13 +02:00
libyaml-cpp openexr, libyaml-cpp: Fix output order to match others 2016-09-01 16:34:11 +03:00
libykneomgr Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
libyubikey
libzdb
libzen {lib}mediainfo{-gui},libzen: 0.7.87 -> 0.7.91, 0.4.33 -> 0.4.34 2016-12-17 12:57:27 +00:00
libzip treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
libzmf libzmf: configure with --disable-werror, needed on i686 2017-02-04 19:52:05 +01:00
lightning treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
linenoise linenoise: license is 2-clause BSD 2016-10-02 13:14:48 +02:00
liquidfun
lirc lirc: 0.9.3 -> 0.9.4 2017-01-09 21:31:05 +01:00
live555 live555: 2015.10.12 -> 2016.02.09 (unbreaks download) 2016-02-19 08:28:05 +01:00
lmdb lmdb on Darwin: fix bogus library name 2017-02-14 10:51:22 +01:00
loadcaffe loadcaffe: init at 0.0pre2016.08.01 2016-08-27 15:41:58 +02:00
log4cplus treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
log4cpp treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
log4cxx treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
loki loki: init at 0.1.7 2017-01-07 20:49:54 +08:00
loudmouth loudmouth: 1.4.3 -> 1.5.3, switch to mcabber version as the upstream as the Gnome version has stagnated 2016-10-04 13:23:49 +02:00
luabind treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
lucene++ treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
lzo
mailcore2 mailcore2: remove git conflict line, still doesn't build 2016-05-17 13:07:22 +01:00
mapnik mapnik: use python2 2017-02-08 19:51:11 +01:00
martyr
matio matio: 1.5.2 -> 1.5.9 2017-01-14 16:49:32 +01:00
mbedtls mbedtls: 1.3.17 -> 1.3.18 2017-02-02 02:52:26 +01:00
mdds mdds: 1.2.1 -> 1.2.2 2016-09-26 15:49:30 +02:00
mediastreamer mediastreamer-openh264: 1.0.0 -> git version from Belledonne Communications fork (Linphone upstream) 2016-08-01 2016-09-06 18:19:17 +02:00
menu-cache menu-cache: 1.0.1 -> 1.0.2 2016-11-17 17:05:47 -02:00
mesa Merge branch 'master' into staging 2017-03-07 21:59:32 +01:00
mesa-darwin Made OpenGL a propagated dependency for mesa on darwin (fixes a host of building errors, especially in haskell pacakges). Also fixed freeglut on darwin. 2016-02-15 14:31:24 -06:00
mesa-glu mesa-glu: Use separate outputs 2016-09-01 18:57:43 +02:00
microsoft_gsl microsoft_gsl: init at 2017-02-13 2017-02-17 02:14:12 +01:00
mimetic mimetic: init at 0.9.8 2016-06-16 14:41:59 +02:00
miniball treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
minixml Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
minizip treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
mlt Remove kde4.kdenlive and dependencies 2017-02-24 16:49:03 -06:00
mongoc mongoc: 1.1.10 -> 1.5.4 2017-02-17 00:11:26 +01:00
mono-addins mono-addins: init at 1.2 2016-03-07 23:21:01 +03:00
mono-zeroconf mono-zeroconf: init at 0.9.0 2016-03-07 23:21:01 +03:00
motif Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-12 09:46:53 +00:00
movit movit: Use multiple outputs 2016-10-02 19:22:29 +02:00
mp4v2 mp4v2: 1.9.1p4 -> 2.0.0 2017-02-23 01:47:45 +01:00
mpfi mpfi: init at 1.5.1 2016-10-26 11:06:32 +02:00
mpfr treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
mpich2
mpir mpir: 2.7.2 -> 3.0.0 2017-03-09 18:47:37 +01:00
mps mps: 1.114.0 -> 1.115.0, fix build 2016-07-06 15:18:23 +02:00
msilbc treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
mtdev
muparser treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
mygui mygui: disable ogre by default 2016-04-12 03:09:11 +03:00
mysocketw
mythes
nanoflann nanoflann: init at 1.1.9 2016-04-19 18:45:46 +02:00
nanomsg nanomsg: 0.8-beta -> 1.0.0 2016-06-11 19:05:53 +02:00
nco nco: fixed the pkg name (version missing) 2016-02-23 15:15:44 +01:00
ncurses ncurses: fix bug with libtinfo symlink that caused vim to fail 2016-12-28 16:02:11 +01:00
ndn-cxx Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
ndpi ndpi: init at 1.8 2017-02-22 00:20:10 -08:00
neardal
neon neon: 0.30.1 -> 0.30.2 2017-02-17 00:11:29 +01:00
netcdf netcdf: 4.3.3.1 -> 4.4.1.1 2017-01-31 17:29:30 +01:00
netcdf-cxx4 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
netcdf-fortran Make all meta.maintainers attributes lists 2016-11-20 18:06:03 +01:00
nettle nettle: 3.2 -> 3.3 2016-11-29 14:54:14 +01:00
newt
nghttp2 nghttp2: 1.17.0 -> 1.19.0 2017-02-07 21:09:54 +01:00
nix-plugins Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
nlohmann_json nlohmann_json: 2.0.7 -> 2.1.0 2017-02-02 11:13:04 +01:00
nlopt nlopt: rescue build by dropping support for Octave 2017-03-07 14:56:46 +01:00
notify-sharp notify-sharp: init at 3.0.3 2016-03-07 23:21:01 +03:00
npapi-sdk
npth npth: 1.2 -> 1.3 2017-01-30 01:15:06 +01:00
nspr nspr: 4.12 -> 4.13.1 2016-10-21 15:44:27 +02:00
nss nss: 3.28.1 -> 3.28.3 2017-03-08 13:27:16 +02:00
nss_wrapper nss_wrapper: Remove glibc from build inputs hack 2016-04-15 22:38:59 +03:00
ntdb
ntl ntl: init at 9.11.0 (#18507) 2016-09-12 19:26:30 +02:00
ntrack treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
nvidia-texture-tools nvidia-texture-tools: 1388 -> 2.1.0 2016-11-05 14:47:08 +03:00
nvidia-video-sdk Adding nvenc support to ffmpeg (default off) 2016-06-14 17:51:55 +02:00
ocl-icd ocl-icd: 2.2.9 -> 2.2.10 2017-01-20 03:37:51 +03:00
ode treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
ogre ogre: don't build with nvigia-cg and samples by default, add flags 2016-04-11 19:25:45 +03:00
ogrepaged treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
ois
olm olm: init at 2.2.1 2017-02-10 02:22:15 +01:00
oniguruma treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
opal
openal-soft treewide: Fix 'lib.optional' misuses 2016-10-01 23:38:06 +03:00
openbabel openbabel: 2.3.2 -> 2.4.1 2016-12-28 20:06:14 +01:00
openbr Remove redundant -DCMAKE_BUILD_TYPE=Release flags 2016-10-01 16:13:41 +02:00
opencascade opencascade: fix build 2016-09-05 21:52:04 +02:00
opencl-clhpp opencl-clhpp: init at 2.0.10 2017-01-20 03:37:51 +03:00
opencl-headers opencl-headers: 2.1.0 -> 2.1-2016-11-29 2017-01-20 03:37:51 +03:00
opencollada
opencolorio opencolorio: Use separate outputs 2016-09-01 18:57:43 +02:00
opencsg opencsg: Fix build related to missing libX11 linking the example. 2016-03-16 13:06:36 +01:00
openct
opencv opencv: upgrade from 3.1.0 to 3.2.0 2017-01-24 14:24:05 +01:00
opendbx treewide: fixup various mysql ocurrences after re-split 2016-08-07 20:46:37 +02:00
opendkim treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
openexr openexr, libyaml-cpp: Fix output order to match others 2016-09-01 16:34:11 +03:00
openh264 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
openjpeg openjpeg2: patch for multiple CVEs 2017-01-07 06:51:31 -05:00
openldap openldap: load configuration files from global sysconfdir /etc (#21648) 2017-01-10 17:41:09 +01:00
openmpi openmpi: fix libtool issue #18147 by stripping libtool *.la files 2016-08-31 12:03:07 +02:00
openscenegraph openscenegraph: fix eval 2016-09-17 15:45:31 +03:00
openslp openslp: patch for CVE-2016-7567 2016-10-26 20:51:06 -04:00
openssl openssl: 1.1.0d -> 1.1.0e for High severity CVE-2017-3733 2017-02-16 09:16:41 -05:00
opensubdiv opensubdiv: 3.0.5 -> 3.2.0 2017-02-28 17:22:06 +03:00
openwsman
oracle-instantclient
ortp ortp: 0.25.0 -> 0.27.0 2016-09-06 18:19:17 +02:00
osip libosip2: 4.1.0 -> 5.0.0 2016-09-26 15:49:30 +02:00
osm-gps-map treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
p11-kit docdev -> devdoc 2016-09-01 11:07:23 +02:00
pango pango: Add darwin frameworks for fond rendering 2017-01-07 17:31:10 +01:00
pangomm pangomm: Add ApplicationServices on darwin 2017-01-14 20:27:54 +01:00
pangox-compat treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
pangoxsl pangoxsl: Use sha256 2016-11-11 15:17:24 -05:00
pcaudiolib pcaudiolib: init at 2016-07-19 2016-09-05 03:33:41 +03:00
pcg-c
pcl pcl: fix problem finding OpenGL on darwin 2016-10-06 02:01:46 -04:00
pcre pcre: 8.38 -> 8.39 (security) 2016-09-24 21:52:51 +02:00
pcre2 pcre2: 10.21 -> 10.22 2016-09-14 21:35:37 +03:00
pdf2xml Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
phonon Merge branch 'master' into staging 2017-03-07 21:59:32 +01:00
physfs treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
physics herwig: 7.0.3 -> 7.0.4 2017-03-01 22:53:41 -05:00
pixman pixman: remove legacy patches 2016-02-29 19:14:41 +01:00
pkcs11helper pkcs11helper: 1.11 -> 1.21 2017-02-17 00:13:18 +01:00
plib Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
png++ treewide: Fix 'lib.optional' misuses 2016-10-01 23:38:06 +03:00
pocketsphinx pocketsphinx: 0.8 -> 5prealpha 2016-12-28 03:28:07 +00:00
podofo podofo: 0.9.4 -> 0.9.5 2017-02-17 00:14:01 +01:00
poker-eval Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
polkit Getting rid of the var indirection and using a bin path instead 2017-01-29 04:11:01 -06:00
polkit-qt-1 polkit_qt4: Use multiple outputs 2016-09-29 13:05:29 +02:00
poppler poppler: Add support for gobject-introspection 2016-12-19 22:25:34 +01:00
popt treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
portaudio portaudio: fixup patches 2017-01-17 19:49:30 -06:00
portmidi Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
postgis postgis: 2.2.1 -> 2.3.1 2017-01-25 19:31:30 +01:00
ppl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
prison
proj proj: disable tests on 32 bit 2017-02-12 10:00:24 +00:00
protobuf protobuf3_2: init at 3.2 2017-02-27 10:52:21 +01:00
protobufc
psol nginx: add PageSpeed module (Linux only) 2017-01-10 17:26:50 -05:00
pth
ptlib ptlib: 2.10.10 -> 2.10.11, add check for SSLv3 2016-08-10 07:12:08 +02:00
pugixml pugixml: 1.7 -> 1.8.1 2016-12-11 21:15:48 +01:00
pupnp libupnp: 1.6.20 -> 1.6.21 2017-01-18 15:56:15 +01:00
qca-qt5 treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
qca2 qca2: 2.1.1 -> 2.1.3 2017-02-19 18:38:10 +01:00
qhull Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
qimageblitz treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
qjson qjson: Moved to GitHub 2016-11-04 09:36:57 -04:00
qmltermwidget libsForQt5.qmltermwidget: fix build 2017-03-02 14:13:35 +01:00
qoauth qoauth: move to qmake4Hook 2016-04-20 18:55:51 +03:00
qpdf treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
qrupdate treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
qscintilla qscintilla: 2.9 -> 2.9.4 2017-01-03 17:20:29 +08:00
qt-3 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-12 09:46:53 +00:00
qt-4.x/4.8 cups: split the $lib output 2017-03-12 18:36:30 +01:00
qt-5 qtbase: fix sed syntax in .pc file fixup 2017-03-11 16:25:48 -06:00
qt-mobility treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
qtkeychain qtkeychain: Allow building with Qt 5 2016-09-07 11:43:39 +02:00
qtscriptgenerator Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-02 22:58:02 +00:00
qtstyleplugins qtstyleplugins: fix eval of meta 2017-03-09 23:09:32 +01:00
qtwebkit-plugins qt5.qtwebkit-plugins: init at 2015-05-09 2016-08-17 20:20:35 +03:00
quazip Separate Qt 5 packages from dependent libraries 2017-02-27 11:49:04 -06:00
quesoglc
quickder quickder: 1.0-RC1 -> 1.0-RC2 2017-02-24 10:02:13 +01:00
qwt qwt6_qt4: init at 6.1.2 2016-12-16 22:29:46 -02:00
qxt
rabbitmq-c rabbitmq-c_0_4: remove, not used anymore 2016-09-24 15:35:14 +02:00
rabbitmq-java-client
range-v3 range-v3: init at 2017-01-30 (#22661) 2017-02-11 19:10:46 +01:00
rdkafka
re2
readline readline70: init at 7.0p0 2016-09-17 01:16:24 +02:00
readosm treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
rep-gtk Sawfish: 1.11.90 -> 1.12.0 (#19792) 2016-10-23 13:06:47 +02:00
resolv_wrapper Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
rlog treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
rocksdb Attempt to update RocksDB to 5.1.2. 2017-02-20 21:50:30 -05:00
rote Add version attribute where maintainers |= nckx 2016-01-25 17:35:21 +01:00
rubberband
sbc
sblim-sfcc Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
schroedinger docdev -> devdoc 2016-09-01 11:07:23 +02:00
science cudnn51_cudatoolkit80: hash change 2017-02-08 18:40:32 +01:00
scmccid treewide: Mass replace 'libusb}/lib' to refer the 'out' output 2016-01-24 10:03:36 +02:00
sdformat sdformat: mark as broken 2017-01-30 11:22:58 +00:00
SDL sdl: fix very long filename 2017-02-11 12:26:17 +08:00
SDL2 SDL2: fix creation of libSDL2main.a 2017-02-16 22:24:40 +01:00
SDL2_gfx SDL2_gfx: 5 -> nightly 2016-08-22 06:30:01 +03:00
SDL2_image SDL2: cleanup and add patch to discover extensions 2016-08-22 06:30:01 +03:00
SDL2_mixer SDL2: cleanup and add patch to discover extensions 2016-08-22 06:30:01 +03:00
SDL2_net SDL2: cleanup and add patch to discover extensions 2016-08-22 06:30:01 +03:00
SDL2_ttf SDL2: cleanup and add patch to discover extensions 2016-08-22 06:30:01 +03:00
SDL_gfx SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
SDL_image SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
SDL_mixer SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
SDL_net SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
SDL_sixel SDL_sixel: init at 1.2-nightly 2016-06-12 20:27:44 -07:00
SDL_sound SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
SDL_stretch SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
SDL_ttf treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
serd lilv and sord: remove svn versions and deploy release version 2017-01-11 02:21:00 +01:00
serf serf: 1.3.7 -> 1.3.9 2017-02-17 00:13:32 +01:00
sfml sfml: 2.3 -> 2.4.1 2017-01-27 10:59:20 +01:00
sfsexp treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
shhmsg
shhopt
silgraphite treewide: Lots of meta.hydraPlatforms -> meta.platforms 2016-08-02 21:17:44 +03:00
simgear flightgear, simgear: 2016.4.3 -> 2016.4.4 2017-01-18 16:58:45 +01:00
skalibs Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
slang mc: Fix darwin build 2016-11-21 12:30:30 +02:00
slib treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
smpeg smpeg: build with gcc 6 2017-01-25 20:12:36 +01:00
snack snack: Mark broken 2016-12-05 02:09:18 +02:00
snappy snappy: split into multiple outputs 2017-03-03 14:30:36 +01:00
socket_wrapper Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
sofia-sip treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
sonic sonic: init at 2016-03-01 2016-09-05 03:33:41 +03:00
soprano
soqt
sord lilv and sord: remove svn versions and deploy release version 2017-01-11 02:21:00 +01:00
soundtouch treewide: more fixes of phases after bash 4.3 -> 4.4 2017-01-05 11:07:04 +01:00
spandsp
sparsehash sparsehash: 2.0.2 -> 2.0.3 2016-03-19 13:51:43 +01:00
spatialite-tools treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
spdlog spdlog: init at 292bdc5 2016-05-03 23:05:37 +01:00
speech-tools
speechd speechd: 0.8.3 -> 0.8.5 2016-09-05 03:33:40 +03:00
speex treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
speexdsp speexdsp: Fix build on aarch64 2017-01-29 02:08:04 +02:00
sphinxbase pocketsphinx: 0.8 -> 5prealpha 2016-12-28 03:28:07 +00:00
spice spice: Patch for CVE-2016-9577, CVE-2016-9578 2017-02-08 22:03:11 -05:00
spice-gtk spice_gtk: use python2 2016-11-24 22:28:04 +01:00
spice-protocol spice-protocol: 0.12.10 -> 0.12.12 2016-09-26 08:22:51 -04:00
sqlcipher sqlcipher: 3.1.0 -> 3.4.0 2016-08-18 02:19:56 +03:00
sqlite sqlite: 3.16.2 -> 3.17.0 2017-03-08 13:39:40 +02:00
sqlite-amalgamation
srtp srtp: 1.5.2 -> 1.5.4 for CVE-2015-6360 2016-04-03 09:07:33 -05:00
startup-notification
stfl stfl: fix darwin build 2016-08-16 19:25:44 +00:00
stlport
strigi strigi: Fix libraries being installed in $out/$out/lib 2016-09-20 18:02:19 +02:00
stxxl Remove redundant -DCMAKE_BUILD_TYPE=Release flags 2016-10-01 16:13:41 +02:00
subunit
svrcore Add mirror://mozilla scheme 2016-05-09 19:37:22 +02:00
swc wayland window managers: orbment, sway, velox -> latest git 2016-02-10 23:27:36 +00:00
swiften treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
sword
szip
t1lib t1lib: add a note about CVE fixes 2017-01-25 13:53:55 +01:00
tachyon symmetrica: init at 2.0 2016-10-26 11:06:33 +02:00
taglib
taglib-extras treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
taglib-sharp taglib-sharp: init at 2.1.0.0 2016-03-07 23:21:01 +03:00
talloc talloc: fix on darwin 2016-10-14 22:51:21 -04:00
tbb Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
tclap
tclgpg
tcllib treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
tcltls tcltls: 1.6 -> 1.6.7 2017-02-17 00:12:12 +01:00
tclx tclx: init at 8.4.1 2016-07-16 21:49:58 +01:00
tdb tdb: 1.3.8 -> 1.3.11 2016-09-19 20:03:39 +02:00
tecla libtecla: update to version 1.6.3 2016-12-22 12:28:35 +01:00
telepathy telepathy.glib: add python to passthru 2016-11-24 22:28:04 +01:00
tevent tevent: 0.9.28 -> 0.9.30 2016-09-19 20:03:39 +02:00
thrift
ti-rpc
tidyp Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
tinyxml tinyxml: fix install name on darwin 2016-10-28 19:11:58 -04:00
tinyxml-2 tinyxml-2: 3.0.0 -> 4.0.1 2016-11-01 15:57:18 +01:00
tix tix: init at 8.4.1 2017-01-04 17:39:43 +01:00
tk tk: add private headers to /include 2017-01-04 15:49:27 +01:00
tnt treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
tntdb tntdb: init at 1.3 2016-08-18 11:11:43 +02:00
tntnet tntnet: init at 2.2.1 2016-08-18 09:54:46 +02:00
tokyo-cabinet treewide: Mass replace 'zlib}/lib' to refer the 'out' output 2016-01-24 10:03:39 +02:00
tokyo-tyrant
torch Excise use of importJSON 2017-01-30 11:44:08 +01:00
torch-hdf5 torch-hdf5: init at 0.0pre2016-07-01 2016-08-31 19:45:28 +02:00
tre tre: add patch for CVE-2016-8859 2016-11-02 11:55:39 +01:00
tremor treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
tsocks tsocks: switch back to regular stdenv libc, remove saveme compilation 2016-04-27 18:02:06 +02:00
ucl treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
ucommon Disable bunch of non-compiling packages on Darwin 2016-09-01 20:39:33 +03:00
udns outputDocdev -> outputDevdoc 2016-09-20 17:44:48 +02:00
udunits udunits: 2.2.21 -> 2.2.23 2017-01-21 23:36:40 +01:00
uhttpmock Remove myself from maintainers 2017-01-31 11:00:14 +01:00
uid_wrapper Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
unibilium unibilium: enable on darwin (#16012) 2016-06-06 10:56:08 +02:00
unicap
unittest-cpp openshot-qt: remove myself from the maintainer list 2017-03-05 20:47:24 +01:00
unixODBC unixODBC: enable build for darwin 2016-10-13 09:23:14 +03:00
unixODBCDrivers unixODBCDrivers.mariadb: fix evaluation 2016-08-07 22:33:19 +02:00
uri uri: init at 2016-09-04 2016-10-10 20:27:07 -04:00
uriparser uriparser: 0.8.2 -> 0.8.4 2017-03-06 08:41:47 +01:00
urt
usbredir usbredir: Fix 32-bit build 2016-09-30 12:19:59 +03:00
ustr ustr: Remove unhelpful 'buildTargets' value. 2017-03-06 19:34:07 -05:00
utf8proc utf8proc: 1.3 -> 2.0.2 2016-11-26 21:35:18 +01:00
uthash use dontBuild instead of hacks 2016-05-04 10:11:04 +00:00
v8 v8-3_16_14 tweaks for the build on darwin 2016-11-05 22:31:12 +01:00
vaapi-intel vaapiIntel: 1.7.2 -> 1.7.3 2017-01-27 18:43:50 +01:00
vaapi-vdpau treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
vapoursynth vapoursynth: disable OCR by default (#22943) 2017-02-19 02:11:08 +01:00
vapoursynth-mvtools vapoursynth-mvtools: 16 -> 17 2016-10-31 21:55:26 +01:00
vc vc: 1.2.0 -> 1.3.0 2016-11-24 01:17:56 +03:00
vcdimager
vcg treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
vid-stab
vigra vigra: use python2 2016-10-18 23:16:07 +02:00
vmime
vmmlib vmmlib: init at 1.6.2 2016-02-19 14:51:43 +00:00
vrpn vrpn: 07.30 -> 2016-08-27 2016-09-08 13:04:41 +01:00
vsqlite Add vsqlite, a C++ wrapper library for sqlite. 2016-09-19 09:58:21 +02:00
vtk vtk: fix build due to doCheck = true on !darwin 2016-10-02 20:20:33 +02:00
vulkan-loader vulkan-loader: fix search paths in suid processes 2017-02-20 01:39:48 +03:00
vxl vxl: remove obsolete patch 2016-08-03 13:20:32 +00:00
wavpack wavpack: 4.80.0 -> 5.1.0 2017-02-08 22:41:24 +08:00
wayland wayland: fix configure flags' type 2017-01-31 03:23:51 +03:00
wcslib treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
webkitgtk webkitgtk24x: mark as insecure 2017-02-26 22:52:07 +01:00
webrtc-audio-processing webrtc-audio-processing: Fix ARM breakage 2016-07-10 01:35:00 +03:00
websocket++ treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
wildmidi wildmidi: 0.3.8 -> 0.3.9 2016-05-22 17:12:31 +02:00
wiredtiger
wlc wlc: 0.0.5 -> 0.0.8 2017-02-24 06:58:19 +01:00
wld wayland window managers: orbment, sway, velox 2016-02-10 23:27:36 +00:00
wolfssl wolfssl: 3.9.10b -> 3.10.3 2017-02-21 09:42:32 +01:00
wt treewide: Make explicit that 'dev' output of libmysql is used 2016-08-23 03:52:06 +03:00
wtk
wvstreams Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
wxGTK-2.8 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
wxGTK-2.9 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
wxGTK-3.0 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
wxmac wxmac: fix build with clang-3.8 2016-12-10 19:10:54 +01:00
wxsqlite3 wxsqlite3: init at 3.3.1 2016-07-05 00:55:22 -07:00
wxsqliteplus wxsqliteplus: init at 0.3.6 2016-07-05 13:15:04 -07:00
wxSVG wxSVG: init at 1.5.11 2017-03-06 17:36:20 +01:00
x264 Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
x265 x265: Don't install static library 2016-09-01 18:57:43 +02:00
xalanc xalanc: init at 1.11 2016-04-27 11:38:05 +03:00
xapian xapian-ruby: link against correct xapian 2017-03-06 20:24:07 +01:00
xavs
Xaw3d Xaw3d: 1.5E -> 1.6.2, switch md5 to sha256, use X.org as the upstream 2016-10-26 15:51:26 +02:00
xbase
xcb-util-cursor treewide: Shuffle outputs 2016-08-29 14:49:51 +03:00
xercesc xercesc: 3.1.3 -> 3.1.4 (security) 2016-07-09 23:28:58 +02:00
xgboost xgboost: 2016-05-14 -> 0.60 2016-08-14 22:37:08 +03:00
xine-lib treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
xlibs-wrapper treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
xlslib treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
xml-security-c xml-security-c: init at 1.7.3 2016-04-27 11:38:09 +03:00
xmlrpc-c Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
xmlsec xmlsec: 1.2.20 -> 1.2.23 2017-02-17 00:13:45 +01:00
xsd xsd: init at 4.0.0 2016-04-27 11:38:09 +03:00
xvidcore xvidcore: 1.3.3 -> 1.3.4 2016-04-12 15:51:31 +02:00
xylib xylib: 1.4 -> 1.5 2017-01-01 18:19:39 +01:00
yajl
zeitgeist zeitgeist: python bindings at pythonPackages.zeitgeist 2016-11-24 22:28:04 +01:00
zeroc-ice zeroc_ice: 3.6.1 -> 3.6.3 2016-10-13 03:18:17 +02:00
zeromq zmq: v4.2.0 -> v4.2.2 2017-02-18 22:52:02 +02:00
zimg zimg: 2.3 -> 2.4 2017-02-04 19:33:46 +01:00
zimlib zimlib: 20150710 -> 1.4 2017-03-07 14:06:09 +01:00
zlib zlib: 1.2.10 -> 1.2.11 2017-02-05 13:30:44 +01:00
zlog
zookeeper_mt
zziplib zziplib: use python2 2016-10-18 23:16:04 +02:00