20543 Commits

Author SHA1 Message Date
ajacoutot
a88625b0b2 sysutils/toad is coming back, teach glib to use pkexec(1). 2019-01-23 03:37:09 +00:00
ajacoutot
ac2dcbadb8 Unbreak after major lib bump in devel/apr. 2019-01-22 23:58:04 +00:00
sthen
845841e4d2 tidier with AUTOCONF_ENV 2019-01-22 22:22:58 +00:00
naddy
4921bb9c4b Trust c++(1) to create a library that can also be used with C code, and
don't try to manually add C++ support libraries.  Fixes build with llvm7.
2019-01-22 19:27:35 +00:00
naddy
4843e351e0 Revert previous. If C++ code has been linked with c++(1) into a library,
it should be possible to link that library to C code with cc(1).
2019-01-22 19:23:40 +00:00
naddy
478db942ff Add dummy C++ sources that don't need to exist. This forces the
C++ linker to be chosen, which is required when linking C code
against a C++ library.
2019-01-22 19:03:08 +00:00
sthen
6cf156851d bump library major, disabling the memory pool debugging option results
in some symbols being removed
2019-01-22 13:53:13 +00:00
stsp
8f7b3a577b Update devel/apr to 1.6.5.
Disable pool debugging again in favour of a patch by APR committer
Yann Ylavic, which forces the default allocator to call free(3) when
memory is no longer needed. The pool debug feature also enforces this,
but has additional side-effects since it uses an entirely different
code path which upstream says should not be used in production.

Also, patch configure.in to fix a botched format string definition for off_t.

ok sthen@
2019-01-22 11:55:20 +00:00
danj
fd75e3d429 Update to py-pathspec-0.5.9
From Pamela Mosiejczuk
2019-01-22 11:18:53 +00:00
ajacoutot
54401f636c Update to glib2-2.58.3. 2019-01-21 21:52:58 +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
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
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
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
edd
dde7409ad1 Update devel/radare2 to version 3.2.0.
From David Carlier. OK bentley@. Thanks.
2019-01-17 22:23:39 +00:00
schwarze
d1ab243067 Identical formatting from groff and mandoc because escaped backslashes
in high-level macro arguments now work as expected;
so drop USE_GROFF and bump.
2019-01-17 06:44:18 +00:00
sthen
ed3915fbef update to ccache-3.6 2019-01-16 10:29:40 +00:00
juanfra
723c1ee328 Change WRKDIST for the development versions. 2019-01-15 23:21:47 +00:00
rpointel
234fe94689 update yamllint to 1.14.0. 2019-01-15 10:13:10 +00:00
juanfra
6b7b0dbf8b Add additional MASTER_SITES. 2019-01-14 23:06:35 +00:00
kn
e8ef733a2d + p5-local-lib 2019-01-14 21:27:12 +00:00
kn
b6c1e1ef74 Import devel/p5-local-lib
This module provides a quick, convenient way of bootstrapping a
user-local Perl module library located within the user's home directory.
It also constructs and prints out for the user the list of environment
variables using the syntax appropriate for the user's current shell (as
specified by the "SHELL" environment variable), suitable for directly
adding to one's shell configuration file.

Feedback and OK steven
2019-01-14 21:25:44 +00:00
jca
1f8c09b753 Sync bits from base
- don't build clang itself with -fno-ret-protector and -mno-retpoline,
to regain performance
- use -mretpoline by default on amd64
- fix printf %b length specifiers

from Brad
2019-01-14 16:08:44 +00:00
kirby
a839ede203 fix parallel build. from FreeBSD.
OK rsadowski@, kn@
2019-01-13 16:40:20 +00:00
pascal
782cc31fdd Use CXX for linking instead of hardcoding -lstdc++. Fixes build on aarch64.
ok kirby@ (maintainer)
2019-01-13 15:08:01 +00:00
cwen
fd09407c67 Update p5-FileHandle-Unget to 0.1634
Changelog:
https://metacpan.org/source/DCOPPIT/FileHandle-Unget-0.1634/CHANGES
OK giovanni@ (MAINTAINER) afresh1@ bcallah@
2019-01-13 14:56:01 +00:00
cwen
488a949c1b +p5-Test-Compile 2019-01-13 14:52:14 +00:00
cwen
68d03634b4 Import devel/p5-Test-Compile-1.3.0 and taking MAINTAINER.
OK afresh1@ giovanni@ bcallah@

