Commit Graph

134845 Commits

Author SHA1 Message Date
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
sthen
0fe5755b57 update to postfix-3.4-20190106, from brad 2019-01-19 15:55:17 +00:00
sthen
e3281aea07 update to py-bcrypt 3.1.6 2019-01-19 15:50:39 +00:00
sthen
b8768d54bb update to c_icap_modules-0.5.3
rolling in patches, upstream have adapted to new clamav api now
2019-01-19 15:48:59 +00:00
sthen
79707db65e update to mtools-4.0.23 2019-01-19 15:47:32 +00:00
sthen
90fdf719ec update to chirp-20190112 2019-01-19 15:38:28 +00:00
sthen
a0a5bd7467 remove unneeded CPAN_AUTHOR preventing portroach from seeing current versions 2019-01-19 15:31:24 +00:00
sthen
b00f134a83 update to mini-sendmail 1.3.9
various small fixes including overlapping strcpy -> memmove
2019-01-19 15:17:21 +00:00
sthen
2ef87497a7 update to sslmate-1.7.0 2019-01-19 15:04:06 +00:00
sthen
e389e1dd4a update to xscreensaver-5.42 2019-01-19 15:02:39 +00:00
sthen
49d123b3de update to catdoc/wordview-0.95 2019-01-19 15:02:06 +00:00
sthen
7c17f31589 update to nghttp2-1.36.0 2019-01-19 14:57:24 +00:00
sthen
04cc01c936 update to wp-cli-2.1.0 2019-01-19 14:56:56 +00:00
danj
1cbe13b422 Update to py-aiodns-1.2.0
From Kurt Mosiejczuk who takes maintainership
2019-01-19 14:26:34 +00:00
danj
c5f36345d9 Update to youtube-dl-2019.01.17
This unbreaks youtube

From Hiltjo Posthuma
2019-01-19 14:19:35 +00:00