Commit Graph

34366 Commits

Author SHA1 Message Date
R. RyanTM
cce45bd7d7 commonsLang: 3.9 -> 3.10 2020-03-30 17:05:12 -07:00
R. RyanTM
ab2d5c286c leatherman: 1.10.0 -> 1.11.0 2020-03-30 16:26:43 -07:00
Ryan Mulligan
97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
zowoq
72aceab6ef flatpak: 1.6.2 -> 1.6.3
https://github.com/flatpak/flatpak/releases/tag/1.6.3
2020-03-31 00:36:54 +10:00
Robin Gloster
d6fa642608
Merge pull request #81161 from wedens/libvirt-6.0.0
libvirt: 5.4.0 -> 6.1.0
2020-03-30 13:19:00 +00:00
Profpatsch
49be064fa5 skawarePackages: release 2020-03
Hello,

  New versions of all the skarnet.org packages are available.
This is mostly a bugfix release (there was an installation bug in
some circumstances with shared libraries) but some packages, notably
execline and s6, have new, useful features.

  The new versions are the following:

skalibs-2.9.2.0
nsss-0.0.2.2
utmps-0.0.3.2
execline-2.6.0.0
s6-2.9.1.0
s6-rc-0.5.1.2
s6-linux-init-1.0.4.0
s6-dns-2.3.2.0
s6-networking-2.3.1.2
s6-portable-utils-2.2.2.2
s6-linux-utils-2.5.1.2
mdevd-0.1.1.2
bcnm-0.0.1.0

  Here are details for the packages that have more than bugfixes:

* skalibs-2.9.2.0
   ---------------

  - New header: skalibs/bigkv.h. It's a set of functions allowing
efficient lookups in a large set of strings (typically read from the
command line or the environment).

  https://skarnet.org/software/skalibs/
  git://git.skarnet.org/skalibs

  * execline-2.6.0.0
    ----------------

  - It's a major release because an API has been modified: dollarat.
Beforehand, dollarat's -0 option would always prevail over any -d
option. Now, dollarat has its conflicting -0 and -d options handled
in the conventional way, with rightmost priority.

  - The runblock program now accepts a command line prefix, which is
given as runblock's own command line. This allows blocks to serve as
arguments to a new command, instead of having to be full command lines
by themselves.

  - New binary: posix-umask.

  - The former "cd" program is now named "execline-cd" and the former
"umask" program is named "execline-umask". When the=20
--enable-pedantic-posix
option is not given at configure time, "cd" and "umask" are symbolic
links created at installation time and pointing to execline-cd and
execline-umask respectively. When the --enable-pedantic-posix option is
given, the symbolic links point to posix-cd and posix-umask instead.

  - With posix-cd and posix-umask (and the changes to wait done in the
previous version), execline is now fully POSIX-compliant when built with
the --enable-pedantic-posix option. This will certainly, without the
slightest hint of a doubt, change distributions' attitudes about it.

  https://skarnet.org/software/execline/
  git://git.skarnet.org/execline

  * s6-2.9.1.0
    ----------

  - A new '?' directive has been added to s6-log. It behaves exactly like
'!', except that it spawns the given processor with /bin/sh as an
interpreter instead of execlineb.

  - execline support is now optional: it can be disabled by specifying
--disable-execline at configure time. Some functionality is unavailable
when execline support is disabled:
    * s6-log's '!' directive
    * s6-notifyoncheck's -c option
    * s6-ipcserver-access's support for 'exec' directives in a ruleset

  - A new -X option has been added to s6-svscan, to specify a descriptor
that will be passed as stderr to a service spawned by this s6-svscan and
named s6-svscan-log. This is used in the new s6-linux-init, to avoid
needing to hardcode the /dev/console name for the catch-all logger's
standard error.

  - On systems that define SIGPWR and SIGWINCH, s6-svscan -s now diverts
those signals. This allows powerfail and kbrequest events to be handled
when s6-svscan runs as process 1.

  https://skarnet.org/software/s6/
  git://git.skarnet.org/s6

  * s6-linux-init-1.0.4.0
    ---------------------

  - New options have been added to s6-linux-init-maker: to support
running s6-linux-init without a catch-all logger, and to support running
it in a container.

  - s6-linux-init-maker now adds a SIGPWR handler to the default image:
on receipt of a SIGPWR, the system's shutdown procedure is triggered.

  - s6-linux-init now handles kbrequest, which triggers a SIGWINCH in
