Vladimír Čunát
b3024380de
mesa: 19.1.4 -> 19.1.5 (bugfix only)
2019-08-24 18:09:36 +02:00
Robert Scott
9b6ae7a0f4
graphene-hardened-malloc: 1 -> 2
2019-08-24 16:52:32 +01:00
Michael Weiss
a48865eea0
wayland-protocols: 1.17 -> 1.18
2019-08-24 16:30:46 +02:00
Marek Mahut
93e40b2ab8
Merge pull request #65952 from r-ryantm/auto-update/libcacard
...
libcacard: 2.6.1 -> 2.7.0
2019-08-24 16:27:44 +02:00
Marek Mahut
993cac675b
Merge pull request #65955 from r-ryantm/auto-update/libgig
...
libgig: 4.1.0 -> 4.2.0
2019-08-24 16:22:20 +02:00
Marek Mahut
6f553ac764
Merge pull request #65956 from r-ryantm/auto-update/libdazzle
...
libdazzle: 3.32.2 -> 3.32.3
2019-08-24 16:20:54 +02:00
R. RyanTM
d7d15fb454
wiredtiger: 2.6.1 -> 3.2.0 ( #67170 )
...
* wiredtiger: 2.6.1 -> 3.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wiredtiger/versions
* wiredtiger: removing broken tag
* wiredtiger: removing prePatch for darwin
2019-08-24 09:53:02 -04:00
Luka Blaskovic
e9b136e400
luaffi: remove in favor of luaPackages.luaffi
2019-08-24 10:04:44 +00:00
Marek Mahut
b8b35816c3
Merge pull request #67356 from alexbakker/libvirt-onboot
...
libvirtd: add onBoot option
2019-08-24 11:59:07 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Samuel Leathers
7cec032b9e
Merge pull request #67263 from pacien/exim-spf
...
exim: add SPF support (+ init libspf2 at 1.2.10)
2019-08-24 00:58:02 -04:00
Jan Tojnar
2e1f99061e
Merge pull request #67320 from jtojnar/at-spi-bus-launcher-schemas
...
at-spi2-core: wrap at-spi-bus-launcher
2019-08-24 00:46:25 +02:00
Jan Tojnar
1adfc32c01
at-spi2-core: wrap at-spi-bus-launcher
...
Currently the following warnings and errors are logged on GNOME startup:
Aug 22 19:34:16 kaiser dbus-daemon[1229]: [session uid=132 pid=1229] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=132 pid=1246 comm="/nix/store/5anz
kdq6src76c4lm4m98w2a8f3j2cc4-gnome-" label="kernel")
Aug 22 19:34:16 kaiser systemd[1223]: Starting Accessibility services bus...
Aug 22 19:34:16 kaiser at-spi-bus-laun[1341]: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Aug 22 19:34:16 kaiser dbus-daemon[1229]: [session uid=132 pid=1229] Successfully activated service 'org.a11y.Bus'
Aug 22 19:34:16 kaiser systemd[1223]: Started Accessibility services bus.
Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: dbus-daemon[1345]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=132 pid=1246 comm="/nix/store/5anzkdq6src76c4lm4m98w2a8f3j2cc4-gnom
e-" label="kernel")
Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: dbus-daemon[1345]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
[…]
Aug 22 19:34:26 kaiser dbus-daemon[1775]: [session uid=1000 pid=1775] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.10' (uid=1000 pid=1852 comm="/nix/store/0k7r7imgs4zw3c9csldq7clmcyn4cy6k-gnome-" label="kernel")
Aug 22 19:34:26 kaiser systemd[1769]: Starting Accessibility services bus...
Aug 22 19:34:26 kaiser at-spi-bus-laun[1858]: g_settings_schema_source_lookup: assertion 'source != NULL' failed
Aug 22 19:34:26 kaiser at-spi-bus-laun[1858]: g_settings_schema_source_lookup: assertion 'source != NULL' failed
Aug 22 19:34:26 kaiser dbus-daemon[1775]: [session uid=1000 pid=1775] Successfully activated service 'org.a11y.Bus'
Aug 22 19:34:26 kaiser systemd[1769]: Started Accessibility services bus.
Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: dbus-daemon[1862]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1852 comm="/nix/store/0k7r7imgs4zw3c9csldq7clmcyn4cy6k-gnome-" label="kernel")
Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: dbus-daemon[1862]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
This patch starts wrapping the binary, fixing one of the stragglers from https://github.com/NixOS/nixpkgs/issues/14120 .
Unfortunately, we could not use wrapGAppsHook due to dependency cycle.
2019-08-24 00:07:39 +02:00
Marek Mahut
589405a563
opencv: CVE-2019-14493
2019-08-23 20:36:31 +02:00
worldofpeace
dc9c69efcf
dbus: set runstatedir to /run
...
else it's /var/run.
2019-08-23 14:20:02 -04:00
worldofpeace
ccd8421dc9
dbus: don't make datadir /etc
2019-08-23 14:19:20 -04:00
Jan Tojnar
a8d3aebdce
Merge pull request #67318 from jtojnar/gnome-photos
...
gnome-photos: 3.32.0 → 3.32.1
2019-08-23 19:49:43 +02:00
Alexander Bakker
d20022018e
libvirtd: add onBoot option
...
This adds a new ``onBoot`` option that allows specifying the action taken on
guests when the host boots. Specifying "start" ensures all guests that were
running prior to shutdown are started, regardless of their autostart settings.
Specifying "ignore" will make libvirtd ignore such guests. Any guest marked as
autostart will still be automatically started by libvirtd.
2019-08-23 17:52:12 +02:00
Linus Heckemann
d1d602f559
Merge remote-tracking branch 'origin/master' into openssl-1.1
2019-08-23 17:27:39 +02:00
Michael Weiss
7126eedd4f
Merge pull request #67205 from primeos/ffmpeg-full
...
ffmpeg-full: 4.1.4 -> 4.2
2019-08-23 15:36:15 +02:00
Michael Weiss
4469c2333c
ffmpeg-full: Disable libmfx and nvenc on AArch64 to fix the build
...
The AArch64 build was failing since 2019-03-26:
https://hydra.nixos.org/build/98821440
2019-08-23 14:30:46 +02:00
Emily
6dba65eeba
libftdi: extend platforms and fix on Darwin
2019-08-23 02:14:40 -05:00
Marek Mahut
5fa9205731
Merge pull request #66567 from mmahut/itk
...
itk: 5.0.0 -> 5.0.1
2019-08-23 08:34:56 +02:00
Marek Mahut
29ca909e00
Merge pull request #67147 from jonringer/bump-osinfo
...
Bump libosinfo packages
2019-08-23 08:26:25 +02:00
Mario Rodas
7ad6a4a01f
Merge pull request #66896 from r-ryantm/auto-update/grpc
...
grpc: 1.22.0 -> 1.23.0
2019-08-22 21:18:58 -05:00
Mario Rodas
16dec82d99
grpc: add marsam as maintainer
2019-08-22 20:17:54 -05:00
Aaron Andersen
890196d0e5
Merge pull request #67206 from flokli/oracle-instantclient-19.3
...
oracle-instantclient: 12.2.0.1.0 -> 19.3.0.0.0
2019-08-22 20:57:44 -04:00
Jan Tojnar
b8ba71d633
tracker-miners: move from gnome3
2019-08-23 02:55:42 +02:00
Jan Tojnar
4919db9cbb
tracker: move from gnome3
2019-08-23 02:53:43 +02:00
Jan Tojnar
795e37b7fe
grilo-plugins: move from gnome3
2019-08-23 02:47:56 +02:00
Jan Tojnar
a2ba083f18
grilo: move from gnome3
2019-08-23 02:47:37 +02:00
Jan Tojnar
fac090c8dd
gnome-online-accounts: move from gnome3
2019-08-23 02:47:21 +02:00
Jan Tojnar
91b46353a5
Merge pull request #67308 from jtojnar/libxmlb-0.1.11
...
libxmlb: 0.1.10 → 0.1.11
2019-08-23 02:06:41 +02:00
Robin Gloster
2cc05be907
treewide: openssl_1_1 pinning is unnecessary
2019-08-23 02:02:50 +02:00
Robin Gloster
c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-23 02:00:31 +02:00
Jan Tojnar
93f4d6f6ae
nixos/tests/libxmlb: init
2019-08-23 01:34:48 +02:00
Jan Tojnar
67bd99052a
Merge pull request #67204 from jtojnar/libical-3.0.5
...
libical: 3.0.4 → 3.0.5
2019-08-23 01:27:16 +02:00
Jan Tojnar
14056cc908
libxmlb: 0.1.10 → 0.1.11
...
https://github.com/hughsie/libxmlb/blob/0.1.11/NEWS
Also formatted the expression and added installed tests
2019-08-23 01:11:18 +02:00
Will Dietz
66e93cb96e
libcbor: 2019-02-23 -> 2019-07-25
...
git bump, including removal of stray printf
2019-08-22 14:10:36 -05:00
Maximilian Bosch
311516f55e
dlib: 19.16 -> 19.17
...
https://github.com/davisking/dlib/releases/tag/v19.17
Also had to change the expression for setup.py flags as 19.17 doesn't
support `--yes` anymore.
2019-08-22 20:53:41 +02:00
pacien
43a5bab9a5
libspf2: init at 1.2.10
2019-08-22 17:50:13 +02:00
Marek Mahut
b67b08518e
Merge pull request #66969 from dtzWill/update/libvisio-0.1.7
...
libvisio: 0.1.6 -> 0.1.7
2019-08-22 17:03:41 +02:00
Robin Gloster
3dede565c7
qt56: remove; unused, broken with openssl 1.1
2019-08-22 14:50:28 +02:00
nyanloutre
9f5f9ab7e9
grantlee5: fix build with recent CMake versions
2019-08-22 14:03:49 +02:00
nyanloutre
e841edacc5
grantlee5: remove extra grantleeCompatVersion var
2019-08-22 13:55:11 +02:00
Tobias Mayer
bd9d24a2dc
qt48: Fix build for gcc8
2019-08-22 13:24:56 +02:00
nyanloutre
620331c294
kdeFramework.kdewebkit: disable new designer plugin option
2019-08-22 12:19:13 +02:00
Florian Klink
ab6ada01f7
oracle-instantclient: use copy instead of install for libraries
...
libclntsh.so* and libocci.so* are symlinks to the latest version.
By using `install`, these are all dereferenced and duplicated.
Let's avoid that, and shrink the lib output from 621M to 226M.
2019-08-22 11:22:51 +02:00
Florian Klink
e9c53043a8
oracle-instantclient: drop PECL::oci8 hack
...
This wasn't about PECL::oci8 in first place, but DBD-Oracle.
In the current version of oracle-instantclient, a libclntsh.so is
shipped, so DBD-Oracle is happy.
2019-08-22 11:22:51 +02:00
Florian Klink
2decc61d28
oracle-instantclient: 12.2.0.1.0 -> 19.3.0.0.0
...
It's now possible to download Oracle Instant Client without having to
click a checkbox to agree to the license, and then log in with an Oracle
account to start the download, at least on Linux (for now).
Darwin still seems to be at 18.1, and version numbers haven't been that
aligned recently, so allow different version numbers per platform.
2019-08-22 11:22:51 +02:00
Florian Klink
c79d9e17d6
odpic: 3.1.0 -> 3.2.1
2019-08-22 11:22:51 +02:00
Florian Klink
eb0fecf294
odpic: add to rpath
2019-08-22 11:22:51 +02:00
Florian Klink
6081611046
oracle-instantclient: turn into a multi-output derivation
2019-08-22 11:22:48 +02:00
Pierre Bourdon
1a1696f9b6
SDL2: don't mix space-separated / lists in cmake config
...
The SDL2_PATH environment variable is space-separated. However, CMake
lists are semicolon separated, and doing set(list "a" ${var}) will end
up with list containing "a;b c d". This causes downstream users to fail
parsing the include dirs list.
Normalize the include dirs list to a normal CMake semicolon-separated
list using separate_arguments.
2019-08-22 11:41:16 +03:00
Sarah Brofeldt
84e6725429
Merge pull request #67190 from das-g/libosmium-2.15.2
...
libosmium: 2.15.1 -> 2.15.2
2019-08-22 08:53:31 +02:00
Jan Tojnar
b992565455
Merge pull request #67222 from jtojnar/glthree
...
gnome-hexgl: init at unstable-2019-08-21
2019-08-22 03:18:29 +02:00
Jan Tojnar
144ac2bd16
gthree: unstable-2019-10-21
2019-08-22 02:24:55 +02:00
Jan Tojnar
0e51dcda37
graphene: 1.8.6 → 1.9.6
...
we need unstable version for glthree
2019-08-22 02:24:54 +02:00
Jan Tojnar
9ad99a811d
mutest: init at unstable-2019-10-12
2019-08-22 02:24:54 +02:00
markuskowa
e43834650f
Merge pull request #67182 from lsix/gsl-2.6
...
gsl: 2.5 -> 2.6
2019-08-21 23:52:12 +02:00
Marek Mahut
88f57d4501
Merge pull request #67180 from r-ryantm/auto-update/xxHash
...
xxHash: 0.7.0 -> 0.7.1
2019-08-21 22:38:00 +02:00
Marek Mahut
25ccab2c5f
Merge pull request #67178 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.19 -> 1.5.20
2019-08-21 21:19:52 +02:00
Marek Mahut
b5808da5c7
Merge pull request #67167 from r-ryantm/auto-update/wcslib
...
wcslib: 6.3 -> 6.4
2019-08-21 21:19:12 +02:00
Matthew Bauer
856d10a9b8
Merge pull request #66454 from ruuda/libcrypto-noexecstack
...
libressl: build libcrypto with noexecstack
2019-08-21 14:11:08 -04:00
Jonathan Ringer
038fbf0178
libosinfo: 1.5.0 -> 1.6.0
2019-08-21 10:37:20 -07:00
Timo Kaufmann
e2b47524a3
Merge pull request #67158 from r-ryantm/auto-update/sympow
...
sympow: 2.023.4 -> 2.023.5
2019-08-21 19:17:53 +02:00
Michael Weiss
1537ce23b1
ffmpeg-full: 4.1.4 -> 4.2
...
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog
Configuration flag changes:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/n4.1.4..n4.2:/configure
Ignored new configuration flags:
--enable-libaribb24 enable ARIB text and caption decoding via libaribb24 [no]
--enable-pocketsphinx enable PocketSphinx, needed for asr filter [no]
--enable-cuda-nvcc enable Nvidia CUDA compiler [no]
--disable-cuda-llvm disable CUDA compilation using clang [autodetect]
--disable-msa2 disable MSA2 optimizations
The renamed and removed configuration options where not used.
I've added a patch to prefer libdav1d over libaom, as libaom wasn't even
able to play my sample videos for AV1 (apart from the reduced
performance, at least in theory).
2019-08-21 18:02:30 +02:00
Jan Tojnar
c5762ff9e5
libical: 3.0.4 → 3.0.5
...
https://github.com/libical/libical/releases/tag/v3.0.5
Docs now fail with a different issue so I had to keep them disabled:
FAILED: doc/reference/libical-glib/html/index.html
cd /build/source/build/doc/reference/libical-glib && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-scan --module=libical-glib --deprecated-guards="LIBICAL_GLIB_DISABLE_DEPRECATED" --ignore-headers="libical-glib-private.h" --rebuild-sections --rebuild-types --source-dir="/build/source/build/src/libical-glib" && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E chdir /build/source/build/doc/reference/libical-glib /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E env LD_LIBRARY_PATH=":/build/source/build/lib:/build/source/build/lib:/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib:" /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-scangobj --module=libical-glib --cflags=\ -I/nix/store/90y20imp7c9rykrwj9xsavpmi4gpllr8-glib-2.60.4-dev/include\ -I/nix/store/90y20imp7c9rykrwj9xsavpmi4gpllr8-glib-2.60.4-dev/include/glib-2.0\ -I/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib/glib-2.0/include\ -I/nix/store/hnd5m3l1cysr5wpim0h0khvsycgr7577-libical-3.0.5-dev/include --ldflags=-L/build/source/build/lib\ -lical-glib\ -lglib-2.0\ -lgobject-2.0\ -L/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib\ -L/build/source/build/lib\ -lical\ -L/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-mkdb --module=libical-glib --name-space=libical-glib --main-sgml-file="/build/source/build/doc/reference/libical-glib/libical-glib-docs.sgml" --sgml-mode --output-format=xml --source-dir="/build/source/build/src/libical-glib" && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E make_directory /build/source/build/doc/reference/libical-glib/html && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E chdir /build/source/build/doc/reference/libical-glib/html /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-mkhtml --path=.. libical-glib ../libical-glib-docs.sgml && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-fixxref --module=libical-glib --module-dir=html --extra-dir=.. --html-dir="share/gtk-doc/html/libical-glib"
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: libical-glib-scan.o: undefined reference to symbol '__errno_location@@GLIBC_2.2.5'
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: /nix/store/iykxb0bmfjmi7s53kfg6pjbfpd8jmza6-glibc-2.27/lib/libpthread.so.0: error adding symbols: DSO missing from command line
2019-08-21 14:05:13,671:scangobj.py:execute_command:1198:WARNING:Linking scanner failed: 1, command: ld libical-glib-scan.o -L/build/source/build/lib -lical-glib -lglib-2.0 -lgobject-2.0 -L/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib -L/build/source/build/lib -lical -L/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib -o libical-glib-scan
[169/227] Building C object src/libical-glib/CMakeFiles/ical-glib-static.dir/i-cal-derived-property.c.o
ninja: build stopped: subcommand failed.
2019-08-21 16:30:21 +02:00
Gabriel Ebner
ccebe42911
libheif: 1.4.0 -> 1.5.0
2019-08-21 15:13:37 +02:00
Raphael Das Gupta
aa0f96cfb4
libosmium: 2.15.1 -> 2.15.2
2019-08-21 14:46:42 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-21 14:25:13 +02:00
xbreak
0ec4bfdcc1
libyamlcpp: Disable build & install of Google Test
...
The source repo includes a copy of Google Test, which is build
and installed by default, which may lead to the wrong Google Test
being used by packages using yaml-cpp.
2019-08-21 11:09:20 +00:00
Lancelot SIX
cb02fcafb8
gsl: 2.5 -> 2.6
...
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00004.html
for release announcement
2019-08-21 10:43:43 +02:00
R. RyanTM
7febeb3ddf
xxHash: 0.7.0 -> 0.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xxhash/versions
2019-08-21 00:04:32 -07:00
R. RyanTM
bde427be49
wxSVG: 1.5.19 -> 1.5.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-08-20 23:45:12 -07:00
R. RyanTM
d3526f8cb2
wcslib: 6.3 -> 6.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wcslib/versions
2019-08-20 22:22:43 -07:00
R. RyanTM
0ff0c288a8
sympow: 2.023.4 -> 2.023.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sympow/versions
2019-08-20 21:06:37 -07:00
Ruud van Asseldonk
fdd78a5387
libressl: use CFLAGS to avoid exectuable stack
...
It turns out that libcrypto had an exectuable stack, because it linked
some objects without a .note.GNU-stack section. Compilers add this
section by default, but the objects produced from .S files did not
contain it. The .S files do include a directive to add the section, but
guarded behind an #ifdef HAVE_GNU_STACK. So define HAVE_GNU_STACK, to
ensure that all objects have a .note.GNU-stack section.
2019-08-21 00:16:08 +02:00
Timo Kaufmann
c5c47203dc
Merge pull request #65247 from lopsided98/openjdk-arm
...
openjdk: enable bootstrapping on ARM
2019-08-20 23:55:45 +02:00
Marek Mahut
8b5126fc25
Merge pull request #67011 from r-ryantm/auto-update/onig
...
oniguruma: 6.9.2 -> 6.9.3
2019-08-20 21:05:50 +02:00
Danylo Hlynskyi
f45dc43a52
Merge pull request #67087 from danbst/update/agda-iowa-stdlib
...
agdaIowaStdlib: 1.4.0 -> 1.5.0, also agdaPrelude update
2019-08-20 22:00:10 +03:00
Robin Gloster
ff3211e5d5
aacskeys: remove
...
Unmaintained, ancient and doesn't build with openssl 1.1
2019-08-20 20:40:05 +02:00
Marek Mahut
462288a6ba
Merge pull request #67035 from r-ryantm/auto-update/protozero
...
protozero: 1.6.7 -> 1.6.8
2019-08-20 20:30:10 +02:00
Robin Gloster
8c0786babe
Merge pull request #67103 from mayflower/globin-maintainership
...
treewide: update globin's maintained drvs
2019-08-20 17:57:47 +00:00
Matthew Bauer
d02e0b6020
Merge pull request #66634 from matthewbauer/at-spi2-core-minimize-closure
...
at-spi2-core: provide fallback dbus_daemon manually
2019-08-20 13:39:14 -04:00
Marek Mahut
60c1883a19
Merge pull request #66980 from r-ryantm/auto-update/mdds
...
mdds: 1.4.3 -> 1.5.0
2019-08-20 19:36:59 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
danbst
fcf752c8b3
agdaPrelude: 0dca24a81 -> eacc961c2
...
https://hydra.nixos.org/build/98865987
2019-08-20 17:42:40 +03:00
Austin Seipp
6576162fe9
liburing: replace obsoleted patch with new upstream patch
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 09:42:18 -05:00
danbst
d215144cc9
agdaIowaStdlib: 1.4.0 -> 1.5.0
...
https://hydra.nixos.org/build/98831905
2019-08-20 17:32:20 +03:00
Ruud van Asseldonk
bc185504ca
libressl_3_0: init at 3.0.0
2019-08-20 08:50:57 -05:00
Austin Seipp
66f37f4a34
liburing: bump to 0.1 tag + some extra patches
...
Normally changing the version of the tag in this manner would be nasty
for users -- `nix-env -u` would not see this as an upgrade on the
channel, for instance, if you had a previous version installed. But
liburing is a *library* and does not really come included with any
useful end-user tools. Most cases will use it directly as a build
dependency, in which case, an appropriate rebuild will happen anyway.
This also re-introduces AArch64 builds, which was previously broken due
to some internal changes requiring memory barrier support. In a twist of
fate, however, this was later broken by another patch, which was written
to fix a *different* regression for users. So we simply apply both of
these patches, as well as a third patch that re-fixes AArch64 support,
which I will submit upstream to Jens. Life is never easy.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 08:50:11 -05:00
Rickard Nilsson
225e412edb
Remove myself as maintainer of some packages.
2019-08-20 15:24:01 +02:00
R. RyanTM
f4df1281c2
protozero: 1.6.7 -> 1.6.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/protozero/versions
2019-08-20 00:04:54 -07:00
R. RyanTM
4bbcc7127d
oniguruma: 6.9.2 -> 6.9.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/onig/versions
2019-08-19 20:05:25 -07:00
R. RyanTM
9e421ad674
libndctl: 65 -> 66
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
2019-08-19 19:30:02 -05:00
R. RyanTM
cbe14dc3cf
driversi686Linux.mesa: 19.1.3 -> 19.1.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mesa/versions
2019-08-19 17:20:36 -07:00
Ben Wolsieffer
18e0f9d39f
libdrm: don't depend on valgrind when it is not available (armv6l)
2019-08-19 18:54:29 -04:00
Marek Mahut
6e6892d29b
Merge pull request #66958 from r-ryantm/auto-update/live555
...
live555: 2019.06.28 -> 2019.08.16
2019-08-19 23:17:30 +02:00
Marek Mahut
1c44d26f91
Merge pull request #66959 from r-ryantm/auto-update/librealsense
...
librealsense: 2.23.0 -> 2.25.0
2019-08-19 22:45:00 +02:00
R. RyanTM
771d841446
mdds: 1.4.3 -> 1.5.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mdds/versions
2019-08-19 13:44:47 -07:00
Marek Mahut
d4ee26ebd9
Merge pull request #66955 from r-ryantm/auto-update/libwebsockets
...
libwebsockets: 3.1.0 -> 3.2.0
2019-08-19 22:44:16 +02:00
Marek Mahut
0a3f7d4740
Merge pull request #66964 from r-ryantm/auto-update/libmodbus
...
libmodbus: 3.1.4 -> 3.1.6
2019-08-19 22:43:33 +02:00
Marek Mahut
7302eb3ea0
Merge pull request #66967 from r-ryantm/auto-update/libgpiod
...
libgpiod: 1.4 -> 1.4.1
2019-08-19 22:39:55 +02:00
Will Dietz
8ded2cf440
libvisio: 0.1.6 -> 0.1.7
...
https://gerrit.libreoffice.org/plugins/gitiles/libvisio/+/libvisio-0.1.7/NEWS
2019-08-19 14:49:17 -05:00
R. RyanTM
40a0e1d4bc
libgpiod: 1.4 -> 1.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgpiod/versions
2019-08-19 12:33:27 -07:00
R. RyanTM
28a967191d
libmodbus: 3.1.4 -> 3.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmodbus/versions
2019-08-19 12:14:32 -07:00
R. RyanTM
d20482b110
librealsense: 2.23.0 -> 2.25.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions
2019-08-19 11:54:39 -07:00
Marek Mahut
0d633c9285
Merge pull request #66944 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.18.0 -> 0.18.1
2019-08-19 20:47:15 +02:00
Marek Mahut
6366d9602b
Merge pull request #66943 from r-ryantm/auto-update/leatherman
...
leatherman: 1.7.0 -> 1.7.1
2019-08-19 20:46:15 +02:00
Marek Mahut
3149ff5764
Merge pull request #66940 from r-ryantm/auto-update/libdeflate
...
libdeflate: 1.2 -> 1.3
2019-08-19 20:45:39 +02:00
R. RyanTM
0b00207f94
live555: 2019.06.28 -> 2019.08.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-08-19 11:43:05 -07:00
R. RyanTM
82eb1fbee5
libwebsockets: 3.1.0 -> 3.2.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
2019-08-19 11:26:29 -07:00
worldofpeace
80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
...
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
Jan Tojnar
b80da194fd
gnome-video-effects: 0.4.3 → 0.5.0
...
https://gitlab.gnome.org/GNOME/gnome-video-effects/blob/0.5.0/NEWS#L4-6
2019-08-19 19:39:17 +02:00
Matthew Bauer
4497bee1ac
Merge pull request #66861 from lopsided98/directfb-src-github
...
directfb: fix build on ARM
2019-08-19 13:01:41 -04:00
R. RyanTM
9641dcddf8
libfilezilla: 0.18.0 -> 0.18.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libfilezilla/versions
2019-08-19 09:02:51 -07:00
Jan Tojnar
575212cf49
Merge pull request #66936 from r-ryantm/auto-update/libgee
...
libgee: 0.20.1 -> 0.20.2
2019-08-19 17:55:42 +02:00
R. RyanTM
d8ddf3a5bf
leatherman: 1.7.0 -> 1.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-08-19 08:50:38 -07:00
R. RyanTM
ef7891e328
libdeflate: 1.2 -> 1.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdeflate/versions
2019-08-19 08:44:06 -07:00
worldofpeace
7667ae1a2e
Merge pull request #66842 from tilpner/maintainer-fixup
...
tree-wide: fix malformed meta.maintainers
2019-08-19 11:35:10 -04:00
R. RyanTM
c5153f7e05
libgee: 0.20.1 -> 0.20.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgee/versions
2019-08-19 07:57:03 -07:00
Edmund Wu
1d96d2bedb
umockdev: disable failed test ( #66909 )
...
* umockdev: disable failed test
* Update default.nix
2019-08-19 16:57:04 +03:00
Jan Tojnar
d4861c9ede
gnome-video-effects: move from gnome3.gnome-video-effects
2019-08-19 15:38:20 +02:00
Marek Mahut
aa239e96b4
simpleitk: 1.2.0 -> 1.2.2
...
Changing the source from sourceforge to github.
2019-08-19 13:44:15 +02:00
R. RyanTM
36a2ffc2e4
grpc: 1.22.0 -> 1.23.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-08-19 03:13:54 -07:00
tilpner
0281599ad2
tree-wide: fix malformed meta.maintainers
...
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
R. RyanTM
940306ea5f
folly: 2019.07.22.00 -> 2019.08.05.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-08-19 09:59:14 +03:00
gnidorah
d609a547f1
libsForQt5.qtstyleplugins: use qt5's mkDerivation
2019-08-19 08:04:51 +02:00
Ben Wolsieffer
ec28d4ab14
directfb: use source from GitHub as tarball is no longer available
...
This has the side effect of fixing the build on ARM, because some required
files were missing from the tarball.
2019-08-18 23:18:00 -04:00
Marek Mahut
9128a9d9a7
Merge pull request #66783 from r-ryantm/auto-update/agda-stdlib
...
AgdaStdlib: 1.0.1 -> 1.1
2019-08-18 21:59:57 +02:00
Ambroz Bizjak
1bba961e2a
libglvnd, ocl-icd, vulkan-loader: Remove addOpenGLRunpath where not needed.
...
For APIs that use driver config files, the config files should point to libraries using absolute paths, so `RUNPATH` should be unnecessary. It is still needed for `libGLX` because that does not use config files but the dispatch library receives just a vendor name from the X server.
2019-08-18 21:29:42 +03:00
Nikolay Amiantov
9960a2be9b
umockdev: 0.12.1 -> 0.13.1
...
Enable testing and fix a bug which leads to bolt build failing on some host filesystems.
2019-08-18 21:17:32 +03:00
Carles Pagès
ebe711a12f
SDL2: 2.0.9 -> 2.0.10
2019-08-18 18:13:29 +02:00
Marek Mahut
6f27f6c494
Merge pull request #66358 from Ralith/openxr-loader
...
openxr-loader: init at 1.0.1
2019-08-18 16:25:45 +02:00
Florian Klink
dbd7ea5f29
Merge pull request #66725 from flokli/wrapqtappshook-exec
...
stdenv: add isELFExec, isELFDyn, fix wrappers
2019-08-18 13:58:10 +02:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
Markus Kowalewski
6ff8958bef
openblas: 0.3.6 -> 0.3.7
2019-08-18 11:49:24 +02:00
markuskowa
9defd3e3e3
Merge pull request #66732 from markuskowa/upd-armadillo
...
armadillo: 9.600.5 -> 9.600.6
2019-08-18 11:34:57 +02:00
worldofpeace
4f3e9ca93a
Merge pull request #65291 from worldofpeace/xdg-updates
...
Flatpak updates
2019-08-18 04:23:54 -04:00
worldofpeace
8fbae8c72d
libmodulemd_1: init at 1.8.15
2019-08-18 04:23:17 -04:00
worldofpeace
fdd28981d7
libmodulemd: init at 2.6.0
...
Includes a patch for the usual pygobject override stuff.
Pending upstream submission.
2019-08-18 04:23:17 -04:00
worldofpeace
46d0ebb144
xdg-desktop-portal-gtk: 1.2.0 -> 1.4.0
...
Stylize expression.
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
2eb94bdbb8
xdg-desktop-portal: 1.2.0 -> 1.4.2
...
* adapt respect-path-env-var.patch to code being
moved around, etc.
* Add json-glib
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
1728bc8d22
flatpak: 1.2.4 -> 1.4.2
...
* Regenerated all patches for 1.4.2 and resolved
any conflicts.
* fix-test-paths.patch doesn't copy the whole locale archive
because we have C.UTF8 now.
* nixos/flatpak creates a Flatpak system helper user
Change introduced in 1.3.2.
Changes:
See https://github.com/flatpak/flatpak/releases/tag/1.3.1 through
1.4.2.
2019-08-18 04:23:17 -04:00
Marek Mahut
882ba76a9d
Merge pull request #66803 from r-ryantm/auto-update/cimg
...
cimg: 2.6.7 -> 2.7.0
2019-08-18 09:47:07 +02:00
Frederik Rietdijk
295888c622
Merge pull request #66381 from NixOS/staging-next
...
Staging next
2019-08-18 08:54:45 +02:00
Samuel Dionne-Riel
c2742295fb
Merge pull request #61655 from lopsided98/g2o-fixes
...
g2o: build g2o_viewer, libqglviewer: 2.6.3 -> 2.7.1
2019-08-18 00:00:01 -04:00
R. RyanTM
a9afe6fad9
cimg: 2.6.7 -> 2.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cimg/versions
2019-08-17 15:29:25 -07:00
R. RyanTM
b1af75fcb4
AgdaStdlib: 1.0.1 -> 1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/agda-stdlib/versions
2019-08-17 12:04:13 -07:00
Marek Mahut
a4ced3ef9a
Merge pull request #66765 from r-ryantm/auto-update/ace
...
ace: 6.5.5 -> 6.5.6
2019-08-17 20:27:17 +02:00
R. RyanTM
0f51cdad5c
ace: 6.5.5 -> 6.5.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ace/versions
2019-08-17 09:20:50 -07:00
Florian Klink
88146a095f
wrapQtAppsHook: use isELFExec
...
This ensures we only wrap executables, not shared libraries
2019-08-17 16:45:57 +02:00
Eelco Dolstra
4fed2b0147
Merge pull request #66739 from dtzWill/update/readline-8.0p1
...
readline80: 8.0p0 -> 8.0p1
2019-08-17 16:24:18 +02:00
Niklas Hambüchen
aa99a263cc
zlib: Properly clean up static/shared distinction
...
This improves what commit
e999def1
zlib: clean up static/shared distincion
described as "kind of a mess" and "confusing". And indeed it was confusing.
Now, the concept whether or not the .a file is moved to a split output
is controlled by a clean variable.
The defaults remain unchanged.
The new approach also finally cleanly allows building statically but NOT
using a split output, like all other autoconf-based projects in nixpkgs do
(using the `dontDisableStatic` setting).
That is important for overlays that want to enable static libs for all
packages in one go, without having to hand-patch idiosynchrasies like zlib
had until now.
Until now, if you wanted the .a in the main output, the only way was to go via
`static=false, shared=true` -- which made no sense, because you had to say
`static=false` even though you want a static lib. That is fixed now.
2019-08-17 15:59:29 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Nikolay Amiantov
2d0a2044b3
libbass: update and use real version numbers
...
Upstream doesn't indeed have any way of getting versioned library, as per
http://www.un4seen.com/forum/?topic=18614.0 .
2019-08-17 10:52:41 +03:00
Frederik Rietdijk
fe9a3e3e63
Merge staging-next into staging
2019-08-17 09:39:23 +02:00
Frederik Rietdijk
c68f58d95c
Merge master into staging-next
2019-08-17 09:30:16 +02:00
Will Dietz
f19e02b705
readline80: 8.0p0 -> 8.0p1
...
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001
2019-08-16 20:31:45 -05:00
Aaron Andersen
c2c1340a58
Merge pull request #66014 from jonringer/update-cre2
...
cre2: 0.3.0 -> 0.3.6
2019-08-16 20:36:42 -04:00
Markus Kowalewski
f0a0c2ae61
armadillo: 9.600.5 -> 9.600.6
2019-08-16 22:46:11 +02:00
nyanloutre
d6ab8baa1b
kde: add myself as maintainer
2019-08-16 15:28:31 +02:00
nyanloutre
5d0acaa677
kpurpose: add missing kirigami2 dependency
2019-08-16 14:54:13 +02:00
nyanloutre
022db30473
kinit: fix kdeinit-extra_libs.patch
2019-08-16 11:26:17 +02:00
nyanloutre
2b22167ad7
kwayland: add missing dependency
2019-08-16 11:26:17 +02:00
nyanloutre
444ddcbcc5
kdeFrameworks: 5.60 -> 5.61
2019-08-16 11:26:17 +02:00
nyanloutre
082e90d1cc
kdeFrameworks: 5.58 -> 5.60
2019-08-16 11:26:17 +02:00
David Gazdos
75e34adda5
libgphoto2: 2.5.17 -> 2.5.23
2019-08-16 16:55:00 +09:00
Tadeo Kondrak
696e1b055b
vapoursynth: R46 -> R47.2
2019-08-15 18:34:27 -06:00
Matthew Bauer
3532a6452e
Merge pull request #66683 from obsidiansystems/missing-qt-patch
...
qt4: Vendor bitrotted Arch Linux patch
2019-08-15 11:34:57 -04:00
John Ericson
280795c163
qt4: Vendor bitrotted Arch Linux patch
...
It is no longer found at this URL. Vendoring until a better solution
comes along.
Fixes #63084
2019-08-15 11:25:48 -04:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
WilliButz
f2e631148a
Merge pull request #66525 from andir/google-cloud-cpp
...
google-cloud-cpp: init at 0.11.0
2019-08-14 21:57:21 +02:00
Matthew Bauer
f6260a3fe5
at-spi2-core: provide fallback dbus_daemon manually
...
This point directly to the NixOS current-system. This is necessary to
avoid creating a direct dependency on DBUS and increasing every app’s
runtime closure. Luckily, dbus_daemon is only used for the case when
dbus is not running and users can always run the dbus-daemon
themselves if it cannot be found.
2019-08-14 14:18:49 -04:00
Matthew Bauer
9af20c376b
Merge pull request #65349 from matthewbauer/dicts
...
Lookup hunspell dictionaries in XDG_DATA_DIRS
2019-08-14 14:17:41 -04:00
Gabriel Ebner
a736d87393
spooles: init at 2.2
2019-08-14 19:09:39 +02:00
Frederik Rietdijk
cff9e6429a
Merge staging-next into staging
2019-08-14 13:46:33 +02:00
Frederik Rietdijk
8d56f2472e
Merge master into staging-next
2019-08-14 13:45:54 +02:00
Marek Mahut
8fa1bb84e8
ptex: 2.3.0 -> 2.3.2
2019-08-14 15:16:22 +09:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes ( #65780 )
...
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
Jan Tojnar
ad135f0518
libwnck3: 3.30.0 → 3.32.0 ( #66586 )
...
libwnck3: 3.30.0 → 3.32.0
2019-08-14 00:17:30 +02:00
Jan Tojnar
3e47ef9790
libwnck3: 3.30.0 → 3.32.0
...
https://gitlab.gnome.org/GNOME/libwnck/blob/3.32.0/NEWS#L1-33
2019-08-13 23:11:25 +02:00
Ruud van Asseldonk
c02b4a1cc8
libressl: do not set noexecstack on Darwin at all
...
It is not needed on Darwin. [1] Thanks Matthew for explaining this.
[1]: https://github.com/NixOS/nixpkgs/pull/66454#issuecomment-520970986
2019-08-13 22:20:16 +02:00
Jan Tojnar
af4e271db9
libgudev: 232 → 233
...
https://ftp.gnome.org/pub/gnome/sources/folks/0.13/folks-0.13.1.news
2019-08-13 19:39:24 +02:00
Matthew Bauer
3ff9b6edec
Merge pull request #65783 from Mic92/drm
...
libdrm: cross-compile fix
2019-08-13 13:38:11 -04:00
worldofpeace
bf1cf3d520
Merge pull request #66191 from r-ryantm/auto-update/wolfssl
...
wolfssl: 4.0.0 -> 4.1.0
2019-08-13 12:43:06 -04:00
Matthew Bauer
bab946b216
Merge pull request #66542 from matthewbauer/mesa-add-surfaceless
...
mesa: add surfaceless egl platform
2019-08-13 11:40:03 -04:00
Andreas Rammhold
1a72fe89f8
google-cloud-cpp: init at 0.11.0
2019-08-13 17:26:51 +02:00
Andreas Rammhold
ac6adc8260
crc32c: init at 1.1.0
2019-08-13 17:26:31 +02:00
Marek Mahut
391945170c
itk: 5.0.0 -> 5.0.1
...
Changing the source from sourceforge to github.
2019-08-13 17:08:04 +02:00
Dmitry Kalinkin
943c10325b
Merge pull request #66247 from veprbl/pr/arrow_1_14_1
...
arrow-cpp: 0.13.0 -> 0.14.1
2019-08-13 10:06:52 -04:00
Jonathan Ringer
74d8f3ca5d
libversion: 2.8.1 -> 2.9.0
2019-08-13 04:19:14 -07:00
Niklas Hambüchen
da3cb9e35b
libirecovery: init at 2019-01-28
2019-08-13 02:13:15 +02:00
Niklas Hambüchen
3c2c3f0dda
libimobiledevice: Remove unnecessary --disable-static
.
...
That's already controlled by `dontDisableStatic`, see:
* https://nixos.org/nixpkgs/manual/#ssec-configure-phase
* #51540
2019-08-13 01:41:15 +02:00
Matthew Bauer
a316d71f59
mesa: add surfaceless egl platform
2019-08-12 18:09:30 -04:00
Marek Mahut
36d3a8a0eb
Merge pull request #66058 from pmiddend/fcppt-update-to-3.2.2
...
fcppt: 3.0.0 -> 3.2.2
2019-08-12 22:13:33 +02:00
Marek Mahut
1c709e0e6c
Merge pull request #63270 from r-ryantm/auto-update/itk
...
itk: 4.13.2 -> 5.0.0
2019-08-12 20:00:17 +02:00
Franz Pletz
fe9c676e99
nuspell: 2.2.0 -> 2.3.0
2019-08-12 19:53:54 +02:00
Marek Mahut
2ae308a414
Merge pull request #66498 from jonringer/bump-librelp
...
librelp: 1.3.0 -> 1.4.0
2019-08-12 19:52:32 +02:00
Marek Mahut
d7bcb48908
itk: Adding darwin.apple_sdk.frameworks.Cocoa
2019-08-12 19:13:14 +02:00
Jonathan Ringer
7943e28fec
librelp: 1.3.0 -> 1.4.0
2019-08-12 09:22:42 -07:00
Silvan Mosberger
a7c7bb156f
clight: init ( #64309 )
...
clight: init
2019-08-12 18:18:05 +02:00
Marek Mahut
c822f39a58
Merge pull request #66486 from nh2/zlib-static-shared-comments
...
zlib: Add comments regarding static/shared linking
2019-08-12 18:12:05 +02:00
Edmund Wu
e277b3832a
libmodule: init at 4.2.0
2019-08-12 11:56:47 -04:00
R. RyanTM
94804a63a2
apfel: 3.0.3 -> 3.0.4 ( #63977 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apfel/versions
2019-08-12 10:36:03 -04:00
Michael Weiss
a82860cb9e
Merge pull request #66434 from primeos/ffmpeg_4
...
ffmpeg_4: 4.1.4 -> 4.2
2019-08-12 14:52:39 +02:00
Marek Mahut
9acb728c52
Merge pull request #66507 from jonringer/bump-libpinyin
...
libpinyin: 2.1.91 -> 2.3.0
2019-08-12 13:32:47 +02:00
Jonathan Ringer
7d8d9e4799
libpinyin: 2.1.91 -> 2.3.0
2019-08-11 22:00:17 -07:00
Jonathan Ringer
58fb551cc6
libetpan: 1.8 -> 1.9.3
2019-08-11 19:29:58 -07:00
Dmitry Kalinkin
34224c7ba0
Merge pull request #66117 from veprbl/pr/hepmc_2_06_10
...
hepmc: 2.06.09 -> 2.06.10
2019-08-11 22:16:16 -04:00
Niklas Hambüchen
bda6618bb6
zlib: Add comments regarding static/shared linking.
...
The main explanation was taken from commit:
e999def1
zlib: clean up static/shared distincion
The `SHARED_MODE=1` bit was originally introduced in commit:
0bfc84b0
Cross-compile zlib for Windows
2019-08-11 21:32:22 +02:00
Ruud van Asseldonk
b3c613b9aa
libressl: fix noexecstack on Darwin
...
The flags to disable executable stacks are different for Clang and GCC,
and Clang is used on Darwin.
2019-08-11 20:34:57 +02:00
R. RyanTM
791bc4762b
srt: 1.3.2 -> 1.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/srt/versions
2019-08-11 18:01:54 +02:00
Marek Mahut
ea7c049d54
Merge pull request #65932 from r-ryantm/auto-update/gdcm
...
gdcm: 3.0.0 -> 3.0.1
2019-08-10 22:46:39 +02:00
Marek Mahut
850f7acc07
Merge pull request #64073 from r-ryantm/auto-update/live555
...
live555: 2019.05.29 -> 2019.06.28
2019-08-10 22:24:06 +02:00
Ruud van Asseldonk
8b6a9202e7
libressl: build libcrypto with noexecstack
...
For some reasons, libcrypto would be built with the executable stack
flag set. I found out about this when Nginx failed to load the shared
library, because I was running it with MemoryDenyWriteExecute=true,
which does not permit executable stacks.
I am not sure why the stack ends up executable; the other shared
libraries which are part of LibreSSL do not have this flag set. You can
verify this with 'execstack -q'. Non-executable stacks should be the
default, and from checking some other files, that does appear to be the
case. The LibreSSL sources do not contain the string "execstack", so
I am not sure what causes the default to be overridden.
Adding '-z noexecstack' to the linker flags makes the linker unset the
flag. Now my Nginx can load the library, and so far I have not run into
other issues.
2019-08-10 22:21:57 +02:00
Marek Mahut
40c26973c9
gdcm: adding darwin.apple_sdk.frameworks.ApplicationServices
2019-08-10 22:16:30 +02:00
Marek Mahut
6cd1e20412
Merge pull request #65962 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.17.1 -> 0.18.0
2019-08-10 21:30:24 +02:00
Florian Peter
53a4c3511b
thrift: re-add compatibility 0.10
2019-08-11 02:11:32 +08:00
Florian Peter
b0a480147b
libsystemtap: init at 3.2
2019-08-11 02:11:32 +08:00
Marek Mahut
809b38a784
Merge pull request #62467 from r-ryantm/auto-update/librealsense
...
librealsense: 2.21.0 -> 2.22.0
2019-08-10 19:30:02 +02:00
Marek Mahut
2cc3a789c3
Merge pull request #62418 from r-ryantm/auto-update/glbinding
...
glbinding: 3.0.2 -> 3.1.0
2019-08-10 19:29:20 +02:00
Marek Mahut
51ff2494db
librealsense: 2.22.0 -> 2.23.0
2019-08-10 15:42:29 +02:00
Vladimír Čunát
6c177c3eba
Merge #65668 : wavpack: CVE-2019-1010317 CVE-2019-1010319
2019-08-10 14:37:54 +02:00
Michael Weiss
28d637d345
ffmpeg_4: 4.1.4 -> 4.2
...
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog
2019-08-10 14:09:22 +02:00
Mario Rodas
5b874f2399
Merge pull request #65967 from r-ryantm/auto-update/liblastfm
...
liblastfm: 1.0.9 -> 1.1.0
2019-08-10 05:09:15 -05:00
Mario Rodas
97cd74fe0f
Merge pull request #65969 from r-ryantm/auto-update/liblcf
...
liblcf: 0.6.0 -> 0.6.1
2019-08-10 05:00:54 -05:00
Mario Rodas
bec68e12bf
Merge pull request #66056 from r-ryantm/auto-update/pngpp
...
pngpp: 0.2.9 -> 0.2.10
2019-08-10 04:45:29 -05:00
Marek Mahut
2aa7589303
Merge pull request #41701 from r-ryantm/auto-update/gperftools
...
gperftools: 2.6.3 -> 2.7
2019-08-10 10:27:15 +02:00
Marek Mahut
c467e04aa7
Merge pull request #65192 from r-ryantm/auto-update/uid_wrapper
...
uid_wrapper: 1.2.4 -> 1.2.7
2019-08-10 09:37:43 +02:00
Marek Mahut
a191b8dc70
Merge pull request #65867 from r-ryantm/auto-update/actor-framework
...
caf: 0.16.3 -> 0.17.0
2019-08-10 09:31:04 +02:00
Marek Mahut
609ae7398c
Merge pull request #65981 from r-ryantm/auto-update/liblockfile
...
liblockfile: 1.14 -> 1.15
2019-08-10 09:30:31 +02:00
Benjamin Saunders
6a8bc3fe55
openxr-loader: init at 1.0.1
2019-08-09 19:27:34 -07:00
Marek Mahut
8ccafca5df
Merge pull request #65921 from r-ryantm/auto-update/intel-gmmlib
...
intel-gmmlib: 19.2.1 -> 19.2.3
2019-08-10 00:10:01 +02:00
Marek Mahut
b401d38fb9
Merge pull request #65978 from r-ryantm/auto-update/matio
...
matio: 1.5.16 -> 1.5.17
2019-08-09 23:55:56 +02:00
Timo Kaufmann
f5674b20ac
Merge pull request #66388 from timokau/sympow2
...
sympow: 1.018.1 -> 2.023.4
2019-08-09 18:38:41 +02:00
Timo Kaufmann
5e58c5f900
sympow: 1.018.1 -> 2.023.4
...
Maintenance taken over by debian package maintainer jgmbenoit:
https://trac.sagemath.org/ticket/3360#comment:17
This moves sympow to his fork, since there is no offical
version-controlled source repository from the original author and they
do not seem to maintain sympow anymore. We had already accumulated quite
some patches from debian, who have effectively maintained sympow for a
while now.
2019-08-09 17:45:08 +02:00
worldofpeace
4b7ee55613
Merge pull request #65913 from worldofpeace/adwaita-qt/bump
...
adwaita-qt: 1.0 -> 1.1.0
2019-08-09 10:59:37 -04:00
Thomas Tuegel
bd5ecb5337
Merge pull request #66335 from averelld/pkgsi686Linux.qt5.qtbase-build-fix
...
pkgsi686Linux.qt5.qtbase: fix build
2019-08-09 09:52:37 -05:00
Thomas Tuegel
37b402be19
Merge pull request #66266 from ttuegel/qt-5.12.3
...
Replay Qt 5.12.3 version bump
2019-08-09 09:50:38 -05:00
Marek Mahut
776d4a00fc
Merge pull request #65966 from JohnAZoidberg/yder-1.4.7
...
yder: 1.4.6 -> 1.4.7
2019-08-09 14:02:55 +02:00
Frederik Rietdijk
5bc501b7aa
Merge staging-next into staging
2019-08-09 14:01:00 +02:00
Frederik Rietdijk
9bd78cb048
Merge master into staging-next
2019-08-09 14:00:27 +02:00
R. RyanTM
aeb5d5eee1
folly: 2019.06.17.00 -> 2019.07.22.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-08-09 12:41:18 +03:00
R. RyanTM
157c3ad9f0
cppzmq: 4.3.0 -> 4.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppzmq/versions
2019-08-09 12:39:23 +03:00
Averell Dalton
658ffb06d6
pkgsi686Linux.qt5.qtbase: fix build
2019-08-08 20:14:55 +02:00
Jiri Danek
ee68421388
gnome-sharp: mono4 -> mono5
2019-08-08 09:10:38 +00:00
Jonathan Ringer
ecd78af013
spirv-headers: 2019.1 -> 1.4.1
2019-08-08 00:57:53 -07:00
Jonathan Ringer
19d91206e7
vulkan-*: 1.1.106 -> 1.1.114.0
2019-08-08 00:57:53 -07:00
Michael Raskin
6b5647a70d
Merge pull request #66227 from aanderse/osg-3.4
...
openscenegraph: drop 3.4.x
2019-08-08 05:19:33 +00:00
Bjørn Forsman
a920c2aabd
v4l-utils: align attr with pkg name
2019-08-07 20:44:13 +02:00
worldofpeace
fc51db8368
Merge pull request #66231 from xvello/xvello/ktexteditor-editorconfig
...
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
2019-08-07 10:33:35 -04:00
Xavier Vello
2780e0b6cb
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
...
Add one small dependency to ktexteditor to make it
support the .editorconfig configuration format.
2019-08-07 10:32:23 -04:00
Dmitry Kalinkin
188fe901be
arrow-cpp: 0.13.0 -> 0.14.1
...
pythonPackages.pyarrow: 0.13.0 -> 0.14.1
Replace *-test with *test because of misnamed test executable
"arrow-dataset-file_test".
2019-08-07 09:09:31 -04:00
magenbluten
7ea1d15fc0
rocksdb: 6.1.2 -> 6.2.2
2019-08-07 13:35:20 +02:00
Ryan Mulligan
a52df88f5e
Merge pull request #65990 from r-ryantm/auto-update/lmdb
...
lmdb: 0.9.23 -> 0.9.24
2019-08-06 21:38:00 -07:00
Ryan Mulligan
07cd2c735b
Merge pull request #66189 from r-ryantm/auto-update/xapian
...
xapian: 1.4.11 -> 1.4.12
2019-08-06 21:07:18 -07:00
Aaron Andersen
d2a1ae9244
openscenegraph: drop 3.4.x
2019-08-06 17:12:13 -04:00
Aaron Andersen
58b1a92f08
simgear: 2018.3.1 -> 2019.1.1
2019-08-06 16:04:24 -04:00
Thomas Tuegel
3a2a980787
Revert "Revert "qt512: Update qtbase.patch""
...
This reverts commit c220e00d7a
.
2019-08-06 14:43:04 -05:00
Thomas Tuegel
469d17a3f0
Revert "Revert "qt 5.12.0 -> 5.12.3""
...
This reverts commit bf39fc17d4
.
2019-08-06 14:42:51 -05:00
Marek Mahut
b7f73ea143
Merge pull request #66168 from r-ryantm/auto-update/symengine
...
symengine: 0.4.0 -> 0.4.1
2019-08-06 20:46:45 +02:00
Marek Mahut
2aeeff7ae6
Merge pull request #66199 from r-ryantm/auto-update/zimg
...
zimg: 2.9.1 -> 2.9.2
2019-08-06 20:00:36 +02:00
markuskowa
03dcf02ac3
Merge pull request #66190 from jonringer/bump-cdo
...
cdo: 1.9.0 -> 1.9.7.1
2019-08-06 19:32:49 +02:00
Jonathan Ringer
8759ff6cad
cdo: 1.9.0 -> 1.9.7.1
2019-08-06 09:20:15 -07:00
R. RyanTM
199c3d40e0
zimg: 2.9.1 -> 2.9.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zimg/versions
2019-08-06 04:28:09 -07:00
Jan Tojnar
2d2ef7a299
enchant: 2.2.3 -> 2.2.4 ( #64013 )
...
enchant: 2.2.3 -> 2.2.4
2019-08-06 13:26:50 +02:00
Michael Weiss
9bf6b0980c
dav1d: Add withTools but disable all tools by default
2019-08-06 12:51:12 +02:00
Jan Tojnar
3c72fa7dda
enchant: 2.2.3 -> 2.2.4
...
Clean up the expression and prepare for tests. Unfortunately, I could not get them pass.
2019-08-06 12:04:16 +02:00
R. RyanTM
ef8e758e64
wolfssl: 4.0.0 -> 4.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wolfssl/versions
2019-08-06 03:03:51 -07:00
Michael Weiss
8ed743f63f
dav1d: 0.3.1 -> 0.4.0
2019-08-06 11:53:16 +02:00
R. RyanTM
02cc8d4eec
xapian: 1.4.11 -> 1.4.12
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xapian/versions
2019-08-06 02:51:01 -07:00
Gabriel Ebner
ef3b016545
Merge branch 'qalc330'
2019-08-06 09:08:58 +02:00
R. RyanTM
68014be35e
symengine: 0.4.0 -> 0.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/symengine/versions
2019-08-05 23:36:00 -07:00
Dmitry Kalinkin
ecef988054
hepmc: rename to hepmc2
2019-08-05 17:47:43 -04:00
Dmitry Kalinkin
d046fb8ea9
hepmc: 2.06.09 -> 2.06.10
2019-08-05 16:47:34 -04:00
Marek Mahut
83bc88f95c
Merge pull request #64003 from r-ryantm/auto-update/cutelyst
...
cutelyst: 2.7.0 -> 2.8.0
2019-08-05 19:49:06 +02:00
worldofpeace
327a4d5879
qgnomeplatform: correct qt packaging
2019-08-05 12:26:27 -04:00
worldofpeace
b95130133a
Merge pull request #65930 from r-ryantm/auto-update/glib
...
glib: 2.60.4 -> 2.60.6
2019-08-05 11:33:39 -04:00
worldofpeace
a2253f442d
Merge pull request #65850 from worldofpeace/bye-g-disable-checks
...
glib,gtk: correct CLAGS for plain buildtype
2019-08-05 11:33:07 -04:00
R. RyanTM
621880e5e7
pythia: 8.240 -> 8.243 ( #66036 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pythia/versions
2019-08-05 11:30:54 -04:00
Thomas Tuegel
369fe2ada8
Merge pull request #66020 from r-ryantm/auto-update/phonon-qt5
...
libsForQt5.phonon: 4.10.2 -> 4.10.3
2019-08-05 09:21:09 -05:00
Mario Rodas
d109f68474
Merge pull request #65986 from r-ryantm/auto-update/libimagequant
...
libimagequant: 2.12.3 -> 2.12.5
2019-08-05 09:17:21 -05:00
Philipp Middendorf
8c1f24ca66
fcppt: 3.0.0 -> 3.2.2
2019-08-05 13:43:10 +02:00
R. RyanTM
4013492d88
pngpp: 0.2.9 -> 0.2.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pngpp/versions
2019-08-05 04:14:55 -07:00
worldofpeace
f2eddec042
glib: drop define BSD_COMP
...
I fail to see where or for what it is useful for.
2019-08-05 06:19:44 -04:00
worldofpeace
60266eb504
glib: add cflag G_DISABLE_CAST_CHECKS
...
This is what would have been passed before with the release
buildtype.
See: https://gitlab.gnome.org/GNOME/glib/blob/2.60.4/meson.build#L208
2019-08-05 06:10:50 -04:00
worldofpeace
27a71a19ed
gtk3: defines for debugging, disable cast checks
...
Because we're using plain buildtype these have to be
passed manually.
See: https://gitlab.gnome.org/GNOME/gtk/blob/3.24.10/meson.build#L59
With autotools the mapping for the the options to the defines was:
yes: G_ENABLE_DEBUG G_ENABLE_CONSISTENCY_CHECKS
minimum: G_ENABLE_DEBUG G_DISABLE_CAST_CHECKS
no: G_DISABLE_CAST_CHECKS G_DISABLE_ASSERT G_DISABLE_CHECKS
So we're passing the exact ones that would've been used for minimum.
Additionally it isn't a good idea to pass the equivalents used for "no"
as it eliminates G_ENABLE_DEBUG which disables pre-condition checks and
assertions. The actual option only existed to serve people who needed a
specific build of GTK for very specific environments. And now they are
much better served with meson's plain buildtype and figuring out what to
pass themselves.
2019-08-05 06:09:25 -04:00
Maximilian Bosch
b3f61cf2ba
Merge pull request #65944 from WilliButz/update-wt
...
wt3: 3.3.11 -> 3.4.0, wt4: 4.0.5 -> 4.1.0
2019-08-05 09:32:23 +02:00
R. RyanTM
403d64a705
libsForQt5.phonon: 4.10.2 -> 4.10.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/phonon-qt5/versions
2019-08-04 23:30:44 -07:00
Daniel Schaefer
77b4e4b75c
yder: 1.4.6 -> 1.4.7
...
https://github.com/babelouest/yder/releases/tag/v1.4.7
2019-08-05 08:07:48 +02:00
Daniel Schaefer
5fb372206e
orcania: 2.0.0 -> 2.0.1
...
https://github.com/babelouest/orcania/releases/tag/v2.0.1
2019-08-05 08:06:57 +02:00
Jonathan Ringer
57dd2e8e27
cre2: 0.3.0 -> 0.3.6
2019-08-04 21:39:57 -07:00
R. RyanTM
8ba8325256
openldap: 2.4.47 -> 2.4.48
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openldap/versions
2019-08-04 20:04:54 -07:00
R. RyanTM
6d9aa0d7de
lmdb: 0.9.23 -> 0.9.24
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lmdb/versions
2019-08-04 14:58:38 -07:00
R. RyanTM
409763027b
libimagequant: 2.12.3 -> 2.12.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libimagequant/versions
2019-08-04 14:35:27 -07:00
R. RyanTM
fe58f35ea4
liblockfile: 1.14 -> 1.15
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblockfile/versions
2019-08-04 13:53:37 -07:00
Ryan Mulligan
4ea4c00ea0
Merge pull request #65877 from r-ryantm/auto-update/armadillo
...
armadillo: 9.600.4 -> 9.600.5
2019-08-04 13:29:05 -07:00
R. RyanTM
f3f426e091
matio: 1.5.16 -> 1.5.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
2019-08-04 13:21:49 -07:00
R. RyanTM
7b4209f69c
libqalculate: 3.2.0 -> 3.3.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqalculate/versions
2019-08-04 13:00:46 -07:00
Mario Rodas
9b122174aa
Merge pull request #65770 from marsam/update-grpc
...
grpc: 1.19.1 -> 1.22.0
2019-08-04 14:23:27 -05:00
Marek Mahut
bb1d9410da
Merge pull request #65899 from r-ryantm/auto-update/cimg
...
cimg: 2.6.6 -> 2.6.7
2019-08-04 21:02:15 +02:00
R. RyanTM
35f5db655f
liblcf: 0.6.0 -> 0.6.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblcf/versions
2019-08-04 11:47:08 -07:00
R. RyanTM
7a00f3bca9
liblastfm: 1.0.9 -> 1.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblastfm/versions
2019-08-04 11:39:18 -07:00
worldofpeace
da2566f596
Merge pull request #52818 from r-ryantm/auto-update/opencollada
...
opencollada: 1.6.67 -> 1.6.68
2019-08-04 14:34:32 -04:00
R. RyanTM
c1275d42c5
libfilezilla: 0.17.1 -> 0.18.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libfilezilla/versions
2019-08-04 10:44:51 -07:00
R. RyanTM
3f317eb476
libdazzle: 3.32.2 -> 3.32.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdazzle/versions
2019-08-04 08:49:30 -07:00
R. RyanTM
18930b90a3
libgig: 4.1.0 -> 4.2.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgig/versions
2019-08-04 08:31:27 -07:00
R. RyanTM
f52fb530a4
libcacard: 2.6.1 -> 2.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcacard/versions
2019-08-04 08:24:07 -07:00
Thomas Tuegel
7fb3510e3c
Merge pull request #65943 from r-ryantm/auto-update/jsoncpp
...
jsoncpp: 1.9.0 -> 1.9.1
2019-08-04 09:27:55 -05:00
R. RyanTM
93d6d032f2
jsoncpp: 1.9.0 -> 1.9.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jsoncpp/versions
2019-08-04 06:31:31 -07:00
Jonathan Ringer
33a58b36e2
cpp-netlib: 0.12.0 -> 0.13.0-final
2019-08-04 22:26:14 +09:00
WilliButz
16d75edc90
wt4: 4.0.5 -> 4.1.0
2019-08-04 15:26:03 +02:00
WilliButz
c2e8451a97
wt3: 3.3.11 -> 3.4.0
2019-08-04 15:26:01 +02:00
R. RyanTM
fd02c2f98f
gdcm: 3.0.0 -> 3.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdcm/versions
2019-08-04 05:14:57 -07:00
R. RyanTM
f2d6a195a1
glib: 2.60.4 -> 2.60.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glib/versions
2019-08-04 05:01:58 -07:00
worldofpeace
06c777026c
openjpeg: disable tests for aarch64 linux
...
Fails on hydra https://hydra.nixos.org/build/98332124
2019-08-04 06:18:09 -04:00
R. RyanTM
b4f9364269
intel-gmmlib: 19.2.1 -> 19.2.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/intel-gmmlib/versions
2019-08-04 02:58:02 -07:00
R. RyanTM
5fe6fe9078
cimg: 2.6.6 -> 2.6.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cimg/versions
2019-08-03 20:45:40 -07:00
markuskowa
bb0379975d
Merge pull request #65671 from ThibautMarty/fix/urh-pluto
...
urh: add support for Pluto, soundcards, and optionally USRP
2019-08-04 00:35:13 +02:00
R. RyanTM
2982050af1
armadillo: 9.600.4 -> 9.600.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2019-08-03 15:29:04 -07:00
R. RyanTM
0808cedaa6
caf: 0.16.3 -> 0.17.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/actor-framework/versions
2019-08-03 14:07:06 -07:00
Thibaut Marty
1f0253997c
urh: add support for Pluto, soundcards, and optionally USRP
2019-08-03 22:57:47 +02:00
Jonathan Ringer
3eda38b87f
libgpiod: unstable-2018-10-07 -> 1.4
2019-08-03 12:02:03 -07:00
Tadeo Kondrak
8a604d2dbc
fribidi: fix cross compilation ( #64655 )
2019-08-03 07:27:50 +01:00
Frederik Rietdijk
4afe7a7bf3
Merge staging-next into staging
2019-08-03 07:48:19 +02:00
Thomas Tuegel
421782edb1
Merge pull request #65526 from samueldr/feature/qt-strict-compatible-versions
...
qt5*: Enforce strict compatible version paths
2019-08-02 15:04:04 -05:00
Jörg Thalheim
396e3a6b3c
libdrm: cross-compile fix
2019-08-02 11:19:56 +01:00
Jörg Thalheim
d0887921b3
pth: fix cross-compilation support
2019-08-02 10:04:58 +01:00
Vladimír Čunát
a89f245f3b
Merge branch 'master' into openssl-1.1
...
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Frederik Rietdijk
6f723b9bad
Merge master into staging-next
2019-08-02 09:18:37 +02:00
Mario Rodas
f2c7593c1a
grpc: fix darwin build
2019-08-02 01:55:21 -05:00
Mario Rodas
18c2645f7b
grpc: 1.19.1 -> 1.22.0
2019-08-02 01:48:26 -05:00
Mario Rodas
a3762f9f46
Merge pull request #63881 from marsam/init-protobuf3_8
...
protobuf3_8: init at 3.8.0
2019-08-02 01:42:47 -05:00
Robin Gloster
30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-02 03:01:30 +02:00
Frederik Rietdijk
4ca8e53e1d
Merge staging-next into staging
2019-08-01 09:44:06 +02:00
Frederik Rietdijk
55e4555b77
Merge master into staging-next
2019-08-01 09:42:54 +02:00
Daniel Schaefer
851ebff688
frog: Fix build (icu64 -> icu60)
...
icu60 is the latest version that works.
Build the derivation languageMachines.test to test.
2019-07-31 19:08:33 +02:00
Marek Mahut
87d5ec4175
wavpack: CVE-2019-1010319
...
Fixes #65655
2019-07-31 17:24:00 +02:00
Marek Mahut
85dddef69e
wavpack: CVE-2019-1010317
...
Fixes #65655
2019-07-31 17:21:29 +02:00
Orivej Desh
8ea42e7489
swiften: fix build
...
It was failing with:
LINK Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot0x
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lssl
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
2019-07-31 14:47:15 +00:00
Nikolay Amiantov
0a1bf4734f
libtensorflow: add binary build and add automatic generation
2019-07-31 13:28:44 +03:00
Yorick van Pelt
2e46ae0daa
libtensorflow: 1.9 -> 1.14.0
...
This also changes it to a from-source build.
2019-07-31 13:28:15 +03:00
Samuel Dionne-Riel
6cb99e79ed
qt512: Enforce strict compatible version paths
2019-07-30 20:33:22 -04:00
Samuel Dionne-Riel
4d0bff9f31
qt511: Enforce strict compatible version paths
2019-07-30 20:33:22 -04:00
Samuel Dionne-Riel
fb96e450b4
qt59: Enforce strict compatible version paths
2019-07-30 20:33:22 -04:00
Samuel Dionne-Riel
ed50ec8129
qt56: Enforce strict compatible version paths
2019-07-30 20:33:21 -04:00
Jan Tojnar
0568b622d5
libjpeg_turbo: remove unneeded CMake flags
...
Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
2019-07-30 20:19:23 +02:00
Michael Weiss
14ce4947b2
k9copy, kpmcore: Mark as broken
...
See: https://github.com/NixOS/nixpkgs/pull/63260#pullrequestreview-251601561
The build for kpmcore is only broken when the Qt version is older than
5.12.
2019-07-30 19:53:58 +02:00