Daiderd Jordan
ce17e9941f
gst_all_1.gstreamer: re-enable auto_features
2019-06-22 01:12:20 +02:00
Daiderd Jordan
2962730b88
gstreamer: fix darwin build
2019-06-21 20:30:05 +02:00
Matthew Bauer
a33837391a
gstreamer: don’t use libvisual
...
Fixes #63617
2019-06-21 11:29:11 -04:00
Mario Rodas
12e2244711
Merge pull request #63336 from r-ryantm/auto-update/prometheus-cpp
...
prometheus-cpp: 0.6.0 -> 0.7.0
2019-06-20 18:21:06 -05:00
markuskowa
9f79b1eab2
Merge pull request #63475 from r-ryantm/auto-update/zlog
...
zlog: 1.2.12 -> 1.2.14
2019-06-20 14:21:38 +02:00
markuskowa
02128a8bb5
Merge pull request #63113 from ck3d/vdr-xineliboutput
...
initial vdr plugin xineliboutput-2.1.0
2019-06-20 13:37:36 +02:00
Niklas Hambüchen
a4c5d37226
gst_all_1.gst-plugins-bad: Fix rtmp dependency
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
46d25e912d
gst_all_1.gst-plugins-bad: Fix gsm dependency
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
95bea55802
gstreamer: 1.15.1 -> 1.16.0
...
Changes needed:
* core: dbghelp disabled as it's not needed
* core: Fixed script not being executable and skipped by patchShebangs
* base: gtk_doc disabled because of wayland symbol error
* ges: Patch removed that was merged upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=794856#c16
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
1a6e572529
gstreamer: 1.14.4 -> 1.15.1, and extended gst-plugins-bad.
...
During the 1.14 -> 1.15 upgrade, lots of stuff stopped working because
gstreamer changed what features are enabled by default and which ones are
automatically turned on/off via pkgconfig dependency detection.
This resulted in the `gstreamer` ("core" attribute in nixpkgs) package
to have only 15 of its previous 163 build targets enabled, and downstream
packages breaking correspondingly.
To ease maintainability and to ensure users will find the expected features
available (and when not, will see in the nix file why not), we now pass
the `-Dauto_features=enabled` Meson build flag to all gstreamer builds,
which sets all `auto` dependencies to `enabled`, and we explicitly disable
those that we can't build.
This means in particular that `gst-plugins-bad` now has vastly more integrations
(namely all for which nixpkgs has libraries available).
2019-06-20 13:36:11 +02:00
Mario Rodas
888df4d8c1
Merge pull request #63323 from r-ryantm/auto-update/openvdb
...
openvdb: 6.0.0 -> 6.1.0
2019-06-20 05:57:51 -05:00
Mario Rodas
4f90ec023f
Merge pull request #63284 from r-ryantm/auto-update/libsolv
...
libsolv: 0.7.4 -> 0.7.5
2019-06-20 05:42:37 -05:00
Michael Raskin
5784f9beb5
Merge pull request #63256 from r-ryantm/auto-update/givaro
...
givaro: 4.1.0 -> 4.1.1
2019-06-20 06:51:23 +00:00
Mario Rodas
4a38ee5cd6
Merge pull request #63464 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.17 -> 1.5.18
2019-06-19 19:31:47 -05:00
Léo Gaspard
a9166c763d
Merge branch 'pr-63515'
...
* pr-63515:
nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
2019-06-19 19:41:58 +02:00
magenbluten
b54b5f9ad8
rocksdb: 5.11.3 -> 6.1.2
...
- mark osquery as broken
- mark ceph as broken
both osquery and ceph packages are outdated. furthermore, ceph has its
own inline rocksdb source tree which isn't use in the current nixpkg.
this needs to be fixed.
2019-06-19 15:01:27 +02:00
Doron Behar
0b383bdf78
nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
...
Use new URL of mtxclient. Make them both aware of nlohmann_json
dependency using `-Dnlohmann_json_DIR` in `cmakeFlags`.
2019-06-19 15:33:52 +03:00
Tadeo Kondrak
1e2f49abd1
ctypes_sh: init at 1.1
2019-06-19 11:33:18 +02:00
worldofpeace
9d173119aa
Merge pull request #63486 from worldofpeace/gvfs/security-fixes-unstable
...
gvfs: security fixes
2019-06-18 22:26:32 -04:00
worldofpeace
fae9e165bb
gvfs: fix CVE-2019-12795
...
This is a version of #63481 for master.
Vulnerability Description:
daemon/gvfsdaemon.c in gvfsd from GNOME gvfs before 1.38.3, 1.40.x before
1.40.2, and 1.41.x before 1.41.3 opened a private D-Bus server socket without
configuring an authorization rule. A local attacker could connect to this server
socket and issue D-Bus method calls. Note that the server socket only accepts
a single connection, so the attacker would have to discover the server and connect
to the socket before its owner does.
#63301
2019-06-18 19:48:47 -04:00
worldofpeace
02ea0d3959
gvfs: fix CVE-2019-1244{7.8.9}
...
This is a version of #63481 for master.
CVE-2019-12447:
daemon/gvfsbackendadmin.c mishandles file ownership because setfsuid is
not used.
CVE-2019-12448:
daemon/gvfsbackendadmin.c has race conditions because the admin backend
doesn't implement query_info_on_read/write.
CVE-2019-12449:
daemon/gvfsbackendadmin.c mishandles a file's user and group ownership
during move (and copy with G_FILE_COPY_ALL_METADATA) operations
from admin:// to file:// URIs, because root privileges are unavailable.
Upstream MR: https://gitlab.gnome.org/GNOME/gvfs/merge_requests/48
2019-06-18 19:48:47 -04:00
R. RyanTM
ef3d467d3d
tbb: 2019_U7 -> 2019_U8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tbb/versions
2019-06-18 17:33:02 -05:00
Gabriel Ebner
c740f71c35
freecad: python3, qt5, occt7 ( #63348 )
...
freecad: python3, qt5, occt7
2019-06-18 22:00:23 +02:00
R. RyanTM
4ce580f99a
zlog: 1.2.12 -> 1.2.14
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zlog/versions
2019-06-18 12:16:44 -07:00
R. RyanTM
ac34c802eb
wxSVG: 1.5.17 -> 1.5.18
...
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-06-18 10:47:39 -07:00
R. RyanTM
bd5d97eb63
libbluray: 1.1.1 -> 1.1.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/libbluray/versions
2019-06-18 14:28:44 +03:00
Jan Tojnar
8cef6ec5fe
ffado: prevent build tools from leaking into closure ( #63393 )
...
ffado: prevent build tools from leaking into closure
2019-06-18 11:39:38 +02:00
Frederik Rietdijk
95c7441d62
Merge staging-next into master
...
Staging next
2019-06-18 11:06:05 +02:00
Profpatsch
22c84c012c
skawarePackages.skalibs: 2.8.0.0 -> 2.8.1.0
2019-06-18 10:55:06 +02:00
Vladimír Čunát
0aa9f35a99
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00
R. RyanTM
93965ed86b
folly: 2019.05.27.00 -> 2019.06.17.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-06-17 23:15:38 -05:00
Jan Tojnar
cf41cb2b4a
libxmlxx3: split out doc output
2019-06-18 03:16:05 +02:00
Jan Tojnar
8e7cea5cb8
libxmlxx3: split out dev output
2019-06-18 03:10:05 +02:00
R. RyanTM
a7d85f5ae1
linbox: 1.6.2 -> 1.6.3 ( #63288 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/linbox/versions
2019-06-17 22:08:03 +02:00
Gabriel Ebner
cc5f64c3ea
geant4: fix build with enableInventor = true
2019-06-17 18:40:52 +02:00
Gabriel Ebner
d8392958f7
soxt: 1.3.0 -> unstable-2019-06-14
2019-06-17 18:40:52 +02:00
Gabriel Ebner
9a40e48d87
opencascade-occt: remove unused depdendencies
2019-06-17 18:39:21 +02:00
Gabriel Ebner
2950c57a65
soqt: 1.5.0 -> 1.6.0a
2019-06-17 18:39:21 +02:00
Gabriel Ebner
259eb2e966
coin3d: 3.1.3 -> unstable-2019-06-12
2019-06-17 18:39:21 +02:00
R. RyanTM
a9fa690679
prometheus-cpp: 0.6.0 -> 0.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/prometheus-cpp/versions
2019-06-17 08:02:09 -07:00
R. RyanTM
4b4cdb0cf2
aravis: 0.6.2 -> 0.6.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/aravis/versions
2019-06-17 15:30:23 +02:00
R. RyanTM
29474ece78
cimg: 2.6.4 -> 2.6.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/cimg/versions
2019-06-17 15:29:33 +02:00
R. RyanTM
961bbc2153
openvdb: 6.0.0 -> 6.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/openvdb/versions
2019-06-17 05:32:23 -07:00
R. RyanTM
069f2235af
brial: 1.2.4 -> 1.2.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/brial/versions
2019-06-17 13:23:05 +02:00
markuskowa
092c25ac08
Merge pull request #63213 from r-ryantm/auto-update/armadillo
...
armadillo: 9.400.4 -> 9.500.2
2019-06-17 11:15:39 +02:00
Jan Tojnar
684ce6921b
liblouis: 3.9.0 -> 3.10.0 ( #63280 )
...
liblouis: 3.9.0 -> 3.10.0
2019-06-17 10:56:32 +02:00
R. RyanTM
23ad04a3cd
libsolv: 0.7.4 -> 0.7.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/libsolv/versions
2019-06-16 23:20:59 -07:00
R. RyanTM
9e76c00b1b
liblouis: 3.9.0 -> 3.10.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/liblouis/versions
2019-06-16 22:58:12 -07:00
R. RyanTM
b227795426
givaro: 4.1.0 -> 4.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/givaro/versions
2019-06-16 17:12:02 -07:00
Austin Seipp
e6a0514aaf
libfsm: init at 0.1pre1869_f70c3c5
...
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 16:39:42 -05:00