Commit Graph

135501 Commits

Author SHA1 Message Date
ajacoutot
967c72bce1 Update to py-boto3-1.9.94. 2019-02-14 14:41:34 +00:00
fcambus
208eb27e68 Update dialog to 1.3-20190211. 2019-02-14 14:29:30 +00:00
pamela
90164cad72 Adding myself.
OK florian@ phessler@
2019-02-14 14:04:57 +00:00
jca
3d640deb66 Unbreak lmdb detection with ports-gcc (always look in /usr/local)
knot's configure script tries to detect liblmdb.so and lmdb.h, if it
can't find them it automatically adds /usr/local/{include,lib}
to the search paths then rechecks.  This works well on clang archs.  On
gcc archs ports-gcc automatically adds /usr/local/lib to the ld(1)
search path so detection of liblmdb.so works out of the box, but lmdb.h
can't be found since /usr/local/include hasn't been added to CPPFLAGS,
triggering a fatal error.  sigh
2019-02-14 12:54:23 +00:00
sthen
739ff72ec5 update to eyeD3-0.8.9 2019-02-14 12:36:36 +00:00
sthen
baf21fb007 update to py-mutagen-1.42.0 2019-02-14 12:27:48 +00:00
bluhm
aa4978a945 Update p5-YAML-Syck to 1.31.
Perl 5.28.1 no longer defines I_STDLIB and I_STRING in its config.h.
Unconditionally include the correct headers to avoid miscompilation
due to missing prototypes.
Sort according to Makefile.template.
Take maintainer.
OK sthen@
2019-02-14 12:26:57 +00:00
ajacoutot
06fcf8798b Update to py3-chromecast-2.5.0. 2019-02-14 10:56:07 +00:00
ajacoutot
81995d799f Update to google-cloud-sdk-234.0.0. 2019-02-14 10:53:52 +00:00
pvk
4679592565 Update gitea 1.7.0 -> 1.7.1
ok robert@
2019-02-14 10:08:53 +00:00
jca
0b96acbe5b Update to exiv2-0.27.0
Switch to cmake, enable i18n support and unit tests.

Also:
- don't install libxmp.a from the Adobe XMP SDK, to avoid confusion with
audio/libxmp
- don't provide the new Exiv2::getProcessPath() function.  Not portable,
doesn't work on OpenBSD, and shouldn't be exposed in the API of
a graphics library.  Instead, define a macro with CMake to help runtime
find gettext files.

Sample executables are now built and installed, not sure if all of them
are very useful.

From danj@ with input from sthen@, ajacoutot@ and me, tested in a bulk
by ajacoutot@
2019-02-14 09:55:40 +00:00
jca
3d6679951e Update to libvpx-1.8.0
from Brad (maintainer), tested in a bulk by ajacoutot@
2019-02-14 09:44:26 +00:00
jca
895e1156b7 Drop use of obsolete libvpx debug macros, fixes build with libvpx-1.8.0
ok ajacoutot@ (maintainer)
2019-02-14 09:42:26 +00:00
pvk
5dc0d35ae5 Update py-elasticsearch-curator 5.5.2 -> 5.6.0
ok sthen@
2019-02-14 07:28:27 +00:00
pvk
f5f60ce3c5 Update py-elasticsearch 6.2.0 -> 6.3.1
ok sthen@
2019-02-14 07:24:46 +00:00
pvk
743ecca12d +py-requests-aws4auth 2019-02-14 07:19:11 +00:00
pvk
198d16659b Import py-requests-aws4auth, AWS v4 authentication for py-requests
ok sthen@
2019-02-14 07:13:37 +00:00
pvk
3e039207bd Update py-certifi 2018.4.16 -> 2018.11.29
ok sthen@
2019-02-14 06:35:04 +00:00
pvk
d168442727 Update mattermost-server 5.7.0 -> 5.7.1
ok kn@
2019-02-14 06:26:03 +00:00
sthen
b0fc2d4af6 use https, regen patch while there 2019-02-13 22:18:40 +00:00
bluhm
f5dc949e73 Add myself as maintainer. 2019-02-13 22:12:01 +00:00
cwen
d427c4ab7f autoconf-2.57: unbreak ports build with Perl 5.28, by adding
back '.' in @INC in autom4te.

OK sthen@
2019-02-13 22:10:57 +00:00
cwen
b5975394a8 autoconf-2.56: unbreak ports build with Perl 5.28, by adding
back '.' in @INC in autom4te.

OK sthen@
2019-02-13 22:09:28 +00:00
cwen
efdcc2ba5d autoconf-2.54: unbreak ports build with Perl 5.28,
by adding back '.' in @INC.

