Commit Graph

134859 Commits

Author SHA1 Message Date
ajacoutot
49a59e35fa Update to gutenprint-5.3.1. 2019-01-22 01:00:35 +00:00
abieber
296cf11c2f Bump node to the latest LTS.
Changelog: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.0

Thanks to naddy@ for the openssl bits!

Tested on {amd,arm}64.

No objections!
2019-01-21 23:46:01 +00:00
naddy
dd1ec76cdf fix build with llvm7: don't compare pointer > 0
also in upstream
2019-01-21 23:21:19 +00:00
ajacoutot
498a18e326 Update to osinfo-db-20190120. 2019-01-21 22:00:41 +00:00
ajacoutot
ed25a3f153 Update to librsvg-2.44.12. 2019-01-21 21:53:40 +00:00
ajacoutot
9c1fd12f47 Update to gtk+3-3.24.4. 2019-01-21 21:53:17 +00:00
ajacoutot
54401f636c Update to glib2-2.58.3. 2019-01-21 21:52:58 +00:00
sthen
809b574423 update to py-html2text-2018.1.9, from Kurt Mosiejczuk 2019-01-21 21:20:27 +00:00
naddy
a9f52b385a fix build with llvm7: don't compare QString::contains() > 0 2019-01-21 21:19:48 +00:00
naddy
2f8e4eb238 fix build with llvm7: don't compare QString::contains() > 0 2019-01-21 20:55:38 +00:00
naddy
2a85bbc9da fix build with llvm7: don't compare QString::contains() > 0
ok rsadowski@
2019-01-21 20:54:48 +00:00
landry
04bf41d996 Update to beaver 0.4.1 2019-01-21 20:13:44 +00:00
jca
034d9504db Unbreak on amd64 (workaround: disable retpoline) 2019-01-21 19:07:58 +00:00
jca
c5e9bc9f51 Remove ugly hack that breaks with lld-7.0.1, and set SONAME
Reported by naddy@
2019-01-21 18:55:07 +00:00
kirby
dcac392435 update to hugin-2018.0.0 2019-01-21 17:35:34 +00:00
sthen
a85660e811 add USE_LLD, undefined ref's to libicon*, libintl* with ld.bfd 2019-01-21 17:27:26 +00:00
bcallah
360e319425 Bugfix update to xpad-5.4.0 2019-01-21 17:08:32 +00:00
bcallah
be624f3768 Update to wtf-20190114 2019-01-21 17:04:26 +00:00
bcallah
72dbdd2c91 Update to musescore-3.0.1 -- upstream intends to release regular small
point updates to MuseScore; this is the first of them.
Changelog: https://musescore.org/en/3.0.1
2019-01-21 17:00:02 +00:00
cwen
ce2991f98e Update p5-String-Random to 0.30
Changelog:
https://metacpan.org/source/SHLOMIF/String-Random-0.30/Changes
OK bcallah@
2019-01-21 16:55:55 +00:00
fcambus
19787bbd18 Update kore to 3.2.2. 2019-01-21 16:52:48 +00:00
cwen
26e77174a7 Update p5-Net-Server to 2.009
Changelog:
https://metacpan.org/source/RHANDOM/Net-Server-2.009/Changes
OK bcallah@
2019-01-21 16:49:45 +00:00
bcallah
59475f84a7 Bugfix update to kona-3.2.0.20190119 2019-01-21 16:26:01 +00:00
kurt
663f54bb54 Lower the max memory used for i386 build so that it reliably
detects that it can use it and then it sets the max size of the
object heap while building. Having the max size set works
out better because it allocates it all at once and limits
the jdk from growing it a piece at a time randomly into
limited VM space.
2019-01-21 15:54:59 +00:00
sthen
ace23cf4be update to libmspack-0.9.1alpha 2019-01-21 15:27:29 +00:00
jca
2a4843fe89 Drop MAINTAINER
Discussed with Aleksander (former MAINTAINER).
2019-01-21 14:33:26 +00:00
jca
db010e6806 Unbreak on clang archs
Symbols visibility support effectively makes public symbols unavailable
on clang archs.  Should be investigated to understand why gcc archs
aren't affected.