init when a special, configurable set of keys is pressed. By default,
no SIGWINCH handler is declared in the image, and no set of keys is
bound to kbrequest.

  https://skarnet.org/software/s6-linux-init/
  git://git.skarnet.org/s6-linux-init

  * s6-dns-2.3.2.0
    --------------

  - New library: libdcache, implementing a clean cache structure
to contain DNS data. It's still not used at the moment.

  https://skarnet.org/software/s6-dns/
  git://git.skarnet.org/s6-dns

  * bcnm-0.0.1.0
    ------------

  - First numbered release, because the Ad=C3=A9lie Linux distribution,
which uses libwpactrl, needs an official release instead of pulling
from git.

  - libwpactrl is a set of C functions helping control a wpa_supplicant
process.

  - bcnm-waitif is a binary that waits for network interface state
events such as appearance/disappearance, up/down, running/not-running.
It is useful to avoid race conditions during a boot sequence, for
instance.

  https://skarnet.org/software/bcnm/
  git://git.skarnet.org/bcnm

  Enjoy,
  Bug-reports welcome.

--
  Laurent
2020-03-30 01:23:46 +02:00
Robert Scott
959e9244d9 nghttp2: add python bindings as pythonPackages.nghttp2
it's tricky to enable in nghttp2's default build, however, because it needs
to be usable by curl, a very core nix package, and we get cyclical
dependencies if we add python to its requirements. having it available as
a separate build is better than nothing, though.
2020-03-29 22:32:26 +01:00
Florian Klink
0856220810
Merge pull request #83662 from r-ryantm/auto-update/utf8proc
utf8proc: 2.4.0 -> 2.5.0
2020-03-29 21:15:01 +02:00
Florian Klink
237bf9e7bc
Merge pull request #83289 from r-ryantm/auto-update/libbluray
libbluray: 1.1.2 -> 1.2.0
2020-03-29 20:31:40 +02:00
Michael Weiss
0dd5ccc742
mesos,swiften,pingus: Mark as broken
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877.
2020-03-29 20:06:41 +02:00
Florian Klink
4daf8ba17b
Merge pull request #83295 from r-ryantm/auto-update/libdvdnav
libdvdnav: 6.0.1 -> 6.1.0
2020-03-29 20:02:16 +02:00
Florian Klink
4c10045221
Merge pull request #83297 from r-ryantm/auto-update/libdvdread
libdvdread: 6.0.2 -> 6.1.0
2020-03-29 20:01:49 +02:00
Jan Tojnar
22ada10aed
Merge pull request #82509 from Izorkin/samba4
samba: build with profiling enabled
2020-03-29 18:30:41 +02:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-29 14:08:10 +01:00
R. RyanTM
e54a9c85df http-parser: 2.9.3 -> 2.9.4 2020-03-29 14:43:10 +02:00
Marek Mahut
9344204b92
Merge pull request #83399 from r-ryantm/auto-update/subunit
subunit: 1.1.0 -> 1.4.0
2020-03-29 11:28:43 +02:00
Frederik Rietdijk
68058c66ac pkgsStatic.libunwind: fix build, fixes #81198 2020-03-29 11:26:41 +02:00
R. RyanTM
ac831ca88a utf8proc: 2.4.0 -> 2.5.0 2020-03-29 09:25:02 +00:00
Vladimír Čunát
6d28c1893d
Merge #83013: exiv2: patch CVE-2019-20421 2020-03-29 09:40:53 +02:00
Vladimír Čunát
0ebeec9183
exiv2: name the patch as usual
That allows automatic detection of CVEs being fixed (e.g. by vulnix)
2020-03-29 09:39:31 +02:00
Benjamin Hipple
eb2f8d2a8b
Merge pull request #83414 from dasj19/qbittorrent-update
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-28 23:02:56 -04:00
Frederik Rietdijk
a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Doron Behar
88508a7243 cpp-utilities: 5.2.0 -> 5.3.0 2020-03-28 20:46:34 +03:00
Izorkin
d66bab32f8 tdb: 1.3.18 -> 1.4.3 2020-03-28 19:16:05 +03:00
adisbladis
48a137da73
mesa: 20.0.1 -> 20.0.2 2020-03-28 14:26:09 +00:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Jaakko Luttinen
70e538893c
mediastreamer-openh264: 1.2.1 -> unstable-2020-03-03 2020-03-28 12:49:50 +02:00
Jaakko Luttinen
1e51592037
liblinphone: init at unstable-2020-03-20 2020-03-28 12:49:49 +02:00
Jaakko Luttinen
d4988c7c31
mediastreamer: 2.16.1 -> unstable-2020-03-20 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
7c5bff5428
bzrtp: 1.0.6 -> 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
187ae7c30e
belcard: 1.0.2 -> 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
dcf2f1186a
lime: init at 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
810dac320a
belle-sip: 1.6.3 -> unstable-2020-02-18 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
1e9f771055
ortp: 1.0.2 -> unstable-2020-03-17 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
8a236c60a9
belr: 0.1.3 -> unstable-2020-03-09 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
9bd261213b
bctoolbox: 0.6.0 -> 4.3.1 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
3125cc6707
soci: init at 4.0.0 2020-03-28 11:25:28 +02:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
worldofpeace
2b1f4f314e
Merge pull request #83568 from bhipple/rm/torch
treewide: remove torch and related packages
2020-03-28 01:40:35 -04:00
Mario Rodas
5dbb356a8d
Merge pull request #83547 from lopsided98/patch-1
proj: use pname instead of name
2020-03-27 22:16:50 -05:00
Jonathan Ringer
d0f556a2ff onnxruntime: 1.1.2 -> 1.2.0 2020-03-27 19:59:51 -07:00
Benjamin Hipple
698ec44e74 treewide: remove torch and related packages
See #71888 for details.
2020-03-27 22:32:35 -04:00
Ben Wolsieffer
f76890fda4
proj: use pname instead of name 2020-03-27 19:49:34 -04:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Benjamin Hipple
feb39bd6df
Merge pull request #83277 from robertodr/update-mkl
mkl: 2019.5.281 -> 2020.0.166 (Linux only)
2020-03-27 17:37:52 -04:00
Michael Weiss
0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
R. RyanTM
d4ad35a600 neon: 0.30.2 -> 0.31.0 2020-03-27 17:50:59 +01:00
Mario Rodas
1cfd2436e0
Merge pull request #83439 from r-ryantm/auto-update/clickhouse
clickhouse: 19.17.8.54 -> 19.17.9.60
2020-03-27 07:18:00 -05:00
Roberto Di Remigio
335e097352
mkl: 2019.5.281 -> 2020.0.166 (Linux only) 2020-03-27 08:45:20 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
44353447db poco: add platforms to meta 2020-03-26 20:00:00 -05:00
Orivej Desh
1780933db1 vamp-plugin-sdk: 2.7.1 -> 2.9 2020-03-26 22:34:47 +00:00
Orivej Desh
ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
Lancelot SIX
e13278f1ba
khronos-ocl-icd-loader: 6c03f8b -> 2020.03.13 2020-03-26 19:40:16 +01:00
Lancelot SIX
8bbea171d9
opencl-headers: 2.2 -> 2020.03.13
The KhronosGroup released a first tag in the reference repository for
headers.

