Commit Graph

6412 Commits

Author SHA1 Message Date
naddy
985f782817 Use the correct path to the sendmail(8) mail enqueuer.
This makes the GPG Web Key Service work correctly; from Aisha Tammy.
2020-04-27 19:22:54 +00:00
kmos
e11cb760bb On sparc64 (and presumably other base-gcc arches), ports-gcc needs to
be used to build spiped successfully.

ok jturner@ (maintainer)
2020-04-26 00:29:16 +00:00
cwen
ce35714ddf keepassxc: build the 'browser' FLAVOR only on capable archs
Browser integration only works with Chromium-based browsers
and/or Firefox, build it only on archs that support either of
these two to avoid wasting bulk time.

"fine for me" rsadowski@ (maintainer), OK kmos@
2020-04-25 11:12:35 +00:00
ajacoutot
2fbd5e1e51 We have everything we need not to be forced to hardcode ,python3.
Use MODPY_FLAVOR instead.

ok sthen@
2020-04-25 10:07:41 +00:00
kn
171fc07251 Remove unneeded configure patch
Remvoing the default "-O2" is pointless since our CFLAGS are always
honored and passed after the default, hence overriding them.

Comment all other patches while here.
2020-04-22 11:18:32 +00:00
tb
955001fe20 update to OpenSSL 1.1.1g.
Addresses one high severity issue, CVE-2020-1967.

ok sthen
2020-04-22 04:31:53 +00:00
sthen
4797d5f7dc build PHP 7.4 versions of the pecl-* ports 2020-04-21 20:42:00 +00:00
sthen
10befdfdff remove the forced FLAVORS that knocked out php 7.1 packages; php 7.1 was
already removed so these are no longer needed
2020-04-21 20:41:12 +00:00
sebastia
568d3e6840 simple update 3.8.0 -> 3.8.1 2020-04-21 13:12:22 +00:00
sebastia
42a6f336d4 simple update 0.9.0 -> 0.10.0 2020-04-21 13:11:48 +00:00
jasper
97d84ba14a update to libssh-0.9.4 which addresses CVE-2020-1730.
see https://www.libssh.org/security/advisories/CVE-2020-1730.txt for more details

ok kn@ rpointel@
2020-04-20 11:28:34 +00:00
sthen
9c0d186099 add a comment next to BROKEN-aarch64 to suggest trying removing it with the
next update, hopefully vendored libs will be updated by then
2020-04-17 23:59:50 +00:00
bket
1d9266c766 Update to easy-rsa-3.0.7
Changes: https://github.com/OpenVPN/easy-rsa/blob/v3.0.7/ChangeLog