OK sthen@
2019-02-13 22:07:37 +00:00
sthen
440428ea92 update to unifi-5.10.17
stable release, but keeping in testing/ rather than updating stable/ for now
2019-02-13 21:41:34 +00:00
matthieu
1252fec29b Fix colors with mesa 18 by disabling 10bits fbconfigs.
Patch from https://github.com/yshui/compton/commit/bf29b2d.
Hint from thfr@, ok Sunil Nimmagadda (maintainer), thfr@
2019-02-13 20:36:08 +00:00
jasper
a6f6099907 update to libgit2-glib-0.27.8 2019-02-13 20:19:42 +00:00
bluhm
a6c2d3b57b +p5-Mail-DMARC-Iterator 2019-02-13 20:01:21 +00:00
bluhm
e95f1f4c26 import p5-Mail-DMARC-Iterator 0.013
OK giovanni@

Comment:
iterative DMARC validation for mails

Description:
This module can be used to validate mails against DMARC policies
like specified in RFC 7208.  The main difference to Mail::DMARC is
that it does no blocking operations.  Instead it implements a state
machine where user input is fed into and instructions what the
machine wants is returned.  The state machine only wants the data
from the mail and the result of specific DNS lookups.  With each
new data fed into the machine it will provide new information what
it needs next, until it finally has enough input and returns the
final result.  Because of this design the DMARC policy validation
can be easily integrated into event-driven programs or coupled with
a specific DNS resolver.
2019-02-13 19:59:05 +00:00
edd
0e59dc9eae graphics/evince: Consistently depend upon TeX Live's synctex.
Before this change, it would only use TeX Live's synctex if it happened
to not be installed at build time.

OK jca@
2019-02-13 18:15:55 +00:00
edd
1332470ca1 TeX Live: Split out synctex into its own multi-package.
OK jca@
2019-02-13 18:14:12 +00:00
bcallah
ea7bf84de1 Update openal to 1.19.1 -- improved and upstreamed sndio support.
The result of work and comments from many, including ratchov@, sthen@,
Leonid Bobrov, David Carlier
ok jca@
2019-02-13 16:10:38 +00:00
tsg
4b2a5a9457 Update to ngircd-25.
MaxPenaltyTime patch and OK from sthen@.
2019-02-13 16:09:40 +00:00
ajacoutot
1222f84a37 Update to awscli-1.16.103. 2019-02-13 15:54:07 +00:00
ajacoutot
4a96b7f94a Update to py-botocore-1.12.93. 2019-02-13 15:53:53 +00:00
ajacoutot
73cd04f487 Update to py-boto3-1.9.93. 2019-02-13 15:53:42 +00:00
sebastia
0f4fc1521a hook up proxychains-ng 2019-02-13 15:16:13 +00:00
sebastia
41cc9f9d35 import proxychains-ng
proxychains ng (new generation) - a preloader which hooks calls to
sockets in dynamically linked programs and redirects it through one or
more socks/http proxies. Continuation of the unmaintained proxychains
project.

feedback and OK jasper@
2019-02-13 15:15:15 +00:00
ajacoutot
ad326d3c7d Update to vault-1.0.3. 2019-02-13 15:01:34 +00:00
ajacoutot
451bcd549a Update terraform providers. 2019-02-13 14:29:20 +00:00
jca
39c59b2bb8 Mark as BROKEN following the LLVM7 update
"It may be a while before the issue is fixed" Wesley Moxam (maintainer)
2019-02-13 13:20:54 +00:00
gonzalo
5f63174aa9 Update for SQLmap to 1.3.2
Bug fixes.

OK rpointel@
2019-02-13 12:53:45 +00:00
landry
176a8350bd Install a bunch of python samples that might be useful (mostly
interested in validate_cloud_optimized_geotiff.py for now, to go along
rasterio & its rio-cogeo plugin)
2019-02-13 12:46:41 +00:00
landry
3151060003 Update to firefox-esr 60.5.1.
See https://www.mozilla.org/en-US/firefox/60.5.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-05/
2019-02-13 12:35:25 +00:00
landry
38dc5b178f Bugfix update to firefox 65.0.1.
See https://www.mozilla.org/en-US/firefox/65.0.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-04/
2019-02-13 12:33:40 +00:00
kirby
33c34f1b94 update to cataclysm-dda-2019.02.08
from Tim Meunier (maintainer) with minor tweak from me
2019-02-13 12:24:44 +00:00
ajacoutot
56bb4f2c93 Pick up X headers. 2019-02-13 12:16:36 +00:00
solene
a856c3f97e + yabitrot 2019-02-13 07:34:20 +00:00
solene
d421113a7a Import yabitrot-0.3
yabitrot is a bitrot detection utility using the
Adler-32 checksum algorithm and taking account of
hardlinks.

ok sthen@
Help from danj@ sthen@ for python specific bits
2019-02-13 07:33:49 +00:00
solene
134fee0ed4 Update to reed-alert-1.04 2019-02-13 07:31:58 +00:00