This module lets you check the whether your Perl modules and scripts
compile properly, and reports its results in standard Test::Simple
fashion.
2019-01-13 14:50:03 +00:00
cwen
a7b26fc92d Update p5-Test-SubCalls to 1.10
Changelog:
https://metacpan.org/source/ETHER/Test-SubCalls-1.10/Changes
OK bcallah@ afresh1@
2019-01-13 14:23:12 +00:00
cwen
90d0f5b98b Update p5-Test-LeakTrace to 0.16
Changelog:
https://metacpan.org/source/LEEJO/Test-LeakTrace-0.16/Changes
OK bcallah@ afresh1@
2019-01-13 14:16:40 +00:00
rsadowski
d5d0d01eca Update gitsh to 0.13
Maintainer update with REVISION tweak from me.
2019-01-13 14:00:56 +00:00
ajacoutot
70ae1f81e2 Merged upstream. 2019-01-13 12:26:29 +00:00
ajacoutot
1ac740f757 Put 'macppc' into the 'ppc' cpu family. 2019-01-13 10:20:18 +00:00
danj
fe2b9cdf10 Update to py-greenlet-0.4.15
From Pamela Mosiejczuk
2019-01-13 09:54:56 +00:00
cwen
068f90ccee +p5-Mock-Config 2019-01-12 21:48:14 +00:00
cwen
5c760264d0 Import devel/p5-Mock-Config-0.03, a Perl module that temporarily sets
Config or XSConfig values.
tweaks and OK solene@, OK giovanni@ bcallah@ afresh1@

This module temporarily sets Config or XSConfig, as a workaround to
XSConfig being readonly. The importer works only dynamically, not
lexically yet.
2019-01-12 21:46:25 +00:00
cwen
22567263d5 Add p5-Catalyst-Plugin-Static-Simple to $cve
Tweaks and "go ahead" by danj@, OK bcallah@
2019-01-12 20:44:38 +00:00
sthen
99a062f78b patch jdk to disable use of mincore(), approach suggested by / ok kurt@ jca@
switch to new bootstraps
2019-01-11 22:08:11 +00:00
jasper
cb7378b051 remove unneeded BDEP 2019-01-11 18:43:39 +00:00
sthen
417ee3b07d regen patches only, no pkg change 2019-01-11 17:21:38 +00:00
stsp
78d03b5776 Update to Apache Subversion 1.11.1 and patch a use-after-free which makes
mod_dav_svn crash on OpenBSD (will also be fixed in next upstream release).
2019-01-11 15:12:26 +00:00
danj
5bdbf63dbc Update to haproxy-1.8.17
Fix CVE-2018-20615: """BUG/CRITICAL: mux-h2: re-check the frame
length when PRIORITY is used

An incorrect frame length check is performed on HEADERS frame having
the PRIORITY flag, possibly resulting in a read-past-bound which can
cause a crash depending how the frame is crafted. All 1.9 and 1.8
versions are affected. As a result, all HTTP/2 users must either
upgrade or temporarily disable HTTP/2 by commenting the "npn h2" and
"alpn h2" statements on their related "bind" lines."""
2019-01-11 01:09:50 +00:00
gsoares
abfb42d5a2 update cppcheck to 1.86 2019-01-10 22:21:17 +00:00
jca
6cfe94ccd9 Re-add classpath, I somehow missed that lang/jamvm depends on it. 2019-01-10 17:54:14 +00:00
jca
0cf3c64ec6 Remove classpath, not updated since 2009 and not used by the ports tree
Also it depends on gcj which is a dead end (not shipped by lang/gcc/8).
Noticed because is uses mincore(2).

ok phessler@ landry@
2019-01-10 17:23:12 +00:00
jca
b445abf2ab Unbreak on gcc archs after the update to 2.58.2
glib2 checks for __sync_bool_compare_and_swap, and requires
__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 to be defined if the function is
available... except with special cases like Linux armv5.  base gcc
implements __sync_bool_compare_and_swap on many of our archs but doesn't
provide __GCC_HAVE_* macros, so glib2 is confused.  Extend the
existing workaround to unbreak.

ok ajacoutot@ (maintainer)
2019-01-10 13:36:26 +00:00
juanfra
f243d3568d Update to mercurial 4.8.2. 2019-01-08 23:08:07 +00:00
bluhm
68ec7594b5 update p5-Test-Portability-Files to 0.10 2019-01-08 21:12:42 +00:00
jasper
8946737c6b +spidermonkey60 2019-01-08 19:01:55 +00:00