Commit Graph

146378 Commits

Author SHA1 Message Date
benoit
2b6e0c67dc Update to highlight-3.56. 2020-04-08 12:45:06 +00:00
edd
457bf7033d sysutils/rofi: Fix a segfault.
Fix applied upstream:
https://github.com/davatorium/rofi/issues/1083

This was supposed to go in at the same time as the REVISION bump, but cvs did
something weird.

OK jasper@, thanks!
2020-04-08 12:33:32 +00:00
landry
999ce65171 Update to thunderbird 68.7.0.
See https://www.thunderbird.net/en-US/thunderbird/68.7.0/releasenotes/ (not there yet)
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-14/ (not there yet)
2020-04-08 12:28:53 +00:00
edd
bb1c9e4b30 sysutils/rofi: Fix a segfault.
Fix applied upstream:
https://github.com/davatorium/rofi/issues/1083

OK jasper@, thanks!
2020-04-08 12:25:36 +00:00
espie
c8c622b2c3 enable full debug packages for got now that the bug is fixed 2020-04-08 09:16:07 +00:00
espie
a6cd76d399 fix build-debug-info so that it works with MULTI_PACKAGES with distinct
PREFIX.

Specifically:
- stop tweaking PREFIX for build-debug-info
- have build-debug-info use -B instead
- generate Makefile with full paths
- tweak the sequence in bsd.port.mk to NOT pass FAKE_SETUP around

This fixes got
2020-04-08 09:15:39 +00:00
espie
4f6822b7ff constrain EXTRACT_ONLY to be an actual distfile, so that we can be sure
it was checksummed.
(noticed on a port where EXTRACT_ONLY was a full file name and no longer
in distinfo, but still in DISTDIR)

thx naddy@ for making sure it didn't break in a bulk
2020-04-08 09:10:00 +00:00
espie
a8a6ebd059 forgotten in refactor: next -> return
run into by rsadowski@
2020-04-08 08:01:36 +00:00
robert
6fedc888cb remove bogous entry from PLIST 2020-04-08 06:44:48 +00:00
bket
945992a880 +sniproxy 2020-04-08 04:58:50 +00:00
bket
56cdc71287 Import sniproxy-0.6.0. From Renaud Allard <renaud@allard.it> who also
takes MAINTAINER.

OK sthen@

Comment:
name-based proxying of HTTPS without decrypting traffic

Description:
Proxies incoming HTTP and TLS connections based on the hostname
contained in the initial request of the TCP session without decrypting
traffic. This enables HTTPS name-based virtual hosting to separate
backend servers without installing the private key on the proxy machine.

- Supports IPv4, IPv6 and Unix domain sockets for both back end
servers and listeners.

- Supports multiple listening sockets per instance.

- Supports HAProxy protocol to propagate original source address to
backend servers.

Homepage:
https://github.com/dlundquist/sniproxy

Maintainer:
Renaud Allard <renaud@allard.it>
2020-04-08 04:56:52 +00:00
landry
496799faf2 remove /usr/local/firefox from unveil() paths for the main process, this dir doesnt exist. 2020-04-08 04:54:32 +00:00
landry
13057f4760 remove patches unneeded since we dont build against systemwide sqlite
they didnt apply anymore anyway, cvs fooled me.

reported by pvk@, thanks!
2020-04-08 04:53:31 +00:00
jca
0390ee9e3d Loosen the dep on libsignal-protocol-c
Dino currently requires version 2.3.2, citing compat issues with
libsignal-protocol-c patch releases.  2.3.3 is safe, no API and ABI
change.  Tweak to accept any 2.3.x release for now, to let dino build.
2020-04-07 23:34:52 +00:00
bcallah
56106cca30 Update to seed7-20200405 2020-04-07 22:11:29 +00:00
sebastia
ad61f56613 simple update 2.2.2 -> 2.3.0 2020-04-07 21:23:18 +00:00
sebastia
76d931bbaa simple update 2.3.3 -> 2.3.4 2020-04-07 21:18:54 +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
sthen
6fc9527ff9 reserve 853 for sniproxy 2020-04-07 21:04:03 +00:00
sebastia
a28c61cac2 simple update 4.0.3 -> 4.0.4 2020-04-07 20:57:30 +00:00
kn
f900273388 Update to wiresep 0.11.1
This release contains bugfixes, improvements to logging output, a slight
rework of wirese-keygen(1) so it securely creates key files itself rather
than printing them on standard output and more.

Tested between amd64 and sparc64 (different endianess).

