Emery Hemingway
e63a870bce
Update lwIP to 2.1.1
...
Fix #3035
2018-11-27 11:36:35 +01:00
Emery Hemingway
bc539ce892
Native Solo5 bindings
...
A shared library implementation of the unikernel middleware.
https://github.com/Solo5/solo5
Fix #2945
2018-11-16 15:07:52 +01:00
Christian Prochaska
7c9e850235
qt5: add typeinfo and vtable symbols to symbol files
...
Fixes #3025
2018-11-16 14:37:18 +01:00
Josef Söntgen
82fb76c142
libssh: add async event bind patch
...
Issue #3014 .
2018-10-29 09:36:22 +01:00
Josef Söntgen
9ab288d8e3
libports: update libssh to 0.8.4
...
Issue #3014 .
2018-10-29 09:36:22 +01:00
Pirmin Duss
b112b7b4ce
mesa: fix port_prepare on ARCH Linux
...
Issue #3003
2018-10-29 09:36:22 +01:00
Christian Helmuth
cc311355cd
libports: update hash of downloaded fatfs sources (again)
...
The author updated http://www.elm-chan.org/fsw/ff/arc/ff13b.zip again
with a marginal documentation changes and an additional example.
Issue #2766
2018-09-05 11:04:24 +02:00
Christian Helmuth
20668ccfa3
libports: download bzip2 port from fossies.org
...
The original bzip.org domain expired.
Issue #2766
2018-09-05 11:04:24 +02:00
Emery Hemingway
fcbe060096
Remove legacy lwIP plugins
...
Now that the lwIP VFS plugin has become a first class IP stack it is
time to remove the lwIP 1.x library and the associated libc plugins.
Fix #2958
2018-09-05 11:04:22 +02:00
Martin Stein
023de11dc6
acpica port: update to version 2018-08-10
...
Fixes #2935
2018-08-28 16:48:46 +02:00
Christian Prochaska
14a338af40
qt5: QtTest support
...
Fixes #2933
2018-08-28 16:45:27 +02:00
Christian Prochaska
80974b8f62
qt5: print error message in qtwebkit on failed 'mmap()'
...
Fixes #2927
2018-08-08 11:29:57 +02:00
Emery Hemingway
bf8b52ec3a
Update LwIP to 2.1.0.rc1
...
This release candidate suppresses the remaining build warnings.
Ref #2335
2018-08-02 14:36:49 +02:00
Emery Hemingway
d9a4773194
LwIP VFS plugin
...
This patch reintroduces the LwIP stack to libc as a VFS plugin
implementing the socket_fs interface. Rather than use LwIP's socket
emulation layer this plugin interfaces directly to LwIP raw API and is
single threaded.
The internal TCP parameters of the stack are untuned.
Fix #2050
Fix #2335
2018-08-02 14:36:48 +02:00
Emery Hemingway
ac30e49df7
Update libssh to 0.7.5
...
Fix #2921
2018-08-02 14:36:48 +02:00
Sebastian Sumpf
82075a340d
qemu-usb: add isochronous packet support to XHCI
...
fixes #2910
2018-08-02 14:36:46 +02:00
Christian Helmuth
5f9ac94bef
libports: update hash of downloaded fatfs sources
...
The author updated http://www.elm-chan.org/fsw/ff/arc/ff13b.zip recently
with a marginal change of documents/doc/appnote.html.
2018-08-02 14:36:42 +02:00
Emery Hemingway
745926d588
Convert pdf_view to a Nitpicker client
...
A native Nitpicker client uses less resources than a Framebuffer client
wrapped in a sub-init with nit_fb.
Fix #2871
2018-06-29 10:44:57 +02:00
Josef Söntgen
74dcc7a3d5
libc: use socket fs for DNS information
...
The libc will now use the file given by the 'nameserver_file' attribute
to get the DNS nameserver address instead of reading '/etc/resolv.conf'.
It defaults to '/socket/nameserver' which is the common location when
using the lxip VFS plugin. As a constraint the libc will read the first
line and expects the nameserver address without any keywords in front of
it.
Fixes #2861 .
2018-06-29 10:44:55 +02:00
Christian Helmuth
639c838707
Update URL of ccid and pcsc-lite ports
2018-06-12 12:11:42 +02:00
Christian Prochaska
1093adca7e
qt5_textedit improvements for use with sculpt
...
- support saving of files with no file name extension
- make the the "All Files (*)" file selection filter the default to see
configuration files immediately
Fixes #2844
2018-05-31 17:15:14 +02:00
Emery Hemingway
72cb71c827
Replace SHA1 hashes of port downloads with SHA256
...
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.
Ref #2767
2018-05-30 13:36:22 +02:00
Emery Hemingway
e36ddaf659
Rename lwip library to lwip_legacy
...
Rename LwIP library in preparation for removal of LwIP libc plugin. The
current LwIP library will be replaced with a new version stripped of its
synchronous socket support. The next version will be incompatible with
the current, so removing 'lwip.lib.so' completely for a period makes it
easy to identify legacy users.
Fix #2797
2018-05-30 13:36:22 +02:00
Sebastian Sumpf
ea6b4a0caf
libports: port of ffi library
...
required by jdk
issue #2791
Forein function interface library, which takes care of calling
conventions of different platforms.
2018-05-30 13:36:07 +02:00
Emery Hemingway
51722c1fe6
Update Nim to 0.18.0
...
Fix #2804
2018-05-30 12:26:20 +02:00
Christian Prochaska
f347cb90f1
depot: qt5 recipes
...
Fixes #2792
2018-05-30 12:26:19 +02:00
Emery Hemingway
60eeddf639
Port of libyaml
...
http://pyyaml.org/wiki/LibYAML
Ref #2682
2018-05-03 15:31:58 +02:00
Christian Helmuth
58fcf577ea
Fix hash-input list of drm port
2018-05-03 15:31:54 +02:00
Christian Prochaska
be8addc608
depot: mesa recipe
...
Fixes #2784
2018-05-03 15:31:53 +02:00
Emery Hemingway
b8ad9ad880
Update FatFS port to v0.13b
...
Remove integer patch. The tests pass without applying it, and better to
use unmodified upstream code whenever practical.
Fix #2766
2018-05-03 15:31:19 +02:00
Emery Hemingway
1afbc7f952
Update egl_api port
...
Use Github URL that references a commit rather than the unversioned
Khronos URL.
Fix #2765
2018-05-03 15:31:19 +02:00
Norman Feske
97317b0c95
terminal: change term caps from linux to screen
...
Fixes #2743
2018-04-10 11:20:43 +02:00
Norman Feske
738b64909e
libports: add ttf-bitstream-vera port
2018-04-10 11:09:46 +02:00
Norman Feske
f837df34b1
libports: stb single-file header libraries
2018-04-10 11:09:19 +02:00
Emery Hemingway
219c2fa2e1
EGL api library
...
Library for EGL headers only. Useful for components that dynamically
load an EGL shared library.
Fix #2718
2018-03-27 13:44:27 +02:00
Christian Helmuth
e3d1b8b044
openssl: clarify error message on missing /dev/random
2018-02-28 11:05:04 +01:00
Emery Hemingway
90753f3e50
Update Fatfs library to 0.13a, vfs_fatfs recipe
...
Fix #2673
2018-02-14 20:41:07 +01:00
Norman Feske
cd45a3b8d6
libports: set mupdf gamma value to 1.5
...
This makes the look of tikz illustrations consistent with the look when
viewing them in evince (as I do while creating them).
2018-02-14 20:41:04 +01:00
Christian Helmuth
4853d61c3b
qt5: download qtscriptclassic via http
...
FTP repeatedly causes trouble in some regions.
2018-02-09 13:34:24 +01:00
Norman Feske
5b6bd8459f
Signature checking tool based on GnuPG
...
The new 'verify' component facilitates the code of GnuPG to verify
detached OpenPGP signatures against public keys.
Since GnuPG depends on libgcrypt and libgpg-error, the patch adds these
libraries to the libports repository.
Fixes #2640
2018-02-09 13:34:13 +01:00
Christian Helmuth
55b070d204
Update download URL of mpc library port
2018-01-17 12:14:43 +01:00
Ben Larson
dc246544de
port library: liblzma
...
Issue #2528
2018-01-17 12:14:39 +01:00
Ben Larson
b34f70d312
port library: lz4
...
Issue #2528
2018-01-17 12:14:39 +01:00
Norman Feske
5574dd3465
Port of libarchive
...
Fixes #2528
2017-12-21 15:01:42 +01:00
Emery Hemingway
b32f2d126a
update Nim toolchain recipe
...
The current upstream development version has improved asyndispatch
performance for Genode.
Fix #2599
2017-12-21 15:01:38 +01:00
Josef Söntgen
26f3a43df0
libports: create libav recipe
...
Issue #2602 .
2017-12-21 15:01:35 +01:00
Josef Söntgen
ad3ec34690
avplay: limit requested video-mode
...
In case the video geometry (WxH) is larger than the current size of
the framebuffer, match its size and let libav do the scaling. This
enables the playback of 1080p movies on smaller screens.
Issue #2583 .
2017-11-30 11:23:16 +01:00
Norman Feske
e8db9bda9a
libports: fix download location of fribidi
...
Apparently, fribidi.org is no more and just points to the GitHub project
now.
2017-11-30 11:23:07 +01:00
Josef Söntgen
f32344138f
openssl: patch source relative paths in SSL
2017-11-30 11:23:06 +01:00
Emery Hemingway
caba2d3021
Enforce use of a custom Nim compiler
...
Use a custom Nim compiler at '/usr/local/genode-nim' that can be built
with a makefile at 'tool/tool_chain_nim'.
Fix #2545
2017-11-30 11:23:06 +01:00