OK sthen@
2020-04-16 06:26:00 +00:00
bket
afc5dbeaab Update to mbedtls-2.16.6
Fix side channel in ECC code that allowed an adversary with access to
precise enough timing and memory access information to fully recover an
ECDSA private key (CVE-2020-10932).
2020-04-15 13:04:41 +00:00
kirby
0484011dd5 update to qtkeychain-0.10.0.
based on a deiff from rsadowski@ with some tweaks from me.
positive feedback from Adriano Barbosa and Caspar Schutijser
2020-04-15 12:42:21 +00:00
sthen
0315329940 mark BROKEN-aarch64, these use ring-0.16.11 which fails on aarch64 (already marked broken on sparc64) 2020-04-14 21:45:41 +00:00
sthen
f1ff1d33e1 disable some golang ports on aarch64, failing builds mostly due to
golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which
suggests they have old vendored copies that don't include aarch64 support)
2020-04-14 21:38:00 +00:00
sebastia
bedbe025f1 update to 2020-04-14 2020-04-14 20:49:21 +00:00
sebastia
4af7679a5e simple update: 3.7.11 -> 3.8.0 2020-04-14 13:19:02 +00:00
sebastia
40a7a610fb simple update: 0.8.6 - 0.9.0 2020-04-14 13:18:25 +00:00
cwen
a177323c68 gnupg: fix the build on macppc with clang:
- add `-fheinous-gnu-extensions' as seen on some other archs
- add a patch to remove the `-Wa,-mppc' flag, because clang's
  integrated assembler was unhappy with it. Proposed by jca@,
  instead of using `-no-integrated-as'.

OK jca@ (maintainer)
2020-04-12 18:29:01 +00:00
ajacoutot
fd9cc7c639 Update to vault-1.4.0. 2020-04-10 11:33:06 +00:00
rsadowski
7598a102d7 Bugfix update keepassxc-2.5.4
Fixed, https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.4
 - Return keyboard focus after saving database edits [#4287]
 - Windows: Use bare minimum settings in portable version [#4131]
 - Windows: Use SHA256 code signing [#4129]
 - macOS: Fix code signing incompatibility in latest macOS release [#4564]
2020-04-10 07:25:02 +00:00
landry
399473ec3b Update to nss 3.51.1, required to build gecko 76.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.51.1_release_notes
2020-04-09 11:09:19 +00:00
rpointel
dda7f6176a update ROPGadget to 6.2.
ok jasper@.
2020-04-09 07:11:59 +00:00
sebastia
893a6cb3ee Update 5.3.0 -> 6.0.2, removed some deprecated tools, new tools added 2020-04-07 21:15:24 +00:00
bentley
e9af93138a Move openwall to https. 2020-04-07 13:29:52 +00:00
jca
bae84d9315 Don't attempt to use -Wa,--noexecstack, breaks build on sparc64
Detection succeeds on sparc64 where clang uses gas, but then build fails
because of a mix of -Wa,foobar unused argument warning and -Werror.
Just drop the use of --noexecstack, the stack is always marked
non-executable on OpenBSD.

ok sthen@ (maintainer)
2020-04-06 11:45:35 +00:00
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00
kn
68a49e198c Disable UpdateCheck feature
Of little use in packages like ours;  the main flavour had it
disabled but at least the browser flavour had it enabled.

OK rsadowski
2020-04-06 06:50:22 +00:00
pirofti
4f09f04a74 Update my email address. 2020-04-06 00:04:31 +00:00
jturner
3a573708e7 Update spiped to 1.6.1.
Significant changes since 1.6.0:
* A new -u option instructs spiped to run as a different uid/gid.
* RDRAND x86 CPU extensions (if available) are used as an additional source
of entropy.  (Note that they are only used as a *supplemental* source, and
if the operating system provides strong entropy then it doesn't matter if
RDRAND works.)
* SHA x86 CPU extensions (if available) are used to speed up computations.
Few CPUs support these yet.
* spipe now prints a warning if it cannot connect to the target host.
2020-04-05 21:26:11 +00:00
sebastia
9723070c87 Update to 2020-04-03 2020-04-04 11:35:32 +00:00
bluhm
a7197b08b1 update p5-IO-Socket-SSL to 2.068 2020-04-02 01:21:21 +00:00
ajacoutot
4f150e0d1c SECURITY update to gnutls-3.6.13 (GNUTLS-SA-2020-03-31):
Fix a DTLS-protocol regression (caused by TLS1.3 support).
The DTLS client would not contribute any randomness to the DTLS negotiation,
breaking the security guarantees of the DTLS protocol.
2020-04-01 07:40:53 +00:00
kn
1cb96ca669 Update to libssh 0.9.3
https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/

All consumers built fine on amd64, run-tested with tmate 2.4.0p1 on amd64
and sparc64.

Remove MAINTAINER on their behalf.

"Looks good overall" and priv.h patch that fixes unit tests from jca
"sounds good to me" rpointel
OK sthen
2020-03-31 18:46:01 +00:00
tb
53ecbe3496 Update to OpenSSL 1.1.1f. Commit missing Makefile.inc piece from a
"drop maintainer" commit.

ok sthen
2020-03-31 14:50:08 +00:00
ajacoutot
3bedecec87 Update to vault-1.3.4. 2020-03-29 17:24:22 +00:00
landry
6ffa296656 Update to kpcli 3.3, from Alex Naumov, thanks! 2020-03-27 07:20:53 +00:00
sebastia
49a7bde97e Update 3.7.8 -> 3.7.11 2020-03-23 21:35:22 +00:00
sebastia
47a97ed224 Update 0.8.2 -> 0.8.6 2020-03-23 21:34:27 +00:00
ajacoutot
95b34e9a4f Fix after removal of misc/rpm. 2020-03-23 19:17:38 +00:00
semarie
b7db15b89a update security/sn0int to 0.18.0
from kpcyrd at rxv cc
2020-03-21 05:30:58 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
rpointel
a259294863 update plaso to 20200121 and switch to python3. 2020-03-17 22:18:14 +00:00
rpointel
094fc1d295 - SUBDIR += py-dfwinreg
+     SUBDIR += py-dfwinreg,python3
2020-03-17 21:54:18 +00:00
rpointel
c1a2aac91e update dfwinreg to 20200121 and switch to python3. 2020-03-17 21:52:42 +00:00
rpointel
b148b0799c - SUBDIR += py-dfvfs
+     SUBDIR += py-dfvfs,python3
2020-03-17 21:51:13 +00:00
rpointel
7a9f2d31ee update dfvfs to 20200211 and switch to python3. 2020-03-17 21:48:23 +00:00
rpointel
bebce6bcc1 - SUBDIR += py-dfdatetime 2020-03-17 21:13:10 +00:00