Fix from Andreas Kusalananda Kahari (restricted to clang archs by me)
2019-01-21 14:24:30 +00:00
espie
f70efd5390 rename a few methods and finish implementing chaining joins 2019-01-21 08:51:56 +00:00
thfr
44e46f33f5 add sdl2-image to $cve. "looks fine" naddy@ 2019-01-20 23:43:21 +00:00
thfr
13127520b9 security update to sdl2-image-2.0.4. Fixes CVE-2018-3977 (TALOS-2018-0645), a
XCF image heap overflow vulnerability. ok jca@
2019-01-20 23:37:36 +00:00
juanfra
67f2340540 Update to bacon 3.8.1. 2019-01-20 23:24:28 +00:00
ajacoutot
72eeb0352e Remove chunk now that we have support for EVP_ENCODE_CTX_new and
EVP_ENCODE_CTX_free.
2019-01-20 23:00:32 +00:00
juanfra
7629366e83 Unbreak amule/wxgtk3. OK jca@. 2019-01-20 22:02:02 +00:00
juanfra
64aa004550 Update to pdf2djvu 0.9.12. 2019-01-20 20:31:52 +00:00
juanfra
b9aa1fe86d Update to gambit 4.9.2. 2019-01-20 20:11:59 +00:00
juanfra
6735e9033e Update to cython 0.29.3. 2019-01-20 20:11:23 +00:00
kirby
7ceff57421 sync patch with upstream and add upstream commit id 2019-01-20 15:38:34 +00:00
sthen
ba41f70f8c goaccess tweaks, ok kirby@ (maintainer)
- unbreak fallback from ~/.goaccessrc to global config
- new user-agents: lftp, openbsd ftp(1)

- use maxminddb instead of geoip legacy; the legacy databases have
not been updated since last April. patch sample config to include the
correct paths for this.

- use upstream's install target rather than handrolling

- add examples for httpd(8)'s slightly nonstandard log formats to the
default config

N.B. If you are currently using geoip/geolite1 databases, you will need to
change the path in your config file to the correct one for geoip2/geolite2
otherwise country will show as 'unknown'. Specifically you want one or other
of these lines:

geoip-database /var/db/GeoIP/GeoLite2-City.mmdb
geoip-database /var/db/GeoIP/GeoLite2-Country.mmdb
2019-01-20 13:36:51 +00:00
sthen
f40605e741 update to py-netifaces 0.10.9, memory management bug in an error path and
a potential infinite loop in netifaces.gateways()

from Pamela Mosiejczuk completed with Kurt Mosiejczuk
2019-01-20 12:09:00 +00:00
rsadowski
ceb1c9758d use samurai instead ninja as build system
naddy@ spotted so many times bulk failures, so let's try samurai as build
system.
2019-01-20 11:51:35 +00:00
jsg
4f7676fb0b Build the am335x_evm target which outputs a FIT image including device
trees for multiple am335x boards including the BeagleBone Black.

The am335x_boneblack target has been removed in the U-Boot repository
and will not be in the next major release.  Continue building it till
then.
2019-01-20 11:51:02 +00:00
edd
52e591d145 editors/texworks: Fix for TeX Live 2018.
Our in-tree version of texworks expects an older synctex than we now
have in tree. This change fixes that.

Bulk tested and OK kili@, thanks.
2019-01-20 11:20:42 +00:00
edd
955fa02afa Update TeX Live to 2018.
User tested by Jon Bernard, bulk tested by kili@.

OK kili@, thanks!
2019-01-20 11:17:30 +00:00
giovanni
04477d48d6 fix compatibility with python 2.7 2019-01-20 11:11:15 +00:00
ajacoutot
eecc970480 Actually warn once if we failed to set acceleration profile. 2019-01-20 04:55:56 +00:00
mariani
36abf8db47 Updating py-qtpy from 1.5.2 to 1.6.0
OK danj@
2019-01-19 23:27:41 +00:00
ajacoutot
bcd357cc42 Expand comment. 2019-01-19 21:37:46 +00:00
cwen
64401bf1ce Update p5-Net-SSH2 to 0.69
Changelog:
https://metacpan.org/changes/release/SALVA/Net-SSH2-0.69
OK sthen@ bcallah@
2019-01-19 21:01:31 +00:00
giovanni
41fc8a2093 update to 2.4.3 2019-01-19 16:22:28 +00:00
giovanni
c4d01a0d43 bugfix update to 4.8.4 2019-01-19 16:11:12 +00:00