20543 Commits

Author SHA1 Message Date
bluhm
3bdef9cc47 import p5-Term-Size-Any 0.002
OK cwen@

Comment:
retrieve terminal size

Description:
This is a unified interface to retrieve terminal size. It loads one
module of a list of known alternatives, each implementing some way to
get the desired terminal information. This loaded module will actually
do the job on behalf of `Term::Size::Any'.
2019-02-21 23:19:30 +00:00
bluhm
9cfa421850 +p5-Term-Size-Perl 2019-02-21 14:26:22 +00:00
bluhm
e5727bee8e import p5-Term-Size-Perl 0.031
OK afresh1@

Comment:
perl extension for retrieving terminal size

Description:
Yet another implementation of Term::Size.  Now in pure Perl, with
the exception of a C probe run on build time.
2019-02-21 14:23:48 +00:00
afresh1
a207f1419b + devel/p5-Test-UseAllModules 2019-02-21 04:48:22 +00:00
afresh1
bbc48d92cc Import devel/p5-Test-UseAllModules
This module reads MANIFEST to find modules to be tested and does
use_ok() for each of them. Now all you have to do is update MANIFEST.
You don't have to modify the test any more (hopefully).

ok sthen@
2019-02-21 04:47:14 +00:00
sebastia
00dcc50272 exploitdb-papers is gone 2019-02-20 21:25:22 +00:00
sthen
8a9712d4ae change the text "web application with no benefit being packaged"
to make it more general.  ok espie@ ajacoutot@
2019-02-20 15:49:02 +00:00
sthen
f420fff2c5 update to libmagic-5.35 2019-02-20 14:16:33 +00:00
bentley
fd827f8d34 Upstream rerolled distfile (sigh) 2019-02-20 07:43:11 +00:00
bentley
25bfb5f2ad Update to rgbds-0.3.8.
Release notes: https://github.com/rednex/rgbds/releases/tag/v0.3.8
2019-02-20 06:24:30 +00:00
jca
18a7533bd3 Merge various improvements from base
- avoid naming clash, bsd.lib.mk defines "PIC"
- x86: floating point fixes (backported from upstream)
- powerpc: avoid unaligned floating-point load and store instructions
(Initial diff by George Koehler)
- lldb, x86: skip retguard instructions in prologue detection

Diff from Brad
2019-02-20 00:24:11 +00:00
robert
ecae7c4df4 Help programs using unveil(2) by fixing and modyfing the code of
glib by doing the following:

- Modify the g_mkdir_with_parents() function so that it will try to
  create the specified path directly and if g_mkdir() fails, it will
  fall back to walking the path one by one.

- In case of walking the path one by one, ignore ENOENT for all path
  elements except for the last one, because g_mkdir_with_parents()
  will fail with programs using unveil(2) (with statlie removed).
  Ignoring ENOENT is completely fine because we really only care about
  the last element of the path and this modification will also have the
  benefit of avoiding useless stat calls

- My initial tests show that by just firing up a simple file dialog
  this modification saves an average of 110 system calls, now imagine
  running GNOME or Chrome with that. Each and every program using glib's
  g_mkdir_with_parents() before opening the needed files (most do this)
  will benefit from this.

- Check if the XDG directories actually exist before adding them to the
  list used by file dialogs.
  This is also useful if you are not running a complete desktop environment
  and you simply do not have these directories.

ok ajacoutot@
2019-02-19 14:53:17 +00:00
robert
c59acca1c8 Try to open the dconf cache directly instead of always trying
to create the directory path first.
If we cannot open the cache directly, fall back to creating the
hierarchy first.

This avoids a call to glib's g_mkdir_with_parents() function which
would walk the complete path trying to create already existing
directories.

ok ajacoutot@
2019-02-19 14:35:54 +00:00
giovanni
d68ce746f8 Bugfix update to 1.34.1
Victor Kukshiev (maintainer) agrees
2019-02-19 11:06:52 +00:00
rpointel
320e1b8c7e update yamllint to 1.15.0. 2019-02-19 08:18:14 +00:00
rpointel
4c4b4da93b update xlsxwriter to 1.1.4. 2019-02-19 08:06:02 +00:00
rpointel
859d5cc1e1 update jadx to 0.9.0. 2019-02-18 21:49:14 +00:00
fcambus
2614f30cb0 Add p5-Data-IEEE754. 2019-02-18 13:05:07 +00:00
fcambus
4d0996c298 Import: devel/p5-Data-IEEE754.
This module provides some simple convenience functions for packing and
unpacking IEEE 754 floats and doubles.

OK sthen@, giovanni@
2019-02-18 13:03:59 +00:00
fcambus
6786843028 Add p5-Test-Bits. 2019-02-18 12:54:05 +00:00
fcambus
79a7c658bd Import devel/p5-Test-Bits.
This module provides a single subroutine, bits_is(), for testing binary data.

This module is quite similar to Test::BinaryData and Test::HexString in
concept. The difference is that this module shows failure diagnostics in a
different way, and has a slightly different calling style. Depending on the
nature of the data you're working with, this module may be easier to work
with.

OK sthen@, giovanni@
2019-02-18 12:52:57 +00:00
pamela
80bc1aa039 Update py-pyprof2calltree to 1.4.4 and add a python3 flavor. Updated homepage.
OK phessler@
2019-02-18 03:19:18 +00:00
sthen
dac92ff632 update to py-isodate-0.6.0, from Kurt Mosiejczuk 2019-02-17 20:25:47 +00:00
sthen
916bd0afa3 update to py-country 18.12.8, from Kurt Mosiejczuk, maintainer timeout 2019-02-17 20:22:22 +00:00
sthen
aa2cef19df update to p5-Getopt-Long-Descriptive-0.103
ok afresh1@ (maintainer), "I have the same diff 46 items down my
port update TODO list"
2019-02-17 19:53:59 +00:00
sthen
849679ef2f update to py-arrow-0.13.1, from Kurt Mosiejczuk 2019-02-17 14:06:55 +00:00
cwen
08317be43b Update p5-MooseX-Types to 0.50
Changelog:
https://metacpan.org/changes/distribution/MooseX-Types

OK afresh1@
2019-02-16 18:14:12 +00:00
cwen
1a5417c800 Update p5-MooseX-Types-Common to 0.001014
Changelog:
https://metacpan.org/source/ETHER/MooseX-Types-Common-0.001014/Changes

OK afresh1@
2019-02-16 18:00:40 +00:00
cwen
005bb1513f Update p5-Devel-CheckLib to 1.13
Also drop WANTLIB, as it's a pure Perl module.
Changelog:
https://metacpan.org/changes/distribution/Devel-CheckLib

Original diff from Sven Falempin, tweaks from afresh1@ and me.

OK afresh1@
2019-02-16 17:49:15 +00:00
cwen
0b22799579 Update p5-MooseX-Log-Log4perl to 0.47
Changelog:
https://metacpan.org/source/LAMMEL/MooseX-Log-Log4perl-0.47/Changes

OK afresh1@
2019-02-16 17:18:35 +00:00
cwen
1d22a2958c p5-MooseX-Role-Parameterized: Fix missing rdep
While here, make a more general *_DEPENDS cleanup

Found out by, and OK afresh1@
2019-02-16 17:10:26 +00:00
fcambus
4a2665abb8 Add p5-List-AllUtils. 2019-02-16 13:18:59 +00:00
fcambus
7c538ef73c Import devel/p5-List-AllUtils.
Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized
package. This module will export all of the functions that either of those
three modules defines.

OK cwen@, giovanni@
2019-02-16 13:18:18 +00:00
jsg
2c29a5b77e Add a RUN_DEPENDS on devel/llvm as include-what-you-use links
libLLVM and drop no longer required IWYU_LLVM_ROOT_PATH env var.
From Caspar Schutijser.  sthen@ noted this can't be a LIB_DEPENDS
as libLLVM is not installed as a major.minor library.
2019-02-16 12:06:23 +00:00
landry
2d74b6ba63 Update cbindgen to 0.7.1.
Required to build mozilla-central since #1523071
2019-02-15 14:48:35 +00:00
mariani
fc0b09a524 Hook py-wurlitzer and py-wurlitzer,python3 2019-02-14 22:48:39 +00:00
mariani
fa417a1119 Importing py-wurlitzer 1.0.2
Capture C-level stdout/stderr pipes in Python via os.dup2.

Comments from semarie@
OK danj@
OK and tweaks jca@
2019-02-14 22:34:18 +00:00
mariani
90b58420d0 Updating py-parso from 0.3.1 to 0.3.4
OK sthen@
2019-02-14 22:23:44 +00:00
mariani
cac5325848 Updating py-rope from 0.11.0 to 0.12.0
OK sthen@
2019-02-14 22:13:45 +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
pvk
3e039207bd Update py-certifi 2018.4.16 -> 2018.11.29
ok sthen@
2019-02-14 06:35:04 +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
jasper
a6f6099907 update to libgit2-glib-0.27.8 2019-02-13 20:19:42 +00:00
juanfra
2ee031586c SECURITY:
Update to hiawatha 10.8.4.

"When AllowDotFiles is enabled, a directory traversal is possible,
exposing files which can be read by the webserver to the outside
world. By default, AllowDotFiles is not enabled."

https://csirt.cedia.org.ec/2019/02/apv-190208001-vulnerability-detected-in-hiawatha-allowdotfiles/
2019-02-12 21:57:34 +00:00
jasper
3b228c13f6 add mosquitto b/c of CVE-2018-12546, CVE-2018-12550, CVE-2018-12551 2019-02-12 19:19:49 +00:00
cwen
c523fc97a4 Update p5-Getargs-Long to 1.1012
Changelog:
https://metacpan.org/changes/distribution/Getargs-Long
tweaks and OK bluhm@
2019-02-12 18:44:26 +00:00
cwen
d4c9e49c0b p5-Carp-Datum: remove perl5 in CATEGORIES.
It's already added automatically by cpan.port.mk.

Suggested by and OK bluhm@
2019-02-12 18:11:31 +00:00
cwen
a0c09473b4 Update p5-MooseX-Params-Validate to 0.21
Changelog:
https://metacpan.org/source/DROLSKY/MooseX-Params-Validate-0.21/Changes
tweaks and OK bluhm@
2019-02-12 18:03:02 +00:00