See
https://github.com/KhronosGroup/OpenCL-Headers/releases/tag/v2020.03.13
2020-03-26 19:26:26 +01:00
worldofpeace
1758be0788 libwnck3: 3.32.0 -> 3.36.0
https://gitlab.gnome.org/GNOME/libwnck/-/blob/3.36.0/NEWS
2020-03-26 12:31:04 -04:00
Christian Lütke-Stetzkamp
ac471c1fbc aqbanking: Fix download url because of upstream changes 2020-03-26 13:46:04 +01:00
Daniel Șerbănescu
cc03fb4210 libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2 2020-03-26 11:28:31 +01:00
R. RyanTM
575f9aa57d subunit: 1.1.0 -> 1.4.0 2020-03-26 02:09:35 +00:00
Ryan Mulligan
76587ae31c
Merge pull request #83369 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.0.4 -> 6.0.5
2020-03-25 12:32:54 -07:00
R. RyanTM
c82ab220c3 libsForQt5.qtutilities: 6.0.4 -> 6.0.5 2020-03-25 18:41:10 +00:00
Doron Behar
75c90d3fc7 liberio: init at unstable-2019-12-11 2020-03-25 15:16:54 +02:00
Lancelot SIX
4f6fc6dc62 proj: 6.1.1 -> 6.3.1 2020-03-24 20:38:01 -07:00
Tor Hedin Brønner
83d1e9eb1f
gtk3: fix clipboard related crashes in wayland (#83303)
Some apps tended to crash when using the clipboard (eg. firefox-wayland
and evince).

https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1528
2020-03-24 21:51:04 +01:00
Marek Mahut
8f36bc0458
Merge pull request #81525 from r-ryantm/auto-update/libx86emu
libx86emu: 2.6 -> 3.1
2020-03-24 20:39:29 +01:00
Marek Mahut
909e6b2da8
Merge pull request #81659 from r-ryantm/auto-update/virglrenderer
virglrenderer: 0.8.1 -> 0.8.2
2020-03-24 20:37:54 +01:00
Dmitry Kalinkin
61bc9e12a4 hepmc3: add python support 2020-03-24 12:32:55 -07:00
Dmitry Kalinkin
1630cdd085 hepmc3: 3.1.2 -> 3.2.0 2020-03-24 12:32:55 -07:00
R. RyanTM
d0cb0cc7c9 opencl-clhpp: 2.0.10 -> 2.0.11 2020-03-24 11:28:19 -07:00
R. RyanTM
6c6286610f zchunk: 1.1.5 -> 1.1.6 2020-03-24 11:27:05 -07:00
R. RyanTM
ba0575edaa nss_wrapper: 1.1.8 -> 1.1.10 2020-03-24 11:05:43 -07:00
R. RyanTM
0b5a7a2fd4 libdvdread: 6.0.2 -> 6.1.0 2020-03-24 15:32:53 +00:00
R. RyanTM
ef7054e6b5 libdvdnav: 6.0.1 -> 6.1.0 2020-03-24 14:41:22 +00:00
R. RyanTM
22cc93c7e1 libbluray: 1.1.2 -> 1.2.0 2020-03-24 13:31:47 +00:00
Jan Tojnar
0ce270707c
tree-wide: remove aliases from gnome update scripts 2020-03-24 07:11:24 +01:00
Jan Tojnar
f0a4cc5002
tracker: 2.3.2 -> 2.3.4 2020-03-24 07:11:23 +01:00
Jan Tojnar
190fc23cb7
tracker-miners: 2.3.2 -> 2.3.3 2020-03-24 07:11:23 +01:00
Tor Hedin Brønner
1fd7d8a2e3
libosinfo: 1.6.0 -> 1.7.1
gnome-software require >= 1.7.0

- Ported to meson
- Changed homepage to gitlab, prior one seemed outdated
- Disabled failing tests

https://gitlab.com/libosinfo/libosinfo/-/blob/1.7.1/NEWS
2020-03-24 07:11:19 +01:00
Tor Hedin Brønner
fdd1a1ffcc
libosinfo: format 2020-03-24 07:11:19 +01:00
Tor Hedin Brønner
87ddf52fd5
xdg-desktop-portal: use pipewire_0_2
Migrates to pipewire-0.3 next version.
2020-03-24 07:11:16 +01:00
Tor Hedin Brønner
2e4e77cef7
gjs: fix installed test paths
libgimarshallingtests references gobject-introspection.dev bloating the
closure.
2020-03-24 07:11:16 +01:00
Jan Tojnar
4825cf9ebb
tepl: Propagate required dependencies
If dependencies are listed in Requires field of the pc file, they need to be available in consumers in order for pkg-config to find the dependent library.
2020-03-24 07:11:15 +01:00
Jan Tojnar
981ba77ebc
librsvg: drop gsf dependency
It have not been used for a long time:

59a3fed362
2020-03-24 07:11:14 +01:00
Tor Hedin Brønner
701e10dd29
tepl: 4.3.1 -> 4.4.0
Gedit requires >= 4.4.0
2020-03-24 07:11:13 +01:00
Tor Hedin Brønner
7422681403
gnome3.libgweather: 3.34.0 -> 3.36.0 2020-03-24 07:11:13 +01:00
Tor Hedin Brønner
1e35791c3f
folks: 0.13.2 -> 0.14.0 2020-03-24 07:11:13 +01:00
Tor Hedin Brønner
39fbc6d020
cogl: 1.22.4 -> 1.22.6
https://gitlab.gnome.org/GNOME/cogl/-/blob/1.22.6/NEWS
2020-03-24 07:11:12 +01:00
Tor Hedin Brønner
aef3860211
libcroco: remove as it's no longer used
librsvg and gnome-shell was the only derivations needing libcroco. Both
of them have now dropped it as a dependency, so we can stop carrying it.
2020-03-24 07:11:03 +01:00
Tor Hedin Brønner
c1052e9284
gmime3: 3.2.5 -> 3.2.6
Also add vala support, as it's required by geary now.
2020-03-24 07:11:02 +01:00
Tor Hedin Brønner
03974fb042
gnome3.gsettings-desktop-schemas: 3.34.0 -> 3.36.0 2020-03-24 07:11:02 +01:00
Tor Hedin Brønner
63776f5375
gnome3.gnome-menus: 3.32.0 -> 3.36.0 2020-03-24 07:10:59 +01:00
Tor Hedin Brønner
25a79ccc99
webkitgtk: 2.26.4 -> 2.28.0
prune libglvnd patch, this is what gentoo uses.
2020-03-24 07:10:45 +01:00
Tor Hedin Brønner
fc042052c4
gvfs: 1.42.2 -> 1.44.0 2020-03-24 07:10:43 +01:00
Tor Hedin Brønner
440c1817e1
gnome-online-accounts: 3.34.1 -> 3.36.0 2020-03-24 07:10:43 +01:00
Tor Hedin Brønner
46ce264b49
at-spi2-core: 2.34.0 -> 2.36.0 2020-03-24 07:10:43 +01:00
Tor Hedin Brønner
37e51f7c51
atk: 2.34.1 -> 2.35.1 2020-03-24 07:10:42 +01:00
Tor Hedin Brønner
009214203f
libsoup: 2.68.4 -> 2.70.0 2020-03-24 07:10:42 +01:00
Tor Hedin Brønner
2d3e8a6486
libdazzle: 3.34.1 -> 3.36.0 2020-03-24 07:10:42 +01:00
Tor Hedin Brønner
6a8bf975ee
gcr: 3.34.0 -> 3.36.0 2020-03-24 07:10:38 +01:00
Tor Hedin Brønner
46908a3c5f
libpeas: 1.24.1 -> 1.26.0 2020-03-24 07:07:00 +01:00
Tor Hedin Brønner
374233c727
dconf: 0.34.0 -> 0.36.0 2020-03-24 07:07:00 +01:00
Tor Hedin Brønner
5398947fbd
glib-networking: 2.62.3 -> 2.64.0 2020-03-24 07:06:59 +01:00
Tor Hedin Brønner
19d2e3c4d9
glib: 2.62.4 -> 2.64.1
gio-launch-desktop is replaced by direct /bin/sh calls
2020-03-24 07:06:59 +01:00
Tor Hedin Brønner
96586d4e4b
vte: 0.58.3 -> 0.60.0
Now depends on icu and systemd. A bit annoying that vte doesn't have a
proper changelog...
2020-03-24 07:06:59 +01:00
Tor Hedin Brønner
d7a41a0550
librsvg: 2.46.4 -> 2.48.0
librsvg no longer uses libcroco. CSS is now done using crates from the
servo project.
2020-03-24 07:06:58 +01:00
Tor Hedin Brønner
990b331734
gobject-introspection: 1.62.0 -> 1.64.0
- cairo and doctool is now auto features

Disable broken test. It tries to look up libs in their installed
location, which aren't accessible yet.
2020-03-24 07:06:58 +01:00
Tor Hedin Brønner
2338b394da
pipewire: Add back 0.2.7 2020-03-24 07:06:57 +01:00
worldofpeace
c5ce3e0031
pipewire: 0.2.7 -> 0.3.1
* license is now mit [0]

https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/0.3.0/NEWS

[0]: 85f2e93c54
2020-03-24 07:06:56 +01:00
Tor Hedin Brønner
5f5c176407
gjs: 1.58.5 -> 1.64.0
Now uses spidermonkey_68
2020-03-24 07:06:56 +01:00
Jan Tojnar
986fbf4799
Merge branch 'staging-next' into staging 2020-03-24 01:51:55 +01:00
R. RyanTM
bca769cbb7 pcl: 1.10.0 -> 1.10.1 2020-03-23 08:48:21 -07:00
R. RyanTM
03c903605a hiredis: 0.14.0 -> 0.14.1 2020-03-22 22:39:22 -07:00
Orivej Desh
f4c15495a6 libinstpatch: init at 1.1.3 2020-03-23 02:54:49 +00:00
Orivej Desh
fa456f45bc rtaudio: hide private dependencies 2020-03-23 02:54:49 +00:00
Orivej Desh
8926682673 sord: propagate dependence on serd
sord.h includes serd.h
2020-03-23 02:54:49 +00:00
Orivej Desh
33631c44fb lilv: hide private dependencies
This is needed for pkg-config --libs lilv-0.
2020-03-23 02:54:49 +00:00
Orivej Desh
fb4d3a8535 lrdf: 0.5.0 -> 0.6.1
Also remove the second copy of lrdf from gstreamer/bad inputs.
2020-03-23 02:54:49 +00:00
Orivej Desh
db1eb191fd lrdf: 0.5.0 -> 0.6.1
Also remove the second copy of lrdf from gstreamer/bad inputs.
2020-03-23 01:07:01 +00:00
Orivej Desh
1b89aa3f7a Merge branch 'master' into staging 2020-03-23 00:53:16 +00:00
Orivej Desh
e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Michael Raskin
805f6235df
Merge pull request #83154 from r-ryantm/auto-update/libev
libev: 4.31 -> 4.33
2020-03-22 21:33:53 +00:00
Matthew Bauer
bacccb7823
Merge pull request #80784 from enolan/fix-eatmydata
libeatmydata: fix launcher script - find shell library properly
2020-03-22 14:42:52 -04:00
R. RyanTM
fb84344a06 libev: 4.31 -> 4.33 2020-03-22 17:57:47 +00:00
Michele Guerini Rocco
58858fab89
Merge pull request #82425 from Ralith/vulkan-loader-pkgconfig
vulkan-loader: use vulkan-headers include path in pkgconfig file
2020-03-22 18:17:57 +01:00
Dmitry Kalinkin
54a0e269b3
Merge pull request #81922 from mjlbach/opencv_alternative
Enable nvidia-optical-flow-sdk when building opencv4 with cuda
2020-03-22 11:13:53 -04:00
Aleksey Uimanov
a01e8b740e qxmledit: init at 0.9.15 2020-03-22 20:01:49 +05:00
Mario Rodas
4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Jan Tojnar
d951c534da
Merge pull request #82274 from jtojnar/suitesparese-5.6
suitesparse: 5.4.0 → 5.7.1 + clean up
2020-03-22 06:58:25 +01:00
Matthew Bauer
4327049a1c
Merge pull request #82708 from hamishmack/openssl-musl
openssl: Fix openssl build for x86_64-unknown-linux-musl
2020-03-21 23:10:53 -04:00
R. RyanTM
b0c75e811a tiledb: 1.7.5 -> 1.7.6 2020-03-21 17:53:34 -07:00
Mario Rodas
028d53e996 packr: fix build on darwin 2020-03-21 04:35:00 -05:00
Michael Lingelbach
dc1a15e7bd opencv4: Enable nvidia-optical-flow-sdk when building with cuda 2020-03-21 01:35:49 -07:00
Michael Lingelbach
41b012907d nvidia-optical-flow-sdk: init at 79c6cee80a2df9a196f20afd6b598a9810964c32 2020-03-21 01:35:29 -07:00
R. RyanTM
f365b382c7 catch2: 2.11.1 -> 2.11.3 2020-03-20 23:40:24 -07:00
R. RyanTM
ab106571e1 spdk: 20.01 -> 20.01.1 2020-03-20 23:35:57 -07:00
R. RyanTM
f50c31baa1 dnnl: 1.2.1 -> 1.2.2 2020-03-20 23:34:35 -07:00
Peter Hoeg
59281f742a libusb-compat: fix up the .so so it can find libusb1 2020-03-21 12:49:48 +08:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
Symphorien Gibol
7cf8f4f2cc exiv2: fix CVE-2019-20421 2020-03-20 12:00:00 +00:00
Mario Rodas
0761fba688
Merge pull request #82725 from r-ryantm/auto-update/uid_wrapper
uid_wrapper: 1.2.7 -> 1.2.8
2020-03-20 06:12:02 -05:00
Josef Kemetmüller
fbb273c5fe fenics: 2017.1.0 -> 2019.1.0
Fixes: NixOS/nixpkgs#75886
2020-03-19 21:48:27 -07:00
Ben Wolsieffer
569566d98b libgpiod: add support for Python bindings 2020-03-19 21:44:10 -07:00
Niklas Hambüchen
1161c96a20
Merge pull request #81176 from clkamp/aqbanking-6.1.1
Update Aqbanking to 6.1.1
2020-03-20 01:28:05 +01:00
Christian Lütke-Stetzkamp
16088585c9 aqbanking: 5.7.8 -> 6.0.2
also update download url
2020-03-20 01:26:53 +01:00
Jörg Thalheim
9cc135d7ba
Merge pull request #82945 from Mic92/libffi-musl
libffi: fix musl tests
2020-03-19 21:38:34 +00:00
Christian Lütke-Stetzkamp
e671d8d9c2 gwenhywfar: 4.20.0 -> 5.1.3
also update download url

Remove update script, because upstream has changed its CMS, which
changed the paths of the website, so the update script does not work any
more.
2020-03-19 21:45:45 +01:00
R. RyanTM
fbbe9a481a half: 1.12.0 -> 2.1.0 2020-03-19 11:07:12 -07:00
Jörg Thalheim
55d24ae823
libffi: fix musl tests
Tests do not compile on musl, also alpine seems not to run tests.
2020-03-19 15:29:08 +00:00
Michael Raskin
362c2e3080
Merge pull request #82859 from r-ryantm/auto-update/cgal
cgal_5: 5.0.1 -> 5.0.2
2020-03-19 08:32:52 +00:00
zowoq
e57d07f2ae
libslirp: init at 4.2.0 (#82905) 2020-03-19 07:46:14 +00:00
Ilya Fedin
8d5d6fb6b7 libtgvoip: unstable-2020-01-21 -> unstable-2020-03-02 2020-03-19 01:29:06 +04:00
Daniel Schaefer
2092a1a133
Merge pull request #82850 from r-ryantm/auto-update/yder
yder: 1.4.9 -> 1.4.10
2020-03-18 21:18:48 +01:00
R. RyanTM
3f26a1c961 cgal_5: 5.0.1 -> 5.0.2 2020-03-18 15:03:36 +00:00
R. RyanTM
a17aab3558 yder: 1.4.9 -> 1.4.10 2020-03-18 12:54:02 +00:00
Dmitry Kalinkin
ddf87fb1ba
Merge pull request #82736 from LeshaInc/master
blender: add OpenImageDenoise support
2020-03-18 07:31:22 -04:00
Lancelot SIX
071d0cc0cb
Merge pull request #82832 from r-ryantm/auto-update/libite
libite: 2.1.2 -> 2.2.0
2020-03-18 09:53:23 +01:00
R. RyanTM
7f31ed028d libite: 2.1.2 -> 2.2.0 2020-03-18 08:00:57 +00:00
Niklas Hambüchen
16516cec82
Merge pull request #82552 from danderson/bug-57159-libvorbis
libvorbis: document that patch for CVE-2017-14160 also fixes CVE-2018-10393.
2020-03-18 02:50:23 +01:00
Jörg Thalheim
97c40baa9c
popt: set src to working mirror
rpm5.org no longer exists as a domain
2020-03-17 14:37:52 +00:00
Timo Kaufmann
d8d0b60c22
Merge pull request #82766 from r-ryantm/auto-update/brial
brial: 1.2.7 -> 1.2.8
2020-03-17 14:29:02 +00:00
Mario Rodas
1c797f06d9
Merge pull request #81505 from r-ryantm/auto-update/libgpiod
libgpiod: 1.4.2 -> 1.5
2020-03-17 08:27:48 -05:00
Mario Rodas
d175ae31f3
Merge pull request #82046 from r-ryantm/auto-update/intel-media-driver
intel-media-driver: 19.3.0 -> 19.4.0r
2020-03-17 08:20:35 -05:00
Mario Rodas
26bb35a387
Merge pull request #82195 from r-ryantm/auto-update/spice-protocol
spice-protocol: 0.14.0 -> 0.14.1
2020-03-17 08:18:44 -05:00
LeshaInc
2cc3a34d4a
openimagedenoise: init at 1.1.0 2020-03-17 10:50:53 +02:00
David Anderson
b5f90159af libvorbis: document that patch for CVE-2017-14160 also fixes CVE-2018-10393.
Fixes #57159.

Signed-off-by: David Anderson <dave@natulte.net>
2020-03-17 01:11:24 -07:00
R. RyanTM
707e0b1e96 brial: 1.2.7 -> 1.2.8 2020-03-17 01:13:50 +00:00
Chris Ostrouchov
8be2040cf7 libkml: init at 1.3.0
Adding libkml with all tests enabled
2020-03-16 21:25:53 +01:00
Matthew Bauer
67b0ddf3f3 Merge remote-tracking branch 'origin/staging' into mb-cross-fixes-march-2020 2020-03-16 14:34:03 -04:00
Matthew Bauer
e9c2957c14
treewide: add comments on where native inputs are needed
makes it more clear why this happens

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2020-03-16 14:27:23 -04:00
Jörg Thalheim
b8cff61c33
Merge pull request #82488 from r-ryantm/auto-update/libuv
libuv: 1.34.2 -> 1.35.0
2020-03-16 15:33:15 +00:00
R. RyanTM
977be2277a uid_wrapper: 1.2.7 -> 1.2.8 2020-03-16 12:16:44 +00:00
Hamish Mackenzie
6040c11041
openssl: Fix openssl build for musl 2020-03-16 15:59:06 +13:00
Vladimír Čunát
855bbb53e4
Merge #82324: mesa: 19.3.3 -> 20.0.1 (into staging) 2020-03-15 11:13:45 +01:00
Izorkin
9336b15a88 libvirt: 5.4.0 -> 5.9.0 2020-03-15 15:13:03 +07:00
volth
d8664c78b1 libvirt: 6.0.0 -> 6.1.0, fix module 2020-03-15 11:29:04 +07:00
wedens
24c8d75874 libvirt: 5.4.0 -> 6.0.0 2020-03-15 11:28:54 +07:00
Daniël de Kok
7b3802dfd1 sentencepiece: add myself as a maintainer 2020-03-14 15:40:29 -07:00
Daniël de Kok
27d0c5a07e sentencepiece: split into multiple outputs, optional gperftools
I am using sentencepiece in a downstream application where I want to
minimize the resulting closures. This commit makes changes to make
sentencepiece a leaner dependency:

- Split the outputs, so that the binaries/headers do not end up in the
  transitive closure in a library dependency.

- Add the `withGPerfTools` option, which is enabled by default, to
  make it possible to disable the gperftools dependency. According to
  the sentencepiece README, this dependency gives a 10-40% performance
  improvement. But in many cases this is overshadowed by the neural
  networks that use piece identifiers as input anyway.
2020-03-14 15:40:29 -07:00
Ryan Mulligan
3be1ae971d
Merge pull request #82554 from r-ryantm/auto-update/libuninameslist
libuninameslist: 20190701 -> 20200313
2020-03-14 13:13:17 -07:00
Tom Hall
c6c753668d openblas: disable optimisation pending fix
See https://github.com/xianyi/OpenBLAS/issues/2496
2020-03-14 18:06:59 +00:00
Frederik Rietdijk
0c13b0d7d3 Merge staging-next into staging 2020-03-14 14:34:59 +01:00
R. RyanTM
699eb40353 libinput: 1.15.2 -> 1.15.3 2020-03-14 14:32:55 +01:00
R. RyanTM
399d3b31d5 libzip: 1.6.0 -> 1.6.1 2020-03-14 14:29:31 +01:00
R. RyanTM
77d2408f7d lightstep-tracer-cpp: 0.11.0 -> 0.12.0 2020-03-14 14:24:44 +01:00
R. RyanTM
9ad2b5e69d libmysofa: 0.9.1 -> 1.0 2020-03-14 14:23:45 +01:00
R. RyanTM
b7af93ad34 libuninameslist: 20190701 -> 20200313 2020-03-14 07:55:27 +00:00
Vladimír Čunát
6dcb71ecc1
Merge branch 'staging-next' 2020-03-14 07:56:23 +01:00
R. RyanTM
5ef871d24a jflex: 1.7.0 -> 1.8.1 2020-03-14 06:01:35 +00:00
Orivej Desh
ee2ccdaf26 jemalloc: 5.1.0 -> 5.2.1 2020-03-14 04:56:32 +00:00
Andrew Childs
e271476a4e openssl: fix platform detection on armv5tel-linux 2020-03-14 04:33:05 +00:00
rychale
7ed8a2c7f5 msgpack: 3.0.1 -> 3.2.0 2020-03-14 04:12:25 +00:00
Jan Tojnar
f5fade94bd
Merge pull request #82362 from jtojnar/mysql-wb
mysql-workbench: 8.0.15 → 8.0.19
2020-03-14 04:41:36 +01:00
Josef Kemetmüller
de36c3b073
python37Packages.vtk: Fix build (#82336) 2020-03-13 18:12:34 -04:00
John Ericson
84497cabd1 Merge remote-tracking branch 'upstream/master' into staging 2020-03-13 17:39:11 -04:00
R. RyanTM
ea1dc9b5a9 libuv: 1.34.2 -> 1.35.0 2020-03-13 14:25:49 +00:00
Mario Rodas
cc1f45ba65
Merge pull request #76911 from wucke13/lxd
raft-canonical: 0.9.6 -> 0.9.17, dqlite: 1.0.0 -> 1.4.0, lxd: 3.18 -> 3.22
2020-03-13 08:32:52 -05:00
Peter Simons
54c34f74fc ndi: update from version 4.0 to 4.1.6 to fix the build
Closes https://github.com/NixOS/nixpkgs/issues/81329.

Needs back-porting to nixos-20.03.
2020-03-13 12:54:22 +01:00
wucke13
c4efd4ea55 dqlite: 1.0.0 -> 1.4.0 2020-03-13 10:32:05 +01:00
wucke13
e0aab9923e raft-canonical: 0.9.6 -> 0.9.17 2020-03-13 10:32:05 +01:00
wucke13
4f58c15ee6 petsc: 3.8.4 -> 3.12.4
+ add cxx flag to configure, because getdp needs it
2020-03-13 04:10:20 +00:00