Diff from Tim Juijsten (upstream, MAINTAINER), thanks!
2020-04-07 17:45:32 +00:00
otto
8f126a14e7 Update to PowerDNS Authoritative Server 4.3.0. This requires a DB schema
change. See /usr/local/share/doc/pdns and
https://docs.powerdns.com/authoritative/upgrading.html.
ok sthen@
2020-04-07 17:42:46 +00:00
sthen
a8beb37c20 dhcpcd: fix plist, spotted by semarie 2020-04-07 17:36:53 +00:00
espie
d1268b4574 produce a better error in case a distinfo file can't be read
wouldn't have stumped rsadowski@ for a few hours ;)
2020-04-07 16:02:04 +00:00
jca
5377942b60 Disable xindy on sparc64 until lang/clisp is fixed
ok cwen@ kmos@ and edd@ (maintainer)
2020-04-07 15:34:36 +00:00
espie
abfd509eeb fix info queue... missed commit 2020-04-07 15:18:33 +00:00
solene
3ee83a3258 Update to openttd-1.10.0
ok maintainer bentley@
2020-04-07 15:13:34 +00:00
kirby
cb56040188 update to wesnoth-1.14.11 2020-04-07 14:26:38 +00:00
landry
210a3c3fad Update to firefox 75.0.
See https://www.mozilla.org/en-US/firefox/75.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-12/

- headsup: now pledge/unveil config files are @sampled by default in
  /etc/firefox, this way it's easier for end users to customize them at
will. yeah, everyone can change his mind..

- add a note in the README that WebRTC screen sharing requires disabling
  pledge as it relies on shmget() (reported by Andrea Biscuola, thanks!)

- stop linking against systemwide sqlite library, the possibility was
  removed in #1611386

- add a patch from tb@ to fix broken sandboxing when pledge/unveil
  config files werent found in /etc/firefox (#1623086)

- add a patch from jbeich@freebsd to fix libvpx build on i386 (#1622013)

tested by tb@ and naddy@, thanks!
2020-04-07 14:10:48 +00:00
landry
afa9fec984 Update to firefox-esr 68.7.0.
See https://www.mozilla.org/en-US/firefox/68.7.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-13/
2020-04-07 14:02:15 +00:00
bentley
e9af93138a Move openwall to https. 2020-04-07 13:29:52 +00:00
martin
25d6bd814f Update blosc to 1.18.1. 2020-04-07 12:47:39 +00:00
ajacoutot
dda367647f Unbreak net/inetsim:
Error: newgroup _inetsim: not registered in ports/infrastructure/db/user.list
Error: newuser _inetsim: not registered in ports/infrastructure/db/user.list
2020-04-07 10:54:53 +00:00
espie
cb9902bbed use a temporary file name for Makefile so that if build-debug-info
fails, then bsd.port.mk doesn't have an existing target.
2020-04-07 10:45:20 +00:00
paco
cde8449514 update fzf to 0.21.1
From Morten Gade Liebach with iput from abieber, jca and myself.

Thank you !

ok jca
2020-04-07 08:32:50 +00:00
robert
db32d64e40 unbreak the mono-gtk2 test file after the ugprade of mono 2020-04-07 07:38:29 +00:00
rpointel
5e65a6488f upadte python to 3.8.2.
ok kmos@.
2020-04-07 06:51:25 +00:00
cwen
99c6d0944b cmus, isc-dhcp: don't require `-latomic' anymore on powerpc, since
this arch has been switched to clang

OK danj@ jca@
2020-04-06 22:56:29 +00:00
sthen
3d42d58ebf atomic for macppc base-clang 2020-04-06 22:11:21 +00:00
sthen
b0a0272a53 fix atomic for macppc base-clang 2020-04-06 22:10:30 +00:00
juanfra
fe051219e0 Update to mercurial 5.3.2. 2020-04-06 21:19:00 +00:00
robert
6a62ac6a98 unbreak the build by adding a missing patch that was missed from the
update
2020-04-06 21:01:24 +00:00
cwen
a5f75daf61 mariadb: don't require `-latomic' anymore on powerpc, since
this arch has been switched to clang

"go ahead" Brad (maintainer)
2020-04-06 20:58:29 +00:00
cwen
7baac29ca2 quickjs, stockfish: don't require `-latomic' anymore on powerpc, since
this arch has been switched to clang

No objection from bcallah@ (maintainer)
2020-04-06 20:24:53 +00:00
robert
9e0ca7af59 add DEBUGFLAG to SUBST_VARS 2020-04-06 19:29:02 +00:00
jasper
469375694e fix build after a last-minute change before import: rename pre-install to do-install
spotted by naddy@
2020-04-06 19:25:16 +00:00
robert
4813f39a7e update to 8.2.0 2020-04-06 18:58:16 +00:00
bket
27eee2a7ea Update to dnscrypt-proxy-2.0.42
Changes:
https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.42/ChangeLog
https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.41/ChangeLog

From Nam Nguyen <namn AT berkeley DOT edu> (MAINTAINER)
2020-04-06 18:42:57 +00:00
bket
40646ad543 Update to openconnect-8.08
Bump libopenconnect minor as symbols have been added. Take MAINTAINER.

OK rsadowski@
2020-04-06 18:30:58 +00:00
bluhm
810ae920bf update p5-OPCUA-Open62541 to 0.007 2020-04-06 18:02:21 +00:00