switch MODJAVA_VER to 11 and adjust the extra clojure test (which needs
to be run interactively with lang/clojure set up for the local user
unfortunately.)
ok sthen@
changelog: https://github.com/libffi/libffi/releases/tag/v3.4.2
tested with few of the 'big' consumer (cabal-install, jna, ghc, gforth,
guile2, python/3.9, ruby/3.1) by gnezdo@ (thanks!) and me on amd64.
maintainer timeout, ok sthen@
in the content process, unveil /dev/dri instead of only /dev/dri/card0,
as reported and debugged by gkoehler@. Something in mesa apparently
fallbacks to swrast if /dev/dri isn't found, and then fails hard/crashes
because of shmget().
strangely, i haven't been able to reproduce the failure with firefox 101.
should fix mapnik/postgis/qgis build failure seen by naddy@ as gdal had
picked up an armadillo dependency.
while here drop GDAL_USE_JASPER, the jasper driver was removed in 3.5.0
so the option is useless.
* Accumulated security fixes.
* Drop the */Makefile.in patches for not picking up an old libtiff.
They are no longer required.
* Minor bump to libtiff for added functions. Some exported _TIFF*()
functions were removed (strictly speaking that's a major bump),
but those were for internal use and had no public prototypes.
Extended from an initial diff by tj@
ok namn@
changelog:
- save and restore scroll position
- new command reply-last-input; idea from a conversation with thfr@, thanks!
- allow push urls to an already opened telescope session
- autocompletions for load-url and load-current-url
- new command write-buffer (with alias w)
- new command mini-kill-whole-line for the minibuffer
- split the minibuffer input into words and try to match out of order
- move aliases at the top of the completions
- add alias `open' for load-url; suggested by Florian, thanks!
- update emoji-data.txt to 14.0.0
- persist the list of visited URLs to the disk
- fix builds out-of-tree
- correctly mark variables in the manpage so it's possible to jump to them
- rework completions selection: the selected entry is -always- the one used. if nothing is selected, the minibuffer content is used instead.
- merge the ui and fs processes
- rate-limit the update of the download pane
- fix parsing of invalid link lines
- initialize each tab' loadingev timer event
- fix the build on recent version of musl
this way one can differentiate firefox from firefox-esr in desktop
environments.
while here also fix Exec lines for alternate Desktop Actions.
patch from Juan Picca